﻿/* ===== PAGE BASE ===== */
.ab-page {
    background: #f5f1ef;
    color: #2e2a2a;
}

.ab-trust-wrap {
    width: 100%;
}

.ab-page,
.ab-page * {
    box-sizing: border-box;
}

    .ab-page a {
        text-decoration: none;
    }

.ab-section-eyebrow,
.ab-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 16px;
    border: 1px solid #d8d1d1;
    border-radius: 999px;
    background: rgba(255,255,255,.55);
    color: #7c8f8d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.ab-section-eyebrow {
    min-height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #82a3a0;
    letter-spacing: .28em;
    font-size: 12px;
}

.ab-section-eyebrow-dark {
    color: #84c4bd;
}

.ab-section-title {
    margin: 14px 0 0;
    font-size: 56px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #2f2b2b;
}

/* ===== BUTTONS ===== */
.ab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 22px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 600;
    transition: .18s ease;
}

.ab-btn-primary {
    background: #3aa79f;
    color: #fff;
    box-shadow: 0 10px 25px rgba(58,167,159,.22);
}

    .ab-btn-primary:hover {
        transform: translateY(-1px);
        box-shadow: 0 14px 30px rgba(58,167,159,.26);
    }

.ab-btn-secondary {
    background: #fff;
    color: #3d3838;
    border: 1px solid #dad4d3;
    box-shadow: 0 4px 16px rgba(0,0,0,.04);
}

    .ab-btn-secondary:hover {
        transform: translateY(-1px);
    }

/* ===== HERO ===== */

.ab-hero {
    position: relative;
    padding: 78px 0 90px;
    background: radial-gradient(circle at 12% 8%, rgba(241,224,228,.95) 0%, rgba(241,224,228,.62) 24%, transparent 52%), radial-gradient(circle at 92% 20%, rgba(224,241,239,.9) 0%, rgba(224,241,239,.55) 24%, transparent 52%), linear-gradient(90deg, #f6ecec 0%, #f7f3f2 48%, #edf7f5 100%);
    overflow: hidden;
}

.ab-trust-wrap {
    width: 100%;
}

.ab-hero-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 64px;
    align-items: center;
}

.ab-hero-copy {
    padding-top: 30px;
}

.ab-hero-title {
    max-width: 650px;
    margin: 22px 0 0;
    font-size: 72px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.045em;
    color: #302b2b;
}

.ab-hero-text {
    max-width: 590px;
    margin: 28px 0 0;
    font-size: 23px;
    line-height: 1.85;
    color: #756f6f;
}

.ab-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.ab-photo-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.ab-hero-visual {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 470px;
    gap: 18px;
    padding-left: 18px;
}

.ab-photo-card {
    position: relative;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(221,216,216,.8);
    border-radius: 34px;
    box-shadow: 0 18px 40px rgba(64,52,52,.10);
    backdrop-filter: blur(6px);
}

.ab-photo-card-lg {
    width: 248px;
    height: 430px;
    padding: 16px;
}

.ab-photo-card-sm {
    width: 225px;
    height: 355px;
    padding: 16px;
    margin-bottom: 2px;
}

.ab-photo-fill {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.ab-photo-fill-blush {
    background: linear-gradient(180deg, #efdfe3 0%, #eadbde 100%);
}

.ab-photo-fill-mint {
    background: linear-gradient(180deg, #ddf0ef 0%, #d8eceb 100%);
}

/* ===== TRUST STRIP ===== */

.ab-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: min(1040px, calc(100% - 48px));
    margin: 0 auto;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(222,218,217,.88);
    border-radius: 0 0 30px 30px;
    box-shadow: 0 16px 34px rgba(69,57,57,.10);
}

.ab-trust-item {
    padding: 22px 28px 24px;
    border-right: 1px solid #ece7e7;
}

    .ab-trust-item:last-child {
        border-right: none;
    }

.ab-trust-title {
    color: #77a39d;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .22em;
    line-height: 1.5;
    text-transform: uppercase;
}

.ab-trust-text {
    margin-top: 10px;
    color: #6f6868;
    font-size: 17px;
    line-height: 1.75;
}

/* ===== STORY ===== */

.ab-story-grid {
    display: grid;
    grid-template-columns: 1fr .95fr;
    gap: 56px;
    align-items: start;
}

.ab-story-copy {
    padding-top: 12px;
}

.ab-story-copy .ab-section-title {
    max-width: 700px;
    font-size: 58px;
    margin-bottom: 28px;
}

.ab-story-copy p {
    margin: 0 0 20px;
    color: #625d5d;
    font-size: 21px;
    line-height: 1.95;
}

.ab-story-copy .ab-quote {
    margin-top: 22px;
    font-style: italic;
    color: #7d7676;
}

.ab-story-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 18px;
    border: 1px solid #e6dfdf;
    border-radius: 30px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 12px 28px rgba(60,52,52,.08);
}

.ab-feature-card {
    min-height: 238px;
    padding: 26px 22px 24px;
    border-radius: 22px;
}

.ab-feature-card h3 {
    margin: 14px 0 10px;
    font-size: 29px;
    line-height: 1.35;
    font-weight: 700;
    color: #373131;
}

.ab-feature-card p {
    margin: 0;
    font-size: 18px;
    line-height: 1.9;
    color: #6a6464;
}

.ab-feature-icon {
    font-size: 24px;
    line-height: 1;
}

.ab-feature-blush {
    background: #f3e8ea;
}

.ab-feature-mint {
    background: #e6f2f0;
}

.ab-feature-cream {
    background: #f6efe3;
}

.ab-feature-lilac {
    background: #eeebf8;
}

/* ===== WHY CHOOSE US ===== */
.ab-why-section {
    padding: 88px 0 88px;
    background: #faf9f8;
}

.ab-why-head {
    max-width: 760px;
}

    .ab-why-head .ab-section-title {
        font-size: 58px;
    }

.ab-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 40px;
}

.ab-why-card {
    padding: 30px 28px;
    background: #fff;
    border: 1px solid #e9e3e3;
    border-radius: 28px;
    box-shadow: 0 6px 18px rgba(49,41,41,.04);
}

    .ab-why-card h3 {
        margin: 0 0 14px;
        font-size: 31px;
        line-height: 1.35;
        color: #353030;
    }

    .ab-why-card p {
        margin: 0;
        font-size: 19px;
        line-height: 1.9;
        color: #676161;
    }

/* ===== FOUNDER ===== */
.ab-founder-section {
    padding: 20px 0 84px;
    background: #faf9f8;
}

.ab-founder-wrap {
    background: #fff;
    border: 1px solid #ebe5e5;
    border-radius: 34px;
    padding: 42px 46px;
    box-shadow: 0 10px 26px rgba(57,48,48,.05);
}

.ab-founder-copy .ab-section-title {
    font-size: 54px;
    margin-bottom: 26px;
}

.ab-founder-copy p {
    margin: 0 0 18px;
    color: #635d5d;
    font-size: 21px;
    line-height: 1.95;
}

/* ===== SERVICES ===== */
.ab-services-section {
    padding: 36px 0 82px;
    background: #f5f1ef;
}

.ab-services-panel {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
    align-items: center;
    padding: 42px 42px;
    border-radius: 34px;
    background: linear-gradient(90deg, #232323 0%, #373737 100%);
    box-shadow: 0 14px 34px rgba(19,19,19,.18);
}

.ab-services-title {
    margin: 12px 0 18px;
    color: #fff;
    font-size: 54px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.ab-services-copy p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 20px;
    line-height: 1.9;
}

.ab-services-tags {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ab-service-pill {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    background: rgba(255,255,255,.04);
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

/* ===== CTA ===== */
.ab-cta-section {
    padding: 26px 0 96px;
    background: #f5f1ef;
}

.ab-cta-shell {
    text-align: center;
    max-width: 980px;
}

.ab-cta-title {
    margin: 18px 0 14px;
    font-size: 68px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #2f2a2a;
}

.ab-cta-text {
    max-width: 760px;
    margin: 0 auto;
    font-size: 21px;
    line-height: 1.9;
    color: #6d6767; 
}

.ab-cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.ab-story-section {
    background: #f3efed;
    padding-bottom: 72px;
}

    .ab-story-section > .ab-shell {
        padding-top: 50px;
    }

.ab-shell {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.ab-feature-icon svg {
    width: 28px;
    height: 28px;
    display: block;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .ab-hero-title {
        font-size: 60px;
    }

    .ab-section-title,
    .ab-story-copy .ab-section-title,
    .ab-why-head .ab-section-title,
    .ab-founder-copy .ab-section-title {
        font-size: 48px;
    }

    .ab-services-title {
        font-size: 44px;
    }

    .ab-cta-title {
        font-size: 56px;
    }

    .ab-story-copy p,
    .ab-founder-copy p,
    .ab-hero-text,
    .ab-services-copy p,
    .ab-cta-text,
    .ab-why-card p,
    .ab-feature-card p,
    .ab-trust-text {
        font-size: 18px;
    }

    .ab-why-card h3,
    .ab-feature-card h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .ab-shell {
        width: min(1240px, calc(100% - 32px));
    }

    .ab-hero {
        padding: 54px 0 70px;
    }

    .ab-hero-grid,
    .ab-story-grid,
    .ab-services-panel {
        grid-template-columns: 1fr;
    }

    .ab-hero-copy {
        padding-top: 0;
    }

    .ab-hero-title {
        font-size: 48px;
        max-width: none;
    }

    .ab-hero-text {
        max-width: none;
    }

    .ab-hero-visual {
        min-height: auto;
        justify-content: center;
        padding-left: 0;
        margin-top: 10px;
    }

    .ab-trust-strip {
        grid-template-columns: 1fr 1fr;
        width: calc(100% - 32px);
        border-radius: 28px;
    }

    .ab-trust-item:nth-child(2) {
        border-right: none;
    }

    .ab-trust-item:nth-child(1),
    .ab-trust-item:nth-child(2) {
        border-bottom: 1px solid #ece7e7;
    }

    .ab-story-cards,
    .ab-why-grid {
        grid-template-columns: 1fr;
    }

    .ab-services-tags {
        grid-template-columns: 1fr 1fr;
    }

    .ab-cta-title {
        font-size: 48px;
    }

}

@media (max-width: 640px) {
    .ab-hero {
        padding: 40px 0 56px;
    }

    .ab-hero-title {
        font-size: 38px;
    }

    .ab-section-title,
    .ab-story-copy .ab-section-title,
    .ab-why-head .ab-section-title,
    .ab-founder-copy .ab-section-title,
    .ab-services-title,
    .ab-cta-title {
        font-size: 34px;
    }

    .ab-hero-text,
    .ab-story-copy p,
    .ab-founder-copy p,
    .ab-services-copy p,
    .ab-cta-text,
    .ab-why-card p,
    .ab-feature-card p,
    .ab-trust-text {
        font-size: 16px;
        line-height: 1.8;
    }

    .ab-feature-card h3,
    .ab-why-card h3 {
        font-size: 21px;
    }

    .ab-trust-strip {
        grid-template-columns: 1fr;
        width: calc(100% - 24px);
    }

    .ab-trust-item {
        border-right: none;
        border-bottom: 1px solid #ece7e7;
    }

        .ab-trust-item:last-child {
            border-bottom: none;
        }


    .ab-story-cards {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .ab-feature-card {
        min-height: auto;
    }

    .ab-photo-card-lg {
        width: 190px;
        height: 320px;
    }

    .ab-photo-card-sm {
        width: 170px;
        height: 265px;
    }

    .ab-services-tags {
        grid-template-columns: 1fr;
    }

    .ab-founder-wrap,
    .ab-services-panel {
        padding: 26px 22px;
    }
}
