@charset "utf-8";

html {
    scroll-behavior: smooth;
}

.etp-landing {
    color: #17213b;
    background: #fff;
}

.etp-landing * {
    box-sizing: border-box;
}

.etp-landing section[id] {
    scroll-margin-top: 120px;
}

.etp-landing p {
    line-height: 1.7;
}

.etp-eyebrow {
    margin: 0 0 18px;
    color: #087ea8;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

/* Hero */

.etp-hero {
    position: relative;
    padding: 105px 0 95px;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 20%, rgba(0, 152, 209, 0.17), transparent 35%),
        linear-gradient(135deg, #f5fbff 0%, #fff 55%, #eef8ff 100%);
}

.etp-hero:before {
    position: absolute;
    top: -180px;
    right: -180px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(0, 152, 209, 0.12);
    border-radius: 50%;
    content: "";
}

.etp-hero-copy {
    position: relative;
    z-index: 2;
    padding-right: 35px;
}

.etp-hero h1 {
    margin: 0;
    color: #101a34;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.etp-hero-description {
    max-width: 600px;
    margin: 28px 0 0;
    color: #536078;
    font-size: 18px;
}

.etp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 35px;
}

.etp-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.045em;
    transition: all 0.2s ease;
}

.etp-btn:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.etp-btn-primary {
    color: #fff;
    background: #008fc8;
    box-shadow: 0 12px 25px rgba(0, 143, 200, 0.24);
}

.etp-btn-primary:hover {
    color: #fff;
    background: #087ba6;
}

.etp-btn-secondary {
    color: #17213b;
    border-color: #cdd8e3;
    background: rgba(255, 255, 255, 0.84);
}

.etp-btn-secondary:hover {
    color: #087ea8;
    border-color: #71b8d1;
    background: #fff;
}

.etp-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 28px;
}

.etp-hero-points span {
    display: inline-block;
    padding: 7px 11px;
    color: #5b677d;
    border: 1px solid #dce7ee;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.75);
    font-size: 12px;
}

.etp-product-preview {
    position: relative;
    z-index: 2;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #dceaf2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 28px 65px rgba(32, 74, 101, 0.2);
}

.etp-product-preview img {
    display: block;
    width: 100%;
    border: 1px solid #edf2f5;
    border-radius: 0 0 6px 6px;
}

.etp-preview-bar {
    display: flex;
    height: 38px;
    align-items: center;
    gap: 6px;
    padding: 0 5px;
    color: #748094;
    font-size: 11px;
}

.etp-preview-bar span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d7e0e7;
}

.etp-preview-bar strong {
    margin-left: 7px;
    font-weight: 500;
}

/* Audience */

.etp-audience {
    padding: 30px 0;
    border-top: 1px solid #edf2f5;
    border-bottom: 1px solid #edf2f5;
    background: #fff;
    text-align: center;
}

.etp-audience p {
    margin: 0 0 17px;
    color: #647087;
    font-size: 14px;
}

.etp-audience-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 25px;
}

.etp-audience-list span {
    color: #17213b;
    font-size: 13px;
    font-weight: 600;
}

/* Shared sections */

.etp-section {
    padding: 105px 0;
}

.etp-section-heading {
    max-width: 770px;
    margin: 0 auto 55px;
    text-align: center;
}

.etp-section-heading h2,
.etp-benefit-section h2,
.etp-final-cta h2 {
    margin: 0;
    color: #101a34;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.025em;
}

.etp-section-heading > p:last-child {
    max-width: 680px;
    margin: 20px auto 0;
    color: #68748a;
    font-size: 17px;
}

/* Feature cards */

.etp-feature-section {
    background: #f7fafc;
}

.etp-feature-card {
    height: 100%;
    min-height: 245px;
    padding: 30px 27px;
    border: 1px solid #e3ebf0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 13px 30px rgba(38, 61, 82, 0.06);
    transition: all 0.2s ease;
}

.etp-feature-card:hover {
    border-color: #b8dae8;
    box-shadow: 0 18px 36px rgba(38, 61, 82, 0.11);
    transform: translateY(-4px);
}

.etp-feature-number {
    display: block;
    margin-bottom: 28px;
    color: #008fc8;
    font-size: 12px;
    font-weight: 700;
}

.etp-feature-card h3 {
    margin: 0 0 14px;
    color: #17213b;
    font-size: 21px;
    font-weight: 700;
}

.etp-feature-card p {
    margin: 0;
    color: #68748a;
    font-size: 14px;
}

/* Workflow */

.etp-workflow-section {
    background: #fff;
}

.etp-workflow-item {
    padding: 65px 0;
    border-top: 1px solid #edf1f4;
}

.etp-workflow-item:first-of-type {
    padding-top: 20px;
    border-top: 0;
}

.etp-step-label {
    display: inline-block;
    margin-bottom: 17px;
    color: #008fc8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.etp-workflow-item h3 {
    margin: 0;
    color: #101a34;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.25;
}

.etp-workflow-item p {
    margin: 20px 0 0;
    color: #69758a;
    font-size: 16px;
}

.etp-check-list {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.etp-check-list li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 27px;
    color: #354159;
    font-size: 14px;
}

.etp-check-list li:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #18a0ce;
    content: "✓";
    font-size: 11px;
}

.etp-workflow-image {
    padding: 10px;
    border: 1px solid #e1ebf0;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(28, 62, 83, 0.12);
}

.etp-workflow-image img {
    display: block;
    width: 100%;
    border: 1px solid #edf2f5;
    border-radius: 5px;
}

/* Benefits */

.etp-benefit-section {
    color: #fff;
    background: #111c36;
}

.etp-benefit-section .etp-eyebrow {
    color: #60c4e8;
}

.etp-benefit-section h2 {
    color: #fff;
}

.etp-benefit-intro {
    max-width: 520px;
    margin: 23px 0 0;
    color: #b9c4d6;
    font-size: 17px;
}

.etp-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.etp-benefit-grid > div {
    min-height: 165px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.055);
}

.etp-benefit-grid strong,
.etp-benefit-grid span {
    display: block;
}

.etp-benefit-grid strong {
    margin-bottom: 12px;
    color: #fff;
    font-size: 16px;
}

.etp-benefit-grid span {
    color: #aebbd0;
    font-size: 13px;
    line-height: 1.65;
}

/* Resources */

.etp-resource-section {
    background: #f7fafc;
}

.etp-resource-card {
    display: block;
    height: 100%;
    min-height: 285px;
    padding: 31px;
    color: #17213b;
    border: 1px solid #e1e9ee;
    border-radius: 8px;
    background: #fff;
    transition: all 0.2s ease;
}

.etp-resource-card:hover {
    color: #17213b;
    border-color: #a9d4e5;
    text-decoration: none;
    box-shadow: 0 17px 35px rgba(38, 61, 82, 0.1);
    transform: translateY(-4px);
}

.etp-resource-card > span {
    display: block;
    margin-bottom: 27px;
    color: #008fc8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.11em;
}

.etp-resource-card h3 {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 700;
}

.etp-resource-card p {
    min-height: 75px;
    margin: 0 0 25px;
    color: #6a768b;
    font-size: 14px;
}

.etp-resource-card strong {
    color: #087ea8;
    font-size: 12px;
}

/* Final CTA */

.etp-final-cta {
    padding: 75px 0;
    color: #fff;
    background: linear-gradient(120deg, #008fc8, #126999);
}

.etp-final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

.etp-final-cta .etp-eyebrow {
    color: #c8efff;
}

.etp-final-cta h2 {
    max-width: 720px;
    color: #fff;
    font-size: 34px;
}

.etp-final-cta p:last-child {
    max-width: 650px;
    margin: 15px 0 0;
    color: #dbf3fc;
    font-size: 15px;
}

.etp-final-actions {
    min-width: 190px;
    text-align: center;
}

.etp-btn-light {
    width: 100%;
    color: #087aa5;
    background: #fff;
}

.etp-btn-light:hover {
    color: #075e7e;
    background: #f3fbff;
}

.etp-text-link {
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.etp-text-link:hover {
    color: #fff;
}

/* Homepage navigation adjustments */

.navbar-main > li > a {
    padding-right: 14px !important;
    padding-left: 14px !important;
    font-size: 13px;
    white-space: nowrap;
}

/* Responsive */

@media (max-width: 1199px) {
    .etp-hero h1 {
        font-size: 43px;
    }

    .etp-feature-card {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .etp-hero {
        padding: 75px 0 80px;
    }

    .etp-hero-copy {
        padding-right: 15px;
        text-align: center;
    }

    .etp-hero-description {
        margin-right: auto;
        margin-left: auto;
    }

    .etp-hero-actions,
    .etp-hero-points {
        justify-content: center;
    }

    .etp-product-preview {
        max-width: 720px;
        margin: 55px auto 0;
    }

    .etp-section {
        padding: 80px 0;
    }

    .etp-workflow-item {
        text-align: center;
    }

    .etp-check-list {
        display: inline-block;
        margin-bottom: 40px;
        text-align: left;
    }

    .etp-benefit-section {
        text-align: center;
    }

    .etp-benefit-intro {
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
    }

    .etp-final-cta-inner {
        display: block;
        text-align: center;
    }

    .etp-final-cta h2,
    .etp-final-cta p:last-child {
        margin-right: auto;
        margin-left: auto;
    }

    .etp-final-actions {
        max-width: 240px;
        margin: 30px auto 0;
    }
}

@media (max-width: 767px) {
    .etp-hero {
        padding: 60px 0 65px;
    }

    .etp-hero h1 {
        font-size: 36px;
    }

    .etp-hero-description {
        font-size: 16px;
    }

    .etp-btn {
        width: 100%;
    }

    .etp-section-heading h2,
    .etp-benefit-section h2 {
        font-size: 31px;
    }

    .etp-section-heading {
        margin-bottom: 38px;
    }

    .etp-feature-card {
        min-height: auto;
    }

    .etp-workflow-item {
        padding: 50px 0;
    }

    .etp-workflow-item h3 {
        font-size: 27px;
    }

    .etp-benefit-grid {
        grid-template-columns: 1fr;
    }

    .etp-resource-card {
        min-height: auto;
        margin-bottom: 20px;
    }

    .etp-resource-card p {
        min-height: auto;
    }

    .etp-final-cta h2 {
        font-size: 28px;
    }
}

@media (max-width: 420px) {
    .etp-hero h1 {
        font-size: 32px;
    }

    .etp-hero-points {
        display: block;
    }

    .etp-hero-points span {
        margin: 4px;
    }
}

/* Optimized product demonstration videos */
.etp-product-preview video,
.etp-workflow-image video {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #edf2f5;
    border-radius: 5px;
    background: #f4f7f9;
}
