@media (max-width: 900px) {
    .about-section .about-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media (max-width: 900px) {
    .about-content,
    .overview-content {
        text-align: left !important;
        align-items: flex-start !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media (max-width: 900px) {
    .about-content {
        padding-left: 0 !important;
    }
}
@media (max-width: 900px) {
    /* About section: stack logos (about-phones) above content (about-content) */
    .about-section {
        flex-direction: column;
    }
    .about-phones {
        order: 1;
        height: 180px;
        margin-top: 0;
        margin-bottom: 24px;
    }
    .about-content {
        order: 2;
        margin-bottom: 0;
        padding-left: 0px;
        margin-top: 0 !important;
    }
    .about-phone-main, .about-phone-bg {
        width: 90px !important;
        top: 40px !important;
    }
    .about-arrow {
        width: 180px !important;
        left: 50% !important;
        top: 0 !important;
        transform: translateX(-50%) !important;
    }
}
@media (max-width: 900px) {
    .connector-wrapper,
    .connector-line {
        display: none !important;
    }
}
@media (max-width: 900px) {
    .dw-header {
        flex-direction: row;
        align-items: center;
        padding-top: 16px;
        padding-bottom: 8px;
        gap: 8px;
    }
    .dw-header-right {
        margin-top: 0;
        margin-right: 0;
        gap: 4px;
    }
    .dw-logo-img {
        height: 40px;
        max-width: 60px;
        margin-right: 8px;
    }
    .dw-header-email {
        font-size: 13px;
        margin-left: 0;
        white-space: nowrap;
        max-width: 60vw;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 30px;
    }
}
@media (max-width: 900px) {
    .dw-header-email {
        font-size: 3px;
    }
}
@media (max-width: 900px) {
    .dw-logo-img {
        height: 32px;
        max-width: 100px;
    }
}
/* Hero-style Footer */
.footer-hero {
    width: 100vw;
    min-height: 320px;
    background: url('assets/image-footer.png') center bottom/cover no-repeat, #0a1a36;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 100px 0 0 0;
    box-sizing: border-box;
}
.footer-content {
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.footer-title {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 30px 0;
    letter-spacing: 1px;
}
.footer-underline {
    display: block;
    margin: 0 auto 50px auto;
}
.footer-desc {
        font-family: 'DM Sans', Arial, sans-serif;
        font-size: 34px;
        font-weight: 400;
        margin: 0 auto;
        line-height: 1.5;
        color: #eaf6fb;
        max-width: 900px;
        text-align: center;
        display: block;
        white-space: normal;
        padding-bottom: 100px;
}

@media (max-width: 900px) {
    .footer-desc {
        font-size: 20px;
        max-width: 95vw;
    }
}
/* Footer About Us Image */
.footer-about {
    width: 100vw;
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}
.footer-about img {
    width: 100%;
    max-width: 100vw;
    display: block;
    margin: 0 auto;
}
.droplet-anim {
    position: absolute;
    left: 50%;
    top: -120px;
    transform: translateX(-50%);
    z-index: 1000;
    pointer-events: none;
}
.about-section {
    position: relative;
}
/* Connector line positioning for scroll lines */
.connector-wrapper {
    position: absolute;
    width: 300px;
    height: 180px;
    pointer-events: none;
    z-index: 10;
}
.about-section {
    position: relative;
}
.overview-section {
    position: relative;
}
.connector-top-right {
    top: 0;
    right: 0;
}
.connector-top-left {
    top: 0;
    left: 0;
}
/* --- OVERVIEW PAGE STYLES --- */
.overview-bg {
    background: #eaf6fd;
    margin: 0;
    padding: 0;
}
.overview-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: url('assets/overview-bg.png') no-repeat center center/cover;
}
.overview-content {
    flex: 1;
    max-width: 520px;
    margin-left: 5vw;
}
.overview-title {
    color: #005B8E;
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.1;
}
.overview-desc {
    color: #222;
    font-size: 1.08rem;
    line-height: 1.6;
    margin-bottom: 32px;
    font-weight: 400;
}
.overview-link {
    color: #00B6FF;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.overview-link:hover {
    color: #059DCC;
}
.overview-illustration {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
}
.overview-img {
    width: 750px;
    max-width: 90vw;
    height: auto;
    display: block;
}
@media (max-width: 900px) {
    .overview-section {
        flex-direction: column;
    }
    .overview-illustration {
        order: 1;
        margin-top: 0;
        margin-bottom: 24px;
    }
    .overview-content {
        order: 2;
        margin-left: 0;
        text-align: center;
        margin-top: 0;
    }
    .overview-img {
        width: 90vw;
        max-width: 420px;
    }
}
/* --- END OVERVIEW PAGE STYLES --- */
/* --- ABOUT PAGE STYLES --- */
.about-bg {
    background: #FFFFFF;
    margin: 0;
    padding: 0;
}
.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding:30px 0;
    position: relative;
    overflow: hidden;
}
/* Phones and arrow refined for Figma match */
.about-phones {
    position: relative;
    width: 320px;
    min-width: 220px;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-phone-bg {
    position: absolute;
    left: -100px;
    top: 60px;
    width: 320px;
    z-index: 1;
    transform: rotate(-0deg);
    filter: drop-shadow(0 8px 32px rgba(0,0,0,0.10));
    opacity: 0.85;
    transition: transform 1s cubic-bezier(.77,0,.18,1);
}
.about-phone-main {
    position: absolute;
    left: 60px;
    top: 60px;
    width: 190px;
    z-index: 2;
    filter: drop-shadow(0 12px 40px rgba(0,0,0,0.18));
    transition: transform 1s cubic-bezier(.77,0,.18,1);
}
.about-arrow {
    position: absolute;
    left: -120px;
    top: 0px;
    width: 600px;
    z-index: 0;
    pointer-events: none;
    animation: arrow-bounce 2.5s infinite cubic-bezier(.77,0,.18,1);
}
@keyframes arrow-bounce {
    0%, 100% { transform: translateY(0); opacity: 1; }
    50% { transform: translateY(18px); opacity: 0.7; }
}
.about-content {
    max-width: 480px;
    padding-left: 300px;
}
.about-title {
    color: #005B8E;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 18px;
}
.about-desc {
    color: #222;
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 32px;
    font-weight: 400;
}
.about-link {
    color: #00B6FF;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.about-link:hover {
    color: #059DCC;
}
@media (max-width: 900px) {
    .about-section, .overview-section {
        flex-direction: column;
        padding: 40px 0;
        align-items: center;
    }
    .about-content, .overview-content {
        margin-left: 0;
        margin-top: 40px;
        text-align: center;
    }
    .about-phones, .overview-illustration {
        width: 100vw;
        min-width: 0;
        height: 340px;
    }
    .about-phone-main, .about-phone-bg, .about-arrow {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .connector-wrapper {
        position: static !important;
        margin: 0 auto 24px auto !important;
        display: flex;
        justify-content: center;
        width: 100vw;
        height: auto;
        max-width: 100vw;
    }
    .connector-line {
        width: 90vw !important;
        height: auto !important;
        max-width: 400px;
        min-width: 180px;
    }
}
/* --- END ABOUT PAGE STYLES --- */
/* Landing background wrapper */
.landing-bg {
    min-height: 100vh;
    width: 100vw;
    background: url('assets/image-1757151522074.png') no-repeat center center/cover;
    position: relative;
    overflow: hidden;
}

body {
    font-family: 'DM Sans', Arial, sans-serif;
    margin: 0;
    padding: 0;
    /* background: linear-gradient(164.58deg, #FFFFFF 7.82%, #046868 86.84%); */
    min-height: 100vh;
    color: #071A41;
}

html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

.dw-header {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 48px 0 0 0;
    position: relative;
    z-index: 2;
}
.dw-logo-img {
    height: 64px;
    margin-left: 0px;
}
.dw-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}
.dw-logo {
    font-size: 2rem;
    font-weight: 700;
    color: #071A41;
    background: #fff;
    padding: 8px 24px;
    border-radius: 8px 40px 40px 40px;
    border: 9px solid #67D7D1;
    margin-right: 8px;
}
.dw-logo-accent {
    width: 34px;
    height: 34px;
    border-radius: 0 100px 100px 100px;
    background: #67D7D1;
    margin-left: -24px;
}
.dw-tagline {
    font-size: 1rem;
    color: #fff;
    background: rgba(255,255,255,0.5);
    padding: 2px 12px;
    border-radius: 4px;
    margin-left: 16px;
}
.dw-header-right {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 0px;
    margin-top: 8px;
}
.dw-header-email-icon {
    width: 18px;
    height: 18px;
    background: url('assets/email-icon.svg') no-repeat center/contain;
    display: inline-block;
}
.dw-header-email {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.01em;
}
.dw-header-phone {
    display: block;
    font-size: 16px;
    color: #eaf6fb;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-top: 4px;
}

.dw-hero {
    width: 100%;
    max-width: 1100px;
    margin: 50px auto;
    padding: 60px 20px 0 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dw-hero-title {
    font-size: 72px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.05;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -1.5px;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    /* Separate phone main and bg for mobile */
    .about-phone-main {
        left: 50% !important;
        top: 60px !important;
        transform: translateX(-50%) !important;
        z-index: 2 !important;
        position: absolute !important;
    }
    .about-phone-bg {
        left: 20% !important;
        top: 60px !important;
        width: 150px !important;
        transform: none !important;
        display: block !important;
        opacity: 0.85 !important;
        z-index: 1 !important;
        position: absolute !important;
    }
    .about-arrow {
        left: 40% !important;
        top: 50px !important;
        width: 200px !important;
        transform: translateX(-50%) !important;
    }
}
.dw-hero-title .highlight {
    color: #2DE2E6;
}
.dw-hero-underline-svg {
    width: 180px;
    height: 24px;
    margin: 0 auto 24px auto;
    display: block;
}
.dw-hero-desc {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 60px;
    line-height: 1.3;
    text-align: center;
}
.dw-cta-group {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.dw-cta-btn {
    display: inline-block;
    background: #fff;
    color: #04112b;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: background 0.2s, color 0.2s;
}
.dw-cta-btn:hover {
    background: #2DE2E6;
    color: #ffffffe4;
}
.dw-cta-link {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 24px;
    border-radius: 6px;
    background: none;
    text-decoration: none;
    margin-left: 8px;
    position: relative;
    border: none;
}
.dw-arrow {
    margin-left: 8px;
    font-size: 20px;
    vertical-align: middle;
}

@media (max-width: 900px) {
    .dw-hero-title {
        font-size: 36px;
        max-width: 100vw;
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
        white-space: normal;
    }
    .dw-hero-desc {
        font-size: 16px;
    }
    .dw-header {
        padding-left: 16px;
        padding-right: 16px;
    }
    .dw-hero {
        padding: 20px;
         padding-left: 0px;

    }
    .dw-cta-group {
        flex-direction: column;
        gap: 16px;
    }
}

/* --- PRODUCTS PAGE STYLES --- */
.products-bg {
    background: url('assets/image-1757151522074.png') no-repeat center center/cover;
    min-height: 100vh;
}

.products-hero {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto 20px auto;
    padding: 20px;
    text-align: center;
}
.products-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px 0;
}
.products-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #eaf6fb;
    margin: 0;
}

.products-grid {
    max-width: 1100px;
    margin: 20px auto 80px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 24px;
}
.product-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    padding: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center; /* center contents, including name and desc */
}
.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
.product-image-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; /* remove extra whitespace around images */
}
.product-image {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    object-fit: contain; /* fit nicely without cropping */
}
.product-name {
    font-size: 20px;
    font-weight: 600;
    color: #071A41;
    margin: 12px 0 4px 0;
    text-align: center; /* center-align product names */
}
.product-desc {
    font-size: 16px;
    color: #4a5a7a;
    margin: 0 0 4px 0;
    text-align: center; /* center-align subtitle too */
}

@media (max-width: 900px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .products-title {
        font-size: 32px;
    }
    .products-subtitle {
        font-size: 16px;
    }
}

/* --- PRODUCT DETAIL STYLES --- */
.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    padding: 20px;
}
.product-detail {
    display: grid;
    grid-template-columns: 1fr auto 1fr; /* left media, middle nav, right info */
    gap: 24px;
    align-items: start;
    margin: 20px auto 60px auto;
}
.product-detail__media { grid-column: 1; }
.product-detail__info { grid-column: 3; }
.product-detail__nav {
    grid-column: 2;
    align-self: start; /* JS will position it to align with info bottom */
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.product-nav-btn {
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 12px;
    background: #f1f5f9;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    display: grid;
    place-items: center;
    cursor: pointer;
    overflow: hidden; /* allow icon to bleed to edges when scaled */
}
.product-nav-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.18); /* compensate for inner SVG border/margins */
}
.product-nav-btn:hover { background: #e7eef6; }
.product-detail__image-main {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}
.product-main-img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: contain;
}
.product-detail__thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 12px;
}
.product-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s ease, transform 0.15s ease;
}
.product-thumb:hover {
    transform: scale(1.02);
}
.product-thumb.active {
    border-color: #2DE2E6;
}

.product-detail__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.product-detail__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #071A41;
    padding-top: 20px;
}
.product-detail__price {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.product-detail__price { display: none; }
.product-detail__price--strike {
    color: #7d8da8;
    text-decoration: line-through;
}
.product-detail__price--actual {
    color: #04112b;
    font-weight: 700;
}
.product-detail__desc {
    border-top: 1px dashed rgba(7, 26, 65, 0.3);
    padding-top: 12px;
    margin-top: 8px;
    
    padding-top: 20px;
    padding-bottom: 20px;

}
.product-detail__desc h3 {
    margin: 8px 0;
}
.product-detail__desc ul {
    margin: 0;
    padding-left: 18px;
    color: #7d8da8e4;
}

.product-sections {
    margin: 0 auto 20px auto;
}

.product-sections p {
    color: #7d8da8e4;
}
.product-sections ol {
    color: #7d8da8e4;
}
.btn.btn-primary {
    display: inline-block;
    background: #027890;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 6px;
    width: 33%;
    min-width: 160px;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 900px) {
    .product-detail {
        grid-template-columns: 1fr;
    }
    .product-detail__nav { display: none; }
    .product-detail__thumbs {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* --- END PRODUCT STYLES --- */
