/** PROMOTE landing page v1.4.0 */

.home-page {
    background: #f7faf8;
}

.home-page .section {
    position: relative;
}

.home-page .section-kicker,
.home-page .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .8rem;
    color: #39751f;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.3;
    text-transform: uppercase;
}

.home-page .section-kicker-light {
    color: rgba(255,255,255,.78);
}

.home-hero {
    min-height: auto;
    padding-block: clamp(4rem, 8vw, 7rem);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 84% 15%, rgba(126, 211, 64, .30), transparent 27rem),
        radial-gradient(circle at 18% 84%, rgba(7, 175, 185, .22), transparent 25rem),
        linear-gradient(135deg, #123a42 0%, #0c5e68 46%, #276b39 100%);
}

.home-hero::before,
.home-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.08);
}

.home-hero::before {
    width: 34rem;
    height: 34rem;
    right: -13rem;
    top: -16rem;
}

.home-hero::after {
    width: 24rem;
    height: 24rem;
    left: -10rem;
    bottom: -15rem;
}

.hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 5rem);
}

.home-hero .hero-content {
    width: 100%;
    max-width: 740px;
    margin: 0;
    text-align: left;
}

.home-hero .hero-eyebrow {
    padding: .55rem .75rem;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    color: #dff6d3;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
}

.home-hero h1 {
    max-width: 760px;
    margin-bottom: 1.15rem;
    color: #fff;
    font-size: clamp(2.45rem, 5.2vw, 5rem);
    line-height: .99;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.home-hero .hero-lead {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: clamp(1.05rem, 1.8vw, 1.28rem);
    line-height: 1.7;
}

.home-hero .hero-actions {
    margin-top: 1.75rem;
}

.btn-hero-secondary {
    color: #fff;
    border-color: rgba(255,255,255,.38);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
}

.btn-hero-secondary:hover {
    color: #fff;
    border-color: rgba(255,255,255,.68);
    background: rgba(255,255,255,.16);
}

.home-hero .hero-stats {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: .75rem;
    margin-top: 2rem;
}

.home-hero .stat-item {
    min-width: 130px;
    padding: .8rem 1rem;
    text-align: left;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 12px;
    background: rgba(8, 38, 43, .25);
}

.home-hero .stat-number {
    display: block;
    margin: 0 0 .15rem;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.1;
}

.home-hero .stat-label {
    display: block;
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: .78rem;
    line-height: 1.35;
}

.hero-panel {
    position: relative;
    min-width: 0;
    padding: clamp(1rem, 2.8vw, 1.55rem);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 24px;
    background: rgba(255,255,255,.10);
    box-shadow: 0 28px 80px rgba(0,0,0,.24);
    backdrop-filter: blur(16px);
}

.hero-brand-card {
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(0,0,0,.14);
}

.hero-brand-card img {
    width: min(100%, 350px);
    height: auto;
    margin-inline: auto;
}

.hero-brand-card p {
    max-width: 420px;
    margin: 1rem auto 0;
    color: #52616b;
    font-size: .93rem;
    line-height: 1.6;
    text-align: center;
}

.platform-cloud {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .65rem;
    margin-top: .8rem;
}

.platform-cloud span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 42px;
    padding: .55rem .65rem;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 10px;
    color: #fff;
    background: rgba(7, 41, 46, .26);
    font-size: .78rem;
    font-weight: 700;
    text-align: center;
}

.hero-security-line {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-top: .9rem;
    padding: .8rem .9rem;
    color: rgba(255,255,255,.78);
    font-size: .83rem;
}

.hero-security-line i {
    color: #a7e37f;
}

.trust-strip {
    position: relative;
    z-index: 2;
    margin-top: -1px;
    border-bottom: 1px solid #dce8e1;
    background: #fff;
}

.trust-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 0;
}

.trust-strip-grid > div {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
    min-width: 0;
    padding: 1.35rem clamp(.8rem, 2vw, 1.4rem);
    border-right: 1px solid #e6eee9;
}

.trust-strip-grid > div:last-child {
    border-right: 0;
}

.trust-strip-grid > div > i {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 10px;
    color: #31761b;
    background: #ecf8e7;
}

.trust-strip-grid span {
    min-width: 0;
}

.trust-strip-grid strong,
.trust-strip-grid small {
    display: block;
}

.trust-strip-grid strong {
    color: #1e3427;
    font-size: .9rem;
}

.trust-strip-grid small {
    margin-top: .15rem;
    color: #738078;
    font-size: .76rem;
    line-height: 1.45;
}

.platform-section,
.process-section,
.faq-section {
    background: #f7faf8;
}

.featured-services-section,
.assurance-section {
    border-block: 1px solid #e1ebe5;
    background: #fff;
}

.home-page .section-header {
    max-width: 820px;
}

.home-page .section-header h2,
.home-page .faq-intro h2,
.home-page .assurance-copy h2 {
    color: #17342d;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.home-page .section-header p,
.home-page .faq-intro p,
.home-page .assurance-copy > p {
    color: #64736b;
    font-size: 1.02rem;
    line-height: 1.7;
}

.platform-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.platform-card {
    display: grid;
    grid-template-columns: 3.15rem minmax(0, 1fr) auto;
    align-items: center;
    gap: .85rem;
    min-width: 0;
    padding: 1rem;
    color: #273d34;
    border: 1px solid #dce8e1;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(30, 60, 43, .055);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.platform-card:hover {
    color: #17342d;
    border-color: #91c976;
    box-shadow: 0 14px 34px rgba(30, 70, 42, .11);
    transform: translateY(-3px);
}

.platform-icon {
    display: grid;
    place-items: center;
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #79c637, #269685);
    font-size: 1.3rem;
}

.platform-copy {
    min-width: 0;
}

.platform-copy strong,
.platform-copy small {
    display: block;
}

.platform-copy strong {
    color: #21362d;
    font-size: .96rem;
    line-height: 1.3;
}

.platform-copy small {
    margin-top: .2rem;
    color: #77827c;
    font-size: .76rem;
}

.platform-arrow {
    color: #83a690;
    font-size: .8rem;
}

.catalog-notice {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid #dce8e1;
    border-radius: 16px;
    background: #fff;
}

.catalog-notice > i {
    font-size: 1.6rem;
    color: #68b530;
}

.catalog-notice > div {
    flex: 1 1 auto;
}

.catalog-notice h3,
.catalog-notice p {
    margin: 0;
}

.catalog-notice p {
    color: #6f7b74;
}

.section-header-split {
    width: 100%;
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    text-align: left;
}

.section-header-split > div {
    max-width: 760px;
}

.home-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-service-card {
    padding: 1.25rem;
    border-color: #dce8e1;
    border-radius: 16px;
    box-shadow: 0 8px 26px rgba(30, 60, 43, .06);
}

.home-service-card .service-header {
    align-items: center;
}

.home-service-card .service-icon {
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 11px;
    background: linear-gradient(135deg, #79c637, #269685);
}

.home-service-card .service-category {
    max-width: calc(100% - 3.5rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-service-card .service-name {
    margin-bottom: .65rem;
    color: #1f352b;
    font-size: 1.05rem;
    line-height: 1.38;
}

.home-service-card .service-description {
    color: #6b7870;
    line-height: 1.6;
}

.service-price-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
    margin: auto 0 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5ece8;
}

.service-price-row > span {
    min-width: 0;
}

.service-price-row small,
.service-price-row strong {
    display: block;
}

.service-price-row small {
    color: #7b8780;
    font-size: .72rem;
}

.service-price-row strong {
    margin-top: .15rem;
    color: #2f6822;
    font-size: .95rem;
}

.process-grid {
    list-style: none;
    counter-reset: none;
    padding: 0;
}

.process-grid .step-card {
    position: relative;
    padding: 1.4rem;
    text-align: left;
    border-color: #dce8e1;
    border-radius: 16px;
    box-shadow: none;
}

.process-grid .step-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    color: #3e7f27;
    background: #edf8e8;
    font-size: .76rem;
    font-weight: 800;
}

.process-grid .step-icon {
    display: grid;
    place-items: center;
    width: 3.1rem;
    height: 3.1rem;
    margin-bottom: 1rem;
    border-radius: 14px;
    color: #fff;
    background: #173f45;
    font-size: 1.2rem;
}

.process-grid h3 {
    margin-bottom: .45rem;
    color: #20372d;
    font-size: 1.03rem;
}

.process-grid p {
    margin: 0;
    color: #6c7972;
    font-size: .9rem;
    line-height: 1.6;
}

.assurance-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 5rem);
}

.check-list {
    display: grid;
    gap: .8rem;
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    color: #3f5148;
}

.check-list i {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 1.45rem;
    height: 1.45rem;
    margin-top: .1rem;
    border-radius: 999px;
    color: #fff;
    background: #69b831;
    font-size: .68rem;
}

.assurance-card {
    padding: clamp(1.5rem, 4vw, 2.25rem);
    border: 1px solid #cfe0d5;
    border-radius: 20px;
    background: linear-gradient(145deg, #f3faef, #edf8f6);
}

.assurance-card > i {
    display: grid;
    place-items: center;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1rem;
    border-radius: 14px;
    color: #fff;
    background: #2c746b;
    font-size: 1.25rem;
}

.assurance-card h3 {
    margin-bottom: .6rem;
    color: #1f392f;
    font-size: 1.3rem;
}

.assurance-card p {
    color: #65736c;
    line-height: 1.7;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-weight: 750;
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(270px, .75fr) minmax(0, 1.25fr);
    align-items: start;
    gap: clamp(2rem, 6vw, 5rem);
}

.faq-intro {
    position: sticky;
    top: calc(var(--site-header-height) + 1.5rem);
}

.faq-list {
    display: grid;
    gap: .8rem;
}

.faq-item {
    overflow: hidden;
    border: 1px solid #dce8e1;
    border-radius: 14px;
    background: #fff;
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 62px;
    padding: 1rem 1.15rem;
    color: #243a30;
    cursor: pointer;
    font-weight: 750;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary i {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    color: #367a22;
    background: #edf8e8;
    transition: transform .2s ease;
}

.faq-item[open] summary i {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 1.15rem 1rem;
}

.faq-answer p {
    margin: 0;
    color: #68756e;
    line-height: 1.7;
}

.home-cta {
    color: #fff;
    background: linear-gradient(125deg, #163e44, #287267 62%, #4b8e2d);
}

.home-cta .cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    text-align: left;
}

.home-cta h2 {
    max-width: 780px;
    margin-bottom: .55rem;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.home-cta p {
    margin: 0;
    color: rgba(255,255,255,.76);
}

.home-cta .cta-buttons {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: .75rem;
}

.btn-light {
    color: #234432;
    background: #fff;
    border-color: #fff;
}

.btn-light:hover {
    color: #1e5f2b;
    background: #f2faee;
}

.content-freshness {
    padding-block: .75rem;
    color: #65736b;
    border-bottom: 1px solid #dce8e1;
    background: #edf4ef;
    font-size: .8rem;
}

.content-freshness .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    text-align: center;
}

@media (max-width: 1100px) {
    .hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(310px, .78fr);
        gap: 2.5rem;
    }

    .platform-grid,
    .trust-strip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-strip-grid > div:nth-child(2) {
        border-right: 0;
    }

    .trust-strip-grid > div:nth-child(-n+2) {
        border-bottom: 1px solid #e6eee9;
    }

    .home-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .home-hero {
        padding-block: 3.5rem;
    }

    .hero-layout,
    .assurance-layout,
    .faq-layout {
        grid-template-columns: 1fr;
    }

    .home-hero .hero-content {
        max-width: 780px;
    }

    .hero-panel {
        width: min(100%, 650px);
    }

    .faq-intro {
        position: static;
    }

    .home-cta .cta-content,
    .section-header-split {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .home-hero h1 {
        font-size: clamp(2.25rem, 11vw, 3.6rem);
    }

    .home-hero .hero-actions,
    .home-cta .cta-buttons {
        width: 100%;
    }

    .home-hero .hero-actions .btn,
    .home-cta .cta-buttons .btn {
        width: 100%;
    }

    .home-hero .hero-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }

    .home-hero .stat-item {
        min-width: 0;
        padding: .75rem;
    }

    .platform-cloud,
    .platform-grid,
    .home-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-notice {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .catalog-notice .btn {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .home-hero {
        padding-block: 2.75rem 3.25rem;
    }

    .home-hero .hero-eyebrow {
        font-size: .7rem;
    }

    .home-hero .hero-stats,
    .platform-cloud,
    .platform-grid,
    .home-services-grid,
    .trust-strip-grid {
        grid-template-columns: 1fr;
    }

    .home-hero .stat-item {
        text-align: center;
    }

    .trust-strip-grid > div {
        border-right: 0;
        border-bottom: 1px solid #e6eee9;
    }

    .trust-strip-grid > div:last-child {
        border-bottom: 0;
    }

    .platform-card {
        grid-template-columns: 2.85rem minmax(0, 1fr) auto;
    }

    .platform-icon {
        width: 2.85rem;
        height: 2.85rem;
    }

    .service-price-row {
        grid-template-columns: 1fr;
    }

    .content-freshness .container {
        align-items: flex-start;
    }
}
