/* Utility classes missing from the precompiled hamster theme bundle (theme-CqI_9lrl.css).
   That file only contains classes hamster's original template pages happened to use —
   it is NOT a live Tailwind compiler, so any new class combination must be added here. */

.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }

/* Landing page — website chat widget */
.mitso-widget-section {
    position: relative;
    overflow: hidden;
    padding-block: clamp(76px, 9vw, 136px);
    background: #fff;
}
.mitso-widget-grid {
    display: grid;
    grid-template-columns: minmax(320px, .78fr) minmax(520px, 1.22fr);
    align-items: center;
    gap: clamp(48px, 6vw, 96px);
}
.mitso-widget-copy {
    max-width: 570px;
}
.mitso-widget-copy h2 {
    max-width: 700px;
    margin-top: 24px;
    color: #0b172b;
    font-size: clamp(38px, 4.8vw, 68px);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.02;
    text-wrap: balance;
}
.mitso-widget-lead {
    max-width: 590px;
    margin-top: 24px;
    color: #526176;
    font-size: clamp(17px, 1.55vw, 20px);
    line-height: 1.6;
}
.mitso-widget-benefits {
    display: grid;
    gap: 14px;
    margin-top: 32px;
}
.mitso-widget-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #1d2b40;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}
.mitso-widget-benefits svg {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 50%;
    background: #e4edff;
    fill: none;
    stroke: #2468ff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.mitso-widget-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 24px;
    margin-top: 38px;
}
.mitso-widget-primary,
.mitso-widget-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.mitso-widget-primary {
    gap: 10px;
    padding: 13px 20px;
    border: 1px solid #2468ff;
    border-radius: 8px;
    background: #2468ff;
    color: #fff;
}
.mitso-widget-primary:hover {
    border-color: #1557ea;
    background: #1557ea;
    color: #fff;
    transform: translateY(-2px);
}
.mitso-widget-secondary {
    color: #26364d;
}
.mitso-widget-secondary:hover {
    color: #2468ff;
}
.mitso-widget-primary:focus-visible,
.mitso-widget-secondary:focus-visible {
    outline: 3px solid rgba(36, 104, 255, .3);
    outline-offset: 4px;
}
.mitso-widget-visual {
    position: relative;
    width: min(100%, 820px);
    margin: 0;
    justify-self: end;
    overflow: hidden;
    border: 1px solid rgba(126, 151, 190, .25);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(26, 59, 112, .14), 0 2px 8px rgba(26, 59, 112, .06);
}
.mitso-widget-visual img {
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 1023px) {
    .mitso-widget-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .mitso-widget-copy {
        max-width: 720px;
    }
    .mitso-widget-visual {
        width: 100%;
        max-width: 820px;
        justify-self: start;
    }
}
@media (max-width: 767px) {
    .mitso-widget-section {
        padding-block: 64px;
    }
    .mitso-widget-grid {
        gap: 36px;
    }
    .mitso-widget-copy h2 {
        margin-top: 19px;
        font-size: clamp(36px, 11vw, 48px);
    }
    .mitso-widget-lead {
        margin-top: 18px;
        font-size: 17px;
    }
    .mitso-widget-benefits {
        margin-top: 26px;
    }
    .mitso-widget-actions {
        align-items: stretch;
        margin-top: 30px;
    }
    .mitso-widget-primary {
        width: 100%;
    }
    .mitso-widget-secondary {
        min-height: 36px;
    }
    .mitso-widget-visual {
        width: calc(100% + 10px);
        margin-left: -5px;
        border-radius: 14px;
        box-shadow: 0 18px 45px rgba(26, 59, 112, .14);
    }
}

/* Pricing — Enterprise horizontal card (self-contained; bundle lacks lg:flex-row etc.) */
.mitso-enterprise-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    margin-top: 20px;
}
.mitso-enterprise-info { flex: 0 0 auto; }
.mitso-enterprise-features {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
.mitso-enterprise-feature {
    display: flex;
    align-items: center;
    gap: 8px;
}
.mitso-enterprise-cta { flex: 0 0 auto; }
.mitso-enterprise-cta a { white-space: nowrap; }
@media (min-width: 768px) {
    .mitso-enterprise-features { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
    .mitso-enterprise-card { flex-direction: row; align-items: center; }
    .mitso-enterprise-info { width: 25%; }
}

/* Pricing — bigger price number + monthly/yearly billing toggle */
.mitso-price {
    display: inline-block;
    font-size: 52px;
    line-height: 1;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}
.mitso-price[data-monthly].typing::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: .72em;
    margin-left: 6px;
    background: #2468ff;
    animation: portal-price-caret .55s steps(1) infinite;
    vertical-align: .02em;
}
.mitso-price-card.highlight .mitso-price { color: #fff; }
.mitso-price-card.highlight .mitso-price[data-monthly].typing::after { background: #fff; }
.mitso-compare {
    font-size: 22px;
    font-weight: 600;
    text-decoration: line-through;
    opacity: 0.4;
    margin-left: 8px;
}
.mitso-yearly-note {
    font-size: 13px;
    margin-top: 8px;
    opacity: 0.7;
    min-height: 1em;
}
.mitso-billing-wrap {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.mitso-ai-pricing-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 40px;
}
.mitso-ai-pricing-intro > .mitso-billing-wrap {
    justify-self: end;
    padding-bottom: 5px;
}
.mitso-ai-pricing-intro p {
    max-width: 960px;
    font-size: 18px;
    line-height: 1.65;
}
@media (max-width: 1199px) {
    .mitso-ai-pricing-intro {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .mitso-ai-pricing-intro > .mitso-billing-wrap { justify-self: start; }
}
@media (max-width: 767px) {
    .mitso-ai-pricing-intro p { font-size: 16px; }
    .mitso-ai-pricing-intro > .mitso-billing-wrap { flex-wrap: wrap; }
}
.mitso-billing-toggle {
    display: inline-flex;
    align-items: center;
    background: #eef1f6;
    border-radius: 999px;
    padding: 4px;
}
.mitso-billing-toggle button {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 9px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    transition: all 0.2s ease;
}
.mitso-billing-toggle button.active {
    background: #fff;
    color: #0f172a;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.mitso-billing-save {
    font-size: 14px;
    font-weight: 600;
    color: #16a34a;
}

/* AI Agents add-ons — one active price per billing period. */
.mitso-addon-card {
    display: flex;
    min-width: 0;
    min-height: 230px;
    flex-direction: column;
    padding: 28px;
    border: 1px solid #e4e9f1;
    border-radius: 14px;
    background: #fff;
}
.mitso-addon-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: #eef4ff;
    color: #2468ff;
}
.mitso-addon-icon svg { width: 23px; height: 23px; }
.mitso-addon-card h5 {
    margin-top: 20px;
    color: #101b30;
    font-size: 20px;
    font-weight: 700;
}
.mitso-addon-price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: auto;
    padding-top: 22px;
    color: #101b30;
}
.mitso-addon-price-row strong {
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.mitso-addon-price-row span {
    min-width: 0;
    color: #5f6b7d;
    font-size: 14px;
    line-height: 1.25;
}
.mitso-addon-note {
    min-height: 1.4em;
    margin-top: 10px;
    color: #7a8493;
    font-size: 13px;
    line-height: 1.4;
}
@media (max-width: 767px) {
    .mitso-addon-card { min-height: 210px; padding: 24px; }
}

/* AI Agents section — segmented toggle, custom click-toggle JS (not Preline's
   data-hs-tab) since Preline's tab JS has been unreliable elsewhere on this site. */

.mitso-ai-toggle {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 4px;
    gap: 4px;
}
.mitso-ai-tab-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 10px 26px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.2s ease;
    white-space: nowrap;
    flex: 1;
    text-align: center;
}
.mitso-ai-tab-btn:hover {
    color: #fff;
}
.mitso-ai-panels {
    position: relative;
    overflow: hidden;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.mitso-ai-tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0s linear 0.2s;
    pointer-events: none;
}
/* Panels appear with a quick, unobtrusive fade — the typewriter heading is
   what carries the eye during a tab switch. */
.mitso-ai-tab-panel.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease, visibility 0s;
    pointer-events: auto;
}
/* Typewriter heading — blinking caret while typing, reserved height so the
   layout doesn't jump as characters fill in. */
.mitso-type-heading {
    min-height: 2.2em;
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.15;
}
.mitso-type-heading.typing::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 0.95em;
    background: currentColor;
    margin-left: 3px;
    vertical-align: text-bottom;
    animation: mitso-caret 0.7s steps(1) infinite;
}
@keyframes mitso-caret {
    50% { opacity: 0; }
}
.mitso-ai-tab-btn.active {
    background: #2468ff;
    color: #fff;
}

@media (max-width: 767px) {
    .mitso-ai-toggle-wrap {
        width: 100%;
        padding-inline: 0;
    }
    .mitso-ai-toggle {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .mitso-ai-tab-btn {
        min-width: 0;
        padding: 10px 8px;
        font-size: 13px;
    }
}

/* Chat mockup — dark theme to blend with the dark AI Agents section */
.mitso-chat-mock {
    background: #151c27;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
}
.mitso-chat-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
}
.mitso-chat-body {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.mitso-msg {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 82%;
    padding-top: 14px;
}
.mitso-msg-in {
    align-self: flex-start;
    align-items: flex-start;
}
.mitso-msg-out {
    align-self: flex-end;
    align-items: flex-end;
}
.mitso-msg-name {
    position: absolute;
    top: 0;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1;
}
.mitso-msg-in .mitso-msg-name {
    left: 4px;
}
.mitso-msg-out .mitso-msg-name {
    right: 4px;
}
.mitso-bubble {
    padding: 11px 14px;
    border-radius: 14px;
    font-size: 14.5px;
    line-height: 1.5;
    position: relative;
}
.mitso-bubble-in {
    background: #29323f;
    color: #dbe1ea;
    border-bottom-left-radius: 4px;
}
.mitso-bubble-out {
    background: #2e3c63;
    color: #eaeefb;
    border-bottom-right-radius: 4px;
}
.mitso-msg-time {
    display: block;
    font-size: 10.5px;
    margin-top: 5px;
    opacity: 0.5;
    text-align: right;
}
.mitso-route-note {
    align-self: center;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.5);
    background: #1e2733;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 6px 13px;
    border-radius: 999px;
}
.mitso-route-note strong {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
}
.mitso-route-note svg,
.mitso-route-note .iconify { color: #5b8dff; }

/* Copilot composer — AI-drafted reply awaiting agent approval */
.mitso-composer {
    margin: 4px 14px 16px;
    border: 1.5px solid #3a4a78;
    border-radius: 12px;
    background: #1b2432;
    overflow: hidden;
}
.mitso-composer-text {
    padding: 14px 16px;
    font-size: 14.5px;
    line-height: 1.5;
    color: #eef1f6;
}
.mitso-composer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.mitso-composer-icons {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.45);
}
.mitso-composer-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.mitso-composer-discard {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}
.mitso-composer-accept {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 16px;
    border-radius: 8px;
    border: none;
    background: #1a8f5a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .lg\:grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)); }
}

/* Reserve scrollbar gutter so opening the Products dropdown doesn't shift/scroll the page */
html { scrollbar-gutter: stable; }

.min-w-70 { min-width: 17.5rem; }
.hs-dropdown-open\:opacity-100.hs-dropdown-open { opacity: 1; }
.hs-dropdown.hs-dropdown-open > .hs-dropdown-menu.hs-dropdown-open\:opacity-100 { opacity: 1; }

/* Product catalog */
.mitso-product-catalog {
    width: 34rem;
    min-width: 34rem;
    padding: 10px;
}
.mitso-product-catalog-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.mitso-product-catalog-group {
    padding: 10px 16px 12px;
}
.mitso-product-catalog-group + .mitso-product-catalog-group {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.mitso-product-catalog-title {
    display: block;
    margin-bottom: 8px;
    color: #8ea7d6;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}
.mitso-product-catalog-item {
    display: block;
    padding: 7px 0;
    color: #f4f7fb;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
    text-decoration: none;
    transition: color 180ms ease, transform 180ms ease;
}
.mitso-product-catalog-item:hover,
.mitso-product-catalog-item:focus-visible {
    color: #78a4ff;
    transform: translateX(3px);
}
/* Mobile slide-out menu: opens from the right, matches site styling.
   Note: uses `right` instead of transform:translateX because the hamster
   theme's `.transform` utility class overwrites the `transform` property
   with only rotate/skew custom properties, silently discarding any
   translateX we set — so position-based animation is used instead. */
.mitso-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    left: auto;
    width: 100%;
    max-width: 20rem;
    height: 100%;
    background: #fff;
    z-index: 70;
    transition: right 0.3s ease;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
}
.mitso-mobile-menu.open {
    right: 0;
}
#mobile-menu-overlay {
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
#mobile-menu-overlay.open {
    opacity: 1;
    pointer-events: auto;
}

/* Mobile menu content styling */
.mitso-mobile-nav {
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.mitso-mobile-link {
    display: block;
    padding: 13px 4px;
    font-size: 16px;
    font-weight: 500;
    color: #0f172a;
    border-bottom: 1px solid #f1f2f4;
    text-decoration: none;
}
.mitso-mobile-link:hover {
    color: #2468ff;
}
.mitso-mobile-section {
    border-bottom: 1px solid #f1f2f4;
}
.mitso-mobile-products-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 4px;
    font-size: 16px;
    font-weight: 500;
    color: #0f172a;
    background: none;
    border: none;
    cursor: pointer;
}
.mitso-mobile-products-toggle i {
    transition: transform 0.2s ease;
}
.mitso-mobile-products-toggle.open i {
    transform: rotate(180deg);
}
.mitso-mobile-products-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}
.mitso-mobile-products-panel.open {
    max-height: 520px;
}
.mitso-mobile-product-groups,
.mitso-mobile-catalog {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
    padding: 6px 8px 14px;
}
.mitso-mobile-catalog {
    padding: 10px 4px 16px;
    border-bottom: 1px solid #f1f2f4;
}
.mitso-mobile-catalog-heading {
    grid-column: 1 / -1;
    color: #0f172a;
    font-size: 16px;
    font-weight: 500;
}
.mitso-mobile-product-group-title {
    display: block;
    margin-bottom: 7px;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.mitso-mobile-product-item {
    display: block;
    padding: 6px 0;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
    text-decoration: none;
}
.mitso-mobile-product-item:hover,
.mitso-mobile-product-item:focus-visible {
    color: #2468ff;
}
.mitso-mobile-product-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 4px 10px 8px;
    border-radius: 8px;
    text-decoration: none;
    color: #0f172a;
}
.mitso-mobile-product-link:hover {
    background: #f4f7ff;
}
.mitso-mobile-product-link i {
    color: #2468ff;
    flex-shrink: 0;
}
.mitso-mobile-product-link strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.mitso-mobile-product-link small {
    display: block;
    font-size: 12.5px;
    color: #6b7280;
    font-weight: 400;
}
.mitso-mobile-divider {
    height: 1px;
    background: #f1f2f4;
    margin: 8px 0;
}
.mitso-mobile-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.mitso-mobile-btn-primary, .mitso-mobile-btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}
.mitso-mobile-btn-primary {
    background: #2468ff;
    color: #fff;
}
.mitso-mobile-btn-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    background: transparent;
    color: #0f172a;
    border: 1px solid #e5e7eb;
}
.mitso-mobile-btn-secondary {
    background: #f4f7ff;
    color: #2468ff;
}

/* ============================================================
   Contact page — multi-step guided flow (self-contained;
   the bundle is not a live Tailwind compiler, see note above)
   ============================================================ */
.mitso-contact-intro {
    padding-bottom: clamp(32px, 3.5vw, 52px);
}

.mitso-wizard {
    max-width: 620px;
    margin: 0 auto;
    padding: 8px 0;
    overflow: hidden;
}

/* progress */
.mitso-wizard-progress {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.mitso-progress-track {
    flex: 1 1 auto;
    height: 3px;
    border-radius: 999px;
    background: #eceff3;
    overflow: hidden;
}
.mitso-progress-fill {
    height: 100%;
    width: 33.33%;
    background: #0f172a;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.mitso-progress-label {
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    white-space: nowrap;
}

/* step viewport + slide/fade */
.mitso-steps { position: relative; }
.mitso-step { display: none; }
.mitso-step.is-active {
    display: block;
    animation: mitso-step-in 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.mitso-step.is-leaving-back.is-active {
    animation: mitso-step-in-back 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes mitso-step-in {
    from { opacity: 0; transform: translateX(28px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes mitso-step-in-back {
    from { opacity: 0; transform: translateX(-28px); }
    to   { opacity: 1; transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
    .mitso-step.is-active, .mitso-step.is-leaving-back.is-active { animation: none; }
    .mitso-progress-fill { transition: none; }
}

.mitso-step-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 14px 0 4px;
}
.mitso-step-sub {
    color: #64748b;
    margin-bottom: 22px;
}

/* reason cards (step 1) */
.mitso-reason-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
@media (min-width: 640px) { .mitso-reason-grid { grid-template-columns: repeat(2, 1fr); } }
.mitso-reason-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
    padding: 22px 20px;
    border: 1px solid #d9dde4;
    border-radius: 6px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.15s ease;
}
.mitso-reason-card:hover { border-color: #0f172a; }
.mitso-reason-card.is-selected {
    border-color: #0f172a;
    box-shadow: inset 0 0 0 1px #0f172a;
}
.mitso-reason-icon {
    display: inline-flex;
    color: #2468ff;
}
.mitso-reason-icon svg { width: 28px; height: 28px; }
.mitso-reason-title { font-weight: 700; font-size: 18px; color: #0f172a; }
.mitso-reason-desc { font-size: 13px; color: #64748b; line-height: 1.45; }

/* fields */
.mitso-field { margin-bottom: 18px; }
.mitso-field-label { display: block; font-weight: 700; color: #0f172a; margin-bottom: 8px; }
.mitso-input,
.mitso-textarea,
.mitso-select {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d9dde4;
    border-radius: 6px;
    padding: 12px 14px;
    font-size: 15px;
    color: #0f172a;
    outline: none;
    transition: border-color 0.15s ease;
}
.mitso-input:focus,
.mitso-textarea:focus,
.mitso-select:focus { border-color: #0f172a; }
.mitso-textarea { min-height: 120px; resize: vertical; }
.mitso-textarea-compact { min-height: 96px; }
.mitso-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.mitso-field-grid > .mitso-field { min-width: 0; }

.mitso-custom-select {
    position: relative;
}
.mitso-custom-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #d9dde4;
    border-radius: 6px;
    background: #fff;
    color: #64748b;
    font-size: 15px;
    text-align: left;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.mitso-custom-select-trigger:hover,
.mitso-custom-select-trigger.is-open {
    border-color: #0f172a;
}
.mitso-custom-select-trigger:focus-visible {
    border-color: #2468ff;
    outline: 3px solid rgba(36, 104, 255, .16);
    outline-offset: 2px;
}
.mitso-custom-select-trigger.has-value { color: #0f172a; }
.mitso-custom-select-trigger:disabled { cursor: not-allowed; opacity: .55; }
.mitso-custom-select-trigger svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    color: #64748b;
    transition: transform .16s ease;
}
.mitso-custom-select-trigger.is-open svg { transform: rotate(180deg); }
.mitso-custom-select-menu {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    z-index: 20;
    max-height: 276px;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid #d9dde4;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .14);
}
.mitso-custom-select-menu[hidden] { display: none; }
.mitso-custom-select-menu button {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #334155;
    font-size: 14px;
    text-align: left;
    transition: background-color .12s ease, color .12s ease;
}
.mitso-custom-select-menu button:hover,
.mitso-custom-select-menu button:focus-visible {
    background: #f1f5f9;
    color: #0f172a;
    outline: none;
}
.mitso-custom-select-menu button[aria-selected="true"] {
    background: #e9f0ff;
    color: #1d4ed8;
    font-weight: 700;
}
.mitso-input.is-error,
.mitso-input.is-error:focus { border-color: #ef4444; background: #fef2f2; }
.mitso-error-text { color: #ef4444; font-size: 13px; margin-top: 6px; display: none; }
.mitso-error-text.is-visible { display: block; }
.mitso-submit-error {
    display: none;
    margin-top: 12px;
    color: #dc2626;
    font-size: 13px;
    line-height: 1.5;
    text-align: right;
}
.mitso-submit-error.is-visible { display: block; }

/* selectable option cards (enterprise) */
.mitso-options { display: flex; flex-direction: column; gap: 10px; }
.mitso-option {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    text-align: left;
    padding: 14px 16px;
    border: 1px solid #d9dde4;
    border-radius: 6px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.15s ease;
}
.mitso-option:hover { border-color: #0f172a; }
.mitso-option.is-selected {
    border-color: #0f172a;
    box-shadow: inset 0 0 0 1px #0f172a;
}
.mitso-option-body { flex: 1 1 auto; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mitso-option-title { font-weight: 700; color: #0f172a; }
.mitso-option-desc { font-size: 13px; color: #64748b; line-height: 1.4; }

/* the check/radio mark */
.mitso-option-mark {
    flex: 0 0 auto;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #c2c8d1;
    border-radius: 4px;
    background: #ffffff;
    transition: border-color 0.15s ease, background 0.15s ease;
}
.mitso-option-mark.is-round { border-radius: 999px; }
.mitso-option.is-selected .mitso-option-mark { border-color: #2468ff; background: #2468ff; }
/* checkmark */
.mitso-option.is-selected .mitso-option-mark:not(.is-round)::after {
    content: "";
    position: absolute;
    left: 6px; top: 2px;
    width: 4px; height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* radio dot */
.mitso-option.is-selected .mitso-option-mark.is-round::after {
    content: "";
    position: absolute;
    left: 50%; top: 50%;
    width: 8px; height: 8px;
    border-radius: 999px;
    background: #ffffff;
    transform: translate(-50%, -50%);
}

/* nested sub-options */
.mitso-suboptions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 2px 0 2px 20px;
    padding-left: 16px;
    border-left: 1px solid #e5e7eb;
}
.mitso-option.is-sub { padding: 11px 14px; }
.mitso-option.is-sub .mitso-option-title { font-weight: 600; font-size: 14px; }

/* partnership branch */
.mitso-partnership-paths {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.mitso-partnership-path {
    min-height: 58px;
}
.mitso-partnership-details {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #e5e7eb;
}

/* nav buttons */
.mitso-wizard-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 26px;
}
.mitso-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    border: 0;
    transition: background 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}
.mitso-btn-primary { background: #2468ff; color: #ffffff; }
.mitso-btn-primary:hover { background: #1b56db; }
.mitso-btn:disabled {
    cursor: not-allowed;
    opacity: .45;
}
.mitso-btn-ghost { background: transparent; color: #64748b; }
.mitso-btn-ghost:hover { color: #0f172a; }
.mitso-btn svg { width: 18px; height: 18px; }
.mitso-nav-spacer { flex: 1 1 auto; }

/* success */
.mitso-success { display: none; text-align: center; padding: 24px 8px; }
.mitso-success.is-active { display: block; animation: mitso-step-in 0.42s cubic-bezier(0.22, 1, 0.36, 1); }
.mitso-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2468ff;
    margin-bottom: 12px;
}
.mitso-success-icon svg { width: 48px; height: 48px; }
.mitso-success h3 { font-size: 24px; font-weight: 800; color: #0f172a; margin-bottom: 8px; }
.mitso-success p { color: #64748b; }

@media (max-width: 639px) {
    .mitso-field-grid { grid-template-columns: 1fr; gap: 0; }
    .mitso-partnership-paths { grid-template-columns: 1fr; }
}

/* ============================================================
   Landing — framed media panel (matted screenshot look)
   ============================================================ */
.mitso-media-frame {
    padding: 14px;
    border: 1px solid #ececec;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #f6f7f8);
    box-shadow: 0 24px 60px rgba(21, 38, 54, 0.10);
}
.mitso-media-frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #e7e8ea;
}
@media (max-width: 640px) {
    .mitso-media-frame { padding: 10px; border-radius: 12px; }
}

/* Portal pricing — one transparent seat price with all features included. */
.portal-pricing-shell { overflow: hidden; }
.portal-pricing-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 40px;
    margin-bottom: 42px;
}
.portal-pricing-intro p { max-width: 720px; font-size: 18px; line-height: 1.65; }
.portal-billing-control { display: flex; align-items: center; gap: 12px; padding-bottom: 5px; }
.portal-billing-toggle { display: inline-flex; padding: 4px; border-radius: 999px; background: #eef1f6; }
.portal-billing-toggle button {
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 20px;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.portal-billing-toggle button.active {
    background: #fff;
    color: #101b30;
    box-shadow: 0 1px 4px rgba(15, 23, 42, .12);
}
.portal-seat-card {
    padding: clamp(28px, 3.5vw, 46px);
    border-radius: 16px;
    color: #fff;
    background: #101b30;
}
.portal-seat-calculator {
    display: grid;
    grid-template-columns: minmax(290px, .9fr) minmax(360px, 1.3fr) minmax(240px, .8fr);
    align-items: center;
    gap: clamp(28px, 3.5vw, 52px);
}
.portal-seat-price-block {
    min-width: 0;
    padding-right: clamp(24px, 3vw, 44px);
    border-right: 1px solid rgba(255, 255, 255, .13);
}
.portal-seat-card-topline {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700;
}
.portal-seat-price-row {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    white-space: nowrap;
}
.portal-seat-price {
    font-size: clamp(48px, 4.8vw, 70px);
    font-weight: 700;
    letter-spacing: -.07em;
    line-height: .88;
    font-variant-numeric: tabular-nums;
}
.portal-seat-price [data-portal-price] { display: inline-block; }
.portal-seat-price [data-portal-price].typing::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: .72em;
    margin-left: 7px;
    background: #72a0ff;
    animation: portal-price-caret .55s steps(1) infinite;
    vertical-align: .02em;
}
@keyframes portal-price-caret { 50% { opacity: 0; } }
.portal-seat-unit {
    padding-bottom: 3px;
    color: rgba(255, 255, 255, .66);
    font-size: 15px;
    line-height: 1.35;
    white-space: normal;
}
.portal-seat-billing-note {
    min-height: 1.4em;
    margin-top: 17px;
    color: rgba(255, 255, 255, .64);
    font-size: 15px;
    line-height: 1.45;
}
@media (min-width: 1200px) {
    .portal-seat-billing-note { white-space: nowrap; }
}
.portal-seat-picker { min-width: 0; }
.portal-seat-picker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}
.portal-seat-picker-header strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 18px;
}
.portal-seat-picker-header span {
    color: rgba(255, 255, 255, .62);
    font-size: 15px;
}
.portal-seat-stepper {
    display: grid;
    grid-template-columns: 40px 74px 40px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 9px;
    background: rgba(255, 255, 255, .07);
}
.portal-seat-stepper button {
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, .82);
    transition: background-color .2s ease, color .2s ease;
}
.portal-seat-stepper button:hover:not(:disabled) { background: rgba(255, 255, 255, .1); color: #fff; }
.portal-seat-stepper button:disabled { cursor: not-allowed; opacity: .3; }
.portal-seat-stepper button:focus-visible { outline: 2px solid #72a0ff; outline-offset: -2px; }
.portal-seat-stepper i { width: 17px; height: 17px; }
.portal-seat-stepper input {
    width: 74px;
    height: 44px;
    padding: 0 4px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .14);
    border-left: 1px solid rgba(255, 255, 255, .14);
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    font-variant-numeric: tabular-nums;
    appearance: textfield;
}
.portal-seat-stepper input::-webkit-inner-spin-button,
.portal-seat-stepper input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.portal-seat-range-wrap { margin-top: 32px; }
.portal-seat-range-wrap input[type="range"] {
    --seat-progress: 0%;
    width: 100%;
    height: 7px;
    border-radius: 999px;
    outline: 0;
    background: linear-gradient(to right, #72a0ff 0 var(--seat-progress), rgba(255, 255, 255, .18) var(--seat-progress) 100%);
    cursor: pointer;
    appearance: none;
}
.portal-seat-range-wrap input[type="range"]::-webkit-slider-thumb {
    width: 23px;
    height: 23px;
    border: 5px solid #2468ff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .28);
    appearance: none;
}
.portal-seat-range-wrap input[type="range"]::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border: 5px solid #2468ff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .28);
}
.portal-seat-range-wrap input[type="range"]:focus-visible { outline: 3px solid rgba(114, 160, 255, .35); outline-offset: 7px; }
.portal-seat-range-labels {
    position: relative;
    height: 21px;
    margin-top: 10px;
    color: rgba(255, 255, 255, .56);
    font-size: 13px;
    font-variant-numeric: tabular-nums;
}
.portal-seat-range-labels span { position: absolute; top: 0; transform: translateX(-50%); }
.portal-seat-range-labels .seat-mark-1 { left: 0; transform: none; }
.portal-seat-range-labels .seat-mark-50 { left: 25%; }
.portal-seat-range-labels .seat-mark-200 { left: 54.8%; }
.portal-seat-range-labels .seat-mark-500 { left: 76.6%; }
.portal-seat-range-labels .seat-mark-1000 { right: 0; transform: none; }
.portal-seat-checkout {
    min-width: 0;
    padding-left: clamp(24px, 3vw, 44px);
    border-left: 1px solid rgba(255, 255, 255, .13);
}
.portal-seat-copilot-total strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}
.portal-seat-copilot-total span {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.portal-seat-copilot-total small {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, .56);
    font-size: 14px;
}
.portal-seat-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 24px;
    padding: 14px 18px;
    border-radius: 8px;
    background: #fff;
    color: #101b30;
    font-weight: 700;
    transition: transform .2s ease, background-color .2s ease;
}
.portal-seat-cta:hover { transform: translateY(-1px); background: #eef3ff; }
.portal-seat-trial-note {
    margin-top: 11px;
    color: rgba(255, 255, 255, .64);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}
.portal-seat-trial-note span { display: block; }
.portal-included-panel {
    margin-top: 22px;
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid #e4e9f1;
    border-radius: 16px;
    background: #f7f8fb;
}
.portal-included-heading {
    padding-bottom: 24px;
    border-bottom: 1px solid #dfe5ee;
}
.portal-included-heading > span { color: #101b30; font-size: 26px; font-weight: 700; }
.portal-feature-groups {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.portal-feature-group {
    min-width: 0;
    padding: 28px 26px;
}
.portal-feature-group:not(:first-child) { border-left: 1px solid #dfe5ee; }
.portal-feature-group:first-child { padding-left: 0; }
.portal-feature-group:nth-child(4) { padding-right: 0; }
.portal-feature-group-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.portal-feature-group-title > i { width: 23px; height: 23px; color: #2468ff; }
.portal-feature-group-title h3 { color: #101b30; font-size: 18px; font-weight: 700; }
.portal-feature-group ul { display: grid; gap: 10px; margin-top: 17px; }
.portal-feature-group li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #52647b;
    font-size: 15px;
    line-height: 1.45;
}
.portal-feature-group li > i {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    color: #2468ff;
}
.portal-feature-group-wide {
    grid-column: 1 / -1;
    position: relative;
    display: block;
    padding: 26px 0 0;
    border-top: 1px solid #dfe5ee;
    border-left: 0 !important;
}
.portal-feature-group-wide .portal-feature-group-title {
    position: absolute;
    top: 26px;
    left: 0;
}
.portal-feature-group-wide ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 0;
    margin-top: 0;
}
.portal-feature-group-wide li {
    justify-content: center;
    padding: 0 22px;
}
.portal-feature-group-wide li:first-child { padding-left: 170px; }
@media (max-width: 1199px) {
    .portal-pricing-intro { grid-template-columns: 1fr; gap: 22px; }
    .portal-seat-calculator {
        grid-template-columns: minmax(230px, .8fr) minmax(0, 1.45fr);
        align-items: stretch;
    }
    .portal-seat-picker { align-self: center; }
    .portal-seat-checkout {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(270px, .55fr);
        align-items: center;
        gap: 7px 34px;
        padding: 26px 0 0;
        border-top: 1px solid rgba(255, 255, 255, .13);
        border-left: 0;
    }
    .portal-seat-cta { grid-column: 2; grid-row: 1; margin-top: 0; }
    .portal-seat-trial-note { grid-column: 2; grid-row: 2; margin-top: 0; }
    .portal-feature-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .portal-feature-group { border-top: 1px solid #dfe5ee; }
    .portal-feature-group:nth-child(odd) {
        padding-left: 0;
        border-left: 0;
    }
    .portal-feature-group:nth-child(even) { padding-right: 0; }
    .portal-feature-group-wide { grid-column: 1 / -1; }
    .portal-feature-group-wide .portal-feature-group-title {
        position: static;
        margin-bottom: 20px;
    }
    .portal-feature-group-wide li:first-child { padding-left: 22px; }
}
@media (max-width: 767px) {
    .portal-pricing-intro { margin-bottom: 28px; }
    .portal-pricing-intro p { font-size: 16px; }
    .portal-billing-control { flex-wrap: wrap; }
    .portal-billing-toggle { width: 100%; }
    .portal-billing-toggle button { flex: 1; }
    .portal-seat-card { padding: 28px 24px; }
    .portal-seat-calculator { display: block; }
    .portal-seat-price-block {
        padding: 0 0 26px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }
    .portal-seat-card-topline { margin-bottom: 21px; }
    .portal-seat-price { font-size: clamp(48px, 14.5vw, 62px); }
    .portal-seat-picker {
        padding: 26px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }
    .portal-seat-picker-header {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }
    .portal-seat-stepper { grid-template-columns: 38px 68px 38px; }
    .portal-seat-stepper { align-self: flex-start; }
    .portal-seat-stepper input { width: 68px; }
    .portal-seat-range-wrap { margin-top: 30px; }
    .portal-seat-checkout {
        display: block;
        padding: 26px 0 0;
        border: 0;
    }
    .portal-seat-cta { margin-top: 22px; }
    .portal-seat-trial-note { margin-top: 11px; }
    .portal-included-panel { padding: 28px 24px; }
    .portal-included-heading > span { font-size: 23px; }
    .portal-feature-groups { grid-template-columns: 1fr; }
    .portal-feature-group,
    .portal-feature-group:nth-child(odd),
    .portal-feature-group:nth-child(even) {
        padding: 25px 0;
        border-top: 1px solid #dfe5ee;
        border-left: 0;
    }
    .portal-feature-group-wide {
        grid-column: auto;
        display: block;
        padding-bottom: 0;
    }
    .portal-feature-group-wide ul {
        grid-template-columns: 1fr;
        margin-top: 17px;
    }
    .portal-feature-group-wide li,
    .portal-feature-group-wide li:first-child {
        justify-content: flex-start;
        padding: 0;
    }
}

/* Compact pricing view switcher. */
.pricing-product-selector {
    padding: 0 0 32px;
}
.pricing-product-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    max-width: 760px;
    margin: 0 auto;
    padding: 6px;
    border: 1px solid #e0e5ed;
    border-radius: 13px;
    background: #eef1f6;
}
.pricing-product-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 12px 22px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #101b30;
    text-align: center;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.pricing-product-tab:hover:not(.active) {
    background: rgba(255, 255, 255, .65);
}
.pricing-product-tab:active { transform: scale(.99); }
.pricing-product-tab:focus-visible {
    outline: 3px solid rgba(36, 104, 255, .28);
    outline-offset: 3px;
}
.pricing-product-tab.active {
    background: #101b30;
    color: #fff;
    box-shadow: 0 5px 16px rgba(16, 27, 48, .16);
}
.pricing-product-tab-copy { display: block; }
.pricing-product-tab-copy strong {
    display: block;
    color: inherit;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
}
.pricing-product-panel[hidden] { display: none !important; }
.pricing-product-panel:not([hidden]) { animation: pricing-panel-in .24s ease both; }
@keyframes pricing-panel-in {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
    .pricing-product-panel:not([hidden]) { animation: none; }
    .pricing-product-tab { transition: none; }
}
@media (max-width: 639px) {
    .pricing-product-selector { padding-bottom: 26px; }
    .pricing-product-switch { gap: 4px; padding: 4px; }
    .pricing-product-tab {
        min-height: 56px;
        padding: 12px 10px;
    }
    .pricing-product-tab-copy strong { font-size: 17px; }
}

/* Portal enterprise and dedicated hosting options. */
.enterprise-options-section { padding-bottom: clamp(30px, 6vw, 80px); }
.enterprise-options-shell {
    display: grid;
    grid-template-columns: minmax(190px, .62fr) minmax(520px, 1.85fr) auto;
    align-items: center;
    gap: clamp(28px, 3vw, 48px);
    padding: clamp(30px, 3vw, 40px) clamp(32px, 4vw, 50px);
    border-radius: 16px;
    background: #101b30;
    color: #fff;
}
.enterprise-options-header {
    min-width: 0;
    text-align: left;
}
.enterprise-options-header h2 {
    color: #fff;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.12;
}
.enterprise-options-header p {
    max-width: 280px;
    margin-top: 8px;
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    line-height: 1.5;
}
.enterprise-options-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 3vw, 44px);
    margin: 0;
    padding: 0;
    border: 0;
}
.enterprise-option-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 0;
}
.enterprise-option-card + .enterprise-option-card {
    padding-left: clamp(28px, 3vw, 44px);
    border-left: 1px solid rgba(255, 255, 255, .14);
}
.enterprise-option-copy { min-width: 0; }
.enterprise-option-card h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.2;
}
.enterprise-option-copy > p {
    max-width: 540px;
    color: rgba(255, 255, 255, .68);
    font-size: 16px;
    line-height: 1.55;
}
.enterprise-option-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 0;
    padding-top: 14px;
}
.enterprise-option-primary {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 19px;
    border-radius: 8px;
    background: #2468ff;
    color: #fff;
    font-weight: 700;
    transition: transform .2s ease, background-color .2s ease;
}
.enterprise-option-primary:hover { transform: translateY(-1px); background: #1858df; }
.enterprise-option-primary:active { transform: translateY(0) scale(.985); }
.enterprise-option-primary:focus-visible,
.enterprise-option-link:focus-visible { outline: 3px solid rgba(114, 160, 255, .5); outline-offset: 4px; }
.enterprise-option-primary i { width: 19px; height: 19px; }
.enterprise-option-link {
    color: rgba(255, 255, 255, .78);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, .3);
    text-underline-offset: 5px;
}
.enterprise-option-link:hover { color: #fff; text-decoration-color: #fff; }
@media (max-width: 999px) {
    .enterprise-options-shell {
        grid-template-columns: 1fr auto;
        gap: 24px 30px;
    }
    .enterprise-options-header { text-align: left; }
    .enterprise-options-grid {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-top: 0;
        padding-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, .14);
    }
    .enterprise-options-shell > .enterprise-option-primary {
        grid-column: 2;
        grid-row: 1;
    }
}
@media (max-width: 639px) {
    .enterprise-options-shell { display: block; padding: 30px 24px; }
    .enterprise-options-header { text-align: left; }
    .enterprise-options-header p { font-size: 16px; }
    .enterprise-options-grid { grid-template-columns: 1fr; gap: 0; margin-top: 24px; padding-top: 0; border-top: 0; }
    .enterprise-option-card,
    .enterprise-option-card:first-child { padding: 24px 0; border-top: 1px solid rgba(255, 255, 255, .14); border-left: 0; }
    .enterprise-option-card + .enterprise-option-card { padding: 24px 0 0; border-left: 0; }
    .enterprise-option-actions { flex-wrap: wrap; }
    .enterprise-options-shell > .enterprise-option-primary { margin-top: 26px; }
}

/* AI Agents pricing FAQs. */
.ai-pricing-faq-section {
    padding: clamp(54px, 7vw, 92px) 0;
    background: #f8f8f8;
    border-top: 1px solid rgba(15, 45, 82, .08);
}
.ai-pricing-faq-layout {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: clamp(54px, 8vw, 128px);
    align-items: start;
}
.ai-pricing-faq-intro {
    position: sticky;
    top: 118px;
    max-width: 440px;
}
.ai-pricing-faq-label {
    margin-bottom: 17px;
    color: #2468ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.ai-pricing-faq-intro h2 {
    max-width: 420px;
    font-size: clamp(32px, 3.4vw, 50px);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.04;
}
.ai-pricing-faq-intro > p:last-child {
    max-width: 400px;
    margin-top: 20px;
    color: #626b78;
    font-size: 17px;
    line-height: 1.65;
}
.ai-pricing-faq-list {
    border-top: 1px solid #cfd7e2;
}
.ai-pricing-faq-list details {
    border-bottom: 1px solid #cfd7e2;
}
.ai-pricing-faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 26px 2px;
    color: #191a1c;
    cursor: pointer;
    list-style: none;
    font-size: clamp(18px, 1.6vw, 22px);
    font-weight: 700;
    line-height: 1.3;
}
.ai-pricing-faq-list summary::-webkit-details-marker { display: none; }
.ai-pricing-faq-list summary i {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    color: #2468ff;
    transition: transform .22s ease;
}
.ai-pricing-faq-list details[open] summary i { transform: rotate(45deg); }
.ai-pricing-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows .25s ease, opacity .2s ease;
}
.ai-pricing-faq-list details[open] .ai-pricing-faq-answer {
    grid-template-rows: 1fr;
    opacity: 1;
}
.ai-pricing-faq-answer p {
    max-width: 760px;
    min-height: 0;
    overflow: hidden;
    padding: 0 48px 26px 2px;
    color: #5d6674;
    font-size: 16px;
    line-height: 1.7;
}
.ai-pricing-faq-list summary:focus-visible {
    outline: 3px solid rgba(36, 104, 255, .25);
    outline-offset: 5px;
    border-radius: 3px;
}
@media (max-width: 899px) {
    .ai-pricing-faq-layout { grid-template-columns: 1fr; gap: 38px; }
    .ai-pricing-faq-intro { position: static; max-width: 620px; }
}
@media (max-width: 639px) {
    .ai-pricing-faq-section { padding: 48px 0 54px; }
    .ai-pricing-faq-layout { gap: 30px; }
    .ai-pricing-faq-intro > p:last-child { font-size: 16px; }
    .ai-pricing-faq-list summary { gap: 18px; padding: 22px 0; }
    .ai-pricing-faq-answer p { padding: 0 0 22px; font-size: 15px; }
}

/* Shared marketing footer. */
.site-footer {
    margin-top: 0;
    background: #101b30;
    color: #fff;
    box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}
.site-footer-main {
    display: grid;
    grid-template-columns: minmax(320px, 1.55fr) repeat(3, minmax(140px, .55fr));
    gap: clamp(36px, 5vw, 76px);
    padding: clamp(52px, 6vw, 76px) 0 clamp(46px, 5vw, 66px);
}
.site-footer-brand { min-width: 0; }
.site-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}
.site-footer-logo img {
    width: 43px;
    height: 43px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.site-footer-logo span {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -.035em;
}
.site-footer-brand > p {
    max-width: 430px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .64);
    font-size: 16px;
    line-height: 1.65;
}
.site-footer-email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, .25);
    text-underline-offset: 5px;
    transition: color .2s ease, text-decoration-color .2s ease;
}
.site-footer-email:hover { color: #8eb1ff; text-decoration-color: #8eb1ff; }
.site-footer-email i { width: 19px; height: 19px; color: #72a0ff; }
.site-footer-column {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.site-footer-column h2 {
    margin-bottom: 7px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.01em;
}
.site-footer-column a {
    position: relative;
    color: rgba(255, 255, 255, .64);
    font-size: 15px;
    line-height: 1.5;
    transition: color .2s ease, transform .2s ease;
}
.site-footer-column a:hover { color: #fff; transform: translateX(3px); }
.site-footer a:focus-visible {
    outline: 3px solid rgba(114, 160, 255, .55);
    outline-offset: 4px;
    border-radius: 3px;
}
.site-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 23px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .52);
    font-size: 14px;
}
.site-footer-access {
    display: flex;
    align-items: center;
    gap: 14px;
}
.site-footer-access span {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
}
.site-footer-access a {
    color: rgba(255, 255, 255, .72);
    font-weight: 600;
    transition: color .2s ease;
}
.site-footer-access a:hover { color: #fff; }
@media (max-width: 899px) {
    .site-footer-main {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 38px 28px;
    }
    .site-footer-brand { grid-column: 1 / -1; }
    .site-footer-brand > p { max-width: 560px; }
}
@media (max-width: 639px) {
    .site-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 24px;
        padding: 46px 0 40px;
    }
    .site-footer-column:last-child { grid-column: 1 / -1; }
    .site-footer-bottom {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 15px;
        padding: 22px 0 26px;
    }
}
/* Shared site header — homepage is the canonical header across marketing pages. */
body.mitso-header-page { padding-top: 78px; }
.mitso-mobile-menu-button {
    color: #123b70 !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 8px;
    box-shadow: none !important;
    transition: color 200ms ease, transform 200ms ease;
}
.mitso-mobile-menu-button:hover {
    color: #2468ff !important;
    background: transparent !important;
    border-color: transparent !important;
}
.mitso-mobile-menu-button:active { transform: scale(.96); }
.mitso-mobile-menu-button:focus-visible {
    outline: 3px solid rgba(36, 104, 255, .3);
    outline-offset: 3px;
}
.mitso-site-header {
    position: fixed !important;
    inset: 0 0 auto !important;
    z-index: 60;
    width: 100%;
    padding: 0 16px !important;
    background: transparent !important;
    box-shadow: none !important;
    isolation: isolate;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    will-change: transform;
}
.mitso-site-header > .container {
    max-width: 1680px;
    padding: 10px 24px;
    background: #fff;
    border: 1px solid rgba(15, 45, 82, .08);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .11), 0 3px 8px rgba(15, 23, 42, .06);
}
body.mitso-header-page .mitso-site-header {
    padding: 0 !important;
    background: #fff !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .1) !important;
}
body.mitso-header-page .mitso-site-header > .container {
    width: 100%;
    max-width: 1680px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.mitso-mosaic-left {
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 2.5rem;
}
.mitso-mosaic-left-card {
    display: flex;
    min-height: 0;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
}
.mitso-crm-section {
    overflow: hidden;
    padding: clamp(68px, 8vw, 128px) 0;
    background: #fff;
}
.mitso-crm-layout {
    display: grid;
    grid-template-columns: minmax(280px, .68fr) minmax(0, 1.55fr);
    align-items: center;
    gap: clamp(42px, 6vw, 92px);
}
.mitso-crm-copy {
    position: relative;
    z-index: 1;
}
.mitso-crm-eyebrow {
    margin-bottom: 18px;
    color: #2468ff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.mitso-crm-copy h2 {
    max-width: 560px;
    color: #101828;
    font-size: clamp(40px, 4.6vw, 68px);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.03;
    text-wrap: balance;
}
.mitso-crm-lead {
    max-width: 500px;
    margin-top: 23px;
    color: #526072;
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.65;
}
.mitso-crm-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 29px;
    color: #172033;
    font-size: 14px;
    font-weight: 700;
}
.mitso-crm-tags span {
    display: inline-flex;
    align-items: center;
}
.mitso-crm-tags span + span::before {
    width: 3px;
    height: 3px;
    margin: 0 12px;
    border-radius: 50%;
    background: #2468ff;
    content: "";
}
.mitso-crm-visual {
    position: relative;
    min-width: 0;
    margin: 0;
}
.mitso-crm-visual::before {
    position: absolute;
    top: 10%;
    right: 5%;
    bottom: 2%;
    left: 8%;
    border-radius: 50%;
    background: rgba(36, 104, 255, .17);
    filter: blur(70px);
    content: "";
}
.mitso-crm-frame {
    position: relative;
    overflow: hidden;
    padding: 8px;
    border: 1px solid #d5deea;
    border-radius: 18px;
    background: rgba(255,255,255,.76);
    box-shadow: 0 30px 75px rgba(28, 51, 83, .16);
}
.mitso-crm-frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 11px;
}
@media (max-width: 1023px) {
    .mitso-mosaic-left { height: auto; }
    .mitso-mosaic-left-card { flex: none; }
    .mitso-crm-layout { grid-template-columns: 1fr; }
    .mitso-crm-copy { max-width: 740px; }
    body.mitso-header-page { padding-top: 68px; }
    .mitso-site-header { padding: 0 !important; }
    .mitso-site-header > .container {
        width: 100%;
        max-width: none;
        padding: 10px 16px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        box-shadow: 0 4px 14px rgba(15, 23, 42, .1);
    }
}
@media (max-width: 639px) {
    .mitso-crm-section { padding: 62px 0 68px; }
    .mitso-crm-layout { gap: 34px; }
    .mitso-crm-copy h2 { font-size: 39px; }
    .mitso-crm-tags { margin-top: 24px; }
    .mitso-crm-frame { width: calc(100% + 24px); margin-left: -12px; padding: 4px; border-radius: 12px; }
    .mitso-crm-frame img { border-radius: 8px; }
}
