/* ── Variables ── */
:root {
    --color-hero-bg: #D4145A;
    --color-dark: #06060C;
    --color-white: #FFFFFF;
    --font-main: 'Inter', 'Noto Sans JP', sans-serif;
    --container-max: 1280px;
}

html.js-smooth-scroll {
    scroll-behavior: smooth;
}

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

body {
    font-family: var(--font-main);
    font-weight: 460 !important;
    color: #06060C;
}

p,
li,
span,
td,
th {
    color: #06060C;
}

a {
    text-decoration: none;
}

.pc-br {
    display: inline !important;
}

.sp-br {
    display: none !important;
}

ul {
    list-style: none;
}

.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 2rem;
}

/* ── Announcement Bar ── */
.announcement-bar {
    background: #131328;
    color: var(--color-white);
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    position: relative;
    z-index: 1200;
}

.announcement-bar p {
    color: var(--color-white);
    margin: 0;
}



/* ── Header ── */
.site-header {
    background: var(--color-white);
    border-bottom: none;
    padding: 1.25rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.site-header .container {
    display: flex;
    align-items: center;
    gap: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.site-logo {
    flex-shrink: 0;
    margin-right: auto;
}

.site-logo img {
    width: 85px;
    height: 50px;
    object-fit: contain;
    /* Force logo to brand red/pink (#D4145A) regardless of original image color */
    filter: none;
}

.primary-nav {
    margin-left: 0;
}

.primary-nav ul {
    display: flex;
    gap: 16px;
}

.primary-nav a {
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    transition: color 0.2s ease;
}

.primary-nav a:hover {
    color: var(--color-hero-bg);
}

.header-right {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 16px;
}

.btn-buy-now {
    background: #D4145A;
    color: var(--color-white);
    width: 147px;
    height: 40px;
    border-radius: 5px;
    padding: 10px 18px;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: opacity 0.2s ease;
}

.btn-buy-now:hover {
    opacity: 0.9;
}

/* Language Switcher */
.lang-switcher ul {
    display: flex;
    gap: 0.5rem;
}

.lang-switcher a {
    color: var(--color-dark);
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.2s ease;
}

.lang-switcher a:hover {
    color: var(--color-hero-bg);
}

/* Mobile-only elements hidden on desktop */
.mobile-nav-toggle,
.mobile-only-lang-item,
.mobile-nav-ctas,
.app-mobile-ctas,
.mobile-only-item {
    display: none;
}

/* ── Home Page Header Overrides ── */
.home .site-header {
    position: fixed;
    width: 100%;
    background: transparent;
    border-bottom: none;
    transition: background 0.3s ease;
}

.home .site-header.scrolled {
    background: var(--color-hero-bg);
}

.home .site-logo img {
    filter: brightness(0) invert(1);
}

.home .primary-nav a {
    color: var(--color-white);
}

.home .primary-nav a:hover {
    color: var(--color-white);
    opacity: 0.8;
}

.home .btn-buy-now {
    background: #131328;
    color: var(--color-white);
    border-radius: 5px;
}

.home .btn-buy-now:hover {
    opacity: 0.9;
}

.home .lang-switcher a {
    color: var(--color-white);
}

.home .lang-switcher a:hover {
    color: var(--color-white);
    opacity: 0.8;
}

/* ── Hero ── */
.hero {
    background: linear-gradient(rgba(111, 7, 33, 0.2), rgba(111, 7, 33, 0.2)), linear-gradient(0deg, #E5517C 0%, #D4325A 100%);
    height: 864px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    padding: 175px 0 0;
}

.hero__wave {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    opacity: 1;
    mix-blend-mode: screen;
    filter: brightness(1.4);
    pointer-events: none;
    z-index: 0;
}

.hero>*:not(.hero__wave) {
    position: relative;
    z-index: 1;
}

.hero__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1014px;
    margin: 0 auto;
    padding-right: 143px;
    gap: 125px;
}

.hero__content {
    width: 478px;
    flex-shrink: 0;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-left: 0;
}

.hero__content h1 {
    font-size: 61px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 82px;
    letter-spacing: 0;
    margin: 0;
    white-space: nowrap;
}

.hero__content h1 .hero-title-sub {
    font-size: 55px;
    font-weight: 700;
    line-height: 71px;
    letter-spacing: 0;
    color: var(--color-white);
    display: inline;
}

.hero__desc {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hero__content p,
.hero__desc p {
    color: #FFFFFF !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 29px !important;
    letter-spacing: 0 !important;
    word-spacing: normal !important;
    text-align: left !important;
    margin: 0 !important;
    font-feature-settings: "palt" 1 !important;
}

.hero__cta {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    width: 100%;
    max-width: 346px;
}

.hero__cta .btn {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    padding: 0;
    box-sizing: border-box;
}

.hero__cta .btn--dark {
    background: #131328;
    color: var(--color-white);
}

.hero__cta .btn--outline {
    background: var(--color-white);
    color: #131328;
    border: none;
}

.btn {
    display: block;
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1rem;
    transition: opacity 0.2s;
}

.btn--dark {
    background: var(--color-dark);
    color: var(--color-white);
}

.btn--outline {
    background: var(--color-white);
    color: var(--color-dark);
    border: 2px solid #E0E0E0;
}

.btn:hover {
    opacity: 0.9;
}

.hero__visual {
    width: 268px;
    flex-shrink: 0;
}

.hero__visual img {
    width: 268px;
    height: 554px;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

.hero__phone-placeholder {
    width: 100%;
    height: 500px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 40px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .hero__inner {
        padding-right: 2rem;
        padding-left: 2rem;
        gap: 3rem;
        justify-content: space-between;
    }
}

.trust-bar {
    background: var(--color-white);
    border-bottom: 1px solid #E0E0E0;
    padding: 17px 0;
}

.trust-bar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.trust-bar__item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 17px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 17px;
    color: #06060C !important;
}

.trust-bar__item>span:last-child {
    display: inline-block;
    color: #06060C !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    white-space: nowrap;
}

/* Single icon */
.trust-bar__icon {
    width: 13px;
    height: 13px;
    object-fit: contain;
    flex-shrink: 0;
}

/* ── Purpose Section ──────────────────────── */
.m-br {
    display: none;
}

.d-br {
    display: inline;
}

.purpose {
    background: var(--color-white);
    padding: 88px 0;
}

.purpose__inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

@media (max-width: 1200px) {
    .purpose__inner {
        padding: 0 20px;
    }
}

.purpose__visual {
    width: 628px;
    height: 641px;
    flex-shrink: 0;
}

.purpose__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.purpose__content {
    width: 492px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.purpose__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.purpose__subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 1.8;
    color: #D4145A;
    letter-spacing: 0;
}

.purpose__header h2 {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    color: #06060C;
}

.purpose__text {
    width: 100%;
    max-width: 464px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.purpose__text p {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 460 !important;
    line-height: 22px;
    color: #06060C;
    word-break: normal;
    overflow-wrap: break-word;
}

.purpose__cta {
    margin-top: 0;
}

.purpose__cta .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 346px;
    height: 56px;
    border-radius: 5px;
    padding: 12px 32px;
    background-color: #131328;
    color: var(--color-white);
}

@media (max-width: 991px) {
    .purpose__cta {
        display: flex;
        justify-content: center;
    }

    .purpose__cta .btn {
        max-width: 346px;
        width: 100%;
    }
}



/* ── Company Page Base & Utilities ────────── */
.company-page {
    background: var(--color-white);
}

.company-page section {
    padding: 6rem 0;
}

.section-subtitle {
    display: inline-block;
    color: #D4145A !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 8px;
}

.section-header {
    margin-bottom: 3.5rem;
}

.section-header.text-center {
    text-align: center;
}

.section-header h2 {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #06060C;
    line-height: 1;
    margin-bottom: 8px;
}

.section-desc {
    color: #06060C;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 460 !important;
    line-height: 1.65;
    margin-top: 0;
}

/* ── Company Page Header ─────────────────── */
.company-page-header {
    background: #FFFFFF !important;
    padding: 68px 0 !important;
    min-height: 207px !important;
    box-sizing: border-box !important;
}

.company-page-header .container {
    max-width: 1160px !important;
    width: 1160px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
}

.company-page-header .section-header {
    width: 1160px !important;
    height: auto !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    align-items: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.company-page-header .section-subtitle {
    margin: 0 !important;
    line-height: 1.0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #D4145A !important;
}

.company-page-header h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #06060C !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.company-page-header .section-desc {
    display: none !important;
}

/* ── 1. Company About Us ───────────────────── */
.company-about {
    background: #FFFFFF !important;
    padding: 88px 0 !important;
    box-sizing: border-box !important;
}

.company-about .container {
    max-width: 1160px !important;
    width: 1160px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
}

.company-about-subtitle {
    display: none !important;
}

.company-about__inner {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 1160px !important;
    height: 465px !important;
    gap: 82px !important;
    box-sizing: border-box !important;
}

.company-about__content {
    width: 492px !important;
    height: 465px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    box-sizing: border-box !important;
}

.company-about__content h1 {
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 52px !important;
    color: #06060C !important;
    margin: 0 0 28px 0 !important;
}

.company-about__content p {
    color: #06060C !important;
    font-size: 15.5px !important;
    line-height: 24px !important;
    font-weight: 460 !important;
    width: 462px !important;
    max-width: 462px !important;
    margin: 0 0 24px 0 !important;
}

.company-about__content p:last-of-type {
    margin-bottom: 40px !important;
}

.company-about__cta {
    margin: 0 !important;
}

.company-about__cta .btn {
    width: 346px !important;
    max-width: 100% !important;
    height: 56px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 5px !important;
    background-color: #131328 !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 0 !important;
}

.company-about__visual {
    width: 586px !important;
    height: 419px !important;
    flex-shrink: 0 !important;
    display: block !important;
}

.company-about__visual img {
    width: 586px !important;
    height: 419px !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06) !important;
    object-fit: cover !important;
    display: block !important;
}

/* ── 2. Company Missions ──────────────────── */
.company-missions {
    background: #FFF;
    padding: 80px 0;
    min-height: 925px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-page .company-missions {
    background: #F5F5F7 !important;
    min-height: 925px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-missions .container {
    display: flex;
    flex-direction: column;
    gap: 80px;
    max-width: 1160px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.company-missions .section-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.company-missions .section-subtitle {
    color: #D4145A !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 0;
}

.company-missions h2 {
    color: #06060C;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

.company-missions .section-desc {
    color: #06060C;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 460 !important;
    line-height: 22px;
    margin-top: 0;
}

.missions-grid {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

.mission-card {
    flex: 0 0 275px;
    width: 275px;
    height: 474px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 34px 20px;
    box-shadow: 0px 4px 6.8px 0px rgba(0, 0, 0, 0.10);
    border: 0.5px solid rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s, border-color 0.25s;
}

.mission-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 0, 0, 0.20);
}

.mission-card__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 235px;
    height: 187px;
}

.mission-card__num {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    color: #D4145A !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.mission-card h3 {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #06060C;
    line-height: 1;
    margin-bottom: 0;
}

.mission-card p {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 460 !important;
    color: #06060C;
    line-height: 165%;
    text-align: justify;
    letter-spacing: -0.04em;
}

.mission-card__icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    width: 185px;
    height: 209px;
    align-self: center;
}

.mission-card__icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.missions-cta {
    display: none;
}

/* ── 3. Company Details (Table) ───────────── */
.company-details {
    background: #FFFFFF;
    padding: 88px 0;
    box-sizing: border-box;
}

.company-details .container {
    max-width: 1016px !important;
    width: 1016px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
    box-sizing: border-box;
}

.company-details .section-header {
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 0 !important;
}

.company-details .section-header .section-subtitle {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #D4145A !important;
    line-height: 1.0 !important;
    margin: 0 !important;
}

.company-details .section-header h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #06060C !important;
    margin: 0 !important;
    line-height: 1.0 !important;
}

.details-table-wrapper {
    width: 100%;
    max-width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    overflow: hidden;
}

.details-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.details-table th,
.details-table td {
    padding: 20px 32px;
    text-align: left;
    border-bottom: 1px solid #E5E5E5;
}

.details-table tr:last-child th,
.details-table tr:last-child td {
    border-bottom: none;
}

.details-table th {
    background: #F7F7F7;
    color: #06060C;
    font-weight: 600;
    font-size: 15px;
    width: 200px;
    white-space: nowrap;
    border-right: 1px solid #E5E5E5;
}

.details-table td {
    color: #4A4A5A;
    font-size: 15px;
    line-height: 1.6;
}

/* ── 4. Offices Grid ──────────────────────── */
.company-offices {
    background: #FFF !important;
    padding: 88px 0 !important;
    min-height: 753px !important;
    box-sizing: border-box;
}

.company-offices .container {
    max-width: 1016px !important;
    width: 1016px !important;
    height: 577px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 56px !important;
    padding: 0 !important;
    margin: 0 auto !important;
    box-sizing: border-box;
}

.company-offices .section-header {
    width: 1016px !important;
    height: 87px !important;
    margin: 0 !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    box-sizing: border-box;
}

.company-offices .section-header .section-subtitle {
    margin-bottom: 0 !important;
    line-height: 1.0 !important;
    height: 18px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #D4145A !important;
}

.company-offices .section-header h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #06060C !important;
    line-height: 1.0 !important;
    margin: 0 !important;
    height: 40px !important;
}

.offices-title--pc {
    display: block !important;
}

.offices-title--mobile {
    display: none !important;
}

.offices-grid {
    display: flex !important;
    flex-direction: row !important;
    gap: 0 !important;
    width: 1016px !important;
    height: 434px !important;
    max-width: 1016px !important;
    margin: 0 auto !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box;
}

.office-card {
    flex: 1 !important;
    height: 434px !important;
    background: #FFFFFF !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: transform 0.3s !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    box-sizing: border-box;
    min-width: 0 !important;
}

.office-card:first-child {
    border-right: none !important;
}

.office-card:first-child .office-card__content {
    border-right: 1px solid #E0E0E0 !important;
}

.office-card__image {
    width: 100% !important;
    height: 291px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    box-sizing: border-box;
}

.office-card__divider {
    width: 100% !important;
    height: 1px !important;
    background-color: #E0E0E0 !important;
    flex-shrink: 0 !important;
}

.office-card__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.office-card__content {
    width: 100% !important;
    flex: 1 !important;
    padding: 32px 40px !important;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    background: #FFFFFF !important;
}

.office-card__content h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #06060C !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.office-card__content p {
    color: #6E6E73 !important;
    font-weight: 460 !important;
    line-height: 22px !important;
    font-size: 16px !important;
    margin: 0 !important;
}

/* ── 5. History Timeline ──────────────────── */
.company-history {
    background: #F5F5F7 !important;
    padding-top: 88px !important;
    padding-bottom: 88px !important;
}

.company-history .container {
    max-width: 1016px !important;
    width: 1016px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.company-history .section-header {
    text-align: left !important;
    margin-bottom: 40px !important;
}

.timeline {
    width: 100% !important;
    max-width: 100% !important;
    border-top: 1px solid #EAEAEA !important;
}

.timeline-item {
    display: flex;
    gap: 32px !important;
    padding: 30px 0 !important;
    border-bottom: 1px solid #EAEAEA !important;
}

.timeline-item__date {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--color-hero-bg) !important;
    width: 80px !important;
    flex-shrink: 0 !important;
}

.timeline-item__content {
    flex-grow: 1;
}

.timeline-item__content h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--color-dark) !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}

.timeline-item__content p {
    color: #6E6E73 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* ── Company Page Media Queries ────────────── */
@media (max-width: 991px) {
    .company-page section {
        padding: 4rem 0;
    }

    .company-page-header {
        padding: 4rem 0 !important;
        min-height: auto !important;
    }

    .company-page-header .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 20px !important;
    }

    .company-page-header .section-header {
        width: 100% !important;
    }

    .company-page-header h2 {
        font-size: 40px !important;
        line-height: 1.2 !important;
    }

    .company-page-header .section-desc {
        display: block !important;
        font-size: 16px !important;
        line-height: 1.65 !important;
        margin-top: 12px !important;
        text-align: center !important;
        color: #06060C !important;
        font-weight: 460 !important;
    }

    .company-about {
        padding: 4rem 0 !important;
    }

    .company-about .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 20px !important;
    }

    .company-about__inner {
        flex-direction: column !important;
        width: 100% !important;
        height: auto !important;
        gap: 32px !important;
    }

    .company-about__content {
        width: 100% !important;
        height: auto !important;
        text-align: center !important;
    }

    .company-about__content h1 {
        font-size: clamp(32px, calc(-18.97px + 13.6vw), 39.5px) !important;
        line-height: 1.25 !important;
        margin-bottom: 28px !important;
        text-align: left !important;
        max-width: 400px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .company-about__content p {
        text-align: left !important;
        font-size: clamp(13px, calc(-2.69px + 4.18vw), 15.3px) !important;
        line-height: 1.65 !important;
        margin-bottom: 24px !important;
        width: 100% !important;
        max-width: 400px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .company-about__content p:last-of-type {
        margin-bottom: 40px !important;
    }

    .company-about__cta {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .company-about__cta .btn {
        width: 100% !important;
        max-width: 360px !important;
        height: 64px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .company-about__visual {
        width: 100% !important;
        height: auto !important;
        order: -1 !important;
        display: flex !important;
        justify-content: center !important;
    }

    .company-about__visual img {
        width: 100% !important;
        max-width: 400px !important;
        height: auto !important;
        aspect-ratio: 400/286 !important;
        object-fit: cover !important;
    }

    .missions-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .company-missions .section-desc {
        display: block !important;
    }

    .company-missions .mission-card {
        height: auto !important;
        flex: 1 1 auto !important;
        width: auto !important;
        text-align: center !important;
        align-items: center !important;
        padding: 30px 20px !important;
    }

    .company-missions .mission-card__content {
        height: auto !important;
        width: auto !important;
        gap: 16px !important;
        align-items: center !important;
    }

    .company-missions .mission-card__num {
        font-size: 14px !important;
    }

    .company-missions .mission-card h3 {
        font-size: 28px !important;
        font-weight: 800 !important;
        line-height: 1.25 !important;
    }

    .company-missions .mission-card p {
        font-size: 16px !important;
        line-height: 1.65 !important;
        text-align: center !important;
    }

    .company-missions .mission-card__icon-wrapper {
        width: 302px !important;
        height: 209px !important;
        margin-top: auto !important;
        align-self: center !important;
    }

    .company-missions .mission-card__icon {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }

    .missions-cta {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 360px !important;
        margin: 0 auto !important;
    }

    .missions-cta .btn {
        width: 100% !important;
        height: 56px !important;
        font-size: 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        border-radius: 5px !important;
        box-sizing: border-box !important;
    }

    .missions-cta .btn--outline {
        border: 1px solid #E0E0E0 !important;
    }

    .company-offices {
        padding: 4rem 0 !important;
        min-height: auto !important;
    }

    .company-offices .container {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        gap: 2rem !important;
        padding: 0 20px !important;
    }

    .company-offices .section-header {
        width: 100% !important;
        max-width: 400px !important;
        height: auto !important;
        text-align: center !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .company-offices .section-header .section-subtitle {
        height: auto !important;
        margin-bottom: 8px !important;
    }

    .company-offices .section-header h2 {
        height: auto !important;
        font-size: 2rem !important;
        line-height: 1.2 !important;
    }

    .offices-title--pc {
        display: none !important;
    }

    .offices-title--mobile {
        display: block !important;
    }

    .offices-grid {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        height: auto !important;
        max-width: 400px !important;
        gap: 16px !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        overflow: visible !important;
        margin: 0 auto !important;
    }

    .office-card {
        width: 100% !important;
        height: auto !important;
        border: 1px solid #E0E0E0 !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
        overflow: hidden !important;
    }

    .office-card:first-child {
        border-right: 1px solid #E0E0E0 !important;
        border-bottom: 1px solid #E0E0E0 !important;
    }

    .office-card__image {
        width: 100% !important;
        height: 291px !important;
    }

    .office-card__image img {
        width: 100% !important;
        height: 100% !important;
    }

    .office-card__content {
        width: 100% !important;
        height: auto !important;
        padding: 1.5rem !important;
        gap: 8px !important;
    }

    .office-card__content h3 {
        font-size: 1.15rem !important;
    }

    .office-card__content p,
    .company-page .company-offices .office-card__content p {
        font-size: 0.9rem !important;
        color: #06060C !important;
        font-weight: 460 !important;
    }

    .details-table th {
        width: 35%;
    }

    .company-history {
        background: #FFFFFF !important;
        padding: 4rem 0 !important;
    }

    .company-history .container {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 20px !important;
    }

    .company-history .section-header {
        width: 100% !important;
        text-align: center !important;
    }

    .company-page .timeline-item__content p {
        font-size: 15px !important;
    }
}

@media (max-width: 767px) {
    .missions-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
    }

    .company-missions .mission-card {
        padding: clamp(16px, 5vw, 24px) clamp(10px, 3vw, 16px) !important;
        flex-direction: column !important;
        max-width: 392px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .company-missions .mission-card__content {
        order: 1 !important;
        text-align: center !important;
    }

    .company-missions .mission-card__icon-wrapper {
        order: 2 !important;
        margin-top: 1rem !important;
        padding-top: 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    .company-missions .mission-card__icon {
        max-height: clamp(100px, 30vw, 160px) !important;
    }

    .company-missions .mission-card h3 {
        font-size: clamp(15px, 4.8vw, 18px) !important;
        margin-bottom: 0.5rem !important;
    }

    .company-missions .mission-card p {
        font-size: clamp(11px, 3.3vw, 14.5px) !important;
        line-height: 1.6 !important;
        text-align: center !important;
    }

    .company-missions .mission-card:nth-child(3) p {
        font-size: clamp(10px, 3.1vw, 13.5px) !important;
        letter-spacing: -0.02em !important;
    }

    .company-missions .mission-card__num {
        display: block !important;
        text-align: center !important;
    }

    /* Mobile missions section header: limit width for balanced 2-line wrap */
    .company-missions .section-header {
        max-width: 392px !important;
        margin: 0 auto !important;
    }

    .company-details .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 20px !important;
        align-items: center !important;
    }

    .company-details .section-header {
        max-width: 400px !important;
        margin: 0 auto !important;
        text-align: center !important;
        align-items: center !important;
    }

    .details-table-wrapper {
        border: 1px solid #E5E5E5 !important;
        border-radius: 8px !important;
        max-width: 400px !important;
        margin: 0 auto !important;
    }

    .details-table th,
    .details-table td {
        display: table-cell !important;
        padding: 0.85rem 0.65rem !important;
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        box-sizing: border-box !important;
    }

    .details-table th {
        background: #F7F7F7 !important;
        color: var(--color-dark) !important;
        width: 30% !important;
        border-right: 1px solid #E5E5E5 !important;
        text-transform: none !important;
    }

    .details-table td {
        width: 70% !important;
        border-bottom: 1px solid #E5E5E5 !important;
    }

    .details-table tr:last-child td,
    .details-table tr:last-child th {
        border-bottom: none !important;
    }

    .timeline-item {
        flex-direction: column !important;
        gap: 0.5rem !important;
        padding: 1.5rem 0 !important;
    }

    .timeline-item__date {
        width: auto !important;
    }
}

/* Custom weight and color for Company Page body texts */
.company-page p,
.company-page .section-desc,
.company-page .details-table th,
.company-page .details-table td,
.company-page .timeline-item__content p,
.company-page .mission-card p {
    font-family: 'Inter', 'Noto Sans JP', sans-serif !important;
    font-weight: 460 !important;
    color: #06060C !important;
}

/* Office card address text — must override .company-page p above */
.company-page .company-offices .office-card__content p {
    color: #6E6E73 !important;
    font-weight: 460 !important;
    font-size: 16px !important;
    line-height: 22px !important;
}

/* ── Global Helpers ───────────────────────── */
.max-w-700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.sp-br {
    display: none;
}

/* ── What is Aloo eSIM ────────────────────── */
.what-is-aloo {
    background: #F5F5F7;
    padding: 88px 0;
    min-height: 855px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.what-is-aloo .container {
    max-width: 1160px;
    width: 100%;
    height: 679px;
    display: flex;
    flex-direction: column;
    gap: 75px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.what-is-aloo .section-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 147px;
    margin-bottom: 0;
}

.what-is-aloo .section-subtitle {
    color: #D4145A !important;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.what-is-aloo h2 {
    color: #06060C;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

/* PC: show PC title, hide mobile title */
.what-is-aloo__title--pc {
    display: block;
}

.what-is-aloo__title--mobile {
    display: none;
}

.what-is-aloo .section-desc {
    color: #06060C;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 460 !important;
    line-height: 22px;
    margin-top: 0;
}

.features-grid {
    display: flex;
    flex-direction: row;
    gap: 28px;
    width: 100%;
    margin: 0;
    height: 326px;
}

.feature-card {
    flex: 0 0 368px;
    width: 368px;
    height: 326px;
    background: var(--color-white);
    border-radius: 16px;
    padding: 40px 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid #F0F0F0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    transition: transform 0.3s;
}


.feature-card__icon {
    height: 136px;
    width: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.feature-card__icon img {
    height: 136px;
    width: 136px;
    object-fit: contain;
}

.feature-card__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 328px;
    height: 88px !important;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
}

.feature-card h3 {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800 !important;
    color: #06060C !important;
    line-height: 1;
    margin-bottom: 0;
}

.feature-card h3 span {
    color: #D4145A !important;
    font-weight: 900 !important;
}

.feature-card p {
    color: #06060C !important;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 1.65;
    margin-bottom: 0;
    text-align: center;
}

.features-cta {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 0;
    height: 56px;
}

.features-cta .btn {
    width: 346px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    border-radius: 5px;
}

.features-cta .btn--outline {
    border: none;
}

/* ── Even Easier with ALOO App ────────────── */
.app-easier {
    background: #F5F5F7 !important;
    padding: 88px 0;
    min-height: 843px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.app-easier .container {
    max-width: 1016px;
    width: 100%;
    height: 667px;
    display: flex;
    flex-direction: column;
    gap: 66px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

/* Header: title + desc above the 2-col grid */
.app-easier__header {
    width: 100%;
    max-width: 1016px;
    height: 107px;
    margin: 0;
}

.app-easier__header .section-subtitle {
    display: inline-block;
    color: #D4145A !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 8px;
}

.app-easier__header h2 {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #06060C !important;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 8px;
}

.app-easier__desc {
    color: #06060C !important;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 460 !important;
    line-height: 1.65;
    white-space: nowrap;
}

/* Body: 2-col grid — features left, phone right */
.app-easier__body {
    display: flex;
    flex-direction: row;
    gap: 48px;
    width: 100%;
    max-width: 1016px;
    height: 494px;
    align-items: flex-start;
}

/* Old class kept for compatibility */
.app-easier__inner {
    display: flex;
    flex-direction: row;
    gap: 48px;
    width: 100%;
    max-width: 1016px;
    height: 494px;
    align-items: flex-start;
}

.app-features-list {
    margin: 0 0 32px !important;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 484px !important;
    height: 324px !important;
    box-sizing: border-box;
}

.app-features-list li {
    display: flex;
    gap: 36px !important;
    align-items: flex-start;
    border-bottom: 1px solid #EAEAEA;
    padding-top: 24px !important;
    /* Giãn cách với đường viền trên */
    padding-bottom: 24px !important;
    /* Giãn cách với đường viền dưới */
    height: auto !important;
    box-sizing: border-box;
}

.app-features-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.app-feature-num {
    background: var(--color-hero-bg);
    color: var(--color-white);
    font-weight: 700;
    font-size: 0.9rem;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.app-feature-text {
    width: 420px !important;
    height: 68px !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4px;
}

.app-feature-text h4 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #06060C !important;
    margin-bottom: 0;
    line-height: 1.2;
}

.app-feature-text p {
    color: #06060C !important;
    font-size: 13px !important;
    font-weight: 460 !important;
    line-height: 1.65;
    margin: 0;
}

.app-badges {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.75rem;
    align-items: center;
}

.app-badge-btn {
    display: inline-block;
    flex-shrink: 0;
    transition: transform 0.2s;
}

.app-icon-badge {
    flex-shrink: 0;
}

.app-badge-btn:hover {
    transform: translateY(-2px);
}

/* Phone visual: no top padding so it starts at same level as item 01 */
.app-easier__content {
    width: 484px !important;
    height: 405px !important;
    flex-shrink: 0;
    box-sizing: border-box;
}

.app-easier__visual {
    width: 484px;
    height: 494px;
    flex-shrink: 0;
}

.app-easier__visual img {
    width: 484px;
    height: 494px;
    object-fit: contain;
    display: block;
    margin: 0;
}

/* ── How It Works ─────────────────────────── */
.how-it-works {
    background: #FFFFFF !important;
    padding: 88px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
    box-sizing: border-box;
}

.how-it-works__inner {
    max-width: 1016px !important;
    width: 1016px !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.how-it-works .section-header {
    width: 1016px !important;
    height: 77px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    text-align: left !important;
    box-sizing: border-box;
}

.how-it-works .section-header .section-subtitle {
    margin-bottom: 0 !important;
    line-height: 1.0 !important;
    height: 18px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #D4145A !important;
}

.how-it-works .section-header h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #06060C !important;
    line-height: 1.0 !important;
    margin: 0 !important;
    height: 40px !important;
}

.how-it-works__tabs {
    width: 464px !important;
    /* 3 * 154px + borders = 464px */
    height: auto !important;
    min-height: 47px !important;
    margin: 32px 0 0 0 !important;
    display: inline-flex !important;
    border: 1px solid #D4145A !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    box-sizing: border-box;
}

.how-it-works__tabs .tab-btn {
    flex: 1 !important;
    height: auto !important;
    min-height: 45px !important;
    padding: 4px 6px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #D4145A !important;
    background: #FFFFFF !important;
    border: none !important;
    border-right: 1px solid #D4145A !important;
    cursor: pointer !important;
    box-sizing: border-box;
    white-space: normal !important;
    line-height: 1.25 !important;
    border-radius: 0 !important;
    transition: background-color 0.2s, color 0.2s;
}

.how-it-works__tabs .tab-btn:hover {
    background: rgba(214, 63, 90, 0.05) !important;
}

.how-it-works__tabs .tab-btn:last-child {
    border-right: none !important;
}

.how-it-works__tabs .tab-btn.active {
    background: #D4145A !important;
    color: #FFFFFF !important;
}

.how-it-works__content-wrapper {
    width: 1016px !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 56px !important;
    box-sizing: border-box;
}

.tab-content {
    display: none;
    width: 880px !important;
    box-sizing: border-box;
}

.tab-content.active {
    display: block !important;
}

#tab-buy.active {
    height: 1073px !important;
}

#tab-devices.active {
    height: 777px !important;
    width: 880px !important;
}

#tab-activation.active {
    height: 776px !important;
    width: 1016px !important;
}

/* Steps Flow */
.steps-flow {
    display: flex !important;
    flex-direction: column !important;
    gap: 48px !important;
    width: 880px !important;
    height: auto !important;
    box-sizing: border-box;
}

#tab-buy .steps-flow {
    justify-content: space-between !important;
    height: auto !important;
    min-height: 1073px !important;
    gap: 0 !important;
}

.step-row {
    display: grid !important;
    grid-template-columns: 148px 532px 1fr !important;
    align-items: center !important;
    gap: 0 !important;
    position: relative !important;
    height: auto !important;
    margin: 0 !important;
    padding: 28px 0 !important;
    box-sizing: border-box;
}

.step-timeline-col {
    width: 148px !important;
    height: 232px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    position: relative !important;
    box-sizing: border-box;
}

.step-badge {
    width: 90px !important;
    height: 45px !important;
    border-radius: 6px !important;
    background: #0D1B2A !important;
    color: #FFFFFF !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    z-index: 2 !important;
    margin-top: 0 !important;
    align-self: flex-start !important;
    flex-shrink: 0 !important;
}

.step-timeline-col::after {
    content: '' !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 22px !important;
    bottom: -166px !important;
    width: 0 !important;
    border-left: 2px dashed #E0E0E0 !important;
    z-index: 1 !important;
}

.step-row:last-child .step-timeline-col::after,
.step-row--last .step-timeline-col::after {
    display: none !important;
}

#tab-devices .step-timeline-col::after {
    bottom: -222px !important;
}

.step-row__content {
    width: 532px !important;
    height: 232px !important;
    margin: 0 !important;
    padding: 50px 0 0 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    box-sizing: border-box;
}

.step-row__content h3 {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #D4145A !important;
    margin: 0 !important;
    line-height: 24px !important;
}

.step-row__content p {
    color: #06060C !important;
    font-size: 14px !important;
    font-weight: 460 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

.step-row__visual {
    width: 160px !important;
    height: 320px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    justify-self: end !important;
    box-sizing: border-box;
}

.step-row__visual img {
    width: 160px !important;
    height: 320px !important;
    max-width: 160px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 !important;
}

/* Compatibility Devices Tab */
.devices-compatibility {
    max-width: 900px;
    margin: 0 auto;
    background: #F9FAFB;
    border-radius: 16px;
    padding: 3rem;
    border: 1px solid #EAEAEA;
}

.device-group {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #E5E5E5;
}

.device-group:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.device-group h4 {
    font-size: 1.25rem;
    color: var(--color-dark);
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.device-group p {
    color: #5A5A6A;
    line-height: 1.6;
    font-size: 1rem;
}

.compatibility-notice {
    background: #FFF;
    border-left: 4px solid var(--color-hero-bg);
    padding: 1.25rem 1.5rem;
    margin-top: 2.5rem;
    border-radius: 4px;
}

.compatibility-notice p {
    color: #4A4A5A;
    font-size: 0.95rem;
    margin: 0;
}

/* Activation Guides Tab */
.activation-guides-new {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    background: #FFF !important;
    border-radius: 16px !important;
    border: 1px solid #EAEAEA !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02) !important;
    overflow: hidden !important;
    width: 1016px !important;
    max-width: 1016px !important;
    height: 678px !important;
    margin: 0 auto !important;
    box-sizing: border-box;
}

.activation-col {
    padding: 48px !important;
    text-align: left !important;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column !important;
}

.activation-col:first-child {
    border-right: 1px solid #EAEAEA !important;
}

.activation-col__sub {
    display: inline-block !important;
    color: #D4145A !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
}

.activation-col h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #06060C !important;
    margin-bottom: 40px !important;
}

.activation-steps-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.activation-steps-list li {
    display: flex !important;
    gap: 20px !important;
    align-items: baseline !important;
    border-bottom: 1px dashed #EAEAEA !important;
    padding-bottom: 24px !important;
    text-align: left !important;
}

.activation-steps-list li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.act-num {
    color: #D4145A !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    flex-shrink: 0 !important;
}

.act-text p {
    font-size: 16px !important;
    color: #06060C !important;
    font-weight: 460 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

.act-subtext {
    display: block !important;
    font-size: 14px !important;
    color: #06060C !important;
    margin-top: 12px !important;
    font-weight: 460 !important;
    line-height: 1.5 !important;
}

@media (max-width: 991px) {
    .activation-guides-new {
        grid-template-columns: 1fr !important;
        height: auto !important;
    }

    .activation-col {
        padding: 2.5rem !important;
    }

    .activation-col:first-child {
        border-right: none !important;
        border-bottom: 1px solid #F0F0F0 !important;
    }

    .activation-steps-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
    }

    .activation-steps-list li {
        align-items: flex-start !important;
        padding-bottom: 20px !important;
    }
}

/* ── Destinations with ALOO ───────────────── */
.destinations {
    background: #FFFFFF !important;
    padding: 88px 0 !important;
    min-height: 1017px !important;
    border-top: 1px solid #EAEAEA !important;
    box-sizing: border-box;
}

.destinations .container {
    max-width: 1016px !important;
    width: 1016px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box;
}

.destinations .section-header {
    width: 1016px !important;
    height: auto !important;
    margin: 0 0 56px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    text-align: left !important;
    box-sizing: border-box;
}

.destinations .section-header .section-subtitle {
    margin: 0 !important;
    line-height: 1.0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #D4145A !important;
}

.destinations .section-header h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #06060C !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.destinations-collage {
    width: 1016px !important;
    max-width: 1016px !important;
    height: 698px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06) !important;
    box-sizing: border-box;
}

.destinations-collage img {
    width: 1016px !important;
    height: 698px !important;
    display: block !important;
    object-fit: cover !important;
}

.destinations-collage img.destinations-pc-img {
    display: block !important;
}

.destinations-collage img.destinations-sp-img {
    display: none !important;
}

/* ── Security & Trust ─────────────────────── */
/* ── Security & Trust ─────────────────────── */
.security {
    background: #FFFFFF !important;
    padding: 88px 0 !important;
    min-height: 704px !important;
    box-sizing: border-box !important;
}

.security .container {
    max-width: 1160px !important;
    width: 1160px !important;
    height: 528px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
}

.security .section-header {
    width: 1160px !important;
    height: auto !important;
    margin: 0 0 56px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    align-items: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.security .section-header .section-subtitle {
    margin: 0 !important;
    line-height: 1.0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #D4145A !important;
}

.security .section-header h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #06060C !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.security-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1px !important;
    width: 1160px !important;
    height: 385px !important;
    border: 1px solid #EAEAEA !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #EAEAEA !important;
    box-sizing: border-box !important;
}

.security-card {
    width: 580px !important;
    height: 192px !important;
    background: #FFFFFF !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 0 32px 0 40px !important;
    gap: 36px !important;
    box-sizing: border-box !important;
}

.security-card__icon {
    width: 120px !important;
    height: 120px !important;
    flex-shrink: 0 !important;
    display: block !important;
    position: static !important;
    overflow: visible !important;
    background: transparent !important;
}

.security-card__icon img {
    width: 120px !important;
    height: 120px !important;
    display: block !important;
    object-fit: contain !important;
    position: static !important;
    transform: none !important;
    mix-blend-mode: normal !important;
}

.security-card__text {
    width: 352px !important;
    height: 108px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.security-card__text h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #06060C !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.security-card__text p {
    font-size: 14px !important;
    font-weight: 460 !important;
    color: #06060C !important;
    line-height: 22px !important;
    margin: 0 !important;
}

/* ── FAQ Section ──────────────────────────── */
.faq {
    background: #FFFFFF !important;
    padding: 132px 0 !important;
    min-height: 1264px !important;
    box-sizing: border-box !important;
}

.faq .container {
    max-width: 1016px !important;
    width: 1016px !important;
    height: 1000px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
}

.faq .section-header {
    width: 1016px !important;
    height: auto !important;
    margin: 0 0 56px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    text-align: left !important;
    box-sizing: border-box !important;
}

.faq .section-header .section-subtitle {
    margin: 0 !important;
    line-height: 1.0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #D4145A !important;
}

.faq .section-header h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #06060C !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.faq-accordion {
    width: 1016px !important;
    height: 975px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    box-sizing: border-box !important;
}

.faq-item {
    background: #F5F5F7 !important;
    border-radius: 14px !important;
    border: none !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.faq-question-block {
    width: 1016px !important;
    padding: 24px 32px !important;
    background: #F5F5F7 !important;
    border-bottom: 1px solid #EAEAEA !important;
    box-sizing: border-box !important;
}

.faq-question {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #06060C !important;
    line-height: 1.2 !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.faq-question span {
    color: #D4145A !important;
    font-weight: 700 !important;
}

.faq-answer-block {
    width: 1016px !important;
    padding: 24px 32px !important;
    background: #F5F5F7 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    box-sizing: border-box !important;
}

.faq-answer-block p {
    color: #06060C !important;
    font-size: 14px !important;
    font-weight: 460 !important;
    line-height: 22px !important;
    margin: 0 !important;
}

.faq-disclaimer {
    font-size: 14px !important;
    font-weight: 460 !important;
    color: #06060C !important;
    line-height: 22px !important;
    margin-top: 8px !important;
    display: block !important;
}

/* ── Site Footer ──────────────────────────── */
.site-footer {
    background: #131328 !important;
    color: #FFFFFF !important;
    padding: 75px 0 0 0 !important;
    box-sizing: border-box !important;
}

.site-footer p,
.site-footer span,
.site-footer li,
.site-footer a,
.site-footer div {
    font-weight: 460 !important;
    color: #FFFFFF !important;
}

.site-footer__inner {
    display: flex !important;
    justify-content: space-between !important;
    gap: 48px !important;
    padding-bottom: 58px !important;
    max-width: 1280px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

.site-footer__brand {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 832px !important;
    max-width: 832px !important;
}

.footer-logo {
    display: block !important;
}

.footer-logo img {
    width: 77px !important;
    height: 43px !important;
    margin-bottom: 0 !important;
    display: block !important;
    filter: brightness(0) invert(1) !important;
}

.footer-tagline {
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: 460 !important;
    line-height: 20px !important;
    margin: 0 !important;
}

.site-footer__links {
    display: flex !important;
    gap: 48px !important;
    width: 399px !important;
    max-width: 399px !important;
}

.footer-nav-col {
    flex: none !important;
}

.footer-nav-col:nth-child(1) {
    width: 111px !important;
}

.footer-nav-col:nth-child(2) {
    width: 108px !important;
}

.footer-nav-col:nth-child(3) {
    width: 84px !important;
}

.footer-nav-col h4 {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
    color: #FFFFFF !important;
    line-height: 20px !important;
    white-space: nowrap !important;
}

.footer-nav-col ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-nav-col a {
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: 460 !important;
    line-height: 18px !important;
    transition: opacity 0.2s !important;
    white-space: nowrap !important;
}

.footer-nav-col a:hover {
    opacity: 0.8 !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding: 24px 0 !important;
}

.footer-bottom__inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 1280px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

.footer-bottom a {
    color: #FFFFFF !important;
    font-size: 14px !important;
    line-height: 20px !important;
    transition: opacity 0.2s !important;
}

.footer-bottom a:hover {
    opacity: 0.8 !important;
}

.footer-legal-links {
    display: flex !important;
    gap: 32px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-bottom-desktop {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

.footer-bottom .copyright {
    color: #FFFFFF !important;
    font-size: 12px !important;
    font-weight: 460 !important;
    line-height: 20px !important;
    margin: 0 !important;
}

.footer-bottom-mobile {
    display: none;
}

body,
p,
span,
li,
a,
div {
    font-weight: 460 !important;
}

strong,
b,
.btn,
.section-subtitle,
.step-badge {
    font-weight: 700 !important;
}

/* ── Mobile Styles ────────────────────────── */
@media (max-width: 991px) {



    /* Hero: padding-top accounts for the fixed header height on mobile */
    .hero {
        padding-top: 7rem;
    }


    /* Header mobile navigation & Hamburger */
    .site-header {
        height: 72px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    .site-header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.5rem !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .mobile-nav-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 24px;
        height: 18px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 1100;
        order: 1;
    }

    .mobile-nav-toggle .bar {
        width: 24px;
        height: 2px;
        background-color: var(--color-dark);
        transition: transform 0.3s, opacity 0.3s;
    }

    .home .mobile-nav-toggle .bar {
        background-color: var(--color-white);
    }

    .site-logo {
        order: 2;
        margin-left: 0.5rem;
        margin-right: auto;
    }

    .site-logo img {
        height: 36px;
    }

    .hero__content h1 {
        font-size: clamp(1.8rem, 6vw, 2.8rem);
    }

    .hero__cta .btn {
        font-size: 1rem;
        padding: 1rem 2rem;
    }

    .hero__visual img {
        transform: none;
    }

    .header-right {
        order: 3;
        margin-left: auto;
        gap: 20px !important;
        flex-direction: row-reverse;
    }

    .header-right .btn-buy-now {
        font-size: 14px !important;
        font-weight: 700 !important;
        height: 40px !important;
        border-radius: 6px !important;
        padding: 0 16px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        background: #131328 !important;
        color: #FFFFFF !important;
    }

    .btn-buy-now {
        background: #131328 !important;
    }

    .lang-switcher a {
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    .home .lang-switcher a {
        color: #FFFFFF !important;
    }

    .lang-switcher ul {
        gap: 4px !important;
    }

    .primary-nav {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: var(--color-white) !important;
        display: none;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        z-index: 1050 !important;
        padding: 20px 2rem 3rem !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .site-header.nav-open .primary-nav {
        display: flex !important;
    }

    .primary-nav ul {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        width: 100%;
        margin-bottom: 0;
    }

    .primary-nav ul a {
        font-size: 1.25rem;
        color: var(--color-dark) !important;
        font-weight: 700;
    }

    .desktop-only-item {
        display: none !important;
    }

    .mobile-only-item {
        display: block;
    }

    .mobile-only-lang-item {
        display: block;
        width: 100%;
        text-align: center;
    }

    .mobile-nav-ctas {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        max-width: 360px !important;
        margin-top: auto !important;
    }

    .mobile-nav-ctas .btn {
        width: 100% !important;
        height: 56px !important;
        border-radius: 6px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .mobile-nav-ctas .btn--dark {
        color: var(--color-white) !important;
        background: #131328 !important;
    }

    .mobile-nav-ctas .btn--outline {
        color: #131328 !important;
        background: var(--color-white) !important;
        border: 1px solid #E0E0E0 !important;
    }

    /* Active menu states */
    .site-header.nav-open {
        background: var(--color-white) !important;
        z-index: 1100 !important;
    }

    .site-header.nav-open .mobile-nav-toggle .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .site-header.nav-open .mobile-nav-toggle .bar:nth-child(2) {
        opacity: 0;
    }

    .site-header.nav-open .mobile-nav-toggle .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .site-header.nav-open .mobile-nav-toggle .bar {
        background-color: var(--color-dark) !important;
    }

    .site-header.nav-open .site-logo,
    .site-header.nav-open .header-right {
        position: relative;
        z-index: 1100;
    }

    .site-header.nav-open .site-logo img {
        filter: brightness(0) saturate(100%) invert(33%) sepia(85%) saturate(1636%) hue-rotate(325deg) brightness(89%) contrast(92%) !important;
    }

    .site-header.nav-open .lang-switcher a {
        color: var(--color-dark) !important;
    }

    .site-header.nav-open .btn-buy-now {
        background: var(--color-dark) !important;
        color: var(--color-white) !important;
    }

    .site-header.nav-open .lang-switcher .lang-item.active a {
        text-decoration: none !important;
    }

    body.no-scroll {
        overflow: hidden;
    }

    /* Destinations Collage SP */
    .destinations {
        min-height: auto !important;
    }

    .destinations .container {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .destinations .section-header {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 2rem !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        align-items: center !important;
    }

    .destinations .section-header .section-subtitle {
        margin: 0 !important;
        line-height: 1.0 !important;
    }

    .destinations .section-header h2 {
        margin: 0 !important;
        line-height: 1.2 !important;
    }

    .destinations-collage {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 0 16px !important;
    }

    .destinations-collage img.destinations-pc-img {
        display: none !important;
    }

    .destinations-collage img.destinations-sp-img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        border-radius: 0 !important;
    }

    /* App Section mobile ctas */
    .app-mobile-ctas {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        max-width: 320px;
        margin: 2rem auto 0;
    }

    .app-badges {
        display: none !important;
    }

    /* Contact Form & Support Card mobile reordering */
    .contact-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 3rem !important;
        max-width: 550px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .contact-panels {
        order: 1 !important;
        width: 100% !important;
    }

    .contact-support-card {
        order: 2 !important;
        width: 100% !important;
    }

    .what-is-aloo,
    .app-easier,
    .company-offices,
    .how-it-works,
    .destinations,
    .security {
        padding: 4rem 0;
    }

    .faq {
        padding: 4rem 0 6rem !important;
        min-height: auto !important;
        background: #FFFFFF !important;
    }

    .faq .container {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 0 20px !important;
    }

    .faq .section-header {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 2rem !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        align-items: center !important;
    }

    .faq .section-header .section-subtitle {
        margin: 0 !important;
        line-height: 1.0 !important;
    }

    .faq .section-header h2 {
        margin: 0 !important;
        line-height: 1.2 !important;
    }

    .faq-accordion {
        width: 100% !important;
        height: auto !important;
        gap: 16px !important;
    }

    .faq-item {
        width: 100% !important;
        height: auto !important;
        border-radius: 12px !important;
    }

    .faq-question-block {
        width: 100% !important;
        padding: 16px 20px !important;
    }

    .faq-question {
        font-size: 15px !important;
        gap: 12px !important;
    }

    .faq-answer-block {
        width: 100% !important;
        padding: 20px !important;
        gap: 12px !important;
    }

    .faq-answer-block p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .faq-disclaimer {
        font-size: 13px !important;
        line-height: 1.4 !important;
        margin-top: 6px !important;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .app-easier__body,
    .app-easier__inner {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: left;
    }

    /* Hide phone visual on mobile */
    .app-easier__visual {
        display: none;
    }

    /* Header centered on mobile */
    .app-easier__header {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .app-easier__header h2 {
        font-size: 2rem;
        white-space: normal;
        line-height: 1.2;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .app-easier__header .section-subtitle {
        display: block;
        text-align: center;
    }

    .app-easier__desc {
        white-space: normal;
        font-size: 0.95rem;
        text-align: center;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .app-features-list li {
        text-align: left;
    }

    .app-badges {
        justify-content: flex-start;
        display: none;
    }

    /* Show Amazon/LINE buttons on mobile */
    .app-mobile-ctas {
        display: flex !important;
        flex-direction: column;
        gap: 1rem;
        margin-top: 1.5rem;
    }

    .app-mobile-ctas .btn {
        width: 100%;
        text-align: center;
    }

    .how-it-works {
        padding: 4rem 0 !important;
        min-height: auto !important;
    }

    .how-it-works__inner {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .how-it-works .section-header {
        width: 100% !important;
        height: auto !important;
        text-align: center !important;
        margin: 0 auto !important;
    }

    .how-it-works .section-header .section-subtitle {
        height: auto !important;
    }

    .how-it-works .section-header h2 {
        height: auto !important;
        font-size: 2rem !important;
        line-height: 1.2 !important;
    }

    .how-it-works__tabs {
        width: 100% !important;
        max-width: 480px !important;
        margin: 24px auto 0 auto !important;
        display: flex !important;
    }

    .how-it-works__tabs .tab-btn {
        flex: 1 !important;
        font-size: 13px !important;
        height: auto !important;
        min-height: 38px !important;
        padding: 4px 4px !important;
        white-space: normal !important;
        line-height: 1.25 !important;
    }

    .how-it-works__content-wrapper {
        width: 100% !important;
        margin-top: 32px !important;
        display: block !important;
    }

    .tab-content {
        width: 100% !important;
        height: auto !important;
    }

    .steps-flow {
        width: 100% !important;
        height: auto !important;
        gap: 2rem !important;
    }

    .step-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 2rem !important;
        padding: 0 2rem 3.5rem !important;
        margin-bottom: 0 !important;
        background: var(--color-white) !important;
        border: 1px solid #EAEAEA !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        height: auto !important;
        width: 100% !important;
    }

    .step-timeline-col {
        width: calc(100% + 4rem) !important;
        height: auto !important;
        margin-left: -2rem !important;
        margin-right: -2rem !important;
        background: var(--color-dark) !important;
        padding: 0.75rem 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-self: stretch !important;
        order: 1 !important;
    }

    .step-timeline-col::after {
        display: none !important;
    }

    .step-badge {
        background: transparent !important;
        color: var(--color-white) !important;
        font-size: 1rem !important;
        font-weight: 800 !important;
        width: auto !important;
        height: auto !important;
        margin-top: 0 !important;
        transform: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .step-row__content {
        width: 100% !important;
        height: auto !important;
        padding: 0 0.5rem !important;
        margin-top: 0 !important;
        order: 2 !important;
    }

    .step-row__content h3 {
        font-size: 1.25rem !important;
        color: var(--color-hero-bg) !important;
        margin-bottom: 0.5rem !important;
    }

    .step-row__content p {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
    }

    .step-row__visual {
        order: 3 !important;
        width: 100% !important;
        max-width: 260px !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .step-row__visual img {
        width: 100% !important;
        height: auto !important;
    }

    .activation-guides {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .security {
        min-height: auto !important;
        padding: 64px 0 !important;
        background: #FFFFFF !important;
    }

    .security .container {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 0 20px !important;
        margin: 0 auto !important;
    }

    .security .section-header {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 32px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        align-items: center !important;
        text-align: center !important;
    }

    .security .section-header .section-subtitle {
        margin: 0 !important;
        line-height: 1.0 !important;
    }

    .security .section-header h2 {
        font-size: 28px !important;
        line-height: 1.2 !important;
        margin: 0 !important;
    }

    .security-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: 500px !important;
        height: auto !important;
        margin: 0 auto !important;
        gap: 1px !important;
    }

    .security-card {
        width: 100% !important;
        height: auto !important;
        padding: 24px 20px !important;
        gap: 20px !important;
    }

    .security-card__icon {
        width: 64px !important;
        height: 64px !important;
        flex-shrink: 0 !important;
        display: block !important;
        position: static !important;
        overflow: visible !important;
        background: transparent !important;
    }

    .security-card__icon img {
        width: 64px !important;
        height: 64px !important;
        display: block !important;
        object-fit: contain !important;
        position: static !important;
        transform: none !important;
        mix-blend-mode: normal !important;
    }

    .security-card__text {
        width: 100% !important;
        height: auto !important;
    }

    .security-card__text h3 {
        font-size: 16px !important;
        margin-bottom: 0.5rem !important;
    }

    .security-card__text p {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

    .site-footer__inner {
        flex-direction: column;
        gap: 3rem;
    }

    .site-footer__brand {
        max-width: 100% !important;
        width: 100% !important;
        text-align: center !important;
    }

    .site-footer__links {
        width: 100% !important;
        max-width: 100% !important;
        justify-content: space-between !important;
        gap: 2rem !important;
    }

    .footer-nav-col {
        width: auto !important;
    }

    /* Strict Mobile Compatibility & Auto-scaling overrides */
    .container {
        padding: 0 1.25rem !important;
    }

    .hero__visual,
    .purpose__visual,
    .company-about__visual {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        margin: 0 auto !important;
    }

    .hero__visual img {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: clamp(280px, 45vh, 400px) !important;
        display: block !important;
        margin: 0 auto !important;
        object-fit: contain !important;
    }

    .purpose__visual img,
    .company-about__visual img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        display: block !important;
        object-fit: contain !important;
    }
}

@media (max-width: 768px) {
    .steps-flow {
        gap: 1rem;
    }

    .step-row {
        grid-template-columns: 50px 1fr 130px;
        gap: 0.75rem;
        padding-bottom: 2rem;
        align-items: center;
    }

    /* KHÔNG ẩn timeline col vì badge nằm trong đó */
    .step-timeline-col {
        display: flex;
        align-self: center;
    }

    /* Tắt đường dashed line cho gọn */
    .step-timeline-col::after {
        display: none;
    }

    .step-badge {
        width: 40px;
        height: 30px;
        font-size: 0.85rem;
        margin-top: 0;
        transform: none;
    }

    .step-row__content h3 {
        font-size: 1.1rem;
        margin-bottom: 0.4rem;
    }

    .step-row__content p {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .step-row__visual img {
        max-width: 130px;
    }

    .how-it-works__tabs .tab-btn {
        padding: 0.6rem 0.875rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {


    .how-it-works .section-header {
        text-align: center;
    }

    /* Tabs: horizontal, equal width */
    .how-it-works__tabs {
        display: flex;
        flex-direction: row;
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
    }

    .how-it-works__tabs .tab-btn {
        flex: 1;
        border-right: 1px solid var(--color-hero-bg);
        border-bottom: none;
        text-align: center;
        padding: 0.75rem 0.25rem;
        font-size: 0.8rem;
        min-width: 0;
        white-space: normal;
        line-height: 1.3;
    }

    .how-it-works__tabs .tab-btn:last-child {
        border-right: none;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .features-cta {
        flex-direction: column;
        align-items: center;
    }

    .features-cta .btn {
        width: 100%;
        max-width: 320px;
    }

    .site-footer {
        padding: 0 !important;
    }

    .site-footer__inner {
        display: none !important;
    }

    .footer-bottom-desktop {
        display: none !important;
    }

    .footer-bottom {
        border-top: none !important;
        padding: 4.5rem 0 3.5rem !important;
    }

    .footer-bottom-mobile {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        width: 100%;
        text-align: center;
    }

    .footer-mobile-row {
        display: block !important;
        text-align: center !important;
        font-size: clamp(11px, 3.1vw, 13px) !important;
        line-height: 1.8 !important;
        color: #FFFFFF !important;
        font-weight: normal !important;
    }

    .footer-mobile-row a {
        color: #FFFFFF !important;
        text-decoration: none;
        display: inline-block !important;
        white-space: nowrap;
        font-weight: normal !important;
        font-size: clamp(11px, 3.1vw, 13px) !important;
    }

    .footer-mobile-row a:hover {
        color: rgba(255, 255, 255, 0.8) !important;
    }

    .footer-sep {
        color: rgba(255, 255, 255, 0.4) !important;
        margin: 0 clamp(0.2rem, 1.2vw, 0.4rem) !important;
        display: inline-block !important;
        font-weight: normal !important;
    }

    .footer-mobile-copyright {
        font-size: 0.75rem;
        color: #FFFFFF !important;
        margin-top: 0.75rem;
        font-weight: normal !important;
    }

    /* ── Privacy page footer override ── */
    .site-footer.is-privacy-page .footer-bottom {
        padding: 3.5rem 1rem 3rem !important;
    }

    .site-footer.is-privacy-page .footer-bottom-mobile {
        gap: 0.5rem !important;
    }

    .site-footer.is-privacy-page .footer-mobile-row {
        font-size: clamp(11px, 3.1vw, 13px) !important;
        line-height: 2 !important;
    }

    .site-footer.is-privacy-page .footer-mobile-row a {
        font-size: clamp(11px, 3.1vw, 13px) !important;
    }

    .site-footer.is-privacy-page .footer-sep {
        margin: 0 clamp(0.2rem, 1vw, 0.4rem) !important;
    }

    .site-footer.is-privacy-page .footer-mobile-copyright {
        font-size: 0.75rem !important;
        margin-top: 1.5rem !important;
    }

    .sp-br {
        display: inline !important;
    }

    .pc-br {
        display: none !important;
    }

    .contact-support-card {
        padding: 2.5rem 1rem !important;
    }

    .contact-support-card p {
        font-size: 12px !important;
        line-height: 1.6 !important;
        margin-bottom: 2rem !important;
        word-break: keep-all !important;
        overflow-wrap: break-word !important;
    }

    .contact-success-box {
        padding-top: 0 !important;
    }

    .contact-success-box h2 {
        font-size: 24px !important;
        margin-bottom: 16px !important;
        line-height: 1.3 !important;
    }

    .success-desc {
        font-size: 14px !important;
        margin-bottom: 12px !important;
        line-height: 1.5 !important;
    }

    .success-subdesc {
        font-size: 14px !important;
        margin-bottom: 24px !important;
        line-height: 1.5 !important;
    }

    .contact-body {
        padding: 2.5rem 0 !important;
    }
}

/* ── Contact Page Styles ──────────────────── */
.contact-page {
    background: #FFF;
}

.contact-header {
    background: #F5F5F7 !important;
    padding: 80px 0 !important;
    border-bottom: none !important;
    text-align: center !important;
}

.contact-grid {
    display: grid !important;
    grid-template-columns: 440px 656px !important;
    gap: 64px !important;
    width: 1160px !important;
    max-width: 1160px !important;
    margin: 0 auto !important;
    align-items: start !important;
    box-sizing: border-box !important;
}

/* Support Card */
.contact-support-card {
    background: #FFF !important;
    border: 1px solid #EAEAEA !important;
    border-radius: 12px !important;
    padding: 40px !important;
    width: 440px !important;
    height: 396px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    box-shadow: none !important;
    text-align: center !important;
}

.contact-support-card__icon img {
    width: 136px !important;
    height: 136px !important;
    object-fit: contain !important;
    margin-bottom: 20px !important;
}

.contact-support-card h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #06060C !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.2 !important;
}

.contact-support-card p {
    color: #06060C !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 460 !important;
    margin: 0 0 20px 0 !important;
}

.contact-support-card .btn {
    width: 100% !important;
    max-width: 346px !important;
    height: 56px !important;
    background: #131328 !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: opacity 0.2s !important;
    text-decoration: none !important;
}

.contact-support-card .btn:hover {
    opacity: 0.9 !important;
}

/* Contact Panels (Form / Success) */
.contact-panels {
    position: relative;
    width: 656px !important;
    box-sizing: border-box !important;
}

.contact-panel {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.contact-panel.active {
    opacity: 1;
}

#contact-success-panel {
    display: none;
}

/* Form Styles */
.contact-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.form-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.form-group label {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #06060C !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 0 !important;
}

.badge {
    display: inline-block !important;
}

.badge--required {
    background: var(--color-hero-bg) !important;
    color: var(--color-white) !important;
    border-radius: 2px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    min-width: 44px !important;
    padding: 0 6px !important;
    height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: none !important;
    box-sizing: border-box !important;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
    width: 100% !important;
    height: 48px !important;
    padding: 12px 16px !important;
    border: 1px solid #EAEAEA !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-family: var(--font-main) !important;
    color: #06060C !important;
    background: #FFF !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s !important;
}

.form-group textarea {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1px solid #EAEAEA !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-family: var(--font-main) !important;
    color: #06060C !important;
    background: #FFF !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s !important;
    resize: vertical !important;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #B5B5BE !important;
    opacity: 1 !important;
    font-size: 15px !important;
    font-weight: 460 !important;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none !important;
    border-color: #06060C !important;
}

/* Error States */
.form-group.has-error input,
.form-group.has-error textarea {
    border-color: #E02B3A !important;
    background-color: #FFF9F9 !important;
}

.form-group .error-msg {
    display: none;
    color: #E02B3A;
    font-size: 0.85rem;
    margin-top: 0.25rem;
    font-weight: 460 !important;
}

.form-group.has-error .error-msg {
    display: block;
}

.contact-form button[type="submit"] {
    width: 100% !important;
    height: 56px !important;
    background: #131328 !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: opacity 0.2s !important;
}

.contact-form button[type="submit"]:hover {
    opacity: 0.9 !important;
}

/* Success Box */
.contact-success-box {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0 !important;
    box-shadow: none;
}

.contact-success-box h2 {
    font-size: 28px !important;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 16px !important;
    line-height: 1.3 !important;
}

.success-desc {
    font-size: 16px !important;
    color: #06060C;
    margin-bottom: 12px !important;
    font-weight: 460 !important;
    line-height: 1.5 !important;
}

.success-subdesc {
    font-size: 16px !important;
    color: #06060C;
    line-height: 1.5 !important;
    margin-bottom: 24px !important;
    font-weight: 460 !important;
}

.facebook-link {
    color: #06060C;
    text-decoration: underline;
    font-weight: 600;
    display: inline-block;
    margin-top: 0.5rem;
}

/* General Button Extension */
.btn--full-width {
    width: 100%;
    display: block;
}

/* Contact Responsive */
@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr !important;
        gap: 3rem !important;
        max-width: 550px !important;
        width: 100% !important;
        padding: 0 20px !important;
    }

    .contact-support-card {
        width: 100% !important;
        height: auto !important;
        padding: 3rem 2rem !important;
    }

    .contact-panels {
        width: 100% !important;
    }

    .contact-header {
        padding: 40px 0 !important;
    }

    .contact-header .container {
        padding: 0 24px !important;
        text-align: center !important;
    }

    .contact-header .section-subtitle {
        display: block !important;
        text-align: center !important;
        margin-bottom: 4px !important;
        line-height: 1.4 !important;
    }

    .contact-header h1 {
        text-align: center !important;
        font-size: 36px !important;
        line-height: 1.2 !important;
        margin-bottom: 8px !important;
    }

    .contact-header .section-desc {
        display: block !important;
        text-align: center !important;
        max-width: 100% !important;
        padding: 0 !important;
        word-break: break-word !important;
        margin: 0 auto !important;
        line-height: 1.6 !important;
    }
}

/* ── Privacy Policy Page Styles ───────────── */
.privacy-page {
    background: #FFF;
}

.privacy-header {
    background: transparent;
    padding: 3rem 0 2.5rem;
    border-bottom: none;
    text-align: center;
}

.privacy-header .section-subtitle {
    display: block;
    color: var(--color-hero-bg);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 0.5rem;
    text-transform: none;
}

.privacy-header h1 {
    font-size: 40px;
    font-weight: 800;
    color: var(--color-dark);
    line-height: 1.1;
}

.privacy-card {
    width: 100% !important;
    max-width: 1160px !important;
    margin: 40px auto 6rem !important;
    background: #F5F5F7 !important;
    border: none;
    border-radius: 16px;
    padding: 80px 80px !important;
    box-shadow: none;
    box-sizing: border-box !important;
}

.privacy-intro {
    font-size: 16px !important;
    line-height: 1.8;
    color: #06060C;
    margin-bottom: 2rem;
}

.privacy-section {
    margin-bottom: 2rem;
}

.privacy-section:last-child {
    margin-bottom: 0;
}

.privacy-section h2 {
    font-size: 18px !important;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 0.75rem;
}

.privacy-section p {
    font-size: 16px !important;
    line-height: 1.75;
    color: #06060C;
    margin-bottom: 0.6rem;
}

.privacy-section ul {
    list-style: disc;
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.privacy-section li {
    font-size: 16px !important;
    color: #06060C;
    line-height: 1.65;
}

.mt-1 {
    margin-top: 0.75rem;
}

@media (max-width: 767px) {
    .privacy-header {
        padding: 2.5rem 0 2rem;
    }

    .privacy-header h1 {
        font-size: 2rem;
    }

    .privacy-page .container {
        padding: 0 16px !important;
        max-width: 100% !important;
    }

    .privacy-card {
        width: 100% !important;
        max-width: 392px !important;
        padding: 40px 12px !important;
        margin: 1.5rem auto 4rem auto !important;
        border-radius: 12px !important;
    }

    .privacy-intro,
    .privacy-section h2,
    .privacy-section p,
    .privacy-section li {
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1.75 !important;
    }

    .privacy-section {
        margin-bottom: 1.5rem !important;
    }

    .privacy-section ul {
        list-style: none !important;
        padding-left: 0 !important;
        gap: 0.4rem !important;
    }

    .privacy-section li {
        position: relative !important;
        padding-left: 1.1rem !important;
    }

    .privacy-section li::before {
        content: "・" !important;
        position: absolute !important;
        left: 0 !important;
        color: #06060C !important;
        font-weight: 600 !important;
    }
}



@media (max-width: 767px) {

    /* ── Privacy Page Footer Override (PC + all screens) ── */
    .site-footer.is-privacy-page {
        padding: 0 !important;
    }

    .site-footer.is-privacy-page .site-footer__inner {
        display: none !important;
    }

    .site-footer.is-privacy-page .footer-bottom-desktop {
        display: none !important;
    }

    .site-footer.is-privacy-page .footer-bottom {
        border-top: none !important;
        padding: 3.5rem 1rem 3rem !important;
    }

    .site-footer.is-privacy-page .footer-bottom-mobile {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 0.5rem !important;
        width: 100% !important;
        text-align: center !important;
    }

    .site-footer.is-privacy-page .footer-mobile-row {
        display: block !important;
        text-align: center !important;
        font-size: clamp(11px, 3.1vw, 13px) !important;
        line-height: 2 !important;
        color: #FFFFFF !important;
        font-weight: normal !important;
    }

    .site-footer.is-privacy-page .footer-mobile-row a {
        color: #FFFFFF !important;
        text-decoration: none !important;
        display: inline-block !important;
        font-size: clamp(11px, 3.1vw, 13px) !important;
        white-space: nowrap !important;
        font-weight: normal !important;
    }

    .site-footer.is-privacy-page .footer-sep {
        color: rgba(255, 255, 255, 0.4) !important;
        margin: 0 clamp(0.2rem, 1vw, 0.4rem) !important;
        display: inline-block !important;
    }

    .site-footer.is-privacy-page .footer-mobile-copyright {
        font-size: 0.75rem !important;
        color: #FFFFFF !important;
        margin-top: 1.5rem !important;
        font-weight: normal !important;
    }
}

/* ── WordPress Admin Bar Compatibility for Sticky Header ── */
.admin-bar .site-header {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

@media (max-width: 600px) {
    .admin-bar .site-header {
        top: 0;
    }
}

/* ── Custom Utilities & Layout Enhancements ── */

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

/* Japanese Image Sections */
.jp-image-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.jp-section-img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 1440px;
    margin: 0 auto;
}

.destinations-collage-jp {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1440 / 750;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.destinations-collage-jp img {
    position: absolute;
    top: -24%;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    box-shadow: none;
    border-radius: 0;
}

/* Language Switcher Active States and Separator Styling */
.lang-switcher .lang-separator {
    color: #06060C;
    opacity: 0.4;
    font-size: 0.9rem;
    font-weight: 460 !important;
}

.home .lang-switcher .lang-separator {
    color: var(--color-white);
    opacity: 0.4;
}

.lang-switcher .lang-item.active a {
    color: var(--color-hero-bg);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.home .lang-switcher .lang-item.active a {
    color: var(--color-white);
    text-decoration: underline;
    text-underline-offset: 4px;
    opacity: 1;
}

.home .lang-switcher .lang-item:not(.active) a {
    opacity: 0.6;
}

/* Contact Page Body Layout and Margins */
.contact-body {
    background: #FFF;
    padding: 6rem 0;
    border-top: none;
}

.contact-body .contact-grid {
    margin: 0 auto;
}

/* Responsive adjustments moved to bottom to fix cascade order issues */
@media (max-width: 991px) {

    .hero {
        height: auto;
        display: block;
        padding-top: 72px !important;
        padding-bottom: 2.5rem !important;
    }

    .hero__inner {
        display: flex;
        flex-direction: column;
        gap: 0;
        text-align: center;
        padding: 0;
    }

    .hero__content {
        order: 2;
        padding: 0 1.5rem;
        margin-left: 0;
        width: 100%;
        padding-top: 2rem;
    }

    .hero__visual {
        order: 1;
        width: 100%;
        margin: 0;
        padding-top: 20px;
    }

    .hero__visual img {
        max-width: 100% !important;
        width: auto !important;
        height: 320px !important;
        object-fit: contain !important;
        margin: 0 auto !important;
        border-radius: 0;
    }

    .hero__content h1 {
        font-size: clamp(2rem, 8.5vw, 2.5rem) !important;
        line-height: 1.3 !important;
        letter-spacing: -0.02em !important;
        white-space: normal;
        margin-bottom: 0 !important;
    }

    .hero__content h1 .hero-title-sub {
        font-size: inherit !important;
        line-height: inherit !important;
        letter-spacing: inherit !important;
    }

    .hero__content p {
        display: none;
    }

    .hero__cta {
        max-width: 346px;
        width: 100%;
        margin: 0 auto 0;
    }

    .hero__cta .btn {
        font-size: 16px !important;
        height: 56px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 5px !important;
    }

    .hero__cta .btn--outline {
        border: 1px solid #E0E0E0 !important;
    }

    .purpose__cta {
        display: flex !important;
        justify-content: center !important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-top: 0 !important;
    }

    .purpose__cta .btn {
        width: 360px !important;
        max-width: 100% !important;
        height: 64px !important;
        border-radius: 6px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        background: #131328 !important;
        color: #fff !important;
        padding: 0 !important;
    }

    .trust-bar {
        display: none;
    }

    .purpose__inner {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        text-align: left;
        max-width: 424px !important;
        margin: 0 auto !important;
        padding: 0 16px !important;
    }

    .purpose__visual {
        display: block;
        order: 1;
        width: 100% !important;
        height: auto !important;
    }

    .purpose__visual img {
        width: 100% !important;
        max-width: 392px !important;
        height: auto !important;
        max-height: 400px !important;
        margin: 0 auto !important;
        display: block !important;
    }

    .purpose__content {
        width: 100%;
        order: 2;
        gap: 2rem !important;
    }

    .purpose__header {
        gap: 4px !important;
    }

    .purpose__header h2 {
        font-size: clamp(30px, 9vw, 40px) !important;
        line-height: 1.25 !important;
    }

    .purpose__text {
        width: 100%;
        max-width: 100%;
        gap: 1rem;
    }

    .purpose__text p {
        font-size: clamp(13px, 3.7vw, 16px) !important;
        line-height: 1.6 !important;
    }

    .m-br {
        display: inline !important;
    }

    .d-br {
        display: none !important;
    }

    .purpose__subtitle {
        display: block;
        margin-bottom: 0 !important;
        line-height: 1.2 !important;
        font-size: clamp(14px, 3.8vw, 16px) !important;
    }

    .purpose {
        padding: 4rem 0 4rem !important;
    }

    .company-missions {
        padding: 4rem 0 4rem !important;
        min-height: auto;
        display: block;
        border-top: 1px solid #E5E5E5;
    }

    .company-missions .container {
        padding-left: 20px;
        padding-right: 20px;
        gap: 32px !important;
    }

    .what-is-aloo {
        padding: 4rem 0 !important;
        min-height: auto;
        display: block;
        border-top: 1px solid #E5E5E5;
    }

    .what-is-aloo .container {
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
        gap: 40px;
    }

    .what-is-aloo .section-header {
        height: auto;
        max-width: 392px !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    /* Mobile: hide PC title, show mobile title */
    .what-is-aloo__title--pc {
        display: none !important;
    }

    .what-is-aloo__title--mobile {
        display: block !important;
    }

    .what-is-aloo .section-subtitle {
        font-size: clamp(12px, 4vw, 16px) !important;
    }

    .what-is-aloo .section-header h2 {
        font-size: clamp(28px, 10vw, 40px) !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        margin-bottom: 12px !important;
    }

    .what-is-aloo .section-desc {
        font-size: clamp(12px, 3.7vw, 16px) !important;
        line-height: 1.65 !important;
        text-align: center !important;
        word-break: normal !important;
    }

    .features-grid {
        flex-direction: column;
        height: auto;
        gap: 20px;
        align-items: center;
    }

    .feature-card {
        flex: none !important;
        width: 100% !important;
        max-width: 392px !important;
        height: auto !important;
        padding: clamp(24px, 8vw, 40px) clamp(16px, 5vw, 24px) !important;
        gap: clamp(12px, 4vw, 20px) !important;
        align-items: center !important;
        text-align: center !important;
        border-radius: 16px !important;
    }

    .feature-card__icon {
        width: clamp(100px, 30vw, 136px) !important;
        height: clamp(100px, 30vw, 136px) !important;
    }

    .feature-card__icon img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }

    .feature-card__content {
        width: 100% !important;
        height: auto !important;
        gap: clamp(8px, 2.5vw, 10px) !important;
        align-items: center !important;
    }

    .feature-card h3 {
        font-size: clamp(18px, 5.2vw, 24px) !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
    }

    .feature-card p {
        font-size: clamp(12px, 3.7vw, 16px) !important;
        line-height: 1.65 !important;
        text-align: center !important;
    }

    .features-cta {
        flex-direction: column;
        height: auto;
        width: 100%;
        align-items: center;
        gap: 12px;
    }

    .features-cta .btn {
        width: 100% !important;
        max-width: 360px !important;
        height: 56px !important;
        font-size: 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        border-radius: 5px !important;
        box-sizing: border-box !important;
    }

    .features-cta .btn--outline {
        border: 1px solid #E0E0E0 !important;
    }

    .app-easier {
        padding: 4rem 0 !important;
        min-height: auto;
        display: block;
        background: #F5F5F7 !important;
    }

    .app-easier .container {
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
        gap: 0;
        display: flex;
        flex-direction: column;
    }

    .app-easier__header {
        height: auto;
        max-width: 100%;
        text-align: center;
        margin-bottom: 32px;
    }

    .app-easier__header .section-subtitle {
        font-size: 16px !important;
        display: block;
        margin-bottom: 8px;
    }

    .app-easier__header h2 {
        font-size: clamp(26px, 8.5vw, 34px) !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        white-space: normal !important;
        margin-bottom: 12px !important;
        text-align: center !important;
    }

    .app-easier__desc {
        font-size: clamp(13px, 4vw, 15.5px) !important;
        line-height: 1.65 !important;
        white-space: normal !important;
        word-break: normal !important;
    }

    .app-easier__body,
    .app-easier__inner {
        flex-direction: column;
        height: auto;
        gap: 0;
    }

    .app-easier__content {
        width: 100% !important;
        height: auto !important;
    }

    /* Hide phone image and app store badges on mobile */
    .app-easier__visual {
        display: none !important;
    }

    .app-badges {
        display: none !important;
    }

    /* Feature list */
    .app-features-list {
        width: 100% !important;
        height: auto !important;
        margin: 0 0 32px !important;
        gap: 0 !important;
    }

    .app-features-list li {
        height: auto !important;
        gap: 16px !important;
        padding-bottom: 24px !important;
        padding-top: 24px !important;
        border-bottom: 1px solid #E5E5E5 !important;
        align-items: flex-start !important;
    }

    .app-features-list li:first-child {
        padding-top: 24px !important;
        border-top: 1px solid #E5E5E5 !important;
    }

    .app-feature-num {
        width: 32px !important;
        height: 32px !important;
        font-size: 14px !important;
        flex-shrink: 0 !important;
    }

    .app-feature-text {
        width: 100% !important;
        height: auto !important;
        gap: 6px !important;
    }

    .app-feature-text h4 {
        font-size: clamp(14px, 4.2vw, 18px) !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;
    }

    .app-feature-text p {
        font-size: clamp(11.5px, 3.5vw, 15px) !important;
        line-height: 1.65 !important;
        word-break: normal !important;
    }

    /* Mobile CTA buttons (inside app-easier) */
    .app-mobile-ctas {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
        align-items: center !important;
    }

    .app-mobile-ctas .btn {
        width: 100% !important;
        max-width: 360px !important;
        height: 56px !important;
        font-size: 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        border-radius: 5px !important;
        box-sizing: border-box !important;
    }

    .app-mobile-ctas .btn--outline {
        border: 1px solid #E0E0E0 !important;
        background: transparent !important;
    }

    /* ── Location / Company Offices mobile ─── */
    .company-offices {
        padding: 4rem 0 !important;
        border-top: none !important;
    }

    .company-offices .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
        gap: 32px !important;
    }

    .company-offices .section-subtitle {
        font-size: 16px !important;
    }

    .company-offices .section-header h2 {
        font-size: 38px !important;
        line-height: 1.2 !important;
        color: #06060C !important;
    }

    .offices-grid {
        flex-direction: column !important;
        gap: 40px !important;
    }

    .office-card {
        width: 100% !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    .office-card__image {
        width: 100% !important;
        height: 200px !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
        aspect-ratio: auto !important;
    }

    .office-card__image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        border-radius: 0 !important;
    }

    .office-card__divider {
        margin: 0 !important;
    }

    .office-card__content h3 {
        font-size: 22px !important;
        font-weight: 700 !important;
        color: #06060C !important;
    }

    .office-card__content p {
        font-size: 16px !important;
        color: #06060C !important;
        line-height: 22px !important;
        font-weight: 460 !important;
    }

    /* ── How It Works Mobile Redesign ─── */
    .how-it-works {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
    }

    .how-it-works .section-header .section-subtitle {
        font-size: 16px !important;
        color: #D4145A !important;
        margin-bottom: 8px !important;
        display: block !important;
        line-height: 1.0 !important;
    }

    .how-it-works .section-header h2 {
        font-size: 38px !important;
        font-weight: 700 !important;
        color: #06060C !important;
        line-height: 1.2 !important;
    }

    .how-it-works__tabs {
        width: 100% !important;
        max-width: 480px !important;
        margin: 24px auto 0 auto !important;
        display: flex !important;
        height: auto !important;
        border: 1px solid #D4145A !important;
        border-radius: 6px !important;
        overflow: hidden !important;
    }

    .how-it-works__tabs .tab-btn {
        flex: 1 !important;
        height: auto !important;
        min-height: 42px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #D4145A !important;
        background: #FFFFFF !important;
        border: none !important;
        border-right: 1px solid #D4145A !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 4px 2px !important;
        white-space: normal !important;
        line-height: 1.25 !important;
    }

    .how-it-works__tabs .tab-btn:last-child {
        border-right: none !important;
    }

    .how-it-works__tabs .tab-btn.active {
        background: #D4145A !important;
        color: #FFFFFF !important;
    }

    #tab-buy.active,
    #tab-devices.active,
    #tab-activation.active {
        width: 100% !important;
        height: auto !important;
    }

    #tab-buy .steps-flow,
    #tab-devices .steps-flow {
        min-height: auto !important;
        gap: 33px !important;
    }

    .steps-flow {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 33px !important;
        margin-top: 32px !important;
    }

    .step-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 24px !important;
        padding: 0 16px 32px 16px !important;
        margin-bottom: 0 !important;
        background: #FFFFFF !important;
        border: 1px solid #EAEAEA !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
        width: 100% !important;
        height: auto !important;
    }

    .step-timeline-col {
        width: calc(100% + 32px) !important;
        height: 48px !important;
        margin-left: -16px !important;
        margin-right: -16px !important;
        background: #131328 !important;
        padding: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        align-self: stretch !important;
        order: 1 !important;
        border-top-left-radius: 11px !important;
        border-top-right-radius: 11px !important;
    }

    .step-timeline-col::after {
        display: none !important;
    }

    .step-badge {
        background: transparent !important;
        color: #FFFFFF !important;
        font-size: 18px !important;
        font-weight: 800 !important;
        width: auto !important;
        height: auto !important;
        margin-top: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        align-self: center !important;
    }

    .step-row__content {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        order: 2 !important;
    }

    .step-row__content h3 {
        font-size: clamp(18px, 5.5vw, 24px) !important;
        font-weight: 700 !important;
        color: #D4145A !important;
        margin: 0 !important;
        line-height: 1.3 !important;
    }

    .step-row__content p {
        font-size: clamp(11px, 3.2vw, 13.5px) !important;
        color: #06060C !important;
        line-height: 1.65 !important;
        font-weight: 460 !important;
        margin: 0 !important;
    }

    .step-row__visual {
        width: 100% !important;
        max-width: 200px !important;
        height: auto !important;
        margin: 0 auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        order: 3 !important;
    }

    .step-row__visual img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        display: block !important;
    }

    /* Activation Guide Mobile Details */
    .activation-guides-new {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 32px auto 0 auto !important;
        grid-template-columns: 1fr !important;
    }

    .activation-col {
        padding: 24px !important;
    }

    .activation-col h3 {
        margin-bottom: 24px !important;
    }

    .activation-steps-list li {
        padding-bottom: 20px !important;
        border-bottom: 1px dashed #EAEAEA !important;
    }

    /* Travel Guide mobile redesign */
    .destinations {
        padding: 80px 0 !important;
        min-height: auto !important;
    }

    .destinations .section-header {
        margin-bottom: 56px !important;
    }

    .destinations .section-header .section-subtitle {
        font-size: clamp(13px, 4vw, 16px) !important;
        color: #D4145A !important;
        margin-bottom: 8px !important;
        display: block !important;
        line-height: 1.0 !important;
    }

    .destinations .section-header h2 {
        font-size: clamp(28px, 9.5vw, 38px) !important;
        font-weight: 700 !important;
        color: #06060C !important;
        line-height: 1.2 !important;
    }

    .destinations-collage {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: flex !important;
        justify-content: center !important;
        padding: 0 16px !important;
    }

    .destinations-collage img.destinations-sp-img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
        border-radius: 0 !important;
        object-fit: cover !important;
    }

    /* Security section mobile adjustments */
    .security {
        padding: 80px 0 !important;
        min-height: auto !important;
    }

    .security .section-header h2 {
        font-size: 40px !important;
        line-height: 1.2 !important;
    }

    .security-grid {
        width: 100% !important;
        max-width: 400px !important;
    }

    .security-card {
        padding: 24px 20px !important;
        gap: 20px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
    }

    .security-card__icon {
        width: clamp(72px, 22vw, 96px) !important;
        height: clamp(72px, 22vw, 96px) !important;
        flex-shrink: 0 !important;
    }

    .security-card__icon img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }

    .security-card__text {
        width: auto !important;
        flex: 1 !important;
        height: auto !important;
    }

    .security-card__text h3 {
        font-size: clamp(16px, 4.8vw, 20px) !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;
        margin-bottom: 8px !important;
    }

    .security-card__text p {
        font-size: clamp(13px, 3.8vw, 15px) !important;
        line-height: 1.35 !important;
        font-weight: 460 !important;
    }

    /* FAQ section mobile adjustments */
    .faq {
        padding: 80px 0 !important;
        min-height: auto !important;
    }

    .faq .section-header h2 {
        font-size: 40px !important;
        line-height: 1.2 !important;
    }

    .faq-accordion {
        width: 100% !important;
        max-width: 400px !important;
        margin: 0 auto !important;
        gap: 16px !important;
    }

    .faq-question-block {
        padding: 16px 14px !important;
    }

    .faq-question {
        font-size: clamp(16px, 4.5vw, 20px) !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;
        gap: 8px !important;
    }

    .faq-question span {
        font-size: clamp(14px, 4vw, 18px) !important;
        font-weight: 700 !important;
    }

    .faq-answer-block p {
        font-size: 14.5px !important;
        font-weight: 460 !important;
        line-height: 1.6 !important;
    }

    .faq-item:first-child .faq-answer-block p {
        font-size: 14px !important;
    }
}

/* Base style for responsive line breaks (Desktop) */
.br-mobile {
    display: none !important;
}

/* Mobile overrides for responsive line breaks */
@media (max-width: 991px) {
    .br-pc {
        display: none !important;
    }

    .br-mobile {
        display: inline !important;
    }

    .company-page .company-offices .office-card__content p {
        color: #06060C !important;
        font-weight: 460 !important;
    }
}

@media (max-width: 991px) {
    .primary-nav {
        justify-content: flex-start !important;
        padding: 6rem 2rem 4rem !important;
    }

    .primary-nav ul {
        margin-bottom: 0 !important;
        margin-top: 8rem !important;
    }

    .mobile-nav-ctas {
        margin-top: auto !important;
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 991px) and (max-height: 800px) {
    .primary-nav {
        padding: 20px 2rem 1rem !important;
    }

    .primary-nav ul {
        gap: 2rem !important;
    }
}

@media (max-width: 991px) and (max-height: 700px) {
    .primary-nav {
        padding: 20px 2rem 1rem !important;
    }

    .primary-nav ul {
        gap: 1.8rem !important;
    }
}

@media (max-width: 991px) and (min-height: 801px) {
    .primary-nav ul a {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 991px) and (min-height: 801px) {
    .primary-nav {
        padding: 20px 2rem 3rem !important;
    }

    .primary-nav ul a {
        font-size: 1.5rem !important;
    }

    .primary-nav ul {
        gap: 3rem !important;
    }
}

@media (max-width: 991px) and (min-height: 901px) {
    .primary-nav ul a {
        font-size: 1.75rem !important;
    }
}