/* ========================================
   AltruiStellar Group - Desktop Styles
   ======================================== */

:root {
    --color-primary: #181818;
    --color-muted: #666666;
    --color-border: #e0e0e0;
    --color-border-light: #dcdcdc;
    --color-bg: #ffffff;
    --color-bg-gray: #f5f5f5;
    --color-text-light: #a3a3a3;
    --color-orange: #ff4b0e;
    --radius-full: 100px;
    --radius-lg: 32px;
    --radius-md: 24px;
    --radius-pill: 60px;
    --transition-base: 0.3s ease;
    color-scheme: light;
}

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

body {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.5;
    color: var(--color-primary);
    background: var(--color-bg);
}

a {
    color: inherit;
}

.desktop {
    width: 100%;
    margin: 0;
    background: var(--color-bg);
}

/* ========================================
   Hero Section
   ======================================== */

.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 100px;
    width: 100%;
    height: 430px;
}

.hero__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: 1240px;
    height: 350px;
}

.hero__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: 1240px;
    height: 242px;
}

.hero__tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px 8px 6px;
    width: fit-content;
    height: 56px;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: var(--radius-full);
    gap: 0;
}

.hero__tag span {
    height: 22px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-primary);
}

.hero__tag-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--color-bg);
    border-radius: var(--radius-full);
}

.hero__tag-icon img {
    width: 40px;
    height: 40px;
    display: block;
}


/* ========================================
   Menu Bar & Logo
   ======================================== */

.menu-bar {
    width: 100%;
    max-width: 864px;
    min-width: 624px;
    height: 68px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-full);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    overflow: hidden;
}

.menu-bar__logo {
    width: 260px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 20px;
    border-right: 1px solid var(--color-border);
    border-top-left-radius: var(--radius-full);
    border-bottom-left-radius: var(--radius-full);
}

.logo-mark {
    position: relative;
    width: 220px;
    height: 32px;
}

.logo-mark--lg {
    width: 564px;
    height: 82px;
}

.logo-mark--footer {
    width: 220px;
    height: 32px;
}

.logo-piece {
    position: absolute;
    display: block;
    height: auto;
}

.logo-piece--1 { left: 0; top: 14.95px; }
.logo-piece--2 { left: 14.95px; top: 14.95px; }
.logo-piece--3 { left: 14.98px; top: 0.02px; }
.logo-piece--4 { left: 0.03px; top: 0; }
.logo-piece--5 { left: 204.5px; top: 10.6px; }
.logo-piece--6 { left: 193.1px; top: 10.82px; }
.logo-piece--7 { left: 180.61px; top: 10.6px; }
.logo-piece--8 { left: 172.82px; top: 10.6px; }
.logo-piece--9 { left: 155.79px; top: 5.88px; }
.logo-piece--10 { left: 142.77px; top: 10.6px; }
.logo-piece--11 { left: 129.68px; top: 10.6px; }
.logo-piece--12 { left: 125.31px; top: 5.66px; }
.logo-piece--13 { left: 120.32px; top: 5.66px; }
.logo-piece--14 { left: 108.18px; top: 10.6px; }
.logo-piece--15 { left: 100.11px; top: 6.52px; }
.logo-piece--16 { left: 88.36px; top: 5.88px; }
.logo-piece--17 { left: 84.06px; top: 10.82px; }
.logo-piece--18 { left: 83.84px; top: 6.09px; }
.logo-piece--19 { left: 72.64px; top: 10.82px; }
.logo-piece--20 { left: 64.16px; top: 10.6px; }
.logo-piece--21 { left: 55.13px; top: 6.52px; }
.logo-piece--22 { left: 51.05px; top: 5.66px; }
.logo-piece--23 { left: 35.16px; top: 6.09px; }

.logo-piece--lg-1 { left: 0; top: 38.31px; }
.logo-piece--lg-2 { left: 38.33px; top: 38.31px; }
.logo-piece--lg-3 { left: 38.40px; top: 0.04px; }
.logo-piece--lg-4 { left: 0.08px; top: 0; }
.logo-piece--lg-5 { left: 524.26px; top: 27.17px; }
.logo-piece--lg-6 { left: 495.05px; top: 27.73px; }
.logo-piece--lg-7 { left: 463.02px; top: 27.17px; }
.logo-piece--lg-8 { left: 443.06px; top: 27.17px; }
.logo-piece--lg-9 { left: 399.39px; top: 15.06px; }
.logo-piece--lg-10 { left: 366.02px; top: 27.17px; }
.logo-piece--lg-11 { left: 332.46px; top: 27.17px; }
.logo-piece--lg-12 { left: 321.25px; top: 14.51px; }
.logo-piece--lg-13 { left: 308.45px; top: 14.51px; }
.logo-piece--lg-14 { left: 277.35px; top: 27.17px; }
.logo-piece--lg-15 { left: 256.65px; top: 16.71px; }
.logo-piece--lg-16 { left: 226.52px; top: 15.06px; }
.logo-piece--lg-17 { left: 215.50px; top: 27.73px; }
.logo-piece--lg-18 { left: 214.94px; top: 15.61px; }
.logo-piece--lg-19 { left: 186.22px; top: 27.73px; }
.logo-piece--lg-20 { left: 164.48px; top: 27.17px; }
.logo-piece--lg-21 { left: 141.34px; top: 16.71px; }
.logo-piece--lg-22 { left: 130.87px; top: 14.51px; }
.logo-piece--lg-23 { left: 90.14px; top: 15.61px; }

.logo-piece--footer-1 { left: 0; top: 14.95px; }
.logo-piece--footer-2 { left: 14.95px; top: 14.95px; }
.logo-piece--footer-3 { left: 14.98px; top: 0.02px; }
.logo-piece--footer-4 { left: 0.03px; top: 0; }
.logo-piece--footer-5 { left: 204.5px; top: 10.6px; }
.logo-piece--footer-6 { left: 193.1px; top: 10.82px; }
.logo-piece--footer-7 { left: 180.61px; top: 10.6px; }
.logo-piece--footer-8 { left: 172.82px; top: 10.6px; }
.logo-piece--footer-9 { left: 155.79px; top: 5.88px; }
.logo-piece--footer-10 { left: 142.77px; top: 10.6px; }
.logo-piece--footer-11 { left: 129.68px; top: 10.6px; }
.logo-piece--footer-12 { left: 125.31px; top: 5.66px; }
.logo-piece--footer-13 { left: 120.32px; top: 5.66px; }
.logo-piece--footer-14 { left: 108.18px; top: 10.6px; }
.logo-piece--footer-15 { left: 100.11px; top: 6.52px; }
.logo-piece--footer-16 { left: 88.36px; top: 5.88px; }
.logo-piece--footer-17 { left: 84.06px; top: 10.82px; }
.logo-piece--footer-18 { left: 83.84px; top: 6.09px; }
.logo-piece--footer-19 { left: 72.64px; top: 10.82px; }
.logo-piece--footer-20 { left: 64.16px; top: 10.6px; }
.logo-piece--footer-21 { left: 55.13px; top: 6.52px; }
.logo-piece--footer-22 { left: 51.05px; top: 5.66px; }
.logo-piece--footer-23 { left: 35.16px; top: 6.09px; }

.menu-bar__item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 18px 14px;
    gap: 6px;
    position: relative;
    width: 152px;
    height: 68px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-primary);
    text-decoration: none;
    border-bottom: 4px solid transparent;
    border-radius: 0;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    transition: border-bottom-color var(--transition-base);
}

.menu-bar__item:hover {
    border-bottom-color: var(--color-primary);
}

/* ========================================
   Hero Content
   ======================================== */

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 868px;
    max-width: 100%;
    height: 242px;
}

.hero__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.hero__location {
    width: 236px;
    height: 60px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    color: var(--color-muted);
}

.hero__tagline {
    width: 868px;
    max-width: 100%;
    height: 80px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    color: var(--color-muted);
}

/* ========================================
   Utility Classes
   ======================================== */

.muted {
    color: var(--color-muted);
}

.accent {
    color: var(--color-primary);
}

.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px 8px 6px;
    gap: 0;
    width: fit-content;
    height: 56px;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-full);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    font-size: 16px;
    font-weight: 500;
}

.pill span {
    line-height: 22px;
    color: var(--color-primary);
}

.pill img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--color-bg);
    border-radius: var(--radius-full);
}

.pill--sm {
    height: 56px;
}

/* ========================================
   Section Components
   ======================================== */

.section__header {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4vw, 40px);
}

.section__headline {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: clamp(24px, 4vw, 40px);
    flex-wrap: wrap;
}

.section__headline h2 {
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 500;
    line-height: 1.2;
}

.why .section__headline h2 {
    font-size: 64px;
    line-height: 81px;
}

.why .section__aside {
    width: min(293px, 100%);
}

.section__aside {
    width: min(337px, 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    text-align: right;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: var(--color-primary);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border: none;
    cursor: pointer;
    transition: background var(--transition-base), transform 0.1s ease;
}

.btn--primary {
    position: relative;
    padding: 18px 24px;
    width: 153px;
    height: 58px;
    background: var(--color-primary);
    color: var(--color-bg);
}

.btn--primary img {
    width: 20px;
    height: 20px;
}

.btn--primary:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), var(--color-primary);
}

.btn--primary:active {
    transform: translateY(1px);
}

.btn--primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.strategic,
.core,
.why {
    width: 100%;
    padding: clamp(80px, 10vw, 136px) clamp(24px, 8vw, 160px);
}

/* ========================================
   FAQ Section
   ======================================== */

.faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(80px, 10vw, 136px) clamp(24px, 8vw, 160px);
    gap: clamp(48px, 6vw, 80px);
    width: 100%;
}

.faq__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(48px, 6vw, 80px);
    width: 100%;
    max-width: 1120px;
}

.faq__header-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    max-width: 1120px;
}

.faq__tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px 8px 6px;
    gap: 0;
    width: 96px;
    height: 56px;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: var(--radius-full);
}

.faq__tag img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--color-bg);
    border-radius: var(--radius-full);
}

.faq__tag span {
    width: 32px;
    height: 22px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-primary);
}

.faq__headline-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
}

.faq__title {
    margin: 0;
    width: 506px;
    height: 162px;
    font-weight: 500;
    font-size: 64px;
    line-height: 81px;
    color: var(--color-primary);
}

.faq__aside-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 16px;
    width: 190px;
    height: 100px;
}

.faq__hint {
    display: flex;
    align-items: center;
    padding: 2px 0;
    gap: 4px;
    margin: 0;
    width: 190px;
    height: 26px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: var(--color-primary);
}

.faq__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 24px;
    gap: 6px;
    width: 153px;
    height: 58px;
    background: var(--color-primary);
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: background var(--transition-base);
}

.faq__button:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), var(--color-primary);
}

.faq__button img {
    width: 20px;
    height: 20px;
}

.faq__button span {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--color-bg);
}

.faq__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 1120px;
}

.faq__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 10px;
    width: 100%;
    height: 88px;
    border: 1px solid var(--color-border-light);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: height var(--transition-base);
    cursor: pointer;
}

.faq__item--active {
    height: 144px;
}

.faq__qna {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    width: 100%;
}

.faq__item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    flex-grow: 1;
}

.faq__question-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(32px, 8vw, 160px);
    width: 100%;
    min-height: 24px;
}

.faq__question-row h4 {
    margin: 0;
    min-height: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: var(--color-primary);
    flex: 1;
}

.faq__icon {
    width: 24px;
    height: 24px;
    transition: transform var(--transition-base);
    cursor: pointer;
}

.faq__item:not(.faq__item--active) .faq__icon {
    transform: rotate(-180deg);
}

.faq__answer {
    margin: 0;
    width: 520px;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-muted);
    opacity: 1;
    transition: opacity var(--transition-base);
}

.faq__item:not(.faq__item--active) .faq__answer {
    display: none;
    opacity: 0;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .faq__headline-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    
    .faq__title {
        font-size: 48px;
        line-height: 60px;
        width: 100%;
        min-height: auto;
    }
    
    .faq__aside-wrap {
        width: 100%;
        align-items: flex-start;
    }
    
    .faq__hint {
        text-align: left;
    }
    
    .faq__question-row h4 {
        font-size: 18px;
        line-height: 22px;
    }
    
    .faq__item-content p {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
}

/* Insight.Innovation.Implementation. container */
.insight {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
}

.insight__wrap {
    width: 100%;
    margin: 0 auto;
    min-height: clamp(480px, 66vw, 946px);
    padding: clamp(80px, 10vw, 136px) clamp(24px, 8vw, 160px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(48px, 6vw, 80px);
    border-radius: 100px;
    /* Figma: background: url(Hero.png), #F5F5F5; */
    background-color: var(--color-bg-gray);

    background-image: url("assets/CodeBubbyAssets/7574_1215/Hero.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}










.insight__content {
    position: relative;
    width: 100%;
    max-width: 1120px;
    height: clamp(420px, 48vw, 674px);
    margin: 0 auto;
    padding: 0;
}




.insight__header {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(756px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    transform: translateX(-50%);
    z-index: 1;
}



.insight__text-block {
    width: 100%;
    max-width: 756px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}



.insight__text-block p {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    color: var(--color-muted);
}

.insight__text-block p .accent {
    color: var(--color-primary);
}

/* title1 - small static label */
.insight__pill {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 24px;
    gap: 6px;
    width: auto;
    max-width: 100%;
    height: 58px;
    background: var(--color-bg-gray);

    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 100px;
}


.insight__pill span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    color: #1b1b1b;
}

/* cards container */
.insight__cards {
    position: absolute;
    left: 0;
    top: clamp(120px, 18vw, 178px);
    width: 1120px;
    max-width: 100%;
    aspect-ratio: 1120 / 496;
    background: url("assets/CodeBubbyAssets/7574_1215/1.png") center/cover no-repeat;
    z-index: 0;
}








/* base card */
.insight__card {
    position: relative;
    width: 208px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.insight__card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--radius-md);
}

/* card 1: 80% stats */
.insight__card--stat {
    height: 496px;
    gap: 20px;
}

.insight__card--stat .insight__bg {
    height: 356px;
}

.insight__stat-content {
    position: absolute;
    top: 93px;
    left: 24px;
    width: 160px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: var(--color-primary);
}

.insight__stat-content strong {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
}

.insight__stat-content p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.insight__stat-footer {
    width: 100%;
    height: 120px;
    border-radius: var(--radius-md);
    background: var(--color-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--color-bg);
}

/* card 2: Strategy */
.insight__card--strategy {
    height: 364px;
}

.insight__card--strategy .insight__bg {
    height: 364px;
}

.insight__label {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--color-bg);
}

.insight__label--dark {
    color: var(--color-primary);
    right: 14px;
    left: auto;
    text-align: right;
}

/* card 3: dark CTA */
.insight__card--cta {
    height: 228px;
    background: var(--color-primary);
    border-radius: var(--radius-md);
    padding: 33px 17px;
    align-items: center;
    justify-content: space-between;
}

.insight__card--cta p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    color: var(--color-bg);
}

.insight__chip {
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 18px 24px;
    gap: 10px;
    width: 180px;
    height: 58px;
    border-radius: 100px;
}

.insight__chip--ghost {
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.insight__chip--ghost span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--color-bg);
}

/* card 4: Sustainability */
.insight__card--sustain {
    height: 364px;
}

.insight__card--sustain .insight__bg {
    height: 364px;
}

/* card 5: Finance */
.insight__card--finance {
    height: 495px;
    align-items: flex-end;
    gap: 11px;
}

.insight__card--finance .insight__bg {
    height: 364px;
}

.insight__finance-footer {
    width: 100%;
    height: 120px;
    border-radius: var(--radius-md);
    background: var(--color-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--color-bg);
}

/* responsive tweaks */
@media (max-width: 1024px) {
    .insight__header {
        margin-top: 0;
    }

    .insight__cards {
        justify-content: center;
    }

    .insight__card {
        flex: 1 1 45%;
        max-width: 208px;
    }
}

@media (max-width: 640px) {
    .insight__wrap {
        border-radius: 40px;
    }

    .insight__header {
        max-width: 100%;
    }

    .insight__text-block p {
        font-size: 20px;
        line-height: 28px;
    }

    .insight__cards {
        gap: 24px;
    }

    .insight__card {
        flex: 1 1 100%;
    }
}






.strategic .pill {
    width: fit-content;
}

.strategic .section__headline {
    align-items: flex-end;
}

.strategic .section__headline h2 {
    width: 610px;
    flex: 0 0 610px;
}

.strategic .btn--primary {
    width: auto;
}

.strategic__media {
    margin-top: clamp(48px, 8vw, 80px);
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 6vw, 40px);
    align-items: center;
}


.strategic__image {
    width: 100%;
    max-width: 1120px;
    aspect-ratio: 1120 / 640;
    height: auto;
    border-radius: 32px;
    object-fit: cover;
}

@media (max-width: 900px) {
    .strategic .section__headline h2 {
        width: 100%;
        flex: 1 1 auto;
    }
}


.section__desc {
    width: 100%;
    max-width: 1120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    text-align: center;
}

.section__desc p {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--color-muted);
}



.divider {
    width: 100%;
    max-width: 1240px;
    border-top: 1px solid #cccccc;
    margin: 0 auto;
}



.core .pill,
.why .pill {
    width: fit-content;
}






.core .section__headline h2 {
    width: fit-content;
    font-size: 64px;
    line-height: 81px;
    font-weight: 500;
}

.core__list {
    margin-top: clamp(48px, 8vw, 80px);
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}



.core__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--color-border-light);
}

.core__title {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 22px 32px 22px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: var(--color-muted);
}

.core__title span {
    display: flex;
    align-items: center;
    text-align: right;
}

.core__content {
    padding: 22px 60px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--color-primary);
}

.core__content small {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--color-muted);
    margin-bottom: 10px;
}

.core__content ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.core__content li {
    position: relative;
    padding-left: 16px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--color-primary);
}

.core__content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color-primary);
    transform: translateY(-50%);
}


.why__cards {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
    gap: 20px;
    width: 100%;
    max-width: 1120px;
    margin: clamp(48px, 8vw, 80px) auto 0;
}


.why__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: 100%;
    max-width: 265px;
    height: 596px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--color-bg);
    flex: 1 1 265px;
}

.why__card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    display: block;
}

.why__card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 32px 44px;
    gap: 12px;
    width: 100%;
    height: 276px;
}

.why__card-body span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-muted);
}

.why__card-body h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: var(--color-primary);
}

.why__card-body p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-muted);
}


/* ========================================
   Footer Section - Figma Canvas Implementation
   ======================================== */

/* Footer Container */
.footer {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 136px 100px;
    width: 100%;
    max-width: 3840px;
    height: 512px;
    background: var(--color-primary);
    overflow: hidden;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: min(100vw, 3840px);
    transform: translateX(-50%);
    background: var(--color-primary);
    z-index: -1;
}

/* Frame 44116 */
.footer__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 80px;
    width: 1240px;
    max-width: 100%;
    height: 240px;
}

/* Frame 44110 */
.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 24px;
    width: 1240px;
    max-width: 100%;
    height: 136px;
}

/* Wrap */
.footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 24px;
    width: 544px;
    max-width: 100%;
    height: 136px;
}

.footer__brand .logo-mark--footer {
    width: 220px;
    height: 32px;
}

/* Title */
.footer__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 8px;
    width: 100%;
    max-width: 544px;
    height: 80px;
}

.footer__text p {
    width: 100%;
    max-width: 544px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

.footer__text p:first-child {
    color: var(--color-border);
}

.footer__text p:last-child {
    color: var(--color-text-light);
}

/* Email */
.footer__email {
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 8px;
    width: 271px;
    height: 56px;
    border: 1px solid var(--color-border-light);
    border-radius: var(--radius-pill);
}

.footer__email img {
    width: 24px;
    height: 24px;
}

.footer__email span {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-bg);
}

/* Content (Bottom) */
.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 20px;
    width: 1240px;
    max-width: 100%;
    height: 24px;
}

.footer__bottom span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-text-light);
}

.footer__bottom span:first-child {
    max-width: 492px;
}

.footer__bottom span:last-child {
    max-width: 282px;
}

@media (max-width: 1024px) {
    .footer {
        height: auto;
        padding: 80px 24px;
    }

    .footer__wrapper {
        height: auto;
    }

    .footer__top {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer__brand {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .footer__text {
        width: 100%;
        height: auto;
    }

    .footer__text p:first-child,
    .footer__text p:last-child {
        width: 100%;
        height: auto;
    }

    .footer__bottom {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .footer__bottom span:first-child,
    .footer__bottom span:last-child {
        width: 100%;
        height: auto;
    }
}

/* ========================================
   Phone Layout (Figma 393 baseline)
   ======================================== */

.phone {
    display: none;
}

@media (max-width: 768px) {
    .phone {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        width: 100%;
        max-width: 768px;
        min-height: 7595px;
        background-color: var(--color-bg);
        margin: 0 auto;
    }
}




.phone__frame {
    width: 100%;
    max-width: none;
    min-width: 0;
}



.phone-inner {
    width: 345px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
}

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


.phone-h3 {
    margin: 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: var(--color-primary);
}

.phone-h4 {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: var(--color-primary);
}

.phone-body {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--color-primary);
}

.phone-small {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--color-primary);
}

/* Line / Divider */
.phone-divider {
    width: 345px;
    max-width: calc(100% - 48px);
    height: 1px;
    margin: 0 auto;
    background: #cccccc;
    flex: none;
    order: 3;
    flex-grow: 0;
}

.phone-divider--5 {
    order: 5;
}

/* 1. Container / Nav */
.phone-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 24px 0;
    gap: 10px;
    width: 100%;
    min-width: 328px;
    height: 79px;
    overflow: visible;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}


.phone-nav {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 67px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 20px 0 0;
    background: var(--color-bg);
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-full);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.phone-nav__email {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: auto;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.phone-nav__logo {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 20px;
    gap: 10px;
    width: 253px;
    height: 67px;
    overflow: hidden;
    border-top-left-radius: var(--radius-full);
    border-bottom-left-radius: var(--radius-full);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    flex: none;
    order: 0;
    flex-grow: 0;
}

.phone-nav__email img {
    width: 24px;
    height: 24px;
    display: block;
}

.phone-logo {
    position: relative;
    width: 213px;
    height: 31px;
    overflow: hidden;
}

.phone-logo__group {
    position: absolute;
    left: 2.78px;
    top: 2.77px;
    width: 208.14px;
    height: 25.45px;
}

.phone-logo__piece {
    position: absolute;
    display: block;
    height: auto;
}

.phone-logo__piece--1 { left: 0; top: 14.48px; }
.phone-logo__piece--2 { left: 14.48px; top: 14.48px; }
.phone-logo__piece--3 { left: 14.5px; top: 0.02px; }
.phone-logo__piece--4 { left: 0.03px; top: 0; }
.phone-logo__piece--5 { left: 197.99px; top: 10.27px; }
.phone-logo__piece--6 { left: 186.96px; top: 10.48px; }
.phone-logo__piece--7 { left: 174.86px; top: 10.27px; }
.phone-logo__piece--8 { left: 167.32px; top: 10.27px; }
.phone-logo__piece--9 { left: 150.83px; top: 5.69px; }
.phone-logo__piece--10 { left: 138.23px; top: 10.27px; }
.phone-logo__piece--11 { left: 125.56px; top: 10.27px; }
.phone-logo__piece--12 { left: 121.32px; top: 5.48px; }
.phone-logo__piece--13 { left: 116.49px; top: 5.48px; }
.phone-logo__piece--14 { left: 104.74px; top: 10.27px; }
.phone-logo__piece--15 { left: 96.93px; top: 6.32px; }
.phone-logo__piece--16 { left: 85.55px; top: 5.69px; }
.phone-logo__piece--17 { left: 81.38px; top: 10.48px; }
.phone-logo__piece--18 { left: 81.18px; top: 5.9px; }
.phone-logo__piece--19 { left: 70.33px; top: 10.48px; }
.phone-logo__piece--20 { left: 62.12px; top: 10.27px; }
.phone-logo__piece--21 { left: 53.38px; top: 6.32px; }
.phone-logo__piece--22 { left: 49.42px; top: 5.48px; }
.phone-logo__piece--23 { left: 34.04px; top: 5.9px; }

/* 2. Hero */
.phone-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
    gap: 24px;
    width: 100%;
    min-height: 298px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}


.phone-hero__tag {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    width: fit-content;
    height: 56px;
    padding: 0 18px 0 6px;
    overflow: hidden;
    border: none;
    outline: 1px solid var(--color-border);
    outline-offset: -1px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    flex: none;
    order: 0;
    flex-grow: 0;
}

.phone-hero__tag img {
    position: relative;
    left: auto;
    top: auto;
    width: 40px;
    height: 40px;
}

.phone-hero__tag span {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    width: auto;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
}


.phone-hero__content {
    width: 100%;
    max-width: 708px;
    height: 138px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 16px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.phone-hero__heading {
    width: 302px;
    height: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.phone-logo-lg {
    position: relative;
    width: 302px;
    height: 44px;
    overflow: hidden;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.phone-logo-lg__group {
    position: absolute;
    left: 3.93px;
    top: 3.94px;
    width: 295.11px;
    height: 36.12px;
}

.phone-logo-lg__piece {
    position: absolute;
    display: block;
    height: auto;
}

.phone-logo-lg__piece--26 { left: 0; top: 20.56px; }
.phone-logo-lg__piece--27 { left: 20.53px; top: 20.56px; }
.phone-logo-lg__piece--28 { left: 20.56px; top: 0.02px; }
.phone-logo-lg__piece--29 { left: 0.04px; top: 0; }
.phone-logo-lg__piece--30 { left: 280.72px; top: 14.58px; }
.phone-logo-lg__piece--31 { left: 265.08px; top: 14.88px; }
.phone-logo-lg__piece--32 { left: 247.93px; top: 14.58px; }
.phone-logo-lg__piece--33 { left: 237.24px; top: 14.58px; }
.phone-logo-lg__piece--34 { left: 213.86px; top: 8.08px; }
.phone-logo-lg__piece--35 { left: 195.99px; top: 14.58px; }
.phone-logo-lg__piece--36 { left: 178.02px; top: 14.58px; }
.phone-logo-lg__piece--37 { left: 172.02px; top: 7.78px; }
.phone-logo-lg__piece--38 { left: 165.17px; top: 7.78px; }
.phone-logo-lg__piece--39 { left: 148.51px; top: 14.58px; }
.phone-logo-lg__piece--40 { left: 137.42px; top: 8.97px; }
.phone-logo-lg__piece--41 { left: 121.29px; top: 8.08px; }
.phone-logo-lg__piece--42 { left: 115.39px; top: 14.88px; }
.phone-logo-lg__piece--43 { left: 115.09px; top: 8.38px; }
.phone-logo-lg__piece--44 { left: 99.72px; top: 14.88px; }
.phone-logo-lg__piece--45 { left: 88.08px; top: 14.58px; }
.phone-logo-lg__piece--46 { left: 75.68px; top: 8.97px; }
.phone-logo-lg__piece--47 { left: 70.07px; top: 7.78px; }
.phone-logo-lg__piece--48 { left: 48.27px; top: 8.38px; }

.phone-hero__location {
    width: fit-content;
    height: 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: var(--color-muted);
    flex: none;
    order: 1;
    flex-grow: 0;
}

.phone-hero__tagline {
    margin: 0;
    width: 100%;
    max-width: 708px;
    height: auto;
    min-height: 44px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--color-muted);
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

/* 3. Strategic Partner */
.phone-strategic {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 24px;
    gap: 40px;
    width: 100%;
    background: var(--color-bg);
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

.phone-strategic__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    max-width: 720px;
}


.phone-section__headline {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.phone-strategic__media {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: 720px;
}

.phone-strategic__image {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: var(--radius-md);
    display: block;
}

/* Tag widths (match Figma fixed widths) */
.phone-pill {
    width: fit-content;
}

.phone-pill--hero {
    width: 246px;
}

.phone-strategic .phone-pill {
    width: fit-content;
}

.phone-pill--core {
    width: fit-content;
}

.phone-pill--faq {
    width: fit-content;
}

/* 4. Our Core */
.phone-core {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 24px;
    gap: 24px;
    width: 100%;
    background: var(--color-bg);
    flex: none;
    order: 4;
    align-self: stretch;
    flex-grow: 0;
}

.phone-core__wrap {
    width: 100%;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.phone-core__headline {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.phone-core__cta {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.phone-core__content {
    width: 100%;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.phone-core__item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 22px 0 40px;
    gap: 12px;
    width: 100%;
    border-bottom: 1px solid var(--color-border-light);
}

.phone-core__kicker {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-muted);
}

.phone-core__list {
    width: 100%;
    margin: 0;
    padding-left: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-primary);
    list-style-position: outside;
}

.phone-core__list li {
    margin: 0 0 8px;
}

.phone-core__list li::marker {
    font-size: 12px;
}

.phone-core__list li:last-child {
    margin-bottom: 0;
}

/* 6. AltruiStellar Group (order: 6) */
.phone-why {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px 24px;
    gap: 10px;
    width: 100%;
    height: 2254px;
    flex: none;
    order: 6;
    align-self: stretch;
    flex-grow: 0;
}

.phone-why__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 40px;
    width: 345px;
    height: 2174px;
    flex: none;
    order: 0;
    flex-grow: 1;
}

.phone-why__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 32px;
    width: 345px;
    height: 318px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.phone-pill--why {
    width: fit-content;
    height: 56px;
}

.phone-why__headline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 32px;
    width: 345px;
    height: 230px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.phone-why__headline .phone-h3 {
    width: 345px;
    height: 80px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.phone-why__cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    gap: 16px;
    width: 345px;
    height: 118px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.phone-why__cta .phone-small {
    width: 345px;
    height: 44px;
    display: flex;
    align-items: center;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.phone-why__cards {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 40px;
    width: 100%;
    height: 1816px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.phone-why__card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: 100%;
    height: 424px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.phone-why__card img {
    box-sizing: border-box;
    width: 100%;
    height: 240px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 32px 32px 0 0;
    object-fit: cover;
    object-position: center;
    display: block;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.phone-why__card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 12px;
    width: 100%;
    height: 184px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.phone-why__card-body span {
    width: 100%;
    height: 22px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-muted);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.phone-why__card-body h3 {
    margin: 0;
    width: 100%;
    height: 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: var(--color-primary);
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.phone-why__card-body p {
    margin: 0;
    width: 100%;
    height: 44px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-muted);
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

/* 7. Insight (order: 7) */
.phone-insight {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0;
    gap: 40px;
    width: 100%;
    height: 1388px;
    background: var(--color-bg-gray);
    border-radius: var(--radius-md);
    flex: none;
    order: 7;
    align-self: stretch;
    flex-grow: 0;
}

.phone-insight__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 40px;
    width: 345px;
    height: 1308px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.phone-insight__lead {
    margin: 0;
    width: 345px;
    height: 216px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--color-muted);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.phone-insight__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 24px;
    width: 345px;
    height: 1052px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.phone-insight__title {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 24px;
    gap: 6px;
    width: 298px;
    height: 58px;
    background: var(--color-bg-gray);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #1b1b1b;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.phone-insight__cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 24px;
    width: 345px;
    height: 970px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.phone-insight__card {
    position: relative;
    width: 345px;
    overflow: hidden;
    border-radius: var(--radius-md);
    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

.phone-insight__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 345px;
    height: 100%;
}

.phone-insight__card--stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 24px;
    gap: 10px;
    isolation: isolate;
    height: 244px;
    order: 0;
}

.phone-insight__stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: 297px;
    height: 106px;
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;
}

.phone-insight__stat-value {
    width: 297px;
    height: 40px;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: var(--color-primary);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.phone-insight__stat-text {
    width: 297px;
    height: 66px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-primary);
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.phone-insight__card--sustain {
    width: 345px;
    height: 308px;
    order: 1;
}

.phone-insight__label {
    position: absolute;
    width: 96px;
    height: 22px;
    left: 235px;
    top: 14px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: var(--color-primary);
}

.phone-insight__cta-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 14px;
    gap: 24px;
    width: 345px;
    height: 138px;
    background: var(--color-primary);
    border-radius: var(--radius-md);
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

.phone-insight__cta-title {
    width: 263px;
    height: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--color-bg);
    flex: none;
    order: 0;
    flex-grow: 0;
}

.phone-insight__cta {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 16px;
    gap: 10px;
    width: 313px;
    height: 58px;
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 100px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-bg);
    flex: none;
    order: 1;
    flex-grow: 0;
}

.phone-insight__pill-orange {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px 112px;
    gap: 10px;
    width: 345px;
    height: 92px;
    background: var(--color-orange);
    border-radius: var(--radius-md);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--color-bg);
    flex: none;
    order: 3;
    align-self: stretch;
    flex-grow: 0;
}

.phone-insight__pill-orange span {
    transform: matrix(-1, 0, 0, 1, 0, 0);
    display: inline-block;
    width: 140px;
}

.phone-insight__pill-gray {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px;
    gap: 10px;
    width: 345px;
    height: 92px;
    background: var(--color-muted);
    border-radius: var(--radius-md);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--color-bg);
    flex: none;
    order: 4;
    align-self: stretch;
    flex-grow: 0;
}

/* 8. FAQ */
.phone-faq {
    padding: 40px 24px;
    background: var(--color-bg);
    flex: none;
    order: 8;
    align-self: stretch;
    flex-grow: 0;
}


.phone-faq .phone-inner {
    width: 100%;
    max-width: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.phone-faq__wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.phone-faq__headline {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.phone-faq__cta {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}


.phone-faq__list {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.phone-faq__item {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid var(--color-border-light);
    border-radius: var(--radius-md);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.phone-faq__q {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.phone-faq__question {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-primary);
}

.phone-faq__toggle {
    padding: 0;
    border: 0;
    background: transparent;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.phone-faq__icon {
    width: 24px;
    height: 24px;
    display: block;
    transition: transform var(--transition-base);
}

.phone-faq__answer {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-muted);
}

.phone-faq__item:not(.phone-faq__item--active) .phone-faq__answer {
    display: none;
}

.phone-faq__item:not(.phone-faq__item--active) .phone-faq__icon {
    transform: rotate(-180deg);
}

/* 9. Footer */
.phone-footer {
    padding: 40px 24px;
    background: var(--color-primary);
    flex: none;
    order: 9;
    align-self: stretch;
    flex-grow: 0;
}


.phone-footer .phone-inner {
    width: 100%;
    max-width: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.phone-footer__top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.phone-footer__text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.phone-footer__text p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.phone-footer__text p:first-child {
    color: var(--color-bg);
}

.phone-footer__text p:last-child {
    color: var(--color-text-light);
}

.phone-footer__email {
    display: inline-flex;
    align-items: center;
    padding: 16px;
    gap: 8px;
    height: 56px;
    border: 1px solid var(--color-border-light);
    border-radius: var(--radius-pill);
}

.phone-footer__email img {
    width: 24px;
    height: 24px;
}

.phone-footer__email span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-bg);
}

.phone-footer__bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.phone-footer__bottom p {
    width: 100%;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-text-light);
}




