:root {
    --teal: #2cbaa1;
    --teal-soft: rgba(44, 186, 161, 0.1);
    --ink: #030213;
    --muted: #6f6f6f;
    --navy: #0e4970;
    --bg-soft: #f8f8f8;
    --line: #d9d9d9;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: var(--brand-white);
  color: var(--brand-text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.section-space {
    padding-block: 50px;
}

.section-space-sm {
    padding-block: 30px;
}

.bg-lightgray {
    background: var(--bg-soft);
}

.serif-italic {
    font-family: "Source Serif 4", serif;
    font-style: italic;
    font-weight: 700;
    color: #030213;
}

.text-teal {
    color: var(--teal);
}

.text-dark {
    color: var(--ink);
}

.muted {
    color: #ababab;
}

.badge-soft:hover {
    transform: scale(1.05);
    border: solid 1px var(--navy);
}

.btn-pill {
    border-radius: 999px;
    padding: 12px 24px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-teal {
    background: var(--teal);
    color: var(--white);
}

.btn-teal:hover {
    background: #23a58f;
    color: var(--white);
}

.btn-navy {
    background: var(--navy);
    color: var(--white);
}

.btn-navy:hover {
    background: #0a3958;
    color: var(--white);
}

.hero-copy {
    max-width: 880px;
}

.hero-copy p {
     font-size: 1.25rem;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #6f6f6f;
    font-family: "Inter", sans-serif;
    letter-spacing: -1%;
}

.hero-social-proof {
    margin-top: 34px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.avatar-stack {
    display: flex;
    align-items: center;
    padding-right: 14px;
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #c8c8c8;
    border: 2px solid #fff;
    margin-left: -14px;

}

.avatar:hover{
    transform: scale(1.1);
}

.avatar:first-child {
    margin-left: 0;
}

.logo-avatar {
    object-fit: cover;
    background: #0a3958;
}

.avatar-stack img {
    object-fit: cover;
    width: 42px;
    height: 48px;
    padding: 10px;
}

.stars-row {
    font-size: 1.25rem;
    letter-spacing: 2px;
    color: #ffb800;
    font-weight: 800;
}

.proof-text {
    margin: 2px 0 0;
    font-size: 1.125rem;
    color: #030213;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Inter', sans-serif;
}

.title-block {
    max-width: 900px;
}

.subtitle {
    margin: 0;
    color: var(--muted);
    font-size: 1.25rem;
    line-height: 1.4;
}

.steps-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-left: 1px solid #c2c2c2;
}

.step-col {
    min-height: 430px;
    padding: 8px 22px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #c2c2c2;
}

.step-col-mid {
    padding-top: 104px;
}

.step-col-last {
    padding-top: 214px;
}

.step-num {
    margin: 0;
    font-size: clamp(96px, 10vw, 144px);
    line-height: 0.92;
    font-weight: 600;
    letter-spacing: -3px;
    background: linear-gradient(180deg, #030213 0%, rgba(3, 2, 19, 0) 95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.45;
}

.step-heading {
    margin: 0;
    color: var(--muted);
    font-size: 2.5rem;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: -2%;
        font-family: 'Inter', sans-serif;
    /* max-width: 290px; */
}

.card-soft,
.card-white {
    border-radius: 20px;
    padding: 30px;
}

.card-soft {
    background: var(--bg-soft);
}

.brand-slider {
  overflow: hidden;
  position: relative;
}
 .brand-track {
  display: flex;
  width: max-content;
  gap: 5rem;
  animation: scrollLeft 10s linear infinite;
}

/* Continuous Right → Left Motion */
@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.card-white {
    background: var(--white);
}

.card-lg {
    min-height: 360px;
}

.card-copy {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 1.25rem;
    line-height: 1.4;
}

.para-graph.strong {
    color: var(--ink);
    font-weight: 700;
}

.card-icons {
    display: grid;
    place-items: center;
    min-height: 180px;
}

.icon-tiles {
    width: min(100%, 470px);
    display: grid;
    gap: 18px;
}

.card-quote {
    line-height: 51px;
    font-size: 2.25rem;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #030213;
    letter-spacing: -2%;
}

.photo-panel {
    width: 100%;
    height: 100%;
    min-height: 330px;
    background: #d9d9d9;
    border-radius: 30px;
}

.photo-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    max-height: 380px;
}

.problem-card {
    height: 100%;
    border-radius: 24px;
    padding: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 48%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 228px;
}
.problem-card:hover {
    transform: translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.problem-card h4 {
    margin: 0 0 10px;
        font-size: 1.625rem;
    line-height: 32px;
    letter-spacing: -2%;
    font-weight: 600;
}

.question-card {
    border-radius: 1.5rem;
    background: #fff;
    padding: 56px 40px 40px;
}

.question-strong {
        margin: 0 0 16px;
    font-size: 1.625rem;
    font-weight: 600;
    letter-spacing: -0.68%;
    color: #030213;
    line-height: 30px;
}

.pill-list {
    margin: 10px 0 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pill-list span {
    margin-bottom: 5px;
    background: #f7f7f7;
    border-radius: 999px;
    padding: 12px 20px;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -1%;
    color: #030213;
}
.pill-list span:hover {
    transform: scale(1.1);
    margin: 0px  5px;
}
.pill-list span i {
    color: var(--teal);
    margin-right: 6px;
}

.final-line {
    margin: 0;
    color: var(--muted);
    font-size: 1.25rem;
    line-height: 34px;
    letter-spacing: -1%;
    font-weight: 400;
}

.final-line strong {
    color: var(--ink);
}

.split-card {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 48px;
}

.service-card {
    height: 100%;
    background: #fff;
    border-radius: 24px;
    padding: 24px 20px;
}

.service-emoji {
    font-size: 1.75rem;
}

.service-card h4 {
    margin: 14px 0 10px;
    font-size: 1.625rem;
}

.service-card p {
    margin: 0;
}


.matrix-card {
    background: #fff;
    border: 2px solid var(--teal);
    border-radius: 24px;
    overflow: hidden;
}

.matrix-card h3 {
margin: 0;
    padding: 24px;
    text-align: center;
    font-size: 1.625rem;
    color: #030213;
    letter-spacing: -0.4px;
    background: #f8f8f8;
    font-weight: 600;
}

.matrix-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.matrix-grid span {
    border-top: 1px solid #e6e9f5;
    border-right: 1px solid #e6e9f5;
    min-height: 90px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 12px;
    color: var(--muted);
    font-size: 1.375rem;
}

.matrix-note {
    margin: auto;
    background: var(--white);
    max-width: 750px; 
    padding: 20px 25px;
    border-radius: 15px;
    box-shadow: 0 0 32px rgba(145, 145, 145, 0.12);
   
}

.team-wrap {
    background: #fff;
}

.team-letters {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    color: transparent;
    background: linear-gradient(180deg, #030213 0%, rgba(3, 2, 19, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: clamp(84px, 10vw, 144px);
    font-weight: 700;
    opacity: 0.45;
}

.founder-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 0 32px rgba(145, 145, 145, 0.12);
    padding: 20px;
    display: grid;
    grid-template-columns: 393px 1fr;
    gap: 26px;
}

.founder-photo,
.member-photo {
    border-radius: 24px;
}

.founder-quote {
       margin: 4px 0 160px;
    font-size: 1.875rem;
    line-height: 40px;
    letter-spacing: -2%;
    font-weight: 600;
}

.founder-signature {
    margin-top: auto;
}

.founder-name {
    margin: 0;
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -2%;
    line-height: 32px;
}
.role-chip {
    display: inline-block;
    background: var(--teal);
    color: var(--white);
    border-radius: 100px;
    font-size: 0.875rem;
    padding: 4px 14px;
    margin-top: 5px;
    font-weight: 600;
}

.founder-role {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 1.375rem;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: -1%;
}
.team-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.member-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.member-card p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -2%;
}

.join-card {
    background: var(--bg-soft);
    border-radius: 16px;
    padding: 38px 30px;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}

.join-card h3 {
    margin: 0 0 8px;
    font-size: 1.625rem;
    font-weight: 600;
}

.join-card p {
    margin: 0;
    max-width: 480px;
    color: var(--muted);
    font-size: 1.25rem;
}

.commitment-box {
    margin-top: 30px;
    background: var(--bg-soft);
    border: 1px solid #d4d4d4;
    border-radius: 30px;
    padding: 16px;
}

.commitment-item {
    border-radius: 24px;
    background: #fff;
    height: 100%;
    padding: 25px;
}
.commitment-item:hover {
    transform: translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.commitment-item h4 {
    margin: 0 0 8px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 32px;
    color: #030213;
    letter-spacing: -2%;
}

.commitment-item p {
    margin: 0;
}

.commitment-message {
    margin-top: 16px;
    padding: 24px;
    text-align: center;
}

.commitment-message h3 {
    margin: 0;
    font-size: clamp(30px, 3.2vw, 40px);
    line-height: 1.2;
    font-weight: 600;
}

.commitment-message p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 1.25rem;
}

@media (max-width: 1399.98px) {
    .container-estach {
        padding-inline: 36px;
    }

    .founder-card {
        grid-template-columns: 320px 1fr;
    }
}

@media (max-width: 1199.98px) {
    .container-estach {
        padding-inline: 24px;
    }

    /* .steps-grid,
    .matrix-grid {
        grid-template-columns: 1fr 1fr;
    } */

    .step-col {
        min-height: 290px;
    }

    .step-col-mid,
    .step-col-last {
        padding-top: 12px;
    }

    .founder-card {
        grid-template-columns: 1fr;
    }

    .founder-photo {
        min-height: 340px;
    }

    .member-photo {
        min-height: 320px;
    }
    .join-card {
        padding: 24px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cta-grid,
    .split-card,
    .footer-top {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
 .steps-grid,
    .matrix-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 425.98px) {
.hero-social-proof {
    display: block !important;
}
}

@media (max-width: 767.98px) {
    .container-estach {
        padding-inline: 16px;
    }

    .section-space,
    .section-space-sm {
        padding-block: 30px;
    }

    .topbar .navbar {
        min-height: 82px;
    }

    .badge-soft {
        height: 40px;
        padding: 0 16px;
        font-size: 0.938rem;
    }

    .badge-teal {
        font-size: 0.938rem;
    }

    .steps-grid,
    .matrix-grid,
    .footer-links {
        grid-template-columns: 1fr;
    }


    .team-letters {
        gap: 10px;
        font-size: clamp(56px, 16vw, 84px);
    }

    .step-col {
        border-right: 0;
        border-bottom: 1px solid #c2c2c2;
        min-height: auto;
        padding: 20px !important
    }

    .step-col:last-child {
        border-bottom: 0;
    }

    .card-soft,
    .card-white,
    .question-card {
        padding: 24px;
    }

    .pill-list span,
    .service-card p,
    .commitment-item p,
    .join-card p {
        font-size: 1.063rem;
    }

    .founder-quote {
        margin: 0px;
    }

    .join-card {
        padding: 24px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
