/* Montserrat font - https://fonts.google.com/specimen/Montserrat */
*, 
body,
html,
h1, h2, h3, h4, h5, h6,
p, span, a, li, div,
button, input, select, textarea {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

html {
    scroll-behavior: smooth;
}

/* Scroll offset for fixed header */
#reason-to-rent,
#recommendations,
#advantages,
#plans,
#comparison,
#convenience,
#process,
#faq {
    scroll-margin-top: 80px;
}

br.sp, .sp{
    display: none;
}
.d-flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.j-content-center{
    justify-content: center;
}
.j-content-between{
    justify-content: space-between;
}
.a-items-start{
    align-items: flex-start;
}
.a-items-center{
    align-items: center;
}
.f-bold{
    font-weight: bold;
}
.w-full{
    width: 100%;
}
.align-top{
    vertical-align: top;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-red{
    color: #DC2626;
}
.text-white{
    color: #fff;
}
.text-yellow{
    color: #FBFF00;
}
.text-light-black{
    color: #333333;
}
.text-weight-300{
    font-weight: 300 !important;
}
.text-weight-600{
    font-weight: 600 !important;
}
.bg-white{
    background: #fff;
}
.bg-black{
    background: #1A1A1A;
}
.bg-light-blak{
    background: #333333;
}


/* bg-squre */
.bg-square{
    background: url(../lp_pages/campaign/background_top.png) #000000 right bottom / cover no-repeat;
    min-height: 800px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.bg-square h1 {
    font-size: 68px;
    font-weight: 700;
    line-height: 72px;
    color: #fff;
    margin: 0;
}
.bg-square h1 .gradient-text {
    background: linear-gradient(90deg, #FCA5A5 0%, #EF4444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.bg-square h3 {
    padding-top: 18px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 3.6px;
    color: #fff;
    margin: 0;
}
.bg-square h4 {
    position: absolute;
    bottom: -120px;
    width: 100%;
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    text-align: left;
    padding-left: 0px;
    box-sizing: border-box;
}
.bg-square .wrapper{
    /* background-color: bisque; */
    width: 1100px !important;
    padding-top: 60px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

/* Hero Device Image */
.hero-device.pc {
    position: absolute;
    right: 30px;
    bottom: -50px;
}
.hero-device.pc img {
    max-width: 480px;
    height: auto;
}
.hero-device.sp {
    display: none;
}
.topMenu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background-color: transparent;
    transition: all 0.3s ease;
    padding: 0 40px;
    box-sizing: border-box;
}
.topMenu.scrolled {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* topMenu logo */
.topMenu-logo {
    display: flex;
    align-items: center;
}
.topMenu-logo img {
    height: 40px;
    width: auto;
}
.topMenu-logo .logo-white {
    display: block;
}
.topMenu-logo .logo-color {
    display: none;
}
.topMenu.scrolled .logo-white {
    display: none;
}
.topMenu.scrolled .logo-color {
    display: block;
}

/* topMenu nav */
.topMenu-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}
.topMenu-nav a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
}
.topMenu-nav a:hover {
    color: #EF4444;
}
.topMenu.scrolled .topMenu-nav a {
    color: #333;
}
.topMenu.scrolled .topMenu-nav a:hover {
    color: #EF4444;
}
.topMenu.scrolled .topMenu-nav a.topMenu-btn {
    color: #fff;
}

/* topMenu button */
.topMenu-btn {
    display: inline-block;
    background-color: #EF4444;
    color: #fff;
    font-size: 14px;
    font-weight: bold !important;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.topMenu-btn:hover {
    color: #ffffff;
    background-color: #DC2626;
    transform: translateY(-2px);
}
.topMenu-btn-sp {
    display: none;
}
.btn-reserve {
    display: inline-block;
    background-color: #EF4444;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 17px 50px;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
.btn-reserve:hover {
    background-color: #DC2626;
    color: #ffffff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    transform: translateY(-2px);
}


/* campaign-now */
.campaign-now {
    background: linear-gradient(90deg, #FBFF00 0%, #FFD000 100%);
    padding: 13px 0;
}
.campaign-now .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 !important;
}
.campaign-ribbon {
    background-color: #1F2937;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 30px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
}
.campaign-text {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.campaign-max {
    font-size: 32px;
    font-weight: bold;
    color: #1F2937;
}
.campaign-discount {
    font-size: 32px;
    font-weight: bold;
    color: #EF4444;
}
.campaign-title {
    font-size: 32px;
    font-weight: bold;
    color: #1F2937;
}

/* reason-to-rent */
.reason-to-rent{
    background-color: #FAF9FB;
    padding: 80px 0;
}
.reason-to-rent .wrapper{
    padding: 0px 0px !important;
}
.section-subtitle {
    color: #EF4444;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.section-title {
    color: #1A1A1A;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 50px;
}
.reason-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.reason-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 0;
    padding-bottom: 30px;
    width: calc(25% - 15px);
    min-width: 230px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}
.reason-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.reason-image {
    height: 180px;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 20px;
}
.reason-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reason-number {
    color: #DC2626;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-align: center !important;
    padding: 0 20px;
}
.reason-title {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 20px;
}
.reason-desc {
    color: #666;
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
    padding: 0 20px;
}

/* recommendations */
.recommendations{
    background: url(../lp_pages/campaign/background_dot_pattern.png) #fff center top;
    padding: 80px 0;    
}
.recommendations .wrapper{
    padding: 0px 0px !important;
}
.recommendations-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.recommendations-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 15px 0;
    width: calc(25% - 15px);
    min-width: 230px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}
.recommendations-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.recommendations-image {
    height: auto;
}
.recommendations-image h4 {
    font-size: 11px;
    color: #6B7280;
}
.recommendations-image img {
    width: auto;
    height: auto;
    max-height: 90px;
    margin: 10px 0;
}
.recommendations-plan {
    display: block;
    color: #DC2626;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    margin-bottom: 8px;
    text-align: left;
    padding: 0 20px;
}
.recommendations-plan-detail {
    display: flex;
    align-items: center;
    color: #1A1A1A;
    font-size: 15.6px;
    font-weight: 700;
    margin-bottom: 2px;
    text-align: left;
    padding: 0 20px;
}
.recommendations-plan-detail img {
    width: 16px;
    height: auto;
    margin-right: 8px;
}
.recommendations-desc {
    display: block;
    color: #666;
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
    padding: 15px 20px 0 20px;
    margin-top: 15px;
    position: relative;
}
.recommendations-desc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 1px;
    background-color: #F3F4F6;
}

/* advantages */
.advantages{
    background-color: #fff;
    padding: 80px 0;
}
.advantages .wrapper{
    padding: 0px 0px !important;
}
.advantage-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.advantage-list {
    flex: 6;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.advantage-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background-color: #111827;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantage-icon span {
    font-size: 26px;
    color: #fff;
}
.advantage-icon img {
    width: 22px;
    height: auto;
}
.advantage-text h4 {
    color: #1A1A1A;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 3px;
    text-align: left;
}
.advantage-text p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}
.advantage-image {
    flex: 4;
    position: relative;
}
.advantage-image img {
    max-width: 450px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.advantage-image .advantage-medal {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 140px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

/* plans */
.plans{
    background-color: #111827;
    padding: 80px 0;
}
.plans .wrapper{
    padding: 0px 0px !important;
}
.plans .section-title {
    color: #fff;
}
/* plan tabs */
.plan-tabs-container {
    margin-top: 50px;
}
.plan-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 0;
}
.plan-tab {
    flex: 1;
    width: 100%;
    padding: 20px 40px;
    background-color: #F9FAFB;
    border: none;
    color: #6B7280;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 3px solid transparent;
}
.plan-tab:first-child {
    border-radius: 20px 0 0 0;
}
.plan-tab:last-child {
    border-radius: 0 20px 0 0;
}
.plan-tab.active {
    color: #EF4444;
    border-bottom-color: #EF4444;
    background-color: #fff;
}
.plan-tab:hover {
    color: #EF4444;
}
.tab-icon {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-icon img {
    height: 20px;
    width: auto;
}
.tab-icon .icon-on {
    display: none;
}
.tab-icon .icon-off {
    display: block;
}
.plan-tab.active .tab-icon .icon-on,
.plan-tab:hover .tab-icon .icon-on {
    display: block;
}
.plan-tab.active .tab-icon .icon-off,
.plan-tab:hover .tab-icon .icon-off {
    display: none;
}
/* plan panel */
.plan-panel {
    display: none;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 50px 40px;
    margin-top: 0;
}
.plan-panel.active {
    display: block;
}

/* plan devices */
.plan-content-wrapper {
    display: flex;
    gap: 40px;
}
.plan-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.plan-devices {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    margin-bottom: 40px;
}
.plan-device {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 190px;
}
.plan-device .device-info {
    text-align: center;
}
.device-image {
    margin-bottom: 0;
}
.device-image img {
    max-width: 180px;
    height: auto;
}
.device-placeholder {
    width: 180px;
    height: 120px;
    background-color: #f3f4f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9CA3AF;
    font-size: 14px;
    margin: 0 auto;
}
.device-badge {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}
.device-badge.best-value {
    background-color: #1F2937;
    color: #fff;
}
.device-badge.fastest-speed {
    background-color: #EF4444;
    color: #fff;
}
.device-name {
    font-size: 28px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 5px;
}
.device-network {
    font-size: 14px;
    font-weight: 300;
    color: #6B7280;
    text-align: center;
}
/* plan options */
.plan-options {
    display: flex;
    gap: 30px;
}
.plan-options-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.plan-group .plan-options-column {
    margin-top: 20px;
}
.plan-option {
    display: flex;
    align-items: center;
    padding: 18px 25px;
    background-color: #ffffff;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    transition: all 0.2s ease;
}
.plan-option:hover {
    border-color: #D1D5DB;
    background-color: #f9f9f9;
}
.plan-option-icon {
    font-size: 20px;
    margin-right: 15px;
    color: #9CA3AF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plan-option-icon img {
    width: 36px;
    height: auto;
}
.plan-option-text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.plan-option-name {
    font-size: 16px;
    font-weight: 600;
    color: #1F2937;
    text-align: left;
}
.plan-option-price {
    font-size: 14px;
    color: #6B7280;
    text-align: right;
}
.plan-option-price strong {
    font-size: 28px;
    font-weight: 700;
    color: #1F2937;
}
.plan-note {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}


/* comparison */
.comparison{
    background-color: #fff;
    padding: 80px 0;
}
.comparison .wrapper{
    padding: 0px 40px !important;
}
.comparison-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}
.comparison-table-wrapper {
    overflow-x: auto;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.comparison-table {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
    table-layout: fixed;
}
.comparison-table th,
.comparison-table td {
    padding: 20px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #F3F4F6;
}
.comparison-table thead th {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 25px 15px;
}
.feature-header {
    background-color: #1F2937;
    color: #fff;
    border-radius: 12px 0 0 0;
    width: 20%;
    text-align: left !important;
    padding-left: 25px !important;
}
.pocket-wifi-header {
    background-color: #EF4444;
    color: #fff;
    width: 27%;
}
.sim-header,
.esim-header {
    background-color: #F9FAFB;
    color: #1F2937;
    width: 26.5%;
}
.esim-header {
    border-radius: 0 12px 0 0;
}
.feature-name {
    font-size: 16px;
    font-weight: 700;
    color: #1F2937;
    text-align: left;
    padding-left: 25px !important;
    background-color: #fff;
}
.pocket-wifi-cell,
.other-cell {
    text-align: left;
}
.pocket-wifi-cell {
    background-color: #FEF2F2;
}
.pocket-wifi-cell.highlight .cell-text {
    color: #DC2626;
    font-weight: 200;
}
.other-cell {
    background-color: #fff;
}
.cell-content {
    display: flex;
    align-items: center;
}
.other-cell .cell-text {
    color: #4B5563;
    font-weight: 200;
}
.cell-icon {
    flex-shrink: 0;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cell-icon img {
    width: auto;
    height: auto;
    max-width: 24px;
}
.cell-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
}   
.comparison-table tfoot td {
    padding: 30px 15px;
    border-bottom: none;
    text-align: center;
}
.btn-view-plans {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-view-plans.pocket-wifi-btn {
    background-color: #fff;
    color: #DC2626;
    border: 1px solid #DC2626;
}
.btn-view-plans.pocket-wifi-btn:hover {
    background-color: #DC2626;
    color: #fff;
}
.btn-view-plans.other-btn {
    background-color: #fff;
    color: #DC2626;
    border: 1px solid #DC2626;
}
.btn-view-plans.other-btn:hover {
    background-color: #DC2626;
    color: #fff;
}


/* customer voice */
.customer-voice {
    background-color: #FAF9FB;
    padding: 80px 0;
}
.customer-voice .wrapper {
    padding: 0px 40px !important;
}
.customer-voice-content {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}
.voice-slider-wrapper {
    overflow: hidden;
    width: 100%;
}
.voice-slider {
    display: flex;
    transition: transform 0.5s ease;
}
.voice-card {
    flex: 0 0 33.333%;
    padding: 0 15px;
    box-sizing: border-box;
}
.voice-card > div,
.voice-card > h4,
.voice-card > p {
    background-color: #fff;
}
.voice-card > *:first-child {
    border-radius: 20px 20px 0 0;
    padding-top: 30px;
}
.voice-card > *:last-child {
    border-radius: 0 0 20px 20px;
    padding-bottom: 30px;
}
.voice-card > * {
    margin: 0;
    padding: 5px 25px;
}
.voice-avatar {
    text-align: center;
    padding-top: 25px !important;
    padding-bottom: 0px !important;
}
.voice-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}
.voice-stars {
    text-align: center;
    color: #FFC107;
    font-size: 18px;
    letter-spacing: 2px;
}
.voice-country {
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: #9CA3AF;
    letter-spacing: 1px;
}
.voice-title {
    min-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #1F2937;
}
.voice-text {
    min-height: 160px;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.6;
    color: #4B5563;
    font-style: italic;
}
.voice-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 24px;
    color: #1F2937;
    transition: all 0.3s ease;
    z-index: 10;
}
.voice-nav:hover {
    background-color: #f3f4f6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.voice-prev {
    left: 0;
}
.voice-next {
    right: 0;
}


/* convenience */
.convenience {
    background: linear-gradient(rgba(17, 24, 39, 0.7), rgba(17, 24, 39, 0.7)), url('/common/lp_pages/campaign/background_convenience.png');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.convenience h2 {
    color: #fff;
}
.convenience h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 100;
}
.convenience .wrapper {
    padding: 0px 40px !important;
}

.convenience-content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 40px 0 40px;
}
.convenience-map {
    width: 100%;
    margin-bottom: 40px;
}
.map-container {
    position: relative;
    width: 100%;
    max-width: 45%;
    margin: 0 auto;
    text-align: center;
}
.map-image {
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline-block;
}

/* PC Tooltip */
.map-tooltip-pc {
    position: absolute;
    top: 1%;
    left: -160px;
    background-color: #B91C1C;
    color: #fff;
    padding: 20px 25px;
    border-radius: 16px;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.map-tooltip-pc::after {
    content: '';
	position: absolute;
	bottom: 0;
	left: 70%;
	width: 0;
	height: 0;
	border: 32px solid transparent;
	border-top-color: #B91C1C;
	border-bottom: 0;
	border-right: 0;
	margin-left: -11px;
	margin-bottom: -32px;
}

/* Mobile Tooltip - hidden on PC */
.map-tooltip-mobile {
    display: none;
}
.tooltip-icon {
    margin-bottom: 15px;
}
.tooltip-icon img {
    width: 81px;
    height: auto;
}
.tooltip-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.3;
}
.tooltip-title-sub {
    font-size: 14px !important;
}
.tooltip-desc {
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #fff;
    line-height: 2;
    margin: 0;
}
.map-button-wrapper {
    text-align: center;
    margin-top: 30px;
}
.btn-view-locations {
    display: inline-block;
    padding: 16px 40px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-view-locations:hover {
    background-color: #fff;
    color: #1F2937;
}

.convenience-pickup-area {
    margin-top: 40px;
}
.pickup-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.pickup-card {
    flex: 0 0 calc(25% - 15px);
    background-color: #F9FAFB;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    box-sizing: border-box;
}
.pickup-icon {
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pickup-icon img {
    width: 64px;
    height: auto;
}
.pickup-card-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1F2937 !important;
    margin-bottom: 10px;
}
.pickup-card-desc {
    text-align: center !important;
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
    line-height: 1.4;
}

/* process */
.process {
    background-color: #FAF9FB;
    padding: 80px 0;
}
.process .wrapper {
    padding: 0px 40px !important;
}
.process-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px 0 40px;
}
.process-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.process-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 0;
    padding-bottom: 30px;
    width: calc(25% - 15px);
    min-width: 230px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}
.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.process-image {
    height: 192px;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 20px;
}
.process-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.process-title {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
    padding: 0 20px;
}
.process-desc {
    color: #666;
    font-size: 13px;
    font-weight: 100;
    line-height: 1.2;
    text-align: left;
    padding: 0 20px;
}

/* FAQ */
.faq {
    background-color: #FFFFFF;
    padding: 80px 0;
}
.faq .wrapper {
    padding: 0px 40px !important;
}
.faq-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px 0 40px;
}
.faq-list {
    background-color: #FAF9FB;
    border-radius: 18px;
    border: 1px solid #E7E9EE;
    padding: 30px;
    overflow: hidden;
}
.faq-item {
    border-top: 1px solid #E7E9EE;
}
.faq-item:first-child {
    border-top: none;
}
.faq-question {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 28px;
    cursor: pointer;
    list-style: none;
}
.faq-question::-webkit-details-marker {
    display: none;
}
.faq-q {
    color: #DC2626;
}
.faq-text {
    flex: 1;
    display: block;
    color: #111827;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
.faq-title {
    display: block;
}
.faq-subnote {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #DC2626;
    font-weight: 600;
}
.faq-toggle {
    width: 20px;
    height: 20px;
    position: relative;
    color: #9CA3AF;
    flex-shrink: 0;
}
.faq-toggle::before,
.faq-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: currentColor;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}
.faq-toggle::before {
    width: 16px;
    height: 2px;
}
.faq-toggle::after {
    width: 2px;
    height: 16px;
}
.faq-item[open] .faq-text {
    color: #DC2626;
}
.faq-item[open] .faq-toggle {
    color: #DC2626;
}
.faq-item[open] .faq-toggle::before,
.faq-item[open] .faq-toggle::after {
    width: 16px;
    height: 2px;
}
.faq-item[open] .faq-toggle::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.faq-item[open] .faq-toggle::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.faq-answer {
    display: flex;
    gap: 14px;
    padding: 0 28px 24px 28px;
    color: #4B5563;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 100;
    animation: faq-slide-in 0.25s ease;
}
.faq-answer a {
    padding-left: 18px;
    color: #DC2626;
    text-decoration: underline;
}
.faq-a {
    color: #DC2626;
    font-weight: 700;
    flex-shrink: 0;
}
.faq-answer-content {
    flex: 1;
}
.faq-tables-wrapper {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    align-items: flex-start;
}
.faq-table {
    border-collapse: collapse;
    background-color: #fff;
    font-size: 14px;
}
.faq-table-address {
    flex: 1;
    min-width: 0;
}
.faq-table-item {
    flex: 0 0 280px;
}
.faq-table td,
.faq-table th {
    padding: 10px 12px;
    border: 1px solid #E5E7EB;
    text-align: left;
    vertical-align: top;
}
.faq-table th {
    background-color: #F9FAFB;
    font-weight: 600;
    color: #111827;
}
.faq-table td:first-child,
.faq-table th:first-child {
    width: 100px;
    font-weight: 600;
    color: #374151;
    background-color: #F9FAFB;
}
.faq-table-address td:first-child {
    width: 120px;
}
@keyframes faq-slide-in {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* CONNECT */
.connect {
    background-color: #EF4444;
    padding: 40px 0;
    text-align: center;
}
.connect .wrapper {
    padding: 0px 40px !important;
}
.connect-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px 0 40px;
}
.connect .section-title {
    color: #fff;
    padding-bottom: 0 !important;
}


/* CONTACTS */
.contactBox.ninjawifi{
    padding: 10px 30px;
    position: relative;
    font-size: 1.2rem;
    margin-right: 50px;
}

.contactBox.ninjawifi img{
    width: 200px;
}
.contactBox.info .contact_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contactBox.info .contact_box p{
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 40px;
    margin-bottom: 10px;
    position: relative;
}
.contactBox.info .contact_box p::before{
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contactBox.info .contact_box p.mail::before{
    background: url(../lp_pages/3plans/icon_mail.png) center / contain no-repeat;
}
.contactBox.info .contact_box p.tel::before{
    background: url(../images/icon_phone.png) center / contain no-repeat;
}
.contactBox.info .contact_box p.facebook::before{
    background: url(../images/icon_facebook.png) center / contain no-repeat;
}
.contactBox.info .contact_box p.whatsapp::before{
    background: url(../images/icon_whatsapp.png) center / contain no-repeat;
}
.contact_box a {
    color: #fff !important;
}
.btn-reserve-connect {
    display: inline-block;
    background-color: #FBFF00;
    color: #EF4444;
    font-size: 18px;
    font-weight: bold;
    padding: 17px 50px;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 0px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
.btn-reserve-connect:hover {
    background-color: #fcff50;
    color: #EF4444;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    transform: translateY(-2px);
}


/* FOOTER */
footer.layoutArea .wrapper{
    padding: 20px 0;
    font-size: .8rem;
}
footer .menu li{
    width: 15%;
    border-right: 1px solid #fff;
}
footer .menu li:last-child{
    border-right: none;
}
.footerContents{
    margin: 20px 0;
}
.footerBox img{
    margin: 0 5px;
}



@media screen and (max-width: 767px) {
    body{
        min-width: initial;
        width: 100%;
    }
    br.pc, .pc{
        display: none;
    }
    br.sp, .sp{
        display: block;
    }
    .layoutArea .wrapper{
        width: 100% !important;
    }
    .layoutArea p, footer p {
        font-size: 14px;
    }

    /* bg-square SP */
    .bg-square {
        background: url(../lp_pages/campaign/background_top_sp.png) #000000 center top / cover no-repeat;
        min-height: 660px;
        height: auto;
    }
    .bg-square .wrapper {
        align-items: flex-start;
    }
    .bg-square .btn-reserve {
        align-self: center;
    }

    /* Hero Device SP */
    .hero-device.pc {
        display: none !important;
    }
    .hero-device.sp {
        display: block;
        width: 100%;
        text-align: center;
        margin: 30px 0 0 0;
    }
    .hero-device.sp img {
        width: 100%;
        height: auto;
    }
    .bg-square h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .bg-square h3 {
        font-size: 1rem;
        line-height: 20px;
        letter-spacing: 1.1px;
    }
    .bg-square h4 {
        bottom: 0px;
        padding: 0px 0px;
        width: 94%;
    }
    .btn-reserve {
        font-size: 16px;
        padding: 18px 25px;
    }

    /* topMenu SP */
    .topMenu {
        padding: 0 20px;
        height: 60px;
        justify-content: space-between;
    }
    .topMenu-nav {
        display: none;
    }
    .topMenu-logo img {
        height: 30px;
    }
    .topMenu-btn-sp {
        display: inline-block;
        padding: 10px 20px;
        font-size: 13px;
    }

    /* campaign-now SP */
    .campaign-now {
        padding: 20px 15px;
    }
    .campaign-now .wrapper {
        flex-direction: column;
        gap: 10px;
    }
    .campaign-ribbon {
        font-size: 12px;
        padding: 8px 25px;
    }
    .campaign-text {
        flex-direction: column;
        align-items: center;
        gap: 0;
        line-height: 1.1;
    }
    .campaign-max {
        font-size: 32px;
        margin-bottom: -1px;
    }
    .campaign-discount {
        font-size: 32px;
    }
    .campaign-title {
        font-size: 32px;
        margin-top: -1px;
    }

    /* reason-to-rent SP */
    .reason-to-rent {
        padding: 30px 20px;
    }
    .reason-to-rent .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .reason-cards {
        gap: 15px;
    }
    .reason-card {
        width: calc(50% - 8px);
        min-width: auto;
        padding: 0;
        padding-bottom: 20px;
    }
    .reason-image {
        height: 120px;
        margin-bottom: 15px;
    }
    .reason-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .reason-desc {
        font-size: 13px;
    }

    /* recommendations SP */
    .recommendations {
        padding: 30px 20px;
    }
    .recommendations-cards {
        gap: 15px;
    }
    .recommendations-card {
        width: calc(50% - 8px);
        min-width: auto;
        padding-bottom: 20px;
    }
    .recommendations-plan {
        font-size: 10px;
        letter-spacing: 0.8px;
    }
    .recommendations-image {
        margin-bottom: 15px;
    }

    /* advantages SP */
    .advantages {
        padding: 30px 20px;
    }
    .advantage-content {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .advantage-image {
        width: 100%;
        text-align: center;
    }
    .advantage-image img {
        max-width: 100%;
    }
    .advantage-list {
        width: 100%;
        gap: 25px;
    }
    .advantage-item {
        gap: 15px;
    }
    .advantage-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        border-radius: 10px;
    }
    .advantage-icon span {
        font-size: 22px;
    }
    .advantage-text h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .advantage-text p {
        font-size: 13px;
    }

    /* plans SP */
    .plans {
        padding: 30px 20px;
    }
    .plans .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .plan-tabs-container {
        margin-top: 30px;
    }
    .plan-tab {
        padding: 15px 20px;
        font-size: 14px;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .tab-icon {
        font-size: 16px;
    }
    .tab-text {
        text-align: center;
    }
    .plan-panel {
        padding: 30px 20px;
        border-radius: 0 0 15px 15px;
    }
    .plan-content-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    .plan-group {
        width: 100%;
    }
    .plan-devices {
        flex-direction: column;
        gap: 40px;
    }
    .plan-device {
        flex-direction: column;
        text-align: center;
        min-height: auto;
    }
    .plan-device .device-info {
        text-align: center;
    }
    .device-image {
        margin-bottom: 15px;
    }
    .device-placeholder {
        width: 150px;
        height: 100px;
    }
    .device-name {
        font-size: 24px;
    }
    .plan-options {
        flex-direction: column;
        gap: 40px;
    }
    .plan-options-column {
        width: 100%;
    }
    .plan-option {
        padding: 15px 18px;
    }
    .plan-option-text {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
    .plan-option-name {
        font-size: 14px;
    }
    .plan-option-price {
        font-size: 12px;
        text-align: left;
    }
    .plan-option-price strong {
        font-size: 24px;
    }

    /* comparison SP */
    .comparison {
        padding: 30px 0;
    }
    .comparison .wrapper {
        padding: 0 20px !important;
    }
    .comparison .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .comparison-content {
        padding: 0 20px;
    }
    .comparison-table-wrapper {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .comparison-table {
        min-width: 800px;
    }
    .comparison-table th,
    .comparison-table td {
        padding: 15px 12px;
    }
    .comparison-table thead th {
        font-size: 14px;
        padding: 18px 12px;
    }
    .feature-name {
        font-size: 13px;
    }
    .cell-text {
        font-size: 12px;
    }
    .btn-view-plans {
        padding: 10px 20px;
        font-size: 12px;
    }


    /* customer voice SP */
    .customer-voice {
        padding: 30px 0;
    }
    .customer-voice .wrapper {
        padding: 0 20px !important;
    }
    .customer-voice .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .customer-voice-content {
        padding: 0 50px;
    }
    .voice-card {
        flex: 0 0 100%;
        padding: 0;
    }
    .voice-nav {
        width: 40px;
        height: 40px;
        font-size: 19px;
    }
    .voice-prev {
        left: 5px;
    }
    .voice-next {
        right: 5px;
    }
    .voice-avatar img {
        width: 60px;
        height: 60px;
    }
    .voice-title {
        font-size: 16px;
    }
    .voice-text {
        min-height: 182px;
        font-size: 13px;
    }


    /* convenience SP */
    .convenience {
        padding: 30px 20px;
        background-position: center;
    }
    .convenience .section-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .convenience-content {
        padding: 20px 0;
    }
    .convenience-map {
        margin-bottom: 30px;
    }
    .map-container {
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }
    .map-image {
        order: 1;
    }
    .map-button-wrapper {
        order: 2;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .btn-view-locations {
        width: 100%;
        padding: 14px 30px;
        font-size: 14px;
        box-sizing: border-box;
    }
    .map-tooltip-pc {
        display: none;
    }
    .map-tooltip-mobile {
        display: block;
        position: relative;
        order: 3;
        background-color: #B91C1C;
        color: #fff;
        padding: 25px 20px;
        border-radius: 16px;
        max-width: 100%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        margin-top: 0;
    }
    .map-tooltip-mobile::after {
        content: '';
        position: absolute;
        top: -19px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #B91C1C;
    }
    .map-tooltip-mobile .tooltip-icon {
        text-align: center;
    }
    .map-tooltip-mobile .tooltip-title {
        text-align: center;
    }
    .map-tooltip-mobile .tooltip-desc {
        text-align: left;
    }
    .tooltip-icon {
        margin-bottom: 0px;
    }
    .tooltip-icon img {
        width: 81px;
    }
    .tooltip-title {
        font-size: 18px;
    }
    .tooltip-desc {
        font-size: 12px;
    }
    .convenience-pickup-area {
        margin-top: 30px;
    }
    .pickup-cards {
        gap: 15px;
    }
    .pickup-card {
        flex: 0 0 calc(50% - 10px);
        padding: 20px 15px;
    }
    .pickup-icon {
        margin-bottom: 15px;
    }
    .pickup-icon img {
        width: 64px;
    }
    .pickup-card-title {
        font-size: 14px !important;
        margin-bottom: 8px;
    }
    .pickup-card-desc {
        font-size: 12px !important;
        text-align: center !important;
    }

    /* process SP */
    .process {
        padding: 30px 20px;
    }
    .process .section-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .process-content {
        padding: 5px 0;
    }
    .process-cards {
        gap: 15px;
    }
    .process-card {
        width: calc(50% - 8px);
        min-width: auto;
        padding: 0;
        padding-bottom: 20px;
    }
    .process-image {
        height: 120px;
        margin-bottom: 15px;
    }
    .process-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .process-desc {
        font-size: 13px;
    }


    /* FAQ SP */
    .faq {
        padding: 30px 20px;
    }
    .faq .section-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .faq-content {
        padding: 0 0 20px 0;
    }
    .faq-list {
        border-radius: 14px;
        padding: 10px;
    }
    .faq-question {
        gap: 12px;
        padding: 18px 16px;
    }
    .faq-q {
        width: 24px;
        height: 24px;
        font-size: 18px;
    }
    .faq-a {
        font-size: 18px;
    }
    .faq-text {
        font-size: 15px;
    }
    .faq-subnote {
        font-size: 11px;
    }
    .faq-toggle {
        width: 18px;
        height: 18px;
    }
    .faq-answer {
        padding: 0 16px 18px 16px;
        font-size: 14px;
    }
    .faq-tables-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    .faq-table-item {
        flex: 1;
        width: 100%;
    }
    .faq-table td,
    .faq-table th {
        padding: 8px 10px;
        font-size: 13px;
    }
    .faq-table-address td:first-child {
        width: 100px;
    }

    /* CONNECT */
    .connect {
        padding: 30px 20px;
    }
    .connect .section-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .connect-content {
        padding: 20px 0;
    }


    /* CONTACTS */
    .contactContents{
        flex-wrap: wrap;
    }
    .contactBox.ninjawifi{
        margin-right: 0;
        margin-bottom: 20px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contactBox.ninjawifi img{
        width: 60%;
        margin-right: 10px;
    }
    .contactBox.info .contact_box p, .contactBox p{
        font-size: 1rem;
    }
    .contactBox.info .contact_box p{
        margin-bottom: 15px;
    }


    /* CONNECT SP */
    .btn-reserve-connect {
        font-size: 15px;
        padding: 18px 30px;
    }

    /* FOOTER */
    footer{
        padding: 0 20px;
    }
    footer .menu li{
        width: auto;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    footer .menu li.border-b-0{
        border-right: none;
    }
    .footerBox .vision{
        width: 100%;
    }
    .footerContents, .footerBox.mark{
        justify-content: center;
    }
    .footerBox.mark, .footerBox .vision{
        margin-bottom: 10px;
    }
    .footerBox.mark img{
        height: 50px;
        width: auto;
    }
}
