/* Page 3 Styles */

/* Hero Section */
.page3-hero-section {
    width: 100%;
    height: 460px;
    position: relative;
    background-image: url('assets/page3/herosection/hero section.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page3-hero-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.page3-hero-inner {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.page3-hero-text {
    width: 663px;
    height: 204px;
    position: absolute;
    top: 165px;
    left: 125px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.page3-hero-title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.15;
    color: #000000;
    margin: 0;
}

.page3-hero-description {
    width: 663px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #525252;
    margin: 0;
}

.page3-hero-image {
    width: 575px;
    height: 383px;
    position: absolute;
    top: 55px;
    left: 777px;
    background-image: url('assets/page3/herosection/data protection.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1024px) {
    .page3-hero-section {
        height: auto;
        min-height: 500px;
        margin-top: 80px;
        padding: 60px 40px 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .page3-hero-text {
        position: static;
        width: 100%;
        max-width: 600px;
        height: auto;
        margin: 0 auto;
        gap: 20px;
        text-align: center;
    }
    
    .page3-hero-title {
        font-size: 40px;
        line-height: 1.2;
        text-align: center;
    }
    
    .page3-hero-description {
        width: 100%;
        max-width: 600px;
        font-size: 15px;
        text-align: center;
    }
    
    .page3-hero-image {
        position: static;
        width: 100%;
        max-width: 500px;
        height: 300px;
        margin: 30px auto 0;
    }
}

@media (max-width: 768px) {
    .page3-hero-section {
        min-height: auto;
        margin-top: 80px;
        padding: 40px 20px 30px;
    }
    
    .page3-hero-text {
        max-width: 100%;
        gap: 16px;
        margin-bottom: 24px;
    }
    
    .page3-hero-title {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .page3-hero-description {
        font-size: 14px;
        line-height: 20px;
    }
    
    .page3-hero-image {
        max-width: 100%;
        height: 220px;
        margin-top: 20px;
    }
}

/* Data Section */
.page3-data-section {
    width: 100%;
    height: 700px;
    position: relative;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}

@media (max-width: 1399px) {
    .page3-data-section {
        height: auto;
        padding: 40px 24px;
    }
}

@media (max-width: 767px) {
    .page3-data-section {
        padding: 24px 16px;
    }
}

.page3-data-container {
    width: 100%;
    max-width: 1440px;
    height: 700px;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 1399px) {
    .page3-data-container {
        height: auto;
        padding: 0 16px;
    }
}

@media (max-width: 767px) {
    .page3-data-container {
        padding: 0 16px;
    }
}

.page3-data-cards {
    display: block;
}

@media (max-width: 1399px) {
    .page3-data-cards {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 40px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page3-data-cards {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 32px;
        width: 100%;
    }
}

.page3-data-card {
    width: 411px;
    height: 321px;
    position: absolute;
    top: 40px;
    border-radius: 13px;
    border: 1px solid #E5E5E5;
}

.page3-data-card:nth-child(1) {
    left: 84px;
}

.page3-data-card:nth-child(2) {
    left: 512px;
}

.page3-data-card:nth-child(3) {
    left: 945px;
}

@media (max-width: 1399px) {
    .page3-data-card {
        position: relative !important;
        width: 100%;
        max-width: 100%;
        left: auto !important;
        top: auto !important;
        height: auto;
        min-height: 321px;
    }
    
    .page3-data-card:nth-child(1),
    .page3-data-card:nth-child(2),
    .page3-data-card:nth-child(3) {
        left: auto !important;
    }
}

@media (max-width: 767px) {
    .page3-data-card {
        position: relative !important;
        width: 100%;
        max-width: 100%;
        left: auto !important;
        top: auto !important;
        min-height: auto;
        height: auto;
    }
    
    .page3-data-card:nth-child(1),
    .page3-data-card:nth-child(2),
    .page3-data-card:nth-child(3) {
        left: auto !important;
    }
}

.page3-data-card-icon {
    width: 57.857px;
    height: 75.54px;
    position: absolute;
    top: 20px;
    left: 20px;
}

@media (max-width: 1399px) {
    .page3-data-card-icon {
        position: relative;
        top: auto;
        left: auto;
        margin: 20px 0 20px 20px;
    }
}

@media (max-width: 767px) {
    .page3-data-card-icon {
        width: 48px;
        height: 62px;
        margin: 16px 0 16px 16px;
    }
}

.page3-data-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page3-data-card-text {
    width: 355px;
    height: 98px;
    position: absolute;
    top: 180px;
    left: 28px;
}

@media (max-width: 1399px) {
    .page3-data-card-text {
        position: relative;
        top: auto;
        left: auto;
        width: calc(100% - 56px);
        margin: 0 28px 28px 28px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .page3-data-card-text {
        width: calc(100% - 32px);
        margin: 0 16px 20px 16px;
    }
}

.page3-data-card-title {
    width: 355px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    color: #000;
}

@media (max-width: 1399px) {
    .page3-data-card-title {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page3-data-card-title {
        font-size: 18px;
        line-height: 1.3;
    }
}

.page3-data-card-desc {
    width: 355px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    color: #525252;
}

@media (max-width: 1399px) {
    .page3-data-card-desc {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page3-data-card-desc {
        font-size: 14px;
        line-height: 1.4;
    }
}

.page3-data-bottom {
    width: 837px;
    height: 166px;
    position: absolute;
    top: 450px;
    left: 306px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 22px;
}

@media (max-width: 1399px) {
    .page3-data-bottom {
        position: relative;
        width: 100%;
        max-width: 100%;
        left: auto;
        top: auto;
        height: auto;
    }
}

@media (max-width: 767px) {
    .page3-data-bottom {
        gap: 16px;
    }
}

.page3-data-bottom-title {
    width: 837px;
    height: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    margin: 0;
    color: #000;
}

@media (max-width: 1399px) {
    .page3-data-bottom-title {
        width: 100%;
        height: auto;
        line-height: 1.2;
        margin-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .page3-data-bottom-title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 16px;
    }
}

.page3-data-bottom-text {
    width: 837px;
    height: 96px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #525252;
    margin: 0;
}

@media (max-width: 1399px) {
    .page3-data-bottom-text {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .page3-data-bottom-text {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* Infrastructure Section */
.page3-infra-section {
    width: 100%;
    background: white;
    position: relative;
    overflow: hidden;
}

.page3-infra-container {
    width: 100%;
    max-width: 1440px;
    height: 1200px;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 1399px) {
    .page3-infra-container {
        height: auto;
        padding: 40px 24px;
    }
}

@media (max-width: 767px) {
    .page3-infra-container {
        padding: 24px 16px;
    }
}

.page3-infra-enterprise {
    position: absolute;
    width: 555px;
    height: 284px;
    top: 40px;
    left: 84px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 1399px) {
    .page3-infra-enterprise {
        position: relative;
        width: 100%;
        max-width: 100%;
        left: auto;
        top: auto;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .page3-infra-enterprise {
        margin-bottom: 32px;
    }
}

.page3-infra-title {
    width: 555px;
    height: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 48px;
    color: #0070C0;
    margin: 0;
}

@media (max-width: 1399px) {
    .page3-infra-title {
        width: 100%;
        height: auto;
        line-height: 1.2;
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .page3-infra-title {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
}

.page3-infra-content {
    width: 438px;
    height: 206px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (max-width: 1399px) {
    .page3-infra-content {
        width: 100%;
        height: auto;
    }
}

.page3-infra-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.page3-infra-bullet {
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 50%;
    margin-top: 9px;
    flex-shrink: 0;
}

.page3-infra-item-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.page3-infra-item-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin: 0;
}

@media (max-width: 767px) {
    .page3-infra-item-title {
        font-size: 18px;
        line-height: 1.3;
    }
}

.page3-infra-item-desc {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #525252;
    margin: 0;
}

@media (max-width: 767px) {
    .page3-infra-item-desc {
        font-size: 14px;
        line-height: 1.4;
    }
}

.page3-infra-image-1 {
    position: absolute;
    width: 544px;
    height: 330px;
    top: 40px;
    left: 725px;
    border-radius: 16px;
    overflow: hidden;
    background-image: url('assets/page3/infra/div2.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1399px) {
    .page3-infra-image-1 {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 544 / 330;
        left: auto;
        top: auto;
        margin-bottom: 40px;
    }
}

.page3-infra-image-2 {
    position: absolute;
    width: 544px;
    height: 330px;
    top: 400px;
    left: 84px;
    border-radius: 16px;
    overflow: hidden;
    background-image: url('assets/page3/infra/div3.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1399px) {
    .page3-infra-image-2 {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 544 / 330;
        left: auto;
        top: auto;
        margin-bottom: 40px;
    }
}

.page3-infra-privacy {
    position: absolute;
    width: 555px;
    height: 284px;
    top: 400px;
    left: 766px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 1399px) {
    .page3-infra-privacy {
        position: relative;
        width: 100%;
        max-width: 100%;
        left: auto;
        top: auto;
        margin-bottom: 40px;
    }
}

.page3-infra-behavioural {
    position: absolute;
    width: 555px;
    height: 332px;
    top: 800px;
    left: 84px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1399px) {
    .page3-infra-behavioural {
        position: relative;
        width: 100%;
        max-width: 100%;
        left: auto;
        top: auto;
        margin-bottom: 40px;
    }
}

.page3-infra-behavioural-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #0070C0;
    margin: 0 0 32px 0;
}

@media (max-width: 767px) {
    .page3-infra-behavioural-title {
        font-size: 24px;
        line-height: 1.2;
    }
}

.page3-infra-behavioural-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 537px;
}

@media (max-width: 1399px) {
    .page3-infra-behavioural-list {
        width: 100%;
    }
}

.page3-infra-behavioural-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.page3-infra-bullet-gray {
    width: 6px;
    height: 6px;
    background-color: #525252;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 10px;
}

.page3-infra-behavioural-text {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #525252;
}

@media (max-width: 767px) {
    .page3-infra-behavioural-text {
        font-size: 16px;
        line-height: 1.4;
    }
}

.page3-infra-image-3 {
    position: absolute;
    width: 544px;
    height: 330px;
    top: 800px;
    left: 742px;
    border-radius: 16px;
    overflow: hidden;
    background-image: url('assets/page3/infra/div6.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1399px) {
    .page3-infra-image-3 {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 544 / 330;
        left: auto;
        top: auto;
        margin-bottom: 40px;
    }
}

/* Compliance Section */
.page3-compliance-section {
    width: 100%;
    min-height: 497px;
    background-color: #081F37;
    padding: 50px 0;
    font-family: 'Roboto', sans-serif;
}

.page3-compliance-desktop {
    display: block;
}

@media (max-width: 1279px) {
    .page3-compliance-desktop {
        display: none;
    }
}

.page3-compliance-mobile {
    display: none;
}

@media (max-width: 1279px) {
    .page3-compliance-mobile {
        display: block;
        padding: 48px 16px;
    }
}

.page3-compliance-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page3-compliance-heading {
    width: 837px;
    height: 48px;
    text-align: center;
    margin-bottom: 60px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
}

.page3-compliance-cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.page3-compliance-card {
    width: 400px;
    height: 200px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 13px;
}

.page3-compliance-icon {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 65px;
    left: 23px;
    object-fit: contain;
}

.page3-compliance-card-content {
    position: absolute;
    top: 50px;
    left: 108px;
    width: 257px;
}

.page3-compliance-card-title {
    margin: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
}

.page3-compliance-card-text {
    margin-top: 12px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.page3-compliance-mobile-container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.page3-compliance-mobile-heading {
    text-align: center;
    margin-bottom: 48px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: clamp(1.5rem, 5vw, 2.25rem);
    line-height: clamp(2rem, 6vw, 3rem);
}

.page3-compliance-mobile-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

@media (min-width: 640px) {
    .page3-compliance-mobile-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .page3-compliance-mobile-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

.page3-compliance-mobile-card {
    width: 100%;
    min-height: 200px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 13px;
    padding: 24px;
    display: flex;
    gap: 20px;
}

.page3-compliance-mobile-icon {
    flex-shrink: 0;
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.page3-compliance-mobile-card-content {
    flex: 1;
}

.page3-compliance-mobile-card-title {
    margin: 0 0 16px 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: clamp(1.125rem, 3vw, 1.5rem);
    line-height: clamp(1.5rem, 4vw, 1.5rem);
}

.page3-compliance-mobile-card-text {
    margin: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 2.5vw, 1rem);
    line-height: clamp(1.375rem, 3.5vw, 1.75rem);
}

/* Your Trust Section */
.page3-trust-section {
    width: 100%;
    min-height: 400px;
    background-color: #ffffff;
    padding: 80px 20px;
    overflow: hidden;
}

.page3-trust-desktop {
    display: block;
}

@media (max-width: 1279px) {
    .page3-trust-desktop {
        display: none;
    }
}

.page3-trust-mobile {
    display: none;
}

@media (max-width: 1279px) {
    .page3-trust-mobile {
        display: block;
        padding: 48px 16px;
    }
}

.page3-trust-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page3-trust-lock-1 {
    position: absolute;
    width: 155px;
    height: 155px;
    left: 59px;
    bottom: 50px;
    background-image: url('assets/page3/Your%20Data/lock.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.page3-trust-lock-2 {
    position: absolute;
    width: 155px;
    height: 155px;
    right: 59px;
    top: 50px;
    transform: rotate(35deg);
    background-image: url('assets/page3/Your%20Data/lock.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.page3-trust-title {
    width: 837px;
    margin: 0 auto 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #0070C0;
}

.page3-trust-text {
    max-width: 837px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #525252;
}

.page3-trust-mobile-container {
    width: 100%;
    max-width: 672px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.page3-trust-mobile-title {
    text-align: center;
    margin-bottom: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: clamp(1.5rem, 5vw, 2.25rem);
    line-height: clamp(2rem, 6vw, 3rem);
    color: #0070C0;
}

.page3-trust-mobile-text {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 2.5vw, 1rem);
    line-height: clamp(1.375rem, 3.5vw, 1.5rem);
    color: #525252;
}

/* Last Hero Section */
.page3-last-hero-section {
    width: 100%;
}

.page3-last-hero-desktop {
    display: flex;
    width: 100%;
    height: 469px;
    position: relative;
}

@media (max-width: 1279px) {
    .page3-last-hero-desktop {
        display: none;
    }
}

.page3-last-hero-mobile {
    display: none;
}

@media (max-width: 1279px) {
    .page3-last-hero-mobile {
        display: block;
        width: 100%;
        position: relative;
    }
}

.page3-last-hero-left {
    width: 50%;
    height: 100%;
    background-color: #081F37;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 90px;
}

.page3-last-hero-text {
    width: 537px;
    margin-bottom: 40px;
}

.page3-last-hero-title {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    margin: 0;
}

.page3-last-hero-buttons {
    display: flex;
    gap: 13px;
}

.page3-last-hero-button-primary,
.page3-last-hero-button-secondary {
    width: 206px;
    height: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.03em;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page3-last-hero-button-primary {
    background-color: #0070C0;
    color: #FFFFFF;
    border: 1px solid #0070C0;
}

.page3-last-hero-button-secondary {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.page3-last-hero-right {
    width: 50%;
    height: 469px;
    background-image: url('assets/page3/last%20hero/pic.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page3-last-hero-mobile-bg {
    width: 100%;
    min-height: 350px;
    height: 350px;
    background-image: url('assets/page3/last%20hero/pic.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

@media (min-width: 640px) {
    .page3-last-hero-mobile-bg {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .page3-last-hero-mobile-bg {
        height: 450px;
    }
}

@media (min-width: 1024px) {
    .page3-last-hero-mobile-bg {
        height: 500px;
    }
}

.page3-last-hero-mobile-overlay {
    position: absolute;
    inset: 0;
    background-color: #081F37;
    opacity: 0.85;
}

.page3-last-hero-mobile-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 24px 16px;
    text-align: center;
}

.page3-last-hero-mobile-title {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: clamp(1.25rem, 4vw + 0.5rem, 2.25rem);
    line-height: clamp(1.75rem, 5vw + 0.5rem, 3rem);
    margin: 0 0 24px 0;
    width: 100%;
    max-width: 512px;
}

.page3-last-hero-mobile-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 384px;
}

@media (min-width: 640px) {
    .page3-last-hero-mobile-buttons {
        flex-direction: row;
    }
}

.page3-last-hero-mobile-button-primary,
.page3-last-hero-mobile-button-secondary {
    width: 100%;
    min-height: 44px;
    height: 44px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: clamp(0.8125rem, 2vw + 0.25rem, 1rem);
    line-height: 100%;
    letter-spacing: 0.03em;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

@media (min-width: 640px) {
    .page3-last-hero-mobile-button-primary,
    .page3-last-hero-mobile-button-secondary {
        flex: 1;
    }
}

.page3-last-hero-mobile-button-primary {
    background-color: #0070C0;
    color: #FFFFFF;
    border: 1px solid #0070C0;
}

.page3-last-hero-mobile-button-secondary {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

