@import url('https://fonts.cdnfonts.com/css/switzer');

html {
    box-sizing: border-box;
    font-size: 16px;
}

*, *:before, *:after {
    box-sizing: inherit;
    font-family: 'Switzer', sans-serif;
}

body {
    background: #FCF8F1;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1079px;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 16px 20px;
    backdrop-filter: blur(8.300000190734863px);
    transition: 0.3s ease;
}

.header.scrolled {
    background: #725DEB;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
}

.logo a {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #fff;
    text-decoration: none;
}

.menu ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.menu ul a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.menu ul a:hover, .menu ul a.active {
    text-decoration: underline;
    color: #725DEB;
}

.header.scrolled .menu ul a:hover, .header.scrolled .menu ul a.active {
    color: #ffffff;
}

.header_cta {
    display: flex;
    align-items: center;
}

.sm-show {
    display: none;
}

.btn {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 10px 24px 10px 24px;
    gap: 8px;
    border-radius: 44px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn--tertiary {
    background: none;
    border: 1px solid #FFFFFF;
    color: #fff;
}

.btn--tertiary:hover {
    background: #725DEB;
}

.videoBanner {
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: relative;
}

.videoBanner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caption {
    padding: 20px 20px 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 83px;
    text-align: left;
    color: #ffffff;
    margin: 0;
}

.caption h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(255 255 255 / 78%);
}

.captionSection {
    padding: 120px 20px;
}

h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
}

.captionSection h4 span {
    color: #000;
}

.captionSection h4 {
    color: #7E7C79;
    text-align: center;
    max-width: 540px;
    margin: auto;
}

.homeProducts {
    padding: 0 20px 70px;
}

.sectionHead {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 36px;
}

.sectionHead h4 {
    line-height: 24px;
    color: #000;
    font-weight: 600;
}

.sectionHead h6 {
    color: #000;
}

h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin: 0 0 10px;
}

.homeProductsGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.homeProductsGrid__Item {
    width: 33.33%;
    padding: 20px 8px;
}

.homeProduct {
    border-radius: 40px;
    background: #FCF8F1;
    box-shadow: 0px 0px 31.2px 4px #725DEB26;
    height: 100%;
}

.homeProduct__Image {
    display: flex;
    flex-direction: column;
    height: 232px;
    border-radius: 40px;
    overflow: hidden;
}

.homeProduct__Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeProduct__Content {
    display: flex;
    flex-direction: column;
    padding: 24px 24px 70px;
}

p {
    font-family: Switzer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(0 0 0 / 50%);
}

.btn--primary {
    background: #000;
    color: #fff;
    border: 0;
}

.btn--primary:hover {
    border-color: #725DEB;
    background: #725DEB;
}

.buttonAction {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 0;
}

.homePromotion {
    padding: 70px 20px;
}

.homePromotion__Inner {
    border-radius: 40px;
    background: url(../images/homePromotionBG.png);
    background-size: cover;
    padding: 70px 70px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.homePromotion__Inner h4 {
    font-weight: 500;
    max-width: 620px;
    margin: auto;
    color: rgb(0 0 0 / 56%);
}

.homePromotion__Inner h4 span {
    color: #000;
}

.homePromotion__Action {
    position: absolute;
    bottom: 64px;
    left: 50%;
    margin-left: -230px;
    width: 460px;
    height: 44px;
    border-radius: 62px;
    display: flex;
    align-items: center;
    backdrop-filter: blur(8.300000190734863px);
    background: #FFFFFF8F;
    justify-content: space-between;
}

.homePromotion__Action h6 {
    margin: 0;
    padding: 0 30px;
}

.homePromotion__Inner img {
    margin-bottom: -5px;
}

.whyAging {
    padding: 70px 20px;
}

.whyAging .sectionHead {
    align-items: flex-start;
    max-width: 430px;
}

.whyAging .sectionHead h4 {
    margin: 0 0 16px;
}

.whyAging__Inner {
    display: flex;
    flex-wrap: wrap;
}

.whyAging__Inner--Image {
    width: 49%;
}

.whyAging__Inner--Cards {
    width: 51%;
    padding-left: 12px;
}

.whyAging__Wrap {
    display: flex;
    flex-direction: column;
    max-width: 858px;
    margin: auto;
}

.whyAging__Inner--Image img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

.whyAging__Inner--Cards {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.whyAging__Inner--Card {
    border-radius: 20px;
    background: #F1ECE2;
    padding: 37px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.whyAging__Inner--Card:hover {
    background: #cac1ff;
}

.testimonials {
    padding: 70px;
}

.testimonial {
    display: flex;
    flex-direction: column;
    border-radius: 40px;
    background: #FCF8F1;
    border: 1px solid #C4C4C4;
    padding: 40px;
}

.testimonial__author {
    display: flex;
    flex-direction: column;
    padding: 136px 0 0;
}

.testimonial__author h6 {
    margin: 0;
}

.swiper_actions {
    display: flex;
    justify-content: flex-end;
    gap: 11px;
    margin: 2rem 0 0;
}

.testimonialsSwiperPrev {
    rotate: 180deg;
    display: flex;
}

.testimonialsSwiperNext {
    display: flex;
}

.swiper-button-disabled {
    opacity: 0.3;
}

.footer {
    padding: 24px;
    position: relative;
}

.foooter_container {
    border-radius: 40px;
    background: #000000;
    padding: 60px 60px 48px;
}

.footer__Inner {
    max-width: 1300px;
    margin: auto;
}

.footer__Grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #3E3E3E;
    padding-bottom: 120px;
}

.footer__abt {
    width: 432px;
}

.footer__abt .logo {
    margin: 0 0 24px;
}

.social__icons {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 44px;
}

.social__icons a {
    width: 32px;
    height: 32px;
    gap: 0px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF1A;
    transition: 0.3s ease;
}

.social__icons a:hover {
    background: #6c57e0;
}

.footer__Grid h6 {
    color: #FFFFFF;
}

.footer__links ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer__links ul li a {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
    color: #7E7C79;
    transition: 0.3s ease;
}

.footer__links ul li a:hover {
    color: #725deb;
}

.newsletter {
    width: 380px;
    height: 64px;
    position: relative;
}

.newsletter input {
    border: 1px solid #7E7C79;
    width: 100%;
    height: 100%;
    border-radius: 64px;
    background: none;
    padding: 0 30px;
    font-family: Switzer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    padding-right: 140px;
}

.newsletter .btn--secondary {
    position: absolute;
    right: 10px;
    top: 10px;
}

.btn--secondary {
    background: #ffffff;
    border: 0;
    color: #000;
}

.btn path {
    transition: 0.3s ease;
}

.btn--secondary:hover {
    background: #725deb;
    color: #fff;
}

.btn--secondary:hover svg path {
    stroke: #ffffff;
}

.newsletter input::placeholder {
    color: #7E7C79;
}

.footer__abt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #7E7C79;
}

.footer__abt p span {
    color: #fff;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    padding: 24px 0 0;
}

.footer__bottom span {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #7E7C79;
}

.footer__bottom ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer__bottom ul li a {
    font-family: Switzer;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    transition: 0.3s ease;
    text-decoration: none;
    color: #7E7C79;
}

.footer__bottom ul li a:hover {
    color: #725deb;
}

.contactForm {
    padding: 50px 20px;
}

.contactForm__Inner {
    width: 1079px;
    max-width: 100%;
    border-radius: 40px;
    margin: auto;
    background: url(../images/contactFormBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
}

.contactForm__Inner h4 {
    width: 432px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    font-weight: 500;
    color: #7E7C79;
}

.contactForm__Inner h4 span {
    color: #000;
}

.contactForm__Inner form {
    margin: 36px auto 0;
    display: flex;
    flex-direction: column;
    width: 535px;
    max-width: 100%;
    gap: 23px;
    justify-content: center;
    align-items: center;
}

.contactForm__Inner form input, .contactForm__Inner form textarea {
    outline: 0;
    height: 64px;
    padding: 0 30px;
    width: 100%;
    border-radius: 60px;
    border: 1px solid #C4C4C4;
    background: none;
}

.contactForm__Inner form textarea {
    height: 84px;
    padding-top: 20px;
}

.aboutBanner {
    padding: 120px 0;
    background: url(../images/AboutBannerBg.png) no-repeat;
    background-size: cover;
    background-color: #fcf8f1;
}

.aboutBanner .sectionHead {
    max-width: 637px;
    margin: 0 auto 36px;
}

.aboutBanner .sectionHead h4 {
    margin: 0 0 16px;
}

.aboutBanner .sectionHead p {
    color: #7E7C79;
}

.aboutBanner .sectionHead p span {
    color: #000;
}

.aboutBanner__Image {
    display: flex;
    flex-direction: column;
}

.aboutBanner__Image img {
    border-radius: 40px;
}

.ourCommitment {
    padding: 40px 0 80px;
}

.ourCommitment__Inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 858px;
    margin: auto;
}

.ourCommitment__Inner--Content, .ourCommitment__Inner--Image {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
}

.ourCommitment__Inner--Content {
    background: #F1ECE2;
    padding: 24px;
    border-radius: 20px;
}

.ourCommitment__Inner--Content h6 {
    margin: 0 0 8px;
}

.ourCommitment__Inner--Content h4 {
    margin: 0 0 16px;
    max-width: 346px;
}

.ourCommitment__Inner--Content p {
    color: #7E7C79;
    max-width: 370px;
}

.contentCardSection {
    padding: 70px;
    overflow: hidden;
}

.contentCards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.contentCard {
    background: #FCF8F1;
    border: 1px solid #C4C4C4;
    border-radius: 40px;
    width: calc(50% - 12px);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 117px;
}

.contentCard__Content {
    display: flex;
    flex-direction: column;
}

p {
    color: #7E7C79;
}

p span {
    color: #000;
}

.founderSection {
    padding: 70px 0 16px;
}

.founders {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.founder {
    width: calc(50% - 12px);
    border-radius: 20px;
    background: #F1ECE2;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.founder__title {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.founder__title h6 {
    margin: 0;
}

.founder__content {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.experience {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 90px 0 0;
    height: 40px;
    border-radius: 62px;
    padding: 0 24px;
    border: 1px solid #B7B7B7;
}

.experience h6 {
    margin: 0;
}

.founder__content ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.founder__content ul li {
    color: #7E7C79;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-left: 40px;
    position: relative;
}

.founder__content ul li:before {
    content: "";
    width: 23px;
    height: 23px;
    background: url(../images/listIcon.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}


.contactCta {
    margin-bottom: -25px;
}

.contactCta__Inner {
    background: url(../images/contactCTABg.png) no-repeat;
    background-size: cover;
    height: 330px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contactCta__Inner h4 {
    max-width: 432px;
    text-align: center;
    margin: 0 0 46px;
}

.contactCta__Inner h4 span {
    color: #7E7C79;
}

.contactCta__Block {
    width: 460px;
    height: 44px;
    border-radius: 62px;
    display: flex;
    align-items: center;
    backdrop-filter: blur(8.300000190734863px);
    background: #FFFFFF8F;
    justify-content: space-between;
}

.contactCta__Block h6 {
    margin: 0;
    padding: 0 30px;
}

.innerHeader .logo a {
    color: #000;
}

.innerHeader .header.scrolled .logo a {
    color: #fff;
}

.innerHeader .menu ul a {
    color: #000;
}

.innerHeader .menu ul a:hover, .innerHeader .menu ul a.active {
    color: #725DEB;
}

.innerHeader .header.scrolled .menu ul a {
    color: #fff;
}

.btn--tertiary {
    color: #fff;
    border-color: #fff;
}

.btn--tertiary:hover {
    background: #725DEB;

}

.innerHeader .btn--tertiary {
    color: #000;
    border-color: #000;
}

.innerHeader .btn--tertiary path {
    stroke: #000;
}

.innerHeader .header.scrolled .btn--tertiary {
    color: #fff;
    border-color: #fff;
}

.innerHeader .header.scrolled .btn--tertiary path, .innerHeader .btn--tertiary:hover path {
    stroke: #fff;
}

.innerHeader .btn--tertiary:hover {
    color: #fff;
}

.ourCommitment__Inner--Image img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.contactBanner {
    padding: 120px 0 0;
}

.contactBanner .sectionHead {
    max-width: 637px;
    margin: 0 auto 36px;
}

.contactBanner .sectionHead h4 {
    margin: 0 0 16px;
}

.contactBanner .sectionHead p {
    color: #7E7C79;
    text-align: center;
}

.contactBanner .sectionHead p span {
    color: #000;
}

.productBanner {
    padding: 120px 0 40px;
}

.productBanner .sectionHead h6 {
    font-size: 24px;
    line-height: 24px;
    color: rgb(0 0 0 / 47%);
}

.productBanner .sectionHead h4 {
    font-size: 56px;
    font-weight: 600;
    line-height: 83px;
}

.allProducts {
    padding: 0 0 34px;
}

.products {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.product {
    border-radius: 20px;
    background: #F1ECE2;
    padding: 56px 40px;
    display: flex;
    flex-wrap: wrap;
}

.product__Image {
    width: 378px;
}

.product__Content {
    width: calc(100% - 378px);
    padding: 0 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product__Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.product__Content p {
    margin: 0 0 10px;
}

.product__Content ul {
    padding-left: 20px;
    list-style: disc;
    font-size: 14px;
}

.product__Content strong {
    font-weight: 500;
}

.product__Content ul p {
    font-size: 14px;
    line-height: 20px;
}

.product:nth-child(even) .product__Image {
    order: 2;
}

.productContact {
    margin-bottom: 160px;
}

.hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    background: var(--background);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.hero img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
}

.category {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.meta {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 0.875rem;
}

.author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.name {
    font-weight: 600;
}

.title {
    opacity: 0.8;
}

/* Main Content */
.content {
    max-width: 1200px;
    margin: 0 auto;
}

.content-section {
    background: var(--section-bg);
    padding: 2.5rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.highlight-section {
    background: linear-gradient(to right bottom, var(--section-bg), var(--background));
    border-left: 4px solid var(--primary-color);
}

.content-section h2 {
    font-size: 2rem;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 50px;
    max-width: 800px;
}

.content-section h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
}

.tech-item {
    text-align: center;
    padding: 1.5rem;
    background: var(--background);
    border-radius: 0.5rem;
    transition: transform 0.3s ease;
}

.tech-item:hover {
    transform: translateY(-5px);
}

.tech-item i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.tech-item h4 {
    margin-bottom: 0.5rem;
    color: var(--text-color);
}

.tech-item p {
    font-size: 0.875rem;
    color: var(--light-text);
}

.implementation-figure {
    margin: 0 -2.5rem 2rem;
}

.implementation-figure img {
    width: 100%;
    height: auto;
    display: block;
}

.implementation-figure figcaption {
    padding: 1rem 2.5rem;
    color: var(--light-text);
    font-size: 0.875rem;
    text-align: center;
}

.cta-box {
    background: linear-gradient(to right bottom, #e0f2fe, #f0f9ff);
    padding: 2rem;
    border-radius: 0.5rem;
    margin-top: 2rem;
    text-align: center;
}

.cta-box h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.cta-box i {
    margin-right: 0.5rem;
}

.cta-button {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    border: none;
    font-weight: 500;
    margin-top: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
}

/* Share Section */
.share-section {
    margin-top: 2rem;
    padding: 2rem;
    background: #f0f9ff;
    border-radius: 0.5rem;
}

.share-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.share-btn {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.share-btn:before {
    font-family: "Font Awesome 5 Brands";
}

.twitter {
    background: #e8f5fd;
    color: #1da1f2;
}

.twitter:hover {
    background: #1da1f2;
    color: white;
}

.linkedin {
    background: #e5f1f8;
    color: #0077b5;
}

.linkedin:hover {
    background: #0077b5;
    color: white;
}

.facebook {
    background: #e7f0f7;
    color: #1877f2;
}

.facebook:hover {
    background: #1877f2;
    color: white;
}

/* Related Articles */
.related-articles {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.related-articles h2 {
    margin-bottom: 1.5rem;
    color: #000;
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.article-card {
    background: var(--background);
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.article-card:hover {
    transform: translateY(-5px);
}

.article-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.article-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.article-content .category {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}

.article-content h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.article-content p {
    color: var(--light-text);
    font-size: 0.875rem;
    margin-bottom: 2rem;
}

.content-section {
    line-height: 40px;
}

.content-section h4 {
    margin: 20px 0 20px;
}

.content-section p {
    margin: 0 0 20px;
}

.content-section ul {
    padding: 0 0 0 30px;
    list-style: disc;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
    line-height: 24px;
    max-width: 600px;
    margin: 0 0 20px;
}

.content-section ul.numbered {
    list-style: decimal;
}

.content-section ul.numbered ul {
    margin: 20px 0 0;
}

.imageDiv {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 20px;
}

.contentGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .content {
        grid-template-columns: 1fr;
    }

    .table-of-contents {
        display: none;
    }

    .hero h1 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 1rem;
    }

    .article-grid {
        grid-template-columns: 1fr;
    }

    .meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .hero h1 {
        font-size: 1.5rem;
    }

    .content-section {
        padding: 1.5rem;
    }

    .tech-grid {
        grid-template-columns: 1fr;
    }

    .implementation-figure {
        margin: 0 -1.5rem 1.5rem;
    }

    .implementation-figure figcaption {
        padding: 1rem 1.5rem;
    }
}
