:root {
    --fd-primary: #e36805;
    --fd-primary-dark: #964400;
    --fd-primary-darker: #7a3800;
    --fd-primary-light: #f5e6d9;
    --fd-primary-mid: #d4782a;
    --fd-charcoal: #231f20;
    --fd-charcoal-hover: #3d3839;
    --fd-gradient-soft: linear-gradient(180deg, rgba(184, 82, 0, 0.05) 0%, rgba(184, 82, 0, 0.09) 100%);
    --fd-text: #231f20;
    --fd-text-muted: #64748b;
    --fd-surface: #ffffff;
    --fd-border: rgba(184, 82, 0, 0.14);
    --fd-shadow: 0 4px 24px rgba(184, 82, 0, 0.1);
    --fd-shadow-lg: 0 24px 64px rgba(184, 82, 0, 0.14);
    --fd-radius: 16px;
    --fd-radius-lg: 24px;
    --fd-btn-ht: 3.125rem;
}

@font-face {
    font-family: "sofia-pro";
    font-display: auto;
    src: local("☺"), url("https://use.typekit.net/af/0c5f71/00000000000000003b9b1aa0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/0c5f71/00000000000000003b9b1aa0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/0c5f71/00000000000000003b9b1aa0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "sofia-pro";
    src: url("https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "sofia-pro";
    font-display: auto;
    src: local("☺"), url("https://use.typekit.net/af/b4d13d/00000000000000003b9b1a9a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/b4d13d/00000000000000003b9b1a9a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/b4d13d/00000000000000003b9b1a9a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "sofia-pro";
    font-display: auto;
    src: local("☺"), url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-style: normal;
    font-weight: 400;
}

.frontdesk-wizard {
    font-family: "sofia-pro", sans-serif;
    color: var(--fd-text);
    background: #ffffff;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.frontdesk-wizard button,
.frontdesk-wizard input,
.frontdesk-wizard select,
.frontdesk-wizard textarea {
    font-family: "sofia-pro", sans-serif;
}

.frontdesk-wizard a {
    text-decoration: none;
}

.frontdesk-nav {
    background: #ffffff;
    border-bottom: 1px solid var(--fd-border);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0.75rem 0;
}

.frontdesk-brand {
    color: var(--fd-text) !important;
    gap: 0.75rem;
}

.frontdesk-brand:hover {
    color: var(--fd-primary) !important;
}

.frontdesk-brand .brand_name {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.frontdesk-brand object,
.frontdesk-brand img {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.btn-frontdesk-primary,
.btn-frontdesk-secondary {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 900;
    height: var(--fd-btn-ht);
    border-radius: calc(var(--fd-btn-ht) / 2);
    min-width: 7.5rem;
    padding: 0 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.btn-frontdesk-primary {
    background-color: var(--fd-primary-dark);
    border-color: var(--fd-primary-dark);
    color: #fff;
}

.btn-frontdesk-primary:hover,
.btn-frontdesk-primary:focus {
    background-color: var(--fd-primary-darker);
    border-color: var(--fd-primary-darker);
    color: #fff;
}

.btn-frontdesk-secondary {
    background-color: var(--fd-charcoal);
    border-color: var(--fd-charcoal);
    color: #fff;
}

.btn-frontdesk-secondary:hover,
.btn-frontdesk-secondary:focus {
    background-color: var(--fd-charcoal-hover);
    border-color: var(--fd-charcoal-hover);
    color: #fff;
}

.btn-frontdesk-lg {
    min-width: 10rem;
    padding: 0 2.25rem;
}

.hvr_raise:hover {
    transform: translateY(-2px);
}

.new_slack_logo {
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

.frontdesk-hero {
    position: relative;
    padding: 3rem 0 4rem;
    background: #ffffff;
}

.frontdesk-first-fold {
    background: #ffffff;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}

.hero-badge {
    display: inline-block;
    background: var(--fd-primary-light);
    color: var(--fd-primary-darker);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(184, 82, 0, 0.22);
}

.hero-title {
    font-size: clamp(1.875rem, 4vw, 3rem);
    font-weight: 600;
    line-height: 1.25;
    color: var(--fd-text);
    margin-bottom: 1rem;
    max-width: 32rem;
}

.text-accent {
    color: var(--fd-primary);
}

.hero-subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--fd-text-muted);
    max-width: 28rem;
    margin-bottom: 2rem;
}

.hero-actions {
    align-items: center;
}

.hero-img-wrap {
    position: relative;
    display: inline-block;
}

.hero-img {
    position: relative;
    z-index: 1;
    max-width: 340px;
    width: 100%;
    animation: fd-float 4s ease-in-out infinite;
}

@keyframes fd-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.frontdesk-section {
    padding: 4rem 0;
}

.section-title {
    font-size: clamp(1.5rem, 3vw, 1.88rem);
    font-weight: 600;
    color: var(--fd-text);
    margin-bottom: 3rem;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    background: var(--fd-primary);
    border-radius: 2px;
    margin: 1rem auto 0;
}

.feature-card {
    background: var(--fd-surface);
    border: 1px solid var(--fd-border);
    border-radius: var(--fd-radius-lg);
    padding: 2rem 1.5rem 1.75rem;
    height: 100%;
    text-align: center;
    box-shadow: var(--fd-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--fd-shadow-lg);
}

.feature-card h5 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--fd-primary-darker);
    margin-bottom: 1.25rem;
}

.feature-card object {
    height: 220px;
    width: auto;
    max-width: 100%;
    margin-bottom: 1rem;
}

.feature-card p {
    color: var(--fd-text-muted);
    line-height: 1.65;
    margin: 0;
    font-size: 0.9375rem;
}

.frontdesk-products {
    background: var(--fd-gradient-soft);
    border-radius: var(--fd-radius-lg);
    padding: 3rem 2rem;
    margin-top: 1rem;
}

.products-intro {
    font-size: clamp(1.25rem, 2.5vw, 1.88rem);
    font-weight: 600;
    color: var(--fd-text);
    margin-bottom: 2.5rem;
}

.product-card {
    background: var(--fd-surface);
    border: 1px solid var(--fd-border);
    border-radius: var(--fd-radius);
    padding: 1.75rem;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--fd-shadow-lg);
}

.product-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.product-logo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(184, 82, 0, 0.12);
    flex-shrink: 0;
}

.product-card h5 {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--fd-charcoal);
    margin: 0;
}

.product-card h5:hover {
    color: var(--fd-primary);
}

.product-card p {
    color: var(--fd-text-muted);
    font-size: 0.9375rem;
    line-height: 1.65;
    margin: 0;
}

.frontdesk-success {
    padding: 4rem 0;
    text-align: center;
}

.success-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: var(--fd-primary);
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

.success-badge svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.success-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 600;
    color: var(--fd-primary);
    margin-bottom: 1rem;
}

.success-message {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    color: var(--fd-text-muted);
    max-width: 32rem;
    margin: 0 auto;
}

.success-img {
    max-width: 320px;
    width: 100%;
}

.frontdesk-wizard .ai-disclaimer {
    background: transparent;
    border-top: 1px solid var(--fd-border);
    padding: 2rem 1.5rem;
}

.frontdesk-wizard .ai-disclaimer p {
    color: var(--fd-text-muted);
    font-size: 0.875rem;
}

.block_main_width {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.svg_pointer {
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .frontdesk-hero {
        padding: 2rem 0 3rem;
        text-align: center;
    }

    .hero-title,
    .hero-subtitle,
    .hero-actions {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .frontdesk-nav .btn-frontdesk-primary {
        width: 100%;
        margin-top: 0.75rem;
    }

    .frontdesk-products {
        padding: 2rem 1.25rem;
    }
}
