/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: #000000;
}

body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    background-color: #000000;
    color: #FFFFFF;
    line-height: 1.6;
    overflow-x: hidden;
    max-width: 768px;
    margin: 0 auto;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}
img {
    max-width: 100%;
}

/* Material Icons */
.material-icons,
.check-icon {
    font-family: 'Material Icons', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 6.15vw;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
}

.login-btn {
    width: 104px;
    height: 104px;
    cursor: pointer;
    object-fit: contain;
}

section {
    display: block;
    width: 100%;
    margin: 2.5em auto 5em;
}
/* Section 01: Hero */
.section01 {
    margin: 0 auto 2.5em;
}

.hero-visual {
    width: 100%;
    height: 128vw;
    max-height: 985px;
    background: url('images/img-lp01.png') center/cover no-repeat;
}

.hero-badge {
    padding: 0.25em 16px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
}

.hero-badge span {
    font-family: 'Zen Antique', serif;
    font-size: 4.1vw;
    color: #FFFFFF;
    line-height: 1.4;
}

.hero-content {
    width: 100%;
    height: auto;
    margin-top: -22vw;
    display: block;
    padding: 1.25em 0;
}



.hero-book {
    margin-top: -8vw;
}

.hero-book img {
    width: 100%;
    object-fit: contain;
}

.hero-logo {
    display: block;
}

.hero-logo img {
    width: 100%;
}

.line-registration {
    margin-bottom: 6vw;
}

.line-btn {
    width: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: center;
    margin-top: -8vw;
}

.line-btn img {
    width: 100%;
    object-fit: contain;
}

.email-registration {
    width: 100%;
    background: #333333;
    border-radius: 8px;
    padding: 1em;
}

.email-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.email-input {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0.5em 0;
    border-bottom: 2px solid #D33A32;
}

.email-input img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.email-input span {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 3.59vw;
    color: #FFFFFF;
    line-height: 1.4;
}

.email-form input {
    width: 100%;
    height: 51px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    padding: 0.94em 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 4.1vw;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1.4;
}

.email-form input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.terms-check {
    display: flex;
    align-items: center;
    gap: 4px;
}

.check-icon {
    font-size: 3.59vw;
    color: #FFFFFF;
    line-height: 1;
}

.terms-check span:last-child {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 3.59vw;
    color: #FFFFFF;
    line-height: 1.4;
}

.email-btn {
    width: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
}

.email-btn img {
    width: 100%;
    object-fit: contain;
}

.privacy-note {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 3.08vw;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    text-align: center;
    margin-top: -1.5em;
}

/* Section 02: News */
.section02 {
    width: 100%;
    display: block;
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.title-en {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16.41vw;
    /* color: #CDB854; */
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000;
    text-shadow:2px 2px 0 #CDB854, -2px -2px 0 #CDB854,
              -2px 2px 0 #CDB854, 2px -2px 0 #CDB854,
              0px 2px 0 #CDB854,  0 -2px 0 #CDB854,
              -2px 0 0 #CDB854, 2px 0 0 #CDB854;    
}
.section-cv .title-en {
    color: #532bb1;
}

.title-jp {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 3.59vw;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.news-slider, .results-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 1.25em;
}

.slider-container {
    width: 100%;
    /* overflow: hidden; */
    position: relative;
}

/* Common Card Styles */
.news-cards,
.results-cards {
    display: flex;
    align-items: center;
    gap: 16px;
    width: calc(280px * 3 + 16px * 2);
    transition: transform 0.3s ease;
    transform: translateX(0%);
}

.news-card,
.result-card {
    width: 480px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex-shrink: 0;
}

.news-card {
    border: 2px solid;
    border-image: linear-gradient(90deg, rgba(164, 124, 243, 1) 0%, rgba(164, 124, 243, 1) 50%, rgba(164, 124, 243, 1) 100%) 1;
}

.result-card {
    border: 2px solid;
    border-image: radial-gradient(circle at 23% 50%, rgba(245, 239, 221, 1) 0%, rgba(183, 153, 6, 1) 100%) 1;
}

.news-card .card-content {
    background: #5D30C8;
    padding: 1em;
    display: flex;
    flex-direction: column;
    gap: 0.75em;
}

.result-card .card-content {
    flex: 1;
    background: #D33A32;
    padding: 1em;
    display: flex;
    flex-direction: column;
    gap: 0.75em;
}

.news-card .profit-section, .result-card .profit-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 0.25em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #a47cf3;
}

.result-card .profit-section {
    border-bottom: 1px solid #CDB854;
}


.card-image {
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    object-fit: cover;
}

.image-placeholder {
    font-family: 'Material Icons', sans-serif;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1;
}

/* Slider Controls */
.slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
    z-index: 10;
}

.slider-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    font-family: 'Material Icons', sans-serif;
    font-size: 4.62vw;
    color: #FFFFFF;
    transition: background-color 0.3s ease;
}

.slider-btn:hover {
    background: rgba(255, 255, 255, 0.5);
}

.prev-btn {
    margin-left: 20px;
}

.next-btn {
    margin-right: 20px;
}

.slider-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 1.25em;
}

.pager-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pager-dot.active {
    background: #FFFFFF;
}


.profit-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.5em;
}

.profit-label {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 3.08vw;
    color: #FFFFFF;
    line-height: 1.4;
}

.profit-amount {
    display: flex;
    align-items: flex-end;
    gap: 0.25em;
}

.profit-plus {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 3.08vw;
    color: #FFFFFF;
    line-height: 1.4;
}

.profit-number {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 6.15vw;
    color: #FFFFFF;
    line-height: 1;
}

.profit-unit {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 3.08vw;
    color: #FFFFFF;
    line-height: 1.4;
}

.profit-note {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 2.56vw;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1;
    text-align: right;
}

.card-details {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.6em;
}

.detail-item {
    display: flex;
    align-items: flex-end;
    gap: 0.75em;
}

.detail-label {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 3.08vw;
    color: #FFFFFF;
    line-height: 1.6;
}

.detail-value {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-size: 3.59vw;
    color: #FFFFFF;
    line-height: 1.4;
}


.disclaimer {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 3.08vw;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    text-align: left;
    display: block;
    padding: 0 16px;
}

/* Section 03: Features */
.section03 {
    width: 100%;
    background: #000000;
}


.section03 .section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}


.feature-item {
    width: 100%;
    margin: 4em auto;
}
.feature-item:last-child {
    margin-bottom: 0;
}

.feature-bg img {
    width: 100%;
    object-fit: cover;
}

.feature-item-1 {
    background: url('images/img-bg_feature01.png') bottom center/contain no-repeat;
}
.feature-item-1 feature{
    display: block;    
}

.feature-visual {
    display: block;
    margin-top: -1em;
}

.feature-visual img {
    width: 100vw;
    display: block;
    object-fit: cover;
}


.feature-text {
    /* width: calc(100% - 32px); */
    display: block;
    margin: 0 auto;
}

.feature-title {
    display: flex;
    align-items: center;
    gap: -20px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1em;
}

.feature-number {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;;
    font-size: 24.62vw;
    color: #FFFFFF;
    line-height: 1;
    opacity: 0.3;
}

.feature-name {
    font-family: 'Zen Antique', serif;
    font-size: 4.62vw;
    color: #CDB854;
    line-height: 1.6;
}

.feature-description {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-size: 3.59vw;
    color: #FFFFFF;
    line-height: 2;
    text-align: left;
    display: block;
    padding: 0 1em 0 2.75em;
    margin: 1.5em auto 2.5em;
}

.feature-list {
    width: calc(100% - 44px);
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin: 0 0 0 auto;
}

.feature-list-item {
    background: rgba(255, 255, 255, 0.3);
    border-left: 2px solid #D33A32;
    padding: 0.75em 2.5em 0.75em 1.5em;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.list-item-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 3.59vw;
    color: #FFFFFF;
    line-height: 2;
}

.list-item-description {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-size: 3.08vw;
    color: #FFFFFF;
    line-height: 1.6;
}

/* Section 04: Results */
.section04 {
    width: 100%;
    display: block;
    margin-bottom: 1.5em;
}

.section04 .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.section-description {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-size: 3.59vw;
    line-height: 2;
    text-align: center;
    margin: 1.25em 0;
    padding: 0 20px;
}

/* Section 05: Last */
.section05 {
    width: 100%;
    margin: 1.5em auto 0;
}

.last-visual {
    display: block;
    padding: 0;
    margin: 0 auto -2px;
    line-height: 1;
    width: 100%;
}

.last-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 36.92vw;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
    opacity: 0.3;
}

.last-cards {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
}

.last-card {
    background: #000000;
    border: 1px solid #000000;
    padding: 0.25em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.last-card:first-child {
    background: #000000;
}

.last-card:nth-child(2) {
    background: #D33A32;
}

.last-card:last-child {
    background: #D33A32;
}

.last-card span {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
    font-size: 4.62vw;
    color: #FFFFFF;
    line-height: 2;
    text-align: center;
}

.last-card:nth-child(2) span {
    font-weight: 600;
}

.last-card:last-child span {
    font-weight: 700;
    font-size: 5.38vw;
}

/* Section CV: Registration */
.section-cv {
    padding-top: 2.5em;
    margin: 0 auto 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    background-color: #5D30C8;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2em;
}


.section-cv .section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

/* .section-cv .title-en {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16.41vw;
    color: #CDB854;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-text-stroke: 0.51vw #CDB854;
    text-stroke: 0.51vw #CDB854;
} 

.section-cv .title-jp {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.4;
    letter-spacing: 0.05em;
} */

/* Common Section CV Styles */
.section-cv .line-btn,
.section-cv .email-btn {
    width: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: center;
}

.section-cv .line-btn img,
.section-cv .email-btn img {
    width: 100%;
    object-fit: contain;
}


/* .section-cv .email-registration {
    width: 100%;
    background: #333333;
    border-radius: 8px;
    padding: 1em;
}

.section-cv .email-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.section-cv .email-input {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0.5em 0;
    border-bottom: 2px solid #D33A32;
}

.section-cv .email-input img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.section-cv .email-input span {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 3.59vw;
    color: #FFFFFF;
    line-height: 1.4;
}

.section-cv .email-form input {
    width: 100%;
    height: 51px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    padding: 0.94em 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 4.1vw;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1.4;
}

.section-cv .email-form input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.section-cv .terms-check {
    display: flex;
    align-items: center;
    gap: 4px;
}

.section-cv .check-icon {
    font-size: 3.59vw;
    color: #FFFFFF;
    line-height: 1;
}

.section-cv .terms-check span:last-child {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 3.59vw;
    color: #FFFFFF;
    line-height: 1.4;
}

.section-cv .privacy-note {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 3.08vw;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    text-align: center;
} */

/* Footer */
.footer {
    width: 100%;
    background: #000000;
    position: relative;
    background: url('images/img-bg_footer.png') center/cover no-repeat;
}


.footer-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5em;
    padding: 3em 16px;
}

.footer-logo {
    width: 70vw;
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
}

.footer-links a {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-size: 3.59vw;
    color: #FFFFFF;
    line-height: 2.4;
    text-decoration: none;
    text-align: center;
}

.footer-disclaimer {
    width: 100%;
    padding: 1.5em 0;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.footer-disclaimer h3 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 3.08vw;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    margin-bottom: 0.5em;
}

.footer-disclaimer p {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 3.08vw;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    margin-bottom: 0.5em;
}

.footer-copyright {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 3.08vw;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.05em;
}
.cv-buttons {
    width: 100%;
}


/* Desktop Styles (769px and above) */
@media (min-width: 769px) {
    .hero-book {
    margin-top: -64px;
    }

    .email-registration {
        padding-top: 2.5em;
    }
    .footer-logo {
        width: 540px;
    }
    .line-btn {
        margin-top: -64px;
    }
    
    .material-icons,
    .check-icon {
        font-size: 24px; /* 6.15vw at 768px = 47.2px */
    }
    
    .hero-badge span {
        font-size: 16px; /* 4.1vw at 768px = 31.5px */
    }
    
    .email-input span, .section-cv .email-input span {
        font-size: 28px; /* 3.59vw at 768px = 27.6px */
    }
    
    .email-form input, .section-cv .email-form input {
        font-size: 24px; /* 4.1vw at 768px = 31.5px */
    }
    
    .check-icon, .section-cv .check-icon {
        font-size: 28px; /* 3.59vw at 768px = 27.6px */
    }
    
    .terms-check span:last-child, .section-cv .terms-check span:last-child {
        font-size: 28px; /* 3.59vw at 768px = 27.6px */
    }
    
    .privacy-note {
        font-size: 24px; /* 3.08vw at 768px = 23.7px */
    }
    
    .title-en {
        font-size: 126px; /* 16.41vw at 768px = 126px */
    }
    
    .title-jp {
        font-size: 28px; /* 3.59vw at 768px = 27.6px */
    }
    
    .slider-btn {
        font-size: 35px; /* 4.62vw at 768px = 35.5px */
    }
    
    .profit-label {
        font-size: 24px; /* 3.08vw at 768px = 23.7px */
    }
    
    .profit-plus {
        font-size: 24px; /* 3.08vw at 768px = 23.7px */
    }
    
    .profit-number {
        font-size: 47px; /* 6.15vw at 768px = 47.2px */
    }
    
    .profit-unit {
        font-size: 24px; /* 3.08vw at 768px = 23.7px */
    }
    
    .profit-note, .section-cv .privacy-note {
        font-size: 20px; /* 2.56vw at 768px = 19.7px */
    }
    
    .detail-label {
        font-size: 24px; /* 3.08vw at 768px = 23.7px */
    }
    
    .detail-value {
        font-size: 28px; /* 3.59vw at 768px = 27.6px */
    }
    
    .disclaimer {
        font-size: 24px; /* 3.08vw at 768px = 23.7px */
    }
    
    .feature-number {
        font-size: 189px; /* 24.62vw at 768px = 189px */
    }
    
    .feature-name {
        font-size: 35px; /* 4.62vw at 768px = 35.5px */
    }
    
    .feature-description {
        font-size: 28px; /* 3.59vw at 768px = 27.6px */
    }
    
    .list-item-title {
        font-size: 28px; /* 3.59vw at 768px = 27.6px */
    }
    
    .list-item-description {
        font-size: 24px; /* 3.08vw at 768px = 23.7px */
    }
    
    .section-description {
        font-size: 28px; /* 3.59vw at 768px = 27.6px */
    }
    
    .last-text {
        font-size: 284px; /* 36.92vw at 768px = 284px */
    }
    
    .last-card span {
        font-size: 35px; /* 4.62vw at 768px = 35.5px */
    }
    
    .last-card:last-child span {
        font-size: 41px; /* 5.38vw at 768px = 41.3px */
    }
    
    .footer-links a {
        font-size: 28px; /* 3.59vw at 768px = 27.6px */
    }
    
    .footer-disclaimer h3 {
        font-size: 24px; /* 3.08vw at 768px = 23.7px */
    }
    
    .footer-disclaimer p {
        font-size: 24px; /* 3.08vw at 768px = 23.7px */
    }
    
    .footer-copyright {
        font-size: 24px; /* 3.08vw at 768px = 23.7px */
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-buttons {
        width: 100%;
    }
    
    .news-slider,
    .results-slider {
    }
    
    .news-cards,
    .results-cards {
        width: calc(280px * 3 + 16px * 2);
        gap: 16px;
    }
    
    .news-card,
    .result-card {
        width: 72vw;
        flex-shrink: 0;
    }
    
    .slider-controls {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .prev-btn {
        margin-left: 10px;
    }
    
    .next-btn {
        margin-right: 10px;
    }
    
    .features-content {
        padding: 20px 0;
    }
    .feature-list-item {
        width: 100%;
    }
    .last-text {
        font-size: 80px;
    }
    
    .last-cards {
        gap: 20px;
    }
    
    .last-card {
        padding: 8px 20px;
    }
    .footer-content {
        padding: 40px 20px;
    }
}

@media (max-width: 480px) {
    .title-en {
        font-size: 48px;
    }
    
    .hero-price span {
        font-size: 20px;
    }
    
    .last-text {
        font-size: 60px;
    }
    
    .feature-number {
        font-size: 72px;
    }
    
    .feature-name {
    }
    
    .section-cv .title-en {
        font-size: 48px;
    }
}

