.details-row-top {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}
.details-text-top {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 4vw;
}
.details-text-top h1 {
    color: var(--primary-color);
    font-family: "DM Sans", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5em;
    line-height: 76px;
    letter-spacing: 0.5px;
}
.details-text-top p {
    color: var(--text-color);
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    line-height: 1.8em;
    margin-bottom: 2em;
}
.card-row {
    display: flex;
    gap: 2vw;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    justify-content: space-between;
    width: 100%;
}
.card {
    flex: 1 1 22%;
    border-radius: 24px;
    border: 2px solid #FFF;
    background: rgba(252, 239, 220, 0.46);
    padding: 1.5em;
    border-radius: 0.75em;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: center;
    box-sizing: border-box;
}
.card p {
    color: var(--text-color-dark);
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5em;
    margin-top: 2em;
}
.circle-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40vw;
    height: 40vw;
    border-radius: 50vw;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 157, 19, 0.7) 0%, rgba(255, 157, 19, 0) 100%);
    opacity: 0.7;
    z-index: -1;
    pointer-events: none;
}
@media (max-width: 768px) {
    .card-row {
        flex-direction: column;
        gap: 1em;
        align-items: center;
    }
}
.details-row-middle-container {
    background-color: #FDEEDC;
    padding: 5rem 5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.details-row-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
    max-width: 75vw;
    margin: 0 auto;
}
.details-text-middle h1 {
    color: var(--primary-color);
    font-family: "DM Sans", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.2em;
    line-height: 76px;
    letter-spacing: 0.5px;
}
.details-text-middle h3 {
    color: var(--primary-color);
    font-family: "DM Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.2em;
    line-height: 76px;
    letter-spacing: 0.5px;
}
.details-text-middle p {
    font-size: 1.3rem;
    line-height: 1.6;
    font-family: 400;
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    color: var(--text-color-body);
}
.details-image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}
@media (min-width: 820px) and (max-width: 1024px) {
    .details-row-middle {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }
    .details-text-middle {
        flex: unset;
        width: 100%;
    }
    .details-image-container {
        flex: unset;
        max-width: 90%;
        margin: 0 auto;
    }
}
.details-row-bottom-container {
    position: relative;
    padding: 3rem 2rem;
    background: #fff;
    overflow: hidden;
}
/* Technology section two-column layout */
.details-row-bottom.tech-columns {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    gap: 3rem;
    z-index: 1;
}
.tech-col {
    flex: 1 1 0;
    min-width: 0;
    box-sizing: border-box;
}
.technology-image-container.tech-col {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 0 2rem 1rem;
    max-width: 100%;
    background: #FFFFFF;
}
.technology-image-container.tech-col img {
    width: auto;
    max-width: 500px;
    height: 100%;
}
.details-text-bottom.tech-col {
    max-width: 100%;
    margin-bottom: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1rem 2rem 0;
}
@media (max-width: 900px) {
    .details-row-bottom.tech-columns {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }
    .technology-image-container.tech-col,
    .details-text-bottom.tech-col {
        padding: 1rem 0;
    }
}
.details-text-bottom h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-color-dark);
    margin-bottom: 1rem;
}
.details-text-bottom p,
.details-text-bottom ol {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    color: var(--text-color-dark);
    margin-bottom: 1rem;
    text-align: left;
    z-index: 1;
}
.technology-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
}
.flower-design-left {
    position: absolute;
    bottom: -8vw;
    left: -54vw;
    z-index: -1;
    opacity: 0.15;
    pointer-events: none;
}
.flower-design-left img {
    width: 68vw;
    height: 57vw;
    aspect-ratio: 1079/899;
}
.flower-design-right {
    position: absolute;
    bottom: 5vw;
    right: -58vw;
    z-index: -1;
    opacity: 0.15;
    pointer-events: none;
}
.flower-design-right img {
    width: 68vw;
    height: 57vw;
    aspect-ratio: 6/5;
}
.details-row-middle-container {
    background-color: #FDEEDC;
    padding: 8rem 5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}
.details-row-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.wave-design-container {
    position: absolute;
    bottom: -42rem;
    left: -6rem;
    width: 130%;
    z-index: 0;
    display: flex;
    justify-content: center;
}
.wave-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    opacity: 0.2;
}
@media (max-width: 819px) {
    .details-row-middle {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
    .details-image-container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        z-index: 10;
    }
    .circle-bg,
    .flower-design-left,
    .flower-design-right,
    .wave-design-container {
        display: none;
    }
}