.page_wrapper {
    width: 100%;
}

header {
    position: sticky;
    top: 0;
    z-index: 2000;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-bottom: 0;
}

header.fixed {
    box-shadow: 0 8px 20px rgba(17, 56, 114, 0.1);
}

.marketing-header {
    background: transparent;
    border-bottom: 0;
}

.portal-header {
    border-bottom: 0;
}

.portal-header-inner {
    padding-left: 10px;
    padding-right: 10px;
}

.marketing-header-inner {
    max-width: 1450px;
    padding-left: 10px;
    padding-right: 10px;
}

.marketing-brand-row {
    padding-bottom: 4px;
    align-items: center;
}

.marketing-menu-collapse {
    justify-content: flex-end;
    margin-left: auto;
    flex-grow: 1;
}

.marketing-menu-panel {
    background: transparent;
    border: 0;
    border-radius: 16px;
    box-shadow: none;
    padding: 6px 8px;
}

.navbar {
    padding: 12px 0;
}

.navbar-brand {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 36px;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: rgb(18, 111, 204);
    font-size: 13px;
    line-height: 1;
}

.brand-text {
    color: rgb(18, 111, 204) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.brand-mark img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    background: transparent;
}

.portal-nav-brand-row {
    padding-top: 10px;
    padding-bottom: 4px;
    align-items: center;
}

.portal-brand-link {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 36px;
}

.portal-brand-mark {
    color: rgb(18, 111, 204);
}

.portal-brand-mark .brand-text {
    color: rgb(18, 111, 204) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.portal-brand-icon {
    width: 24px;
    height: 24px;
}

.poll-brand-icon {
    width: 24px;
    height: 24px;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand:active {
    text-decoration: none !important;
}

.marketing-header .navbar-brand,
.marketing-header .navbar-brand:hover,
.marketing-header .navbar-brand:focus {
    color: rgb(18, 111, 204);
    text-decoration: none;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 7px 12px;
}

.navbar-toggler {
    border: 1px solid #b8cff0;
    border-radius: 10px;
}

.navbar-toggler:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(42, 119, 216, 0.18);
}

.toggle-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 4px;
}

.toggle-bar {
    width: 18px;
    height: 2px;
    border-top: 2px solid #2a77d8;
    position: relative;
    display: block;
}

.toggle-bar::before,
.toggle-bar::after {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    background: #2a77d8;
}

.toggle-bar::before {
    top: -6px;
}

.toggle-bar::after {
    top: 4px;
}

.banner_section {
    margin-top: 18px;
}

.banner_section .container {
    max-width: 1200px;
}

.homepage-public {
    background: #f4f8ff;
}

body.homepage-public {
    background: #f4f8ff !important;
}

.homepage-public .container-fluid,
.homepage-public main,
.homepage-public .page_wrapper {
    background: #f4f8ff !important;
}

.homepage-public .marketing-header {
    background: rgba(244, 248, 255, 0.93);
    backdrop-filter: blur(8px);
}

.homepage-public header {
    background: rgba(244, 248, 255, 0.93);
    border-bottom: 1px solid #d9e7fb;
}

.homepage-public .banner_section {
    margin-top: 56px;
}

.homepage-public .banner_section .banner_text {
    margin-top: -40px;
}

.homepage-public .homepage-hero-copy .phase1-title {
    font-size: 52px;
    line-height: 1.05;
    letter-spacing: -0.6px;
}

.homepage-public .homepage-hero-copy .phase1-subtitle {
    font-size: 32px;
    line-height: 1.12;
}

.homepage-public .homepage_app_image {
    width: 700px;
    max-width: 100%;
    border-radius: 16px;
    box-shadow: none;
}

.modern-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 14px;
    min-height: 44px;
    padding: 10px 16px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

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

.modern-btn-primary {
    color: #ffffff;
    background: linear-gradient(180deg, #24507f 0%, #173b60 100%);
    box-shadow: 0 10px 18px rgba(36, 80, 127, 0.22);
}

.modern-btn-primary:hover {
    color: #ffffff;
    background: #173b60;
    box-shadow: 0 12px 22px rgba(36, 80, 127, 0.3);
}

.modern-btn-soft {
    color: #24507f;
    background: #ffffff;
    border: 1px solid #c8daf5;
    box-shadow: 0 10px 18px rgba(17, 56, 114, 0.08);
}

.modern-btn-soft:hover {
    color: #173b60;
    background: #f8fbff;
}

.homepage-cta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.homepage-cta-row .dropdown {
    margin: 0;
}

.homepage-openportal-btn {
    width: 220px;
    min-width: 220px;
    height: 46px;
    justify-content: center;
}

.homepage-download-btn {
    width: 220px;
    min-width: 220px;
    height: 46px;
    justify-content: center;
    font-weight: 600;
}

.homepage-legal-note {
    margin: 10px auto 0;
    max-width: 520px;
    text-align: center;
    color: #677b9a;
    font-size: 12px;
    line-height: 1.45;
}

.homepage-legal-note a {
    color: #566f96;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.homepage-legal-note a:hover,
.homepage-legal-note a:focus {
    color: #294f86;
}

.homepage-download-menu {
    min-width: 220px;
    border: 1px solid #d7e3f6;
    border-radius: 12px;
    box-shadow: 0 14px 30px rgba(17, 56, 114, 0.12);
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top center;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
}

.homepage-download-wrap .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.homepage-download-menu .dropdown-item {
    border-radius: 8px;
    color: #2f3a4a;
}

.homepage-download-menu .dropdown-item:hover {
    background: #edf4ff;
    color: #114c9e;
}

.homepage-cta-icon {
    width: 16px;
    height: 16px;
}

.homepage-cta-icon-light {
    filter: brightness(0) invert(1);
}

.homepage-public footer .top_footer {
    background: #429bf5;
    border-top: 0;
    padding: 30px 0 60px;
}

.homepage-public footer .top_footer h3,
.homepage-public footer .top_footer h6,
.homepage-public footer .top_footer p,
.homepage-public footer .top_footer li,
.homepage-public footer .top_footer a {
    color: #ffffff;
}

.homepage-public footer .top_footer a:hover {
    color: #eaf3ff;
}

.homepage-public .bottom_footer {
    border-top: 0;
    background: #429bf5;
    padding-top: 0;
}

.homepage-public .bottom_footer_copyrighttext {
    color: #e8f2ff;
}

footer .top_footer {
    margin-top: 30px;
    border-top: 1px solid #dbe5f6;
    padding: 28px 0 16px;
}

footer .top_footer h3 {
    color: #153f79;
    font-size: 18px;
    margin-bottom: 8px;
}

footer .top_footer h6,
footer .top_footer p,
footer .top_footer li,
footer .top_footer a {
    color: #2f3a4a;
}

footer .top_footer ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

footer .top_footer li + li {
    margin-top: 6px;
}

footer .top_footer a:hover {
    color: #114c9e;
    text-decoration: none;
}

.bottom_footer {
    border-top: 1px solid #e3ebf8;
    padding: 12px 0 4px;
}

.bottom_footer_copyrighttext {
    margin: 0;
    color: #5f6f86;
    font-size: 13px;
}

#testimonial-container {
    height: 148px;
    overflow: hidden;
    position: relative;
    max-width: none;
    margin: 0;
}

.testimonial {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 2px 6px 0;
    box-sizing: border-box;
    text-align: left;
}

.homepage-testimonials-wrap {
    margin: 22px auto 8px;
    max-width: 1200px;
    padding: 10px 12px 8px;
    background: #ffffff;
}

.homepage-testimonials-layout {
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.homepage-testimonials-head {
    margin: 4px 0 0;
    padding-right: 8px;
}

.homepage-testimonials-head h3 {
    margin: 0;
    color: #0f315f;
    font-size: 22px;
    font-weight: 700;
}

.homepage-testimonials-head p {
    margin: 6px 0 0;
    color: #496282;
    font-size: 14px;
}

.testimonial-card {
    background: #f8fbff;
    border: 1px solid #d8e5fa;
    border-radius: 16px;
    box-shadow: none;
    width: 100%;
    height: auto;
    min-height: 0;
    box-sizing: border-box;
    padding: 8px 10px 5px;
    display: flex;
    flex-direction: column;
}

.testimonial .content {
    margin: 0;
    padding: 0;
}

.testimonial-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.testimonial .logo {
    max-width: 76px;
    max-height: 16px;
    margin-bottom: 0;
}

.testimonial .heading {
    font-weight: 600;
    margin: 0;
    font-size: 15px;
    color: #113764;
}

.testimonial .text {
    margin-bottom: 4px;
    font-size: 13px;
    color: #2b3748;
    line-height: 1.35;
    overflow: hidden;
}

.testimonial-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.homepage-testimonials-wrap.phase1-surface {
    padding-bottom: 5px !important;
}

.homepage-testimonials-wrap #testimonial-container,
.homepage-testimonials-wrap .testimonial-card {
    margin-bottom: 0 !important;
}

.testimonial .customer-info {
    font-style: normal;
    font-size: 11px;
    color: #425b7d;
    font-weight: 500;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonial-website {
    margin-top: 0;
    color: #1a4f95;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.testimonial-website:hover {
    color: #0f3d80;
    text-decoration: none;
}

.marketing-nav-link {
    font-weight: 600;
    font-size: 13px;
    color: #1f3551 !important;
    border-radius: 0;
    padding: 5px 10px !important;
    border: 0;
    background: transparent;
    transition: color 0.18s ease, transform 0.18s ease;
}

.marketing-nav-link:hover {
    color: #114c9e !important;
    background: transparent;
    border-color: transparent;
    transform: none;
}

.marketing-nav-link.is-active {
    color: #0f3d80 !important;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.marketing-nav-link:focus,
.marketing-nav-link:active {
    color: #114c9e !important;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.homepage-hero-copy {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.homepage-public .homepage-hero-copy.phase1-surface {
    background: #f4f8ff !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Company / pricing shell */
.modern-two-pane-shell {
    margin-top: 8px;
}

.modern-two-pane-row {
    align-items: flex-start;
}

.modern-side-col {
    padding-right: 10px;
}

.modern-main-col {
    padding-left: 10px;
    min-width: 0;
}

.modern-main-pane {
    margin-right: 0 !important;
}

.company-modern-shell {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.company-modern-row {
    align-items: flex-start;
}

.company-modern-main {
    padding: 24px 28px;
}

.company-modern-title {
    color: #0d315f;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.company-section-title {
    margin: 0 0 8px 0;
    color: #103b77;
    font-weight: 700;
}

.company-content-meta {
    color: #4b607f;
    font-weight: 600;
    margin-bottom: 12px;
}

.company-content-meta .badge.badge-secondary {
    background: #e6efff !important;
    color: #1f3551 !important;
    border: 1px solid #bfd5fa;
    font-weight: 600;
}

.company-entity-card {
    background: #ffffff;
    border: 1px solid #dce7f8;
    border-radius: 12px;
    padding: 10px 12px;
}

.content-page-root .content-page-shell {
    margin-top: 10px;
    margin-bottom: 40px;
}

.content-page-root .fav-main-layout {
    max-width: 1320px;
}

.content-page-card {
    padding: 28px;
}

.company-record-spaced {
    margin-top: 18px;
    padding: 18px 20px;
}

.contact-reveal-trigger {
    width: 100%;
    border: 1px solid #c6d8f2;
    border-radius: 12px;
    background: #f8fbff;
    color: #15477f;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    text-align: left;
}

.contact-reveal-trigger:hover,
.contact-reveal-trigger:focus {
    background: #edf4ff;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(42, 119, 216, 0.15);
}

.contact-reveal-chevron {
    margin-left: 12px;
    color: #2a77d8;
}

.contact-reveal-panel {
    display: none;
}

.contact-reveal-alert {
    margin-top: 14px;
    margin-bottom: 0;
}

.contact-validation-message {
    display: none;
    margin: 12px 0 16px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #7f1d1d;
    color: #fff;
    font-weight: 700;
    line-height: 1.45;
}

.contact-validation-message-visible {
    display: block;
}

.content-form-grid {
    display: grid;
    gap: 14px;
}

.modern-notes-input {
    border: 1px solid #c6d8f2;
    border-radius: 12px;
    color: #24364f;
    font-weight: 600;
    padding: 12px 14px;
    box-shadow: none;
}

.modern-notes-input:focus {
    border-color: #2a77d8;
    box-shadow: 0 0 0 3px rgba(42, 119, 216, 0.15);
}

.pricing-content-panel {
    background: #ffffff;
    border: 1px solid #dce7f8;
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(17, 56, 114, 0.08);
    padding: 22px;
}

.phase1-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0f315f;
}

.phase1-subtitle {
    font-size: 1.7rem;
    font-weight: 700;
    color: #3d5f8d;
}

.phase1-surface {
    background: #ffffff;
    border: 1px solid #dce7f8;
    border-radius: 24px;
    box-shadow: 0 14px 30px rgba(17, 56, 114, 0.08);
    padding: 22px;
}

.pricing-page-title {
    margin-bottom: 12px;
}

.pricing-page-title h1 {
    margin-bottom: 0;
}

.pricing-banner {
    border-radius: 14px;
    border: 1px solid #d7e3f6;
}

.pricing-banner-info {
    background: #edf4ff;
    color: #123b70;
}

.pricing-banner-warning {
    background: #fff4d7;
    color: #6d5300;
}

.pricing-shell {
    padding: 14px;
}

.pricing-table > thead > tr > th {
    border-top: 0;
    color: #123b70;
    font-weight: 700;
}

.pricing-table > tbody > tr > td {
    border-top: 1px solid #e5edf9;
    color: #26364d;
    vertical-align: middle;
}

.pricing-col-plan {
    width: 20%;
}

.pricing-row-alert {
    font-weight: 700;
    font-size: 1.2rem;
}

.pricing-note {
    font-size: 12pt;
    font-weight: 400;
}

.pricing-status-active {
    color: #1f7a41;
    font-weight: 700;
}

.pricing-status-expired {
    color: #b22a2a;
    font-weight: 700;
}

.pricing-status-cancelled {
    color: #b26d13;
    font-weight: 700;
}

.pricing-action-btn {
    margin-top: 4px;
}

/* Audience-aware pricing cards */
.pricing-audience-tabs {
    gap: 8px;
    border: 0;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.pricing-audience-tabs .nav-link {
    border: 1px solid #c6d8f2;
    border-radius: 999px;
    color: #15477f;
    background: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 9px 18px;
    transition: color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.pricing-audience-tabs .nav-link:hover {
    color: #114c9e;
    background: #f1f7ff;
}

.pricing-audience-tabs .nav-link.active {
    color: #ffffff;
    background: linear-gradient(180deg, #2a77d8 0%, #1d61bc 100%);
    border-color: transparent;
    box-shadow: 0 10px 18px rgba(33, 96, 186, 0.22);
}

.pricing-plan-row {
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 18px;
    justify-content: center;
}

.pricing-plan-col {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
}

.pricing-plan-card {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #dce7f8;
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(17, 56, 114, 0.08);
    padding: 26px 24px;
}

.pricing-plan-card--featured {
    border-color: #2a77d8;
    box-shadow: 0 18px 36px rgba(33, 96, 186, 0.18);
}

.pricing-plan-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(180deg, #2a77d8 0%, #1d61bc 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 999px;
    box-shadow: 0 8px 16px rgba(33, 96, 186, 0.28);
}

.pricing-plan-name {
    margin: 0 0 4px;
    color: #0f315f;
    font-weight: 800;
    font-size: 24px;
}

.pricing-plan-allowance {
    margin: 0 0 16px;
    color: #2a77d8;
    font-weight: 700;
    font-size: 15px;
}

.pricing-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    flex-grow: 1;
}

.pricing-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #26364d;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

.pricing-plan-tick {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.pricing-plan-price {
    color: #0f315f;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 14px;
}

.pricing-plan-price-was {
    text-decoration: line-through;
    color: #8094b3;
    font-size: 18px;
    font-weight: 600;
    margin-right: 6px;
}

.pricing-plan-per {
    color: #5f739a;
    font-size: 15px;
    font-weight: 600;
    margin-left: 4px;
}

.pricing-plan-action {
    margin-top: auto;
}

.pricing-plan-cta {
    width: 100%;
}

.pricing-plan-cta--disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.pricing-plan-active {
    display: block;
    width: 100%;
    padding: 10px 16px;
    border-radius: 12px;
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    color: #2e7d32;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
}

.pricing-plan-manage {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #09447f;
    text-decoration: underline;
}

.pricing-plan-manage:hover {
    color: #0a5cb8;
}

.pricing-plan-manage-hint {
    margin: 10px 0 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.45;
    color: #5f739a;
}

.pricing-role-banner,
.pricing-free-label {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    padding: 14px 18px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.pricing-role-banner {
    background: #eef5ff;
    border: 1px solid #c6d8f2;
    color: #0f3d80;
}

.pricing-free-label {
    background: linear-gradient(180deg, #eaf3ff 0%, #ddecff 100%);
    border: 1px solid #b8d2f6;
    color: #0d315f;
    font-size: 15px;
}

.pricing-role-banner-icon,
.pricing-free-label-icon,
.pricing-nonpaying-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.pricing-nonpaying-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #dce7f8;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(17, 56, 114, 0.08);
    padding: 28px 24px;
    color: #0f315f;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
}

.pricing-plan-note {
    text-align: center;
    color: #5f739a;
    font-weight: 600;
    margin-top: 18px;
}

.pricing-stripe-footer {
    text-align: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e3ebf8;
}

.pricing-stripe-text {
    color: #4b607f;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
}

.pricing-stripe-subtext {
    color: #5f739a;
    font-size: 12px;
    max-width: 520px;
    margin: 6px auto 0;
    line-height: 1.45;
}

@media (max-width: 767.98px) {
    .pricing-plan-card {
        padding: 22px 18px;
    }

    .pricing-plan-name {
        font-size: 22px;
    }

    .pricing-plan-price {
        font-size: 26px;
    }

    .pricing-audience-tabs .nav-link {
        flex: 1 1 auto;
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .company-modern-main {
        padding: 20px 16px;
    }

    .pricing-shell {
        padding: 12px;
        overflow-x: auto;
    }

    .pricing-table {
        min-width: 560px;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: flex-start;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .marketing-menu-collapse {
        margin-top: 12px;
        width: 100%;
    }

    .marketing-menu-panel {
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }

    .homepage-public .homepage-hero-copy .phase1-title {
        font-size: 40px;
    }

    .homepage-public .homepage-hero-copy .phase1-subtitle {
        font-size: 24px;
    }

    .homepage-public .banner_section {
        margin-top: 30px;
    }

    .homepage-testimonials-layout {
        grid-template-columns: 1fr;
    }

    .homepage-testimonials-head {
        padding-right: 0;
    }

    .homepage-cta-row {
        justify-content: flex-start;
    }

    .homepage-openportal-btn,
    .homepage-download-btn {
        width: 100%;
        min-width: 0;
    }

    .testimonial-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .testimonial .customer-info {
        white-space: normal;
    }
}

@media (max-width: 767.98px) {
    .brand-mark {
        padding: 7px 12px;
        gap: 8px;
        font-size: 0.88rem;
    }

    .brand-mark img {
        width: 34px;
        height: 34px;
    }

    .homepage-public .homepage_app_image {
        width: 100%;
    }

    .phase1-surface {
        padding: 18px;
        border-radius: 20px;
    }

    #testimonial-container {
        height: 190px;
    }
}
