body.draftsell-site {
    margin: 0;
    color: #24312d;
    background: #f6f7f2;
    font-family: "Poppins", Arial, sans-serif;
}

.draftsell-site a {
    text-decoration: none;
}

.ds-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(39, 55, 49, 0.1);
    backdrop-filter: blur(14px);
}

.ds-nav-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.ds-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #182722;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
}

.ds-brand:hover {
    color: #182722;
}

.ds-brand-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #64b496;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 800;
}

.ds-nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    font-size: 15px;
    font-weight: 600;
}

.ds-nav-links a {
    color: #4a5a55;
}

.ds-nav-links a:hover {
    color: #64b496;
}

.ds-nav-links .ds-nav-cta {
    color: #ffffff;
    padding: 11px 18px;
}

.ds-hero {
    min-height: 86vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(15, 29, 24, 0.9) 0%, rgba(15, 29, 24, 0.68) 44%, rgba(15, 29, 24, 0.24) 100%),
        url("/assets/img/draftsell-hero-workflow.png") center right / cover no-repeat;
}

.ds-hero::before,
.ds-hero::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    pointer-events: none;
}

.ds-hero::before {
    width: 92px;
    height: 92px;
    top: 118px;
    right: 8%;
    background-image: url("/assets/carrot/img/shape/4.png");
}

.ds-hero::after {
    width: 118px;
    height: 118px;
    bottom: 34px;
    left: 8%;
    background-image: url("/assets/carrot/img/shape/5.png");
}

.ds-hero .container {
    position: relative;
    z-index: 2;
}

.ds-hero-content {
    max-width: 690px;
    padding: 144px 0 70px;
}

.ds-kicker {
    margin: 0 0 14px;
    color: #64b496;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ds-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 78px;
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: 0;
}

.ds-hero-copy {
    max-width: 650px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 21px;
    line-height: 1.6;
}

.ds-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
}

.draftsell-site .cr-button,
.draftsell-site .cr-btn-secondary {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: 800;
    letter-spacing: 0;
}

.draftsell-site .cr-button {
    border-color: #64b496;
    background-color: #64b496;
}

.draftsell-site .cr-button:hover {
    border-color: #4b9178;
    background-color: #4b9178;
}

.draftsell-site .cr-btn-secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.08);
}

.draftsell-site .cr-btn-secondary:hover {
    color: #182722;
    border-color: #ffffff;
    background: #ffffff;
}

.ds-proof-strip {
    max-width: 760px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 50px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
}

.ds-proof-strip div {
    min-height: 126px;
    padding: 22px;
    background: rgba(13, 29, 24, 0.58);
}

.ds-proof-strip span {
    display: block;
    color: #e8b55b;
    font-size: 13px;
    font-weight: 800;
}

.ds-proof-strip strong {
    display: block;
    margin-top: 12px;
    color: #ffffff;
    font-size: 17px;
}

.ds-proof-strip small {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    line-height: 1.4;
}

.ds-section {
    padding: 94px 0;
    position: relative;
}

.ds-tight-section {
    padding-top: 72px;
}

.ds-section h2 {
    margin: 0;
    color: #182722;
    font-size: 50px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0;
}

.ds-section-copy {
    margin: 0;
    color: #63716d;
    font-size: 17px;
    line-height: 1.75;
}

.ds-feature-row {
    row-gap: 24px;
    margin-top: 42px;
}

.ds-feature-card {
    min-height: 300px;
    height: 100%;
    padding: 28px;
    border: 1px solid #d9dfd4;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(34, 49, 43, 0.06);
}

.ds-feature-card i {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #64b496;
    background: #edf7f3;
    border-radius: 8px;
    font-size: 25px;
}

.ds-feature-card span {
    display: block;
    margin-top: 28px;
    color: #e8b55b;
    font-size: 13px;
    font-weight: 900;
}

.ds-feature-card h3 {
    margin: 10px 0 0;
    color: #182722;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0;
}

.ds-feature-card p {
    margin: 14px 0 0;
    color: #63716d;
    font-size: 15px;
    line-height: 1.65;
}

.ds-showcase {
    background: #ffffff;
}

.ds-showcase::before {
    width: 130px;
    height: 130px;
    content: "";
    position: absolute;
    top: 24px;
    right: 6%;
    background: url("/assets/carrot/img/shape/bg-shape-4.png") center / contain no-repeat;
    opacity: 0.5;
}

.ds-showcase-media {
    padding-right: 34px;
}

.ds-showcase-media img {
    width: 100%;
    display: block;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(34, 49, 43, 0.18);
}

.ds-check-list {
    display: grid;
    gap: 16px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.ds-check-list li {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 12px;
    align-items: start;
    color: #4d5c58;
    font-size: 16px;
    line-height: 1.6;
}

.ds-check-list i {
    color: #64b496;
    font-size: 22px;
    line-height: 1.4;
}

.ds-pilot {
    padding-bottom: 110px;
    background: #f6f7f2;
}

.ds-pilot-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
    gap: 42px;
    align-items: center;
    padding: 48px;
    border-radius: 8px;
    background: #182722;
    box-shadow: 0 20px 54px rgba(34, 49, 43, 0.18);
}

.ds-pilot-panel h2 {
    color: #ffffff;
}

.ds-pilot-panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    line-height: 1.75;
}

.ds-pilot-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

@media (max-width: 991px) {
    .ds-nav-inner {
        min-height: 68px;
    }

    .ds-nav-links {
        gap: 14px;
        font-size: 14px;
    }

    .ds-hero {
        min-height: 820px;
        background-position: center;
    }

    .ds-hero-content {
        padding-top: 128px;
    }

    .ds-hero h1 {
        font-size: 60px;
    }

    .ds-section h2 {
        font-size: 42px;
    }

    .ds-proof-strip,
    .ds-pilot-panel {
        grid-template-columns: 1fr;
    }

    .ds-showcase-media {
        padding-right: 0;
        margin-bottom: 42px;
    }
}

@media (max-width: 767px) {
    .ds-nav {
        position: absolute;
    }

    .ds-nav-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px 0;
    }

    .ds-nav-links {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }

    .ds-nav-links a[href="#workflow"],
    .ds-nav-links a[href="#pilot"] {
        display: none;
    }

    .ds-nav-links .ds-nav-cta {
        padding: 10px 13px;
    }

    .ds-hero {
        min-height: 760px;
    }

    .ds-hero-content {
        padding-top: 150px;
        padding-bottom: 44px;
    }

    .ds-hero h1 {
        font-size: 48px;
    }

    .ds-section h2 {
        font-size: 34px;
    }

    .ds-hero-copy {
        font-size: 18px;
    }

    .ds-proof-strip div {
        min-height: 104px;
    }

    .ds-section {
        padding: 64px 0;
    }

    .ds-feature-card {
        min-height: 250px;
    }

    .ds-pilot-panel {
        padding: 30px;
    }
}
