/* SmartConnect Top Page Styles - Extracted from smartconnect-standalone.html */
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Floating Banner */
.floating-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.floating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 64px;
    padding: 0 30px;
    border-radius: 5px;
    font-size: 26px;
    font-weight: 500;
    font-family: 'M PLUS 2', sans-serif;
    text-decoration: none;
    color: white;
    width: 630px;
    transition: all 0.3s ease;
}

.floating-btn-line {
    background: #06C755;
}

.floating-btn-purchase {
    background: #1c69d4;
}

.floating-icon {
    flex-shrink: 0;
    width: 53px;
    height: 43px;
}

.floating-line-icon {
    flex-shrink: 0;
    width: 42px;
    height: 43px;
}

.floating-btn-text {
    text-align: center;
    flex: 1;
}

.floating-btn-line-brand {
    font-family: 'Questa', serif;
    font-size: 29px;
}

.floating-btn-arrow {
    width: 42px;
    height: 52px;
    flex-shrink: 0;
}

.floating-line-arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.floating-text-wrapper {
    display: contents;
}

@media (max-width: 960px) {
    .floating-btn {
        min-width: 300px;
        font-size: 20px;
        padding: 0 24px;
    }

    .floating-btn-line-brand {
        font-size: 22px;
    }
}

@media (max-width: 600px) {
    .floating-banner {
        gap: 7px;
        padding: 7px;
        height: 57px;
    }

    .floating-btn {
        min-width: auto;
        width: 180px;
        font-size: 15px;
        padding: 4px 8px;
        height: 43px;
        gap: 2px;
        flex-direction: column;
    }

    .floating-icon {
        width: 16px;
        height: 14px;
    }

    .floating-line-icon {
        width: 16px;
        height: 17px;
    }

    .floating-text-wrapper {
        display: flex;
        align-items: center;
        gap: 4px;
        justify-content: center;
    }

    .floating-btn-text {
        text-align: center;
        line-height: 1.2;
    }

    .floating-btn-line-brand {
        font-size: 16px;
    }

    .floating-line-arrow {
        width: 8px;
        height: 12px;
        flex-shrink: 0;
    }

    .floating-btn-arrow {
        width: 20px;
        height: 24px;
        flex-shrink: 0;
    }
}

html,
body {
    font-family: 'M PLUS 2', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

.brand-font {
    font-family: 'Questa', serif;
    font-weight: 500;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 8px;
}

/* Hero Section */
.hero-section {
    background-image: url('http://i-connect.site/wp-content/uploads/2025/10/hero_section.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 649px;
    height: 45.07vw;
    max-height: 649px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .hero-section {
        background-image: url('http://i-connect.site/wp-content/uploads/2025/10/hero_section_sp.png');
        min-height: 600px;
        height: auto;
    }
}

.hero-text-left {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 2;
    color: white;
}

@media (max-width: 768px) {
    .hero-text-left {
        top: 10px;
        left: 20px;
    }
}

.hero-title-small {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .hero-title-small {
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 0;
    }
}

.hero-title-large {
    font-size: 64px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .hero-title-large {
        font-size: 30px;
        line-height: 33px;
        font-weight: 700;
    }
}

.hero-brand-mini {
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 88px;
    font-family: 'Questa', serif;
    color: white;
    opacity: 0.9;
    z-index: 2;
}

@media (max-width: 768px) {
    .hero-brand-mini {
        top: 65%;
        left: 20px;
        right: auto;
        transform: translateY(-50%);
        font-size: 34px;
    }
}

.hero-brand-bmw {
    position: absolute;
    bottom: 0;
    left: 40px;
    font-size: 88px;
    font-family: 'Questa', serif;
    color: white;
    opacity: 0.9;
    z-index: 2;
}

@media (max-width: 768px) {
    .hero-brand-bmw {
        top: 35%;
        right: 20px;
        left: auto;
        bottom: auto;
        transform: translateY(-50%);
        font-size: 34px;
    }
}

.hero-question-section {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: white;
}

@media (max-width: 768px) {
    .hero-question-section {
        bottom: 10px;
    }
}

.hero-question-desktop {
    font-weight: 500;
    padding-left: 12px;
    background-color: black;
    width: fit-content;
    font-size: 40px;
    white-space: nowrap;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .hero-question-desktop {
        display: none;
    }
}

.hero-question-mobile {
    display: none;
}

@media (max-width: 768px) {
    .hero-question-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}

.hero-question-line1,
.hero-question-line2 {
    font-weight: 500;
    padding-left: 12px;
    background-color: black;
    width: fit-content;
    font-size: 15px;
    margin-bottom: 2px;
}

.hero-solution {
    font-weight: 500;
    padding-left: 8px;
    background-color: black;
    width: fit-content;
    font-size: 40px;
}

@media (max-width: 768px) {
    .hero-solution {
        font-size: 15px;
    }
}

/* Product Section */
.product-section {
    background-image: url('http://i-connect.site/wp-content/uploads/2025/10/product_background.png');
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 765px;
    height: 53.13vw;
    max-height: 765px;
}

@media (max-width: 768px) {
    .product-section {
        min-height: 400px;
        height: auto;
    }
}

.product-content {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: black;
    max-width: 1400px;
    width: 100%;
}

@media (max-width: 768px) {
    .product-content {
        bottom: 29px;
    }
}

.product-title {
    font-size: 63px;
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 77px;
}

@media (max-width: 768px) {
    .product-title {
        font-size: 23px;
        line-height: 30px;
    }
}

.product-description-desktop {
    font-size: 35px;
    font-weight: 500;
    margin: 0;
}

@media (max-width: 768px) {
    .product-description-desktop {
        display: none;
    }
}

.product-description-mobile {
    display: none;
}

@media (max-width: 768px) {
    .product-description-mobile {
        display: block;
        font-size: 13px;
        font-weight: 500;
        margin: 0;
    }
}

/* News Section */
.news-section {
    padding: 64px 0;
    margin: 0 100px;
    background-color: white;
}

@media (max-width: 768px) {
    .news-section {
        padding: 32px 0;
        margin: 0;
    }
}

.news-title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
    font-family: 'Questa', serif;
}

@media (max-width: 768px) {
    .news-title {
        font-size: 28px;
    }
}

.news-list-desktop {
    border-top: 1px solid #7A7A7A;
    border-bottom: 1px solid #7A7A7A;
    margin-top: 32px;
}

@media (max-width: 768px) {
    .news-list-desktop {
        display: none;
    }
}

.news-list-mobile {
    display: none;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 768px) {
    .news-list-mobile {
        display: block;
    }
}

.news-item {
    padding: 16px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #7A7A7A;
}

.news-item:hover {
    background-color: #f8f9fa;
}

.news-item:last-child {
    border-bottom: none;
}

.news-date {
    min-width: 100px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Questa', serif;
    display: flex;
    align-items: center;
}

.news-category {
    background-color: #7A7A7A;
    color: white;
    padding: 4px 12px;
    min-width: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-item-title {
    flex: 1;
    font-size: 17px;
    font-weight: 700;
}

.news-button {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.news-more-btn {
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #000;
    background: white;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.news-more-btn:hover {
    background-color: #e3f2fd;
}

/* Subtitle Section */
.subtitle-section {
    background-image: url('http://i-connect.site/wp-content/uploads/2025/10/subtitle_background.png');
    background-size: cover;
    background-position: center;
    padding: 16px 0;
    text-align: center;
    position: relative;
}

.subtitle-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subtitle-label {
    font-size: 32px;
    font-family: 'Questa', serif;
    color: #1D69D3;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .subtitle-label {
        font-size: 14px;
    }
}

.subtitle-main {
    font-size: 54px;
    font-family: 'M PLUS 2', sans-serif;
    font-weight: 500;
    color: white;
    margin: 0;
}

@media (max-width: 768px) {
    .subtitle-main {
        font-size: 20px;
    }
}

/* Problem Section */
.problem-section {
    position: relative;
}

@media (max-width: 768px) {
    .problem-section {
        position: relative;
        padding: 0;
    }
}

.problem-desktop {
    display: block;
    position: relative;
    z-index: 10;
    overflow-x: hidden;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .problem-desktop {
        display: none;
    }
}

.problem-images-container {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    overflow: visible;
    z-index: 5;
}

.worry-image {
    position: absolute;
    max-width: 546px;
    height: auto;
    aspect-ratio: 546/327;
}

.worry2 {
    z-index: 12;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.worry1 {
    z-index: 15;
    top: 100px;
    left: calc(50% - 273px - 407.6px);
    /* clip-path: inset(0 0 0 10%); */
}

.worry3 {
    z-index: 15;
    top: 100px;
    right: calc(50% - 273px - 403px);
}

.problem-background-desktop {
    background-image: url('http://i-connect.site/wp-content/uploads/2025/10/problem_background.png');
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 700px;
}

.problem-mobile {
    display: none;
}

@media (max-width: 768px) {
    .problem-mobile {
        display: block;
    }
}

.problem-images-mobile {
    position: relative;
    height: 340px;
    width: 100%;
    overflow: hidden;
}

.worry-mobile {
    position: absolute;
    z-index: 3;
}

.worry3-mobile {
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 330px;
    height: auto;
    z-index: 3;
}

.worry1-mobile {
    top: 20px;
    left: calc(50% - 150px - 75px);
    width: 274px;
    height: auto;
    z-index: 5;
}

.worry2-mobile {
    top: -10px;
    right: calc(50% - 150px - 85px);
    width: 223px;
    height: auto;
    z-index: 6;
}

@media (max-width: 360px) {
    .worry1-mobile {
        width: calc(274px * 100vw / 360px) !important;
        left: calc(50% - (150px + 75px) * 100vw / 360px) !important;
    }

    .worry2-mobile {
        width: calc(223px * 100vw / 360px) !important;
        right: calc(50% - (150px + 85px) * 100vw / 360px) !important;
    }

    .worry3-mobile {
        width: calc(330px * 100vw / 360px) !important;
    }
}

.problem-background-mobile {
    background-image: url('http://i-connect.site/wp-content/uploads/2025/10/problem_background_sp.png');
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: calc(100vw - 40px);
    margin-top: -50px;
    overflow: hidden;
}

/* Solution Section */
.solution-section {
    padding: 64px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .solution-section {
        padding: 16px 0;
    }
}

.solution-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 552px;
    position: relative;
}

@media (max-width: 768px) {
    .solution-container {
        min-height: auto;
    }
}

.solution-text-stack {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.solution-text-line {
    padding: 8px 16px;
    font-weight: 500;
    color: white;
    background-color: black;
    width: fit-content;
    font-size: 49px;
}

@media (max-width: 768px) {
    .solution-text-line {
        font-size: 20px;
    }
}

.solution-image {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 1;
    width: auto;
    height: auto;
    max-width: 600px;
    max-height: 500px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .solution-image {
        position: static;
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 24px auto;
        z-index: 1;
        object-fit: contain;
    }
}

.solution-description-stack {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

@media (max-width: 768px) {
    .solution-description-stack {
        margin-top: -48px;
        align-items: center;
    }
}

.solution-description-box1 {
    background-color: rgba(239, 239, 239, 1);
    padding: 20px 52px 20px 20px;
    text-align: left;
    width: 55%;
    font-size: 25px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .solution-description-box1 {
        /* padding: 18px 20px; */
        padding: 18px 20px 0px 20px;
        width: calc(100vw - 50px);
        font-size: 15px;
    }
}

.solution-description-box2 {
    background-color: rgba(239, 239, 239, 1);
    padding: 20px 52px 20px 20px;
    text-align: left;
    width: calc(100vw - 40px);
    font-size: 38px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .solution-description-box2 {
        padding: 18px 22px;
        width: calc(100vw - 50px);
        font-size: 18px;
    }
}

.highlight-gradient {
    background: linear-gradient(transparent 70%, #6C96CA 60%, #6C96CA 100%);
    font-weight: 700;
}

/* Media List Section */
.media-list-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 64px 20px 32px;
}

@media (max-width: 768px) {
    .media-list-section {
        padding: 0 16px 32px;
    }
}

.media-list-image {
    max-width: 100%;
    height: auto;
}

.media-list-desktop {
    display: block;
}

@media (max-width: 768px) {
    .media-list-desktop {
        display: none;
    }
}

.media-list-mobile {
    display: none;
}

@media (max-width: 768px) {
    .media-list-mobile {
        display: block;
    }
}

/* Media Item Section */
.media-item-section {
    padding: 64px 0 16px;
}

@media (max-width: 768px) {
    .media-item-section {
        padding: 16px 0;
    }
}

.media-item-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 552px;
    position: relative;
}

@media (max-width: 768px) {
    .media-item-container {
        min-height: auto;
    }
}

.media-item-text-stack {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 3;
    position: relative;
}

.media-item-text-line {
    padding: 8px 16px;
    font-weight: 500;
    color: white;
    background-color: black;
    width: fit-content;
    font-size: 49px;
    z-index: 3;
    position: relative;
}

@media (max-width: 768px) {
    .media-item-text-line {
        font-size: 20px;
    }
}

.media-item-image {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 1;
    width: auto;
    height: auto;
}

@media (max-width: 768px) {
    .media-item-image {
        position: static;
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 24px auto;
        z-index: 1;
    }
}

.media-item-description-stack {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    z-index: 3;
    position: relative;
}

@media (max-width: 768px) {
    .media-item-description-stack {
        margin-top: -24px;
        align-items: center;
    }
}

.media-item-description-box {
    background-color: rgba(239, 239, 239, 1);
    width: 608px;
    padding: 41px 65px 45px 45px;
    text-align: left;
    font-size: 25px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .media-item-description-box {
        padding: 18px;
        width: calc(100vw - 40px);
        font-size: 15px;
    }
}

.media-item-notice {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .media-item-notice {
        text-align: left;
        font-size: 11px;
    }
}

/* Comparison Table */
.comparison-section {
    padding: 96px 0 64px;
    text-align: center;
}

@media (max-width: 768px) {
    .comparison-section {
        padding: 32px 0;
    }
}

.comparison-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.comparison-title {
    font-weight: 500;
    font-size: 50px;
    padding: 0 24px 38px;
}

@media (max-width: 768px) {
    .comparison-title {
        font-size: 24px;
        padding: 0 16px 8px;
    }
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgba(220, 221, 221, 1);
}

.comparison-table td {
    border: 1px solid rgba(220, 221, 221, 1);
    text-align: center;
    padding: 16px 0;
    width: 12.5%;
    /* 8 columns, equal width */
    position: relative;
}

.comparison-table thead th {
    background-color: #383838;
    color: white;
    font-size: 24px;
}

.comparison-table thead th:first-child {
    background-color: #ffffff;
    color: black;
}

.comparison-table .carplay-row td:first-child {
    background-color: #DCDDDD;
    color: black;
    font-size: 26px;
    font-weight: 500;
}

.comparison-table .icone-row {
    background-color: #F2F5FA;
}

.comparison-table .icone-row td:first-child {
    background-color: #6C96CA;
    color: white;
    font-size: 26px;
    font-weight: bold;
}

.comparison-table img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.comparison-table .ng-icon {
    width: 24px;
    height: 24px;
}

/* Note styles for comparison table */
.comparison-table .note-marker {
    position: absolute;
    top: 10px;
    right: 50px;
    font-size: 12px;
    color: #666;
    line-height: 1;
}

@media (max-width: 768px) {
    .comparison-table .note-marker {
        top: 10px;
        right: 10px;
        font-size: 10px;
    }
}

.comparison-mobile {
    display: none;
}

@media (max-width: 768px) {
    .comparison-desktop {
        display: none;
    }

    .comparison-mobile {
        display: block;
    }
}

.comparison-mobile table th,
.comparison-mobile table td {
    padding: 8px 1px;
    font-size: 12px;
}

.comparison-mobile table img {
    width: 30px;
    height: 30px;
}

.comparison-mobile table .ng-icon {
    width: 20px;
    height: 20px;
}

.comparison-notes {
    margin-top: 14px;
    text-align: left;
}

.comparison-notes p {
    font-size: 18px;
    margin-bottom: 4px;
}

@media (max-width: 768px) {
    .comparison-notes p {
        font-size: 11px;
    }
}

/* Setup Section */
.setup-section {
    background-image: url('http://i-connect.site/wp-content/uploads/2025/10/setup_background.png');
    background-size: cover;
    background-position: center;
    color: black;
    padding: 64px 0;
    text-align: left;
    position: relative;
    height: 48.89vw;
    max-height: 704px;
    width: 100%;
}

@media (max-width: 768px) {
    .setup-section {
        height: 342px;
        text-align: left;
        padding: 0;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
}

.setup-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
}

@media (max-width: 768px) {
    .setup-container {
        max-width: 100%;
        margin: 0;
        padding: 0;
        align-items: flex-end;
        justify-content: flex-start;
        height: 100%;
    }
}

.setup-content {
    align-self: flex-end;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (max-width: 768px) {
    .setup-content {
        align-self: flex-end;
        text-align: left;
        gap: 0px;
        margin: 0 0 10px 0;
    }
}

.setup-text {
    padding: 8px 16px;
    background-color: white;
    width: fit-content;
    font-size: 49px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .setup-text {
        font-size: 20px;
        padding: 0 8px;
        line-height: 37px;
    }
}

.setup-text-desktop {
    display: inline;
}

@media (max-width: 768px) {
    .setup-text-desktop {
        display: none;
    }
}

.setup-text-mobile {
    display: none;
}

@media (max-width: 768px) {
    .setup-text-mobile {
        display: inline;
    }
}

.setup-text-mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .setup-text-mobile-only {
        display: block;
    }
}

/* Adapter Section */
.adapter-section {
    padding: 80px 0;
    position: relative;
}

@media (max-width: 768px) {
    .adapter-section {
        padding: 0;
    }
}

.adapter-container {
    position: relative;
    min-height: 400px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .adapter-container {
        min-height: auto;
        display: flex;
        flex-direction: column;
        padding: 0;
    }
}

.adapter-image-container {
    position: absolute;
    left: 50%;
    top: -60px;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    .adapter-image-container {
        position: static;
        display: flex;
        justify-content: flex-end;
    }
}

.adapter-image-mobile {
    display: none;
}

@media (max-width: 768px) {
    .adapter-image-mobile {
        display: block;
        width: calc(100% - 40px);
        height: auto;
        aspect-ratio: 346/161;
        object-fit: contain;
    }
}

.adapter-image-desktop {
    width: 100%;
    height: 440px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .adapter-image-desktop {
        display: none;
    }
}

.adapter-content {
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 1;
    width: 55%;
    background-color: black;
    color: white;
    padding: 55px 35px;
    padding-right: 180px;
}

@media (max-width: 768px) {
    .adapter-content {
        position: static;
        width: calc(100vw - 40px);
        padding: 32px 16px 16px;
        margin-top: -20px;
    }
}

.adapter-text {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .adapter-text {
        font-size: 16px;
    }
}

/* Movie Section */
.movie-section {
    padding: 64px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .movie-section {
        padding: 16px 0;
    }
}

.movie-container {
    max-width: 1400px;
    margin: 47px auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .movie-container {
        margin: 0 auto;
    }
}

.movie-sample {
    width: 100%;
    max-width: 1103px;
    height: auto;
    aspect-ratio: 1103/704;
    margin: 0 auto;
    display: block;
}

/* Pattern Comparison - Complex layout maintained from original */
.pattern-comparison {
    position: relative;
}

.pattern-before {
    position: relative;
    display: flex;
    flex-direction: column;
}

.pattern-info-mobile-top {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 16px;
    gap: 16px;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 769px) {
    .pattern-info-mobile-top {
        display: none;
    }
}

.pattern-background-before {
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 768px) {
    .pattern-background-before {
        height: 200px;
    }
}

@media (min-width: 769px) {
    .pattern-background-before {
        height: 832px;
    }
}

.pattern-info-desktop {
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    padding: 27px 43px;
    text-align: center;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    .pattern-info-desktop {
        display: none;
    }
}

.pattern-title {
    background-color: rgba(29, 105, 211, 0.25);
    padding: 10px 20px;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    width: fit-content;
}

@media (max-width: 768px) {
    .pattern-title {
        padding: 5px 15px;
        font-size: 20px;
        width: 100%;
    }
}

.pattern-devices {
    display: flex;
    gap: 20px;
    align-items: center;
}

@media (max-width: 768px) {
    .pattern-devices {
        flex-direction: row;
        gap: 5px;
        justify-content: center;
        overflow-x: auto;
        padding: 0 10px;
    }
}

.device-item {
    text-align: center;
}

.device-image {
    width: 226px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .device-image {
        width: 113px;
        height: 74px;
    }

    .device-image-mobile {
        width: 113px;
        height: 74px;
    }
}

.device-image-small {
    width: 91px !important;
}

@media (max-width: 768px) {
    .device-image-small {
        width: 45px !important;
    }
}

.device-text {
    font-size: 28px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .device-text {
        font-size: 14px;
    }

    .device-text-mobile {
        font-size: 14px;
    }
}

.device-connector {
    text-align: center;
}

.divider {
    height: 5px;
    background-color: black;
    width: 100px;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .divider-mobile {
        height: 2px;
    }
    .divider {
        height: 3px;
        width: 66px;
    }
}

.device-text-small {
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .device-text-small {
        font-size: 13px;
    }
}

.arrow-down {
    width: 100%;
    height: auto;
    display: block;
}

/* iCone specific styles */
.pattern-after {
    position: relative;
    display: flex;
    flex-direction: column;
}

.icone-mobile-section {
    background-color: white;
    padding: 16px;
    text-align: center;
}

.icone-title {
    background-color: rgba(29, 105, 211, 0.25) !important;
    color: black !important;
    padding: 4px 24px !important;
    font-size: 16px !important;
    width: 100% !important;
    margin-bottom: 16px;
}

@media (min-width: 769px) {
    .icone-title {
        padding: 4px 12px !important;
    }
}

@media (min-width: 769px) {
    .icone-title {
        font-size: 32px !important;
        width: fit-content !important;
    }
}

.icone-devices {
    gap: 5px !important;
    justify-content: center;
    overflow-x: auto;
    padding: 0 10px;
}

@media (min-width: 769px) {
    .icone-devices {
        gap: 16px !important;
        padding: 0;
    }
}

.icone-product-image {
    width: 60px !important;
    height: 60px !important;
}

@media (min-width: 769px) {
    .icone-product-image {
        width: 121px !important;
        height: 121px !important;
    }
}

.icone-phone-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wifi-section {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}

.wifi-image {
    width: 20px;
    height: 20px;
}

@media (min-width: 769px) {
    .wifi-image {
        width: 40px;
        height: 40px;
    }
}

.wifi-text {
    font-size: 12px;
    font-weight: 500;
    font-family: "Questa", serif;
}

.wifi-text::after {
    content: "※";
    font-size: 8px;
    vertical-align: super;
}

@media (min-width: 769px) {
    .wifi-text {
        font-size: 24px;
    }

    .wifi-text::after {
        font-size: 16px;
    }
}

.pattern-background-after {
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 768px) {
    .pattern-background-after {
        height: 200px;
    }
}

@media (min-width: 769px) {
    .pattern-background-after {
        height: 800px;
    }
}

.icone-desktop-section {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 27px 43px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    max-width: fit-content;
}

@media (max-width: 768px) {
    .icone-mobile-section {
        display: block !important;
    }

    .icone-desktop-section {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .icone-mobile-section {
        display: none !important;
    }

    .icone-desktop-section {
        display: flex !important;
    }
}

/* Feature 01 mobile min-height override */
@media (max-width: 768px) {
    #feature01>.container>div {
        min-height: auto !important;
    }
}

/* Features Section */
.features-section {
    background: #EFEFEF;
}

@media (max-width: 768px) {
    .features-section {
        padding: 0;
    }
}

.feature-item {
    padding: 16px 0;
    position: relative;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px 20px;
    min-height: 600px;
}

@media (max-width: 768px) {
    .feature-item {
        min-height: auto;
    }
}

.feature-01,
.feature-03 {
    background-color: #EFEFEF;
}

.feature-02 {
    background-color: white;
}

/* Features Section styles continue... */
/* (Similar pattern for remaining feature styles) */

/* Product Info Section */
.product-info-section {
    padding: 32px 0;
    background-color: #EFEFEF;
}

.product-info-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.product-info-title {
    font-weight: 500;
    padding-left: 24px;
    font-size: 39px;
    text-align: center;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .product-info-title {
        font-size: 21px;
    }
}

.product-info-image {
    display: flex;
    justify-content: center;
    margin: 24px 0;
}

.product-info-image img {
    width: 200px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.product-info-image img:hover {
    transform: scale(1.05);
}

.product-info-table {
    max-width: 618px;
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
}

.product-info-table th,
.product-info-table td {
    border: 1px solid #9FA0A0;
    padding: 16px;
}

.product-info-table th {
    font-size: 23px;
    font-weight: 700;
    background-color: #DCDDDD;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .product-info-table th {
        font-size: 16px;
    }
}

.product-info-table td {
    font-size: 17px;
    font-weight: 500;
}

.product-info-table .even-row {
    background-color: #FFFFFF;
}

.product-info-button {
    display: flex;
    justify-content: center;
    margin: 18px 0 54px;
}

.product-info-btn {
    padding: 16px 100px;
    background-color: #1C69D4;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.product-info-btn:hover {
    background-color: #1557B8;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(28, 105, 212, 0.3);
}

.product-info-notice {
    font-weight: bold;
    padding-left: 24px;
    font-size: 12px;
    line-height: 1.4;
}

/* Contact Section */
.contact-section {
    background-image: url('http://i-connect.site/wp-content/uploads/2025/10/contact_background.png');
    background-size: cover;
    background-position: center;
    color: black;
    padding: 96px 0;
    text-align: center;
    position: relative;
    min-height: 600px;
}

@media (max-width: 768px) {
    .contact-section {
        background-image: url('http://i-connect.site/wp-content/uploads/2025/10/contact_background_sp.png');
        padding: 32px 0;
        min-height: 100%;
    }
}

.contact-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

@media (max-width: 768px) {
    .contact-container {
        padding: 0 16px;
    }
}

.contact-title-section {
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .contact-title-section {
        margin-bottom: 16px;
    }
}

.contact-label {
    font-size: 32px;
    font-family: 'Questa', serif;
    color: #1D69D3;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .contact-label {
        font-size: 13px;
    }
}

.contact-title {
    font-size: 54px;
    font-weight: 500;
    color: white;
    margin: 0;
}

@media (max-width: 768px) {
    .contact-title {
        font-size: 22px;
    }
}

.contact-content {
    border: 1px solid white;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 100px;
}

@media (max-width: 768px) {
    .contact-content {
        flex-direction: column;
        padding: 25px 8px;
        gap: 32px;
        margin: 0;
    }
}

.contact-item {
    flex: 1;
    padding-right: 16px;
}

@media (max-width: 768px) {
    .contact-item {
        padding-right: 0;
    }
}

.contact-item-title {
    color: white;
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .contact-item-title {
        font-size: 22px;
    }
}

.contact-item-description {
    color: white;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .contact-item-description {
        font-size: 14px;
    }
}

.contact-qr-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
}

@media (max-width: 768px) {
    .contact-qr-desktop {
        display: none;
    }
}

.qr-code {
    width: 121px;
    height: 121px;
}

.contact-line-id {
    color: white;
    font-size: 23px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .contact-line-id {
        display: none;
    }
}

.contact-line-button {
    display: none;
}

@media (max-width: 768px) {
    .contact-line-button {
        display: flex;
        justify-content: center;
        padding: 16px 0;
    }
}

.line-button {
    background-color: #06C755;
    color: white;
    font-size: 16px;
    font-weight: 500;
    width: 241px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.line-button img {
    width: 37px;
    height: 33px;
}

.line-button svg {
    width: 8px;
    height: 12.8px;
}

@media (min-width: 769px) {
    .line-button svg {
        width: 9px;
        height: 15px;
    }
}

.contact-divider-horizontal {
    display: block;
    border-top: 1px solid white;
    margin: 32px 16px;
}

.contact-divider-vertical {
    display: none;
}

@media (min-width: 769px) {
    .contact-divider-vertical {
        display: block;
        border-left: 1px solid white;
        margin: 0 16px;
    }
}

/* Contact Form Styles */
.contact-form {
    margin-top: 32px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
}

@media (min-width: 769px) {
    .form-field {
        flex-direction: row;
        align-items: center;
        gap: 24px;
        padding: 16px 32px;
    }
}

.form-label-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 240px;
    flex-shrink: 0;
    gap: 8px;
}

@media (max-width: 768px) {
    .form-label-container {
        justify-content: flex-start;
        width: auto;
    }
}

.form-label {
    color: white;
    font-size: 15px;
    font-weight: 700;
    font-family: 'M PLUS 2', sans-serif;
}

@media (max-width: 768px) {
    .form-label {
        font-size: 14px;
    }
}

.form-required {
    background-color: #1C69D4;
    color: white;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'M PLUS 2', sans-serif;
    border-radius: 2px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-optional {
    background-color: #7A7A7A;
    color: white;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'M PLUS 2', sans-serif;
    border-radius: 2px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-input {
    width: 100%;
    height: 34px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'M PLUS 2', sans-serif;
}

.form-textarea {
    width: 100%;
    min-height: 120px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'M PLUS 2', sans-serif;
    resize: vertical;
}

.form-divider {
    border-top: 1px solid white;
    margin: 0 16px;
}

.form-submit {
    display: flex;
    justify-content: center;
    padding: 32px 16px 16px;
}

.submit-button {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 8px 65px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'M PLUS 2', sans-serif;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
    .submit-button {
        padding: 6px 43px;
        font-size: 14px;
    }
}

.submit-button:hover {
    background-color: #e3f2fd;
}

.privacy-notice {
    margin-top: 75px;
    padding: 0 16px;
}

@media (max-width: 768px) {
    .privacy-notice {
        margin-top: 68px;
    }
}

.privacy-notice p {
    color: white;
    font-size: 15px;
    font-family: 'M PLUS 2', sans-serif;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .privacy-notice p {
        font-size: 13px;
    }
}

.privacy-notice a {
    color: white;
    text-decoration: underline;
}

/* Unique Feature Section */
.unique-feature-section {
    position: relative;
}

.unique-feature-desktop {
    background-image: url('http://i-connect.site/wp-content/uploads/2025/10/unique_feature_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 32px;
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .unique-feature-desktop {
        display: none;
    }
}

.unique-feature-content {
    background-color: #EFEFEF;
    padding: 38px 112px 25px;
    width: 100%;
    max-width: 1400px;
    text-align: center;
    margin-bottom: -100px;
}

.unique-feature-text1 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 16px;
}

.unique-feature-text2 {
    font-weight: 700;
    font-size: 38px;
    display: inline-block;
    width: fit-content;
    background: linear-gradient(transparent 70%, #6C96CA 60%, #6C96CA 100%);
}

.unique-feature-mobile {
    display: none;
}

@media (max-width: 768px) {
    .unique-feature-mobile {
        display: block;
    }
}

.unique-feature-mobile img {
    width: 100%;
    height: auto;
}

.unique-feature-mobile-content {
    background-color: #EFEFEF;
    padding: 16px 22px;
    width: calc(100% - 40px);
    margin: -20px 20px 20px;
    position: relative;
    z-index: 1;
}

.unique-feature-mobile .unique-feature-text1 {
    font-size: 16px;
}

.unique-feature-mobile .unique-feature-text2 {
    font-size: 18px;
}

/* Animation classes */
.animate-fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

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

.animate-delay-1 {
    transition-delay: 0.2s;
}

.animate-delay-2 {
    transition-delay: 0.4s;
}

.animate-delay-3 {
    transition-delay: 0.6s;
}

/* Features Section Desktop/Mobile Responsive */
@media (min-width: 769px) {

    /* Show desktop elements, hide mobile for features section only */
    #feature01 [style*="display: none"],
    #feature02 [style*="display: none"],
    #feature03 [style*="display: none"] {
        display: block !important;
    }

    #feature01 [style*="display: block"],
    #feature02 [style*="display: block"],
    #feature03 [style*="display: block"] {
        display: none !important;
    }
}

@media (max-width: 768px) {

    /* Ensure mobile elements are shown, desktop hidden for features section only */
    #feature01 [style*="display: none"],
    #feature02 [style*="display: none"],
    #feature03 [style*="display: none"] {
        display: none !important;
    }

    #feature01 [style*="display: block"],
    #feature02 [style*="display: block"],
    #feature03 [style*="display: block"] {
        display: block !important;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .container {
        padding: 0 8px;
    }
}
