/* About Page Styles */

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

body {
    font-family: 'Sora', sans-serif;
    background-color: #000000;
    color: #FFFFFF;
    line-height: 1.6;
}

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


/* Hero Section */
.about-hero {
    background-image: url('../../assets/images/aboutus-herobanner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: 'Sora', sans-serif;
    padding: 120px 0;
    max-height: 800px;
    display: flex;
    align-items: center;
}

.about-hero__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.about-hero__content {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    justify-content: center;
}

.about-hero__text {
    flex: 1;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about-hero__photo {
    width: 312px;
    height: 412px;
}

.about-hero__title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-hero__title-highlight {
    display: inline-block;
    width: fit-content;
}

.about-hero__title-text {
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -2%;
    color: #FFFFFF;
}

.about-hero__title-text.highlight {
    color: #212121;
    background-color: #FFFFFF;
    padding: 0 4px;
    display: inline-block;
}

.about-hero__subtitle {
    font-family: 'Sora', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1%;
    color: #999999;
    max-width: 800px;
}

.about-hero__image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-hero__image {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 300px;
    height: 400px;
    object-fit: cover;
    border: 1px dashed #999999;
    border-radius: 0;
}

.about-hero__nodes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.node {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
}

.node-1 { top: 0; left: 0; }
.node-2 { top: 0; left: 150px; }
.node-3 { top: 0; right: 0; }
.node-4 { top: 200px; left: 0; }
.node-5 { top: 206px; right: 0; }
.node-6 { bottom: 0; left: 0; }
.node-7 { bottom: 0; left: 150px; }
.node-8 { bottom: 0; right: 0; }




/* Our Vision Section */
.our-vision-section {
    background-image: url('../../assets/images/achievement-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    height:1197px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-vision-container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


.our-vision-content {
    position: relative;
    z-index: 3;
    max-width: 1312px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Top Section */
.our-vision-top {
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 0;
    align-items: start;
}

/* Left Column */
.our-vision-left {
    display: flex;
    flex-direction: column;
}

.our-vision-title-section {
    border: 1px solid #393939;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.our-vision-title {
    font-family: 'Sora', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 0.83;
    color: #FFFFFF;
    margin: 0;
}

.our-vision-mission-section {
    border: 1px solid #393939;
    border-top: none;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.our-vision-mission-text {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    color: #999999;
    margin: 0;
}

.our-vision-highlight {
    background-color: #FFFFFF;
    color: #212121;
    padding: 0 4px;
    display: inline-block;
}

/* Right Column */
.our-vision-right {
    border: 1px solid #393939;
    border-left: none;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.our-vision-description {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #A5A5A5;
    margin: 0;
}

/* Photos Section */
.our-vision-photos {
    border: 1px solid #393939;
    border-top: none;
    padding: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-vision-photos-grid {
    position: relative;
    width: 1232px;
    height: 620px;
    display: grid;
    grid-template-columns: 476px 16px 228px 16px 228px 16px 228px;
    grid-template-rows: 302px 16px 302px;
    gap: 0;
}

.photo-item {
    position: relative;
    overflow: hidden;
}

.photo-1 {
    grid-column: 1;
    grid-row: 1 / 4;
}

.photo-2 {
    grid-column: 3;
    grid-row: 1;
}

.photo-3 {
    grid-column: 5 / 8;
    grid-row: 1;
}

.photo-4 {
    grid-column: 3 / 6;
    grid-row: 3;
}

.photo-5 {
    grid-column: 7;
    grid-row: 3;
}

.photo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* CTA Section */
.cta-section {
    padding: 120px 0;
    background-color: #000000;
}

.cta-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.cta-content__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
    color: #FFFFFF;
}

.cta-content__button {
    display: inline-block;
    background: rgba(255, 255, 255, 0.01);
    border: 1.625px solid;
    border-image: linear-gradient(to bottom, #FFFFFF, rgba(153, 153, 153, 0.2)) 1;
    border-radius: 1623.375px;
    padding: 12px 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.95;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: inset 0px 6.5px 6.5px 0px rgba(255, 255, 255, 0.2);
}

.cta-content__button:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}


/* Section Divider */
.section-divider {
    width: 100%;
    height: 1px;
    background: #FFFFFF

}

/* About photo below hero */
/* Our Story (Figma 6128:135) */
.our-story {
    background-color: #121212; /* matches frame fill */
}

.our-story__container {
    max-width: 1440px; /* Figma frame width */
    margin: 0 auto;
    padding: 100px 151px; /* top/bottom 100, sides 151 */
    display: flex;
    flex-direction: column;
    align-items: center; /* center children */
    gap: 82px; /* spacing between image and text */
}

.our-story__media {
    width: 915px; /* Figma rectangle width */
    height: 542px; /* Figma rectangle height */
}

.our-story__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.our-story__content {
    max-width: 100%;
}

.our-story__text {
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    font-size: 24px; /* Figma */
    line-height: 1.26; /* ~ Figma 1.26 */
    color: #FFFFFF;
    opacity: 1;
    margin: 0 0 24px 0;
}

.our-story__text:last-child {
    margin-bottom: 0;
}

/* Our Story Section */
.our-story-section {
    padding: 100px 64px;
    background-color: #FFFFFF;
    color: #212121;
    position: relative;
    overflow: hidden;
}

.our-story-container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


.our-story-content {
    position: relative;
    z-index: 3;
    max-width: 1312px;
    margin: 0 auto;
}

/* Top Section */
.our-story-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    margin-bottom: 80px;
}

.our-story-left {
    grid-column: 1;
    grid-row: 1 / 3;
    display: grid;
    grid-template-rows: auto auto;
}

.our-story-title-section {
    border: 1px solid #D7D7D7;
    padding: 40px;
}

.our-story-title-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.our-story-title {
    font-family: 'Sora', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 0.83;
    color: #212121;
    margin: 0;
}

.our-story-subtitle {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #999999;
    margin: 0;
}

.our-story-logo-section {
    border: 1px solid #D7D7D7;
    border-top: none;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-story-logo {
    width: 432px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-story-progress {
    grid-column: 2;
    grid-row: 1 / 3;
    border: 1px solid #D7D7D7;
    border-left: none;
    padding: 40px;
    display: grid;
    grid-template-rows: 1fr;
    align-content: end;
    gap: 24px;
}

.our-story-text {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #999999;
    margin: 0;
}

/* Timeline Section */
.our-story-timeline {
    position: relative;
    width: 100%;
    height: 300px;
}

.timeline-text {
    position: absolute;
    top: 7.55px;
    left: 124px;
    width: 1180px;
    height: 285.45px;
}

.timeline-row {
    display: flex;
    align-items: flex-end;
    gap: 140px;
}

.timeline-row-1 {
    position: absolute;
    top: 220px;
    left: 220px;
}

.timeline-row-2 {
    position: absolute;
    top: 0;
    left: 0;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 300px;
}

.timeline-year {
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #212121;
    margin: 0;
}

.timeline-description {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.26;
    color: #999999;
    margin: 0;
    width: 300px;
}

/* Timeline Milestones */
.timeline-milestones {
    position: absolute;
    top: 0;
    left: 72px;
    width: 920px;
    height: 300px;
}

.milestone {
    position: absolute;
    width: 40px;
    height: 150px;
}

.milestone-line {
    position: absolute;
    width: 0;
    height: 120px;
    border-left: 1px dashed #999999;
}

.milestone-circle {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(153, 153, 153, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.milestone-inner {
    width: 18.95px;
    height: 18.95px;
    background-color: #999999;
    border-radius: 50%;
}

/* Milestone Positions */
.milestone-2021 {
    top: 0;
    left: 0;
}

.milestone-2021 .milestone-line {
    top: 30px;
    left: 20px;
}

.milestone-2021 .milestone-circle {
    top: 0;
    left: 0;
}

.milestone-2022 {
    top: 150px;
    left: 220px;
}

.milestone-2022 .milestone-line {
    top: 0;
    left: 20px;
}

.milestone-2022 .milestone-circle {
    top: 110px;
    left: 0;
}

.milestone-2023 {
    top: 0;
    left: 440px;
}

.milestone-2023 .milestone-line {
    top: 30px;
    left: 20px;
}

.milestone-2023 .milestone-circle {
    top: 0;
    left: 0;
}

.milestone-2024 {
    top: 150px;
    left: 660px;
}

.milestone-2024 .milestone-line {
    top: 0;
    left: 20px;
}

.milestone-2024 .milestone-circle {
    top: 110px;
    left: 0;
}

.milestone-2025 {
    top: 0;
    left: 880px;
}

.milestone-2025 .milestone-line {
    top: 30px;
    left: 20px;
}

.milestone-2025 .milestone-circle {
    top: 0;
    left: 0;
}

/* Main Timeline Line */
.timeline-main-line {
    position: absolute;
    top: 150px;
    left: 0;
    width: 1312px;
    height: 0;
    border-top: 1px dashed #999999;
}

/* Why Choose Us Section */
.why-choose-section {
    background-color: #FFFFFF;
    color: #212121;
    padding: 100px 64px;
    position: relative;
}

.why-choose-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

/* Main Card */
.why-choose-main {
    width: 100%;
}

.why-choose-main-card {
    position: relative;
    background-color: rgba(215, 215, 215, 0.6);
    background-image: url('../../assets/images/whychooseus-cardbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #D7D7D7;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.why-choose-main-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1;
}

.why-choose-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 80px;
}

.why-choose-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 576px;
}

.why-choose-title {
    font-family: 'Sora', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1em;
    color: #212121;
    margin: 0;
}

.why-choose-description {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    color: #999999;
    margin: 0;
}

.why-choose-button {
    display: flex;
    align-items: center;
}

.why-choose-cta {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    border: 1px solid #212121;
    padding: 8px 16px;
    color: #212121;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.why-choose-cta:hover {
    background-color: #212121;
    color: #FFFFFF;
}

.why-choose-cta i {
    width: 11px;
    height: 12px;
    font-size: 10px;
}

/* Reason Cards */
.why-choose-reasons {
    display: flex;
    gap: 0;
    width: 100%;
}

.reason-card {
    flex: 1;
    border: 1px solid #D7D7D7;
    border-right: none;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    min-height: 400px;
}

.reason-card:last-child {
    border-right: 1px solid #D7D7D7;
}

.reason-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-bottom: 24px;
}

.reason-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reason-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.reason-title {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
    color: #212121;
    margin: 0;
}

.reason-divider {
    width: 100%;
    height: 0;
    border-top: 1px solid #D7D7D7;
}

.reason-description {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43em;
    color: #999999;
    margin: 0;
}

/* Our Core Values Section */
.core-values-section {
    background-color: #FFFFFF;
    color: #212121;
    padding: 100px 64px;
    position: relative;
}

.core-values-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* Header Section */
.core-values-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 80px;
    width: 100%;
}

.core-values-title-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 656px;
}

.core-values-title {
    font-family: 'Sora', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1em;
    color: #212121;
    margin: 0;
}

.core-values-subtitle {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    color: #999999;
    margin: 0;
}

.core-values-button {
    display: flex;
    align-items: center;
}

.core-values-cta {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: trasparent;
    border: 1px solid #212121;
    padding: 8px 16px;
    color: #212121;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.core-values-cta:hover {
    background-color: #212121;
    color: #FFFFFF;
}

.core-values-cta i {
    width: 11px;
    height: 12px;
    font-size: 10px;
}

/* Values Grid */
.core-values-grid {
    display: flex;
    width: 100%;
}

.values-image-card {
    width: 480px;
    position: relative;
    border: 1px solid #D7D7D7;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.values-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.values-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.values-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.value-card {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 40px;
    border: 1px solid #D7D7D7;
    border-top: none;
    min-height: 120px;
}

.value-card-first {
    border-top: 1px solid #D7D7D7;
}

.value-title {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
    color: #212121;
    margin: 0;
    width: 140px;
    flex-shrink: 0;
}

.value-description {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #999999;
    margin: 0;
    flex: 1;
}
