/* Ace New — guest landing page */

.ace-new-page {
    background: #fff;
    color: #1a1a1a;
    overflow-x: hidden;
    margin-top: 100px;
}

@media (max-width: 991px) {
    .ace-new-page {
        margin-top: 100px;
    }
}

.ace-guest-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- hero ---------- */
.ace-guest-hero {
    position: relative;
    padding: 48px 0 32px;
    background:
        radial-gradient(ellipse 70% 55% at 88% 8%, rgba(255, 196, 130, 0.45) 0%, rgba(255, 255, 255, 0.1) 62%),
        radial-gradient(ellipse 50% 40% at 100% 0%, rgba(255, 220, 180, 0.35) 0%, rgba(255, 255, 255, 0.1) 55%),
        #fff9f1;
}

.ace-guest-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 40px;
    align-items: center;
}

.ace-guest-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #fff3e6;
    color: #b45309;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 22px;
}

.ace-guest-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff8a00;
    flex-shrink: 0;
}

.ace-guest-title {
    margin: 0;
    font-size: clamp(34px, 4.2vw, 52px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #111;
}

.ace-guest-lead {
    margin: 18px 0 0;
    max-width: 560px;
    font-size: 17px;
    line-height: 1.6;
    color: #6b6b66;
    font-weight: 500;
}

.ace-guest-email-form {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 560px;
    margin-top: 28px;
    background: #fff;
    border: 1px solid #ececea;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(26, 26, 26, 0.06);
    padding: 6px;
}

.ace-guest-email-input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    padding: 14px 18px;
    font-size: 15px;
    color: #1a1a1a;
}

.ace-guest-email-input::placeholder {
    color: #9a9a94;
}

.ace-guest-email-btn {
    flex-shrink: 0;
    border: none;
    border-radius: 20px;
    background: #ff8a00;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    padding: 14px 22px;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(255, 138, 0, 0.28);
}

.ace-guest-email-note {
    margin: 12px 0 0;
    font-size: 13px;
    color: #9a9a94;
    font-weight: 600;
}

.ace-guest-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.ace-guest-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f6f4f0;
    color: #75756f;
    font-size: 13px;
    font-weight: 700;
}

/* ---------- hero mockup ---------- */
.ace-guest-hero-visual {
    display: flex;
    justify-content: center;
}

.ace-guest-mockup {
    width: 100%;
    max-width: 470px;
    background: #fff;
    border: 1px solid #ececea;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 24px 60px rgba(26, 26, 26, 0.08);
}

.ace-guest-mockup-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.ace-guest-mockup-brand {
    font-size: 15px;
    font-weight: 800;
    color: #1a1a1a;
}

.ace-guest-mockup-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #e7f6ec;
    color: #15803d;
    font-size: 12px;
    font-weight: 800;
}

.ace-guest-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
}

.ace-guest-product-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    border-radius: 16px;
    background: #ffffff;
}

.ace-guest-product-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #fff1de;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ace-guest-product-name {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.ace-guest-product-meta {
    margin-top: 3px;
    font-size: 12.5px;
    color: #9a9a94;
    font-weight: 600;
}

.ace-guest-mockup-tabs {
    display: flex;
    gap: 8px;
    margin: 16px 0;
}

.ace-guest-mockup-tab {
    padding: 8px 14px;
    border-radius: 999px;
    background: #f3f3f1;
    color: #75756f;
    font-size: 12.5px;
    font-weight: 800;
}

.ace-guest-mockup-tab.on {
    background: #fff1de;
    color: #b45309;
}

.ace-guest-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ace-guest-stat {
    padding: 14px 16px;
    border-radius: 14px;
    background: #faf9f7;
    border: 1px solid #e7e7e7;
}

.ace-guest-stat-value {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #1a1a1a;
}

.ace-guest-stat-value.green {
    color: #15803d;
}

.ace-guest-stat-value.blue {
    color: #2563eb;
}

.ace-guest-stat-label {
    margin-top: 4px;
    font-size: 12px;
    color: #858585;
    font-weight: 700;
}

.ace-guest-next-step {
    margin-top: 14px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #1a1a1a;
    color: #fff;
}

.ace-guest-next-step-label {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: #ff8a00;
}

.ace-guest-next-step-text {
    margin-top: 6px;
    font-size: 13.5px;
    line-height: 1.5;
    font-weight: 600;
    color: #f3f3f1;
}

/* ---------- nav bar ---------- */
.ace-guest-nav-section {
    padding: 30px 0 36px;
}

.ace-guest-nav-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #ececea;
    box-shadow: 0 8px 24px rgba(26, 26, 26, 0.05);
}

.ace-guest-nav-item {
    padding: 5px 16px;
    border-radius: 999px;
    font-size: 13.5px;
    font-weight: 700;
    color: #75756f;
    background: transparent;
    border: 1px solid #ececea;
}

.ace-guest-nav-item.on {
    background: #fff1de;
    color: #b45309;
}

/* ---------- platform section ---------- */
.ace-guest-platform {
    padding: 24px 0 72px;
}

.ace-guest-section-title {
    margin: 0;
    text-align: center;
    font-size: clamp(28px, 3.5vw, 40px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #111;
}

.ace-guest-section-lead {
    max-width: 760px;
    margin: 14px auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.65;
    color: #6b6b66;
    font-weight: 500;
}

.ace-guest-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.ace-guest-card {
    background: #fff;
    border: 1.5px solid #ececea;
    border-radius: 22px;
    padding: 28px 26px 30px;
    box-shadow: 0 10px 28px rgba(26, 26, 26, 0.04);
}

.ace-guest-card.featured {
    border: 2px solid #ff8a00;
    box-shadow: 0 16px 40px rgba(255, 138, 0, 0.12);
}

.ace-guest-card-badge {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff1de;
    color: #b45309;
    font-size: 12px;
    font-weight: 800;
}

.ace-guest-card-title {
    margin: 18px 0 0;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.ace-guest-card-text {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.65;
    color: #6b6b66;
    font-weight: 500;
    min-height: 72px;
}

.ace-guest-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    padding: 13px 22px;
    border-radius: 999px;
    border: 1.5px solid #1a1a1a;
    background: #fff;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: background .15s ease, color .15s ease;
}

.ace-guest-card-btn:hover {
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
}

.ace-guest-card-btn.primary {
    border-color: #ff8a00;
    background: #ff8a00;
    color: #fff;
    box-shadow: 0 4px 14px rgba(255, 138, 0, 0.28);
}

.ace-guest-card-btn.primary:hover {
    background: #e97d00;
    border-color: #e97d00;
    color: #fff;
}

/* ---------- responsive ---------- */
@media (max-width: 991px) {
    .ace-guest-hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ace-guest-hero-copy {
        text-align: center;
    }

    .ace-guest-lead,
    .ace-guest-email-form {
        margin-left: auto;
        margin-right: auto;
    }

    .ace-guest-tag-row {
        justify-content: center;
    }

    .ace-guest-cards {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .ace-guest-card-text {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .ace-guest-hero {
        padding-top: 28px;
    }

    .ace-guest-email-form {
        flex-direction: column;
        align-items: stretch;
        border-radius: 20px;
        padding: 10px;
    }

    .ace-guest-email-btn {
        width: 100%;
    }

    .ace-guest-nav-bar {
        border-radius: 20px;
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: wrap; 
        justify-content: center;
    }

    .ace-guest-nav-item {
        white-space: nowrap;
    }

    .ace-guest-platform {
        padding-bottom: 48px;
    }
}

@media (max-width: 400px) {
    .ace-guest-badge {
        font-size: 11px;
    }
    .ace-guest-title{
        font-size: 31px;
    }
}
