/* Marketing Website Layout Styles */

/* Global Layout */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

main {
    padding-top: 80px; /* Account for fixed navbar */
}

/* Homepage Revamp */
.homepage-revamp {
    background:
        radial-gradient(circle at top right, rgba(205, 220, 236, 0.65), transparent 22rem),
        linear-gradient(180deg, #e9eff7 0%, #eef3fa 18%, #f9fbfe 100%);
}

.homepage-revamp main {
    padding-top: 0;
}

.homepage-revamp .homepage-navbar {
    padding: 0.9rem 0;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(29, 43, 59, 0.06);
}

.homepage-revamp .homepage-navbar .nav-link,
.homepage-revamp .homepage-navbar .navbar-toggler {
    color: #32465b;
}

.homepage-revamp .homepage-navbar .nav-link:hover,
.homepage-revamp .homepage-navbar .nav-link:focus {
    color: #1f3143;
}

.homepage-revamp .homepage-navbar .navbar-brand {
    color: #32465b !important;
}

.homepage-revamp .homepage-navbar .brand-text {
    color: #32465b;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #32465b;
    background-clip: unset;
}

.hero-revamp {
    min-height: auto;
    padding: 7.5rem 0 2rem;
    background: transparent;
    color: var(--dark-color);
}

.hero-revamp::before {
    display: none;
}

.hero-shell {
    position: relative;
}

.hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
    gap: 2rem;
    align-items: stretch;
}

.hero-copy {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 14rem),
        linear-gradient(145deg, #32465b 0%, #25374a 100%);
    color: #ffffff;
    border-radius: 2rem;
    padding: clamp(2rem, 4vw, 4rem);
    position: relative;
    overflow: hidden;
}

.hero-copy::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.45;
    pointer-events: none;
}

.hero-copy > * {
    position: relative;
    z-index: 1;
}

.hero-eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-eyebrow {
    color: #adc1d5;
    margin-bottom: 1.25rem;
}

.hero-revamp .hero-title {
    font-size: clamp(2.8rem, 4.8vw, 4.4rem);
    line-height: 1.08;
    margin-bottom: 1.5rem;
    color: #ffffff;
    max-width: 11ch;
}

.hero-revamp .hero-subtitle {
    font-size: 1.3rem;
    color: #d8e1eb;
    max-width: 36rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.hero-description {
    color: #d8e1eb;
    font-size: 1.02rem;
    max-width: 38rem;
    margin-bottom: 2rem;
}

.hero-description p:last-child {
    margin-bottom: 0;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.btn-outline-hero {
    border: 1px solid rgba(214, 226, 237, 0.65);
    color: #ffffff;
    background: transparent;
}

.btn-outline-hero:hover,
.btn-outline-hero:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.9);
}

.hero-supporting {
    display: grid;
    gap: 0.9rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(214, 226, 237, 0.2);
}

.hero-supporting-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    color: #d8e1eb;
}

.hero-supporting-item i {
    margin-top: 0.2rem;
    color: #ffffff;
}

.hero-visual {
    display: grid;
    gap: 1.25rem;
    align-content: start;
}

.hero-dashboard-card,
.hero-image-frame {
    background: #ffffff;
    border: 1px solid #d9e3ef;
    border-radius: 1.75rem;
    box-shadow: 0 18px 40px rgba(29, 43, 59, 0.08);
}

.hero-dashboard-card {
    padding: 1.5rem;
}

.hero-dashboard-bar {
    display: flex;
    gap: 0.45rem;
    margin-bottom: 1.25rem;
}

.hero-dashboard-bar span {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: #c2d1e0;
}

.hero-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.hero-metric,
.hero-mini-metric,
.hero-workflow-card {
    border-radius: 1.25rem;
    padding: 1rem;
}

.hero-metric-primary {
    grid-row: span 2;
    background: linear-gradient(160deg, #32465b 0%, #2a3d50 100%);
    color: #ffffff;
}

.hero-mini-metric {
    background: #eef3fa;
}

.hero-metric-soft {
    grid-row: span 2;
    background: #dce7f2;
}

.hero-workflow-card {
    grid-column: span 2;
    background: #f3f7fc;
}

.hero-metric-label {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
    color: inherit;
    opacity: 0.9;
}

.hero-metric-value {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}

.hero-mini-value,
.proof-metric-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #32465b;
}

.hero-metric-meta {
    margin-top: 0.4rem;
    font-size: 0.9rem;
    color: inherit;
    opacity: 0.75;
}

.hero-line-chart {
    position: relative;
    height: 2.4rem;
    margin-top: 0.8rem;
}

.line-segment {
    position: absolute;
    height: 3px;
    background: #32465b;
    transform-origin: left center;
    border-radius: 999px;
}

.segment-1 {
    width: 4.2rem;
    top: 1.4rem;
    left: 0;
    transform: rotate(-16deg);
}

.segment-2 {
    width: 4rem;
    top: 1rem;
    left: 3.8rem;
    transform: rotate(14deg);
}

.segment-3 {
    width: 3.8rem;
    top: 1.45rem;
    left: 7.3rem;
    transform: rotate(-22deg);
}

.segment-4 {
    width: 4rem;
    top: 0.9rem;
    left: 10.6rem;
    transform: rotate(12deg);
}

.hero-image-frame {
    padding: 1rem;
}

.hero-image-frame img {
    width: 100%;
    border-radius: 1.2rem;
    display: block;
}

.proof-strip-section,
.trusted-brands-section {
    padding-top: 1.25rem;
}

.proof-strip {
    background: linear-gradient(145deg, #32465b 0%, #2e4255 100%);
    color: #ffffff;
    border-radius: 1.8rem;
    padding: 2rem;
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(0, 1.3fr);
    gap: 1.5rem 2rem;
}

.proof-strip .section-kicker,
.resource-panel .section-kicker,
.final-cta-panel .section-kicker {
    color: #bccddd;
}

.proof-strip-title {
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    margin: 0.75rem 0 0;
    color: #ffffff;
}

.proof-strip-copy {
    color: #d8e1eb;
    margin-top: 0.85rem;
    max-width: 38rem;
}

.proof-strip-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.proof-metric {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;
    padding: 1.25rem;
}

.proof-metric-label {
    color: #bccddd;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.proof-metric-value {
    color: #ffffff;
    font-size: 2rem;
    margin-top: 0.4rem;
}

.proof-metric-meta {
    color: #d8e1eb;
    margin-top: 0.5rem;
    font-size: 0.92rem;
}

.trusted-brands-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}

.trusted-brand-chip {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #d9e3ef;
    border-radius: 999px;
    min-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    color: #32465b;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.trusted-brand-chip img {
    max-width: 100%;
    max-height: 2rem;
}

.section-header-left {
    text-align: left;
}

.section-header-left .section-subtitle,
.section-subtitle-left {
    margin-left: 0;
}

.section-kicker {
    color: #5e768f;
    margin-bottom: 0.8rem;
}

.modules-section,
.resources-section,
.industries-section {
    background: transparent;
}

.platform-grid,
.workflow-grid,
.industry-grid,
.resource-card-grid {
    display: grid;
    gap: 1.25rem;
}

.platform-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.platform-card,
.workflow-card,
.industry-card,
.resource-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #d9e3ef;
    border-radius: 1.6rem;
    padding: 1.6rem;
    box-shadow: 0 14px 32px rgba(29, 43, 59, 0.05);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal);
    height: 100%;
}

.platform-card:hover,
.workflow-card:hover,
.industry-card:hover,
.resource-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(29, 43, 59, 0.1);
}

.platform-card-dark,
.workflow-card-dark,
.industry-card-dark {
    background: #32465b;
    color: #ffffff;
    border-color: #32465b;
}

.platform-card-soft,
.workflow-card-soft,
.industry-card-soft {
    background: #dce7f2;
}

.platform-card-icon {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1rem;
    background: #eef3fa;
    color: #32465b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.platform-card-dark .platform-card-icon {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.platform-card-title,
.workflow-title,
.industry-card-title,
.resource-title {
    font-size: 1.45rem;
    margin-bottom: 0.8rem;
}

.platform-card-description,
.workflow-description,
.industry-card-description,
.resource-excerpt {
    color: #617a92;
    line-height: 1.7;
}

.platform-card-dark .platform-card-title,
.workflow-card-dark .workflow-title,
.industry-card-dark .industry-card-title {
    color: #ffffff;
}

.platform-card-dark .platform-card-description,
.workflow-card-dark .workflow-description,
.industry-card-dark .industry-card-description {
    color: #d8e1eb;
}

.platform-tags,
.workflow-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
}

.platform-tags span,
.workflow-tags span {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: #eef3fa;
    color: #32465b;
    font-size: 0.82rem;
    font-weight: 700;
}

.platform-card-dark .platform-tags span,
.workflow-card-dark .workflow-tags span {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.platform-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.4rem;
}

.platform-price {
    color: #32465b;
    font-weight: 700;
}

.platform-card-dark .platform-price {
    color: #ffffff;
}

.platform-link,
.workflow-link,
.industry-link,
.resource-link {
    color: #32465b;
    font-weight: 700;
    text-decoration: none;
}

.platform-card-dark .platform-link,
.workflow-card-dark .workflow-link,
.industry-card-dark .industry-link {
    color: #ffffff;
}

.supporting-features {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.supporting-feature-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid #d9e3ef;
    border-radius: 1.3rem;
    padding: 1.25rem;
}

.supporting-feature-item i {
    color: #32465b;
    margin-top: 0.25rem;
}

.supporting-feature-item h4 {
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
}

.supporting-feature-item p {
    margin: 0;
    color: #617a92;
}

.section-cta {
    margin-top: 2rem;
}

.workflow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.workflow-card-light {
    background: #eef3fa;
}

.workflow-eyebrow {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5e768f;
    margin-bottom: 0.8rem;
}

.workflow-card-dark .workflow-eyebrow {
    color: #b9c9d8;
}

.workflow-link {
    display: inline-flex;
    align-items: center;
    margin-top: 1.1rem;
}

.industry-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.industry-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.industry-card-image {
    margin-top: 1.4rem;
}

.industry-card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 1.1rem;
}

.proof-content-section {
    padding-top: 1rem;
}

.proof-story-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
    gap: 1.5rem;
    align-items: stretch;
}

.proof-quote-card,
.resource-panel,
.final-cta-panel {
    border-radius: 1.8rem;
}

.proof-quote-card {
    margin-top: 1.6rem;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #d9e3ef;
    padding: 2rem;
    box-shadow: 0 16px 36px rgba(29, 43, 59, 0.06);
}

.proof-quote-card p {
    font-size: 1.45rem;
    line-height: 1.6;
    color: #162332;
    margin-bottom: 1.5rem;
}

.proof-quote-card footer {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    color: #617a92;
}

.resource-panel {
    background: linear-gradient(145deg, #32465b 0%, #2a3d50 100%);
    color: #ffffff;
    padding: 2rem;
    height: 100%;
}

.resource-panel h3 {
    color: #ffffff;
    font-size: 2rem;
    margin: 0.75rem 0 1rem;
}

.resource-panel p {
    color: #d8e1eb;
    max-width: 30rem;
    margin-bottom: 1.5rem;
}

.resource-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.resource-category {
    color: #32465b;
}

.resource-date {
    color: #7b91a7;
}

.resource-title a {
    color: #162332;
    text-decoration: none;
}

.final-cta-panel {
    background: linear-gradient(135deg, #32465b 0%, #405c77 100%);
    color: #ffffff;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.final-cta-panel h2 {
    color: #ffffff;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    margin: 0.75rem 0 0.9rem;
}

.final-cta-panel p {
    color: #d8e1eb;
    max-width: 42rem;
    margin: 0;
}

.final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    justify-content: flex-end;
}

.btn-ghost-light {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.btn-ghost-light:hover,
.btn-ghost-light:focus {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light), var(--secondary-color));
    color: white;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="rgba(255,255,255,0.1)" points="0,1000 1000,0 1000,1000"/></svg>');
    background-size: cover;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--spacing-lg);
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: var(--font-weight-light);
    margin-bottom: var(--spacing-xl);
    opacity: 0.9;
}

.hero-cta {
    margin-bottom: var(--spacing-2xl);
}

.hero-image {
    position: relative;
    z-index: 2;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius-2xl);
    box-shadow: var(--shadow-xl);
}

/* Feature Section */
.features-section {
    padding: var(--spacing-3xl) 0;
    background-color: var(--gray-100);
}

.feature-card {
    text-align: center;
    padding: var(--spacing-xl);
    background: white;
    border-radius: var(--border-radius-xl);
    border: none;
    transition: all var(--transition-normal);
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto var(--spacing-lg);
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: var(--font-weight-semibold);
    margin-bottom: var(--spacing-md);
    color: var(--dark-color);
}

.feature-description {
    color: var(--gray-600);
    line-height: 1.6;
}

/* Product Cards */
.product-card {
    background: white;
    border-radius: var(--border-radius-xl);
    border: 1px solid var(--gray-200);
    overflow: hidden;
    transition: all var(--transition-normal);
    height: 100%;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-color);
}

.product-card-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-normal);
}

.product-card:hover .product-card-image img {
    transform: scale(1.05);
}

.product-card-body {
    padding: var(--spacing-lg);
}

.product-card-title {
    font-size: 1.25rem;
    font-weight: var(--font-weight-semibold);
    margin-bottom: var(--spacing-sm);
    color: var(--dark-color);
}

.product-card-description {
    color: var(--gray-600);
    margin-bottom: var(--spacing-lg);
    line-height: 1.6;
}

.product-card-price {
    font-size: 1.1rem;
    font-weight: var(--font-weight-semibold);
    color: var(--secondary-color);
    margin-bottom: var(--spacing-md);
}

.product-badge {
    position: absolute;
    top: var(--spacing-md);
    right: var(--spacing-md);
    background: var(--secondary-color);
    color: white;
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--border-radius-md);
    font-size: 0.8rem;
    font-weight: var(--font-weight-medium);
}

.product-badge.premium {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

/* Pricing Cards */
.pricing-section {
    padding: var(--spacing-3xl) 0;
    background: linear-gradient(135deg, var(--gray-100), white);
}

.pricing-card {
    background: white;
    border-radius: var(--border-radius-2xl);
    border: 2px solid var(--gray-200);
    padding: var(--spacing-2xl);
    text-align: center;
    transition: all var(--transition-normal);
    position: relative;
    height: 100%;
}

.pricing-card.popular {
    border-color: var(--primary-color);
    transform: scale(1.05);
    box-shadow: var(--shadow-xl);
}

.pricing-card.popular::before {
    content: 'Most Popular';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: white;
    padding: var(--spacing-xs) var(--spacing-lg);
    border-radius: var(--border-radius-md);
    font-size: 0.9rem;
    font-weight: var(--font-weight-medium);
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
}

.pricing-card.popular:hover {
    transform: translateY(-6px) scale(1.05);
}

/* Ribbon for Bootstrap Cards (used in pricing.html) */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 8px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

/* Ribbon top right */
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

.pricing-plan-name {
    font-size: 1.5rem;
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--spacing-md);
    color: var(--dark-color);
}

.pricing-amount {
    font-size: 3rem;
    font-weight: var(--font-weight-bold);
    color: var(--primary-color);
    margin-bottom: var(--spacing-sm);
}

.pricing-period {
    color: var(--gray-600);
    margin-bottom: var(--spacing-xl);
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin-bottom: var(--spacing-xl);
}

.pricing-features li {
    padding: var(--spacing-sm) 0;
    border-bottom: 1px solid var(--gray-200);
    color: var(--gray-700);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li i {
    color: var(--success-color);
    margin-right: var(--spacing-sm);
}

/* Testimonial Cards */
.testimonial-section {
    padding: var(--spacing-3xl) 0;
    background: var(--dark-color);
    color: white;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--border-radius-xl);
    padding: var(--spacing-xl);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    text-align: center;
}

.testimonial-content {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: var(--spacing-lg);
    font-style: italic;
}

.testimonial-content::before {
    content: '"';
    font-size: 2rem;
    color: var(--secondary-color);
}

.testimonial-content::after {
    content: '"';
    font-size: 2rem;
    color: var(--secondary-color);
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-md);
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--secondary-color);
}

.testimonial-info h6 {
    margin: 0;
    color: white;
    font-weight: var(--font-weight-semibold);
}

.testimonial-info small {
    color: var(--gray-300);
}

.testimonial-rating {
    color: var(--secondary-color);
    margin-bottom: var(--spacing-md);
}

/* Blog Cards */
.blog-card {
    background: white;
    border-radius: var(--border-radius-xl);
    border: 1px solid var(--gray-200);
    overflow: hidden;
    transition: all var(--transition-normal);
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}

.blog-card-image {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-normal);
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-body {
    padding: var(--spacing-lg);
}

.blog-card-category {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--border-radius-md);
    font-size: 0.8rem;
    font-weight: var(--font-weight-medium);
    margin-bottom: var(--spacing-md);
}

.blog-card-title {
    font-size: 1.25rem;
    font-weight: var(--font-weight-semibold);
    margin-bottom: var(--spacing-sm);
    color: var(--dark-color);
    line-height: 1.3;
}

.blog-card-excerpt {
    color: var(--gray-600);
    margin-bottom: var(--spacing-lg);
    line-height: 1.6;
}

.blog-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: var(--gray-500);
}

/* Contact Form */
.contact-section {
    padding: var(--spacing-3xl) 0;
    background: linear-gradient(135deg, var(--gray-100), white);
}

.contact-form {
    background: white;
    border-radius: var(--border-radius-2xl);
    padding: var(--spacing-2xl);
    box-shadow: var(--shadow-lg);
}

.contact-info {
    background: var(--dark-color);
    color: white;
    border-radius: var(--border-radius-2xl);
    padding: var(--spacing-2xl);
}

.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: var(--spacing-lg);
}

.contact-info-icon {
    width: 3rem;
    height: 3rem;
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: var(--spacing-md);
    font-size: 1.2rem;
}

/* Tenant Gateway */
.tenant-gateway-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: white;
}

.tenant-gateway-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: var(--border-radius-2xl);
    padding: var(--spacing-2xl);
    color: var(--dark-color);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.tenant-input-group {
    margin: var(--spacing-xl) 0;
}

.validation-result {
    padding: var(--spacing-md);
    border-radius: var(--border-radius-md);
    margin: var(--spacing-md) 0;
    text-align: center;
    transition: all var(--transition-normal);
}

.validation-result.success {
    background: rgba(76, 175, 80, 0.1);
    border: 1px solid var(--success-color);
    color: var(--success-color);
}

.validation-result.error {
    background: rgba(244, 67, 54, 0.1);
    border: 1px solid var(--danger-color);
    color: var(--danger-color);
}

/* FAQ Section */
.faq-section {
    padding: var(--spacing-3xl) 0;
}

.faq-category {
    margin-bottom: var(--spacing-2xl);
}

.faq-category-title {
    font-size: 1.5rem;
    font-weight: var(--font-weight-semibold);
    color: var(--primary-color);
    margin-bottom: var(--spacing-lg);
    padding-bottom: var(--spacing-sm);
    border-bottom: 2px solid var(--primary-color);
}

.faq-item {
    background: white;
    border: 1px solid var(--gray-200);
    border-radius: var(--border-radius-lg);
    margin-bottom: var(--spacing-md);
    overflow: hidden;
}

.faq-question {
    background: var(--gray-100);
    padding: var(--spacing-lg);
    font-weight: var(--font-weight-medium);
    color: var(--dark-color);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color var(--transition-fast);
}

.faq-question:hover {
    background: var(--gray-200);
}

.faq-question.active {
    background: var(--primary-color);
    color: white;
}

.faq-answer {
    padding: var(--spacing-lg);
    display: none;
    color: var(--gray-700);
    line-height: 1.6;
}

.faq-answer.active {
    display: block;
}

/* Back to Top Button */
#back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: none;
    background: var(--primary-color);
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all var(--transition-normal);
    z-index: 1000;
    box-shadow: var(--shadow-lg);
}

#back-to-top:hover {
    background: var(--primary-dark);
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}

/* Section Spacing */
.section {
    padding: var(--spacing-3xl) 0;
}

.section-header {
    text-align: center;
    margin-bottom: var(--spacing-2xl);
}

.section-title {
    font-size: 2.5rem;
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--spacing-md);
    color: var(--dark-color);
}

.section-subtitle {
    font-size: 1.25rem;
    color: var(--gray-600);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 991px) {
    .homepage-revamp main {
        padding-top: 88px;
    }

    .hero-panel,
    .proof-strip,
    .proof-story-layout,
    .final-cta-panel {
        grid-template-columns: 1fr;
    }

    .platform-grid,
    .workflow-grid,
    .industry-grid,
    .resource-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-dashboard-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-metric-primary,
    .hero-metric-soft,
    .hero-workflow-card {
        grid-column: auto;
        grid-row: auto;
    }

    .final-cta-actions {
        justify-content: flex-start;
    }

    /* On tablets and below, show 2 cards per row instead of 4 */
    .pricing-card.popular {
        transform: none;
    }

    .pricing-card.popular:hover {
        transform: translateY(-6px);
    }
}

@media (max-width: 768px) {
    main {
        padding-top: 70px;
    }

    .homepage-revamp main {
        padding-top: 82px;
    }

    .hero-copy,
    .hero-dashboard-card,
    .resource-panel,
    .proof-quote-card,
    .final-cta-panel,
    .proof-strip {
        padding: 1.5rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.25rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1.1rem;
    }

    .hero-actions,
    .final-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .platform-grid,
    .workflow-grid,
    .industry-grid,
    .resource-card-grid,
    .supporting-features {
        grid-template-columns: 1fr;
    }

    .hero-dashboard-grid,
    .proof-strip-metrics {
        grid-template-columns: 1fr;
    }

    .pricing-card.popular {
        transform: none;
    }

    .pricing-card.popular:hover {
        transform: translateY(-6px);
    }

    .feature-card {
        padding: var(--spacing-lg);
    }

    .contact-form,
    .contact-info {
        margin-bottom: var(--spacing-lg);
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .pricing-amount {
        font-size: 2.5rem;
    }

    .feature-card,
    .product-card,
    .blog-card {
        margin-bottom: var(--spacing-lg);
    }

    .hero-revamp .hero-title {
        font-size: 2.25rem;
    }

    .hero-revamp .hero-subtitle {
        font-size: 1.08rem;
    }
}

/* Loading States */
.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Footer Styles */
footer.bg-dark {
    background-color: #212529 !important;
}

footer.bg-dark h5,
footer.bg-dark h6 {
    color: #ffffff;
    margin-bottom: 1rem;
}

footer.bg-dark .text-white-50 {
    color: rgba(255, 255, 255, 0.6) !important;
}

footer.bg-dark a.hover-light {
    transition: all var(--transition-fast);
}

footer.bg-dark a.hover-light:hover {
    color: #ffffff !important;
    transform: translateX(3px);
}

footer.bg-dark hr {
    border-color: rgba(255, 255, 255, 0.1);
}

/* Newsletter Form in Footer */
footer .newsletter-form .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

footer .newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .newsletter-form .form-control:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: var(--primary-color);
    color: #ffffff;
}

/* Print Styles */
@media print {
    .hero-section,
    .testimonial-section,
    #back-to-top {
        display: none !important;
    }

    .section {
        padding: var(--spacing-lg) 0;
    }
}

/* Final homepage fixes for live dev merge */
.homepage-revamp main.homepage-main {
    padding-top: 0 !important;
}

.homepage-revamp header.navbar,
.homepage-revamp .homepage-navbar,
.homepage-revamp header.navbar.navbar-dark.bg-transparent {
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(29, 43, 59, 0.06) !important;
    padding: 0.9rem 0 !important;
}

.homepage-revamp header.navbar .nav-link,
.homepage-revamp header.navbar .navbar-brand,
.homepage-revamp header.navbar .navbar-toggler,
.homepage-revamp header.navbar .nav-link i {
    color: #32465b !important;
}

.homepage-revamp header.navbar .brand-text {
    color: #32465b !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #32465b !important;
    background-clip: unset !important;
}

.homepage-revamp .hero-section.hero-revamp,
.homepage-revamp .hero-section.hero-revamp::before {
    background: transparent !important;
}

.homepage-revamp .hero-section.hero-revamp {
    display: block !important;
    min-height: auto !important;
    padding: 7.5rem 0 2rem !important;
}

.homepage-revamp .hero-revamp .hero-title,
.homepage-revamp .hero-revamp .hero-subtitle {
    color: #ffffff !important;
}

.homepage-revamp .hero-copy {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 14rem),
        linear-gradient(145deg, #32465b 0%, #25374a 100%) !important;
}

.homepage-revamp .proof-strip,
.homepage-revamp .resource-panel,
.homepage-revamp .final-cta-panel {
    background: linear-gradient(145deg, #32465b 0%, #2a3d50 100%) !important;
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .homepage-revamp .hero-section.hero-revamp {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
}

@media (max-width: 768px) {
    .homepage-revamp .hero-section.hero-revamp {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

/* Homepage Revamp Overrides
   Keep these at the end so they win over the legacy homepage rules above. */
.homepage-revamp {
    background:
        radial-gradient(circle at top right, rgba(205, 220, 236, 0.65), transparent 22rem),
        linear-gradient(180deg, #e9eff7 0%, #eef3fa 18%, #f9fbfe 100%);
}

.homepage-revamp main,
.homepage-revamp .homepage-main {
    padding-top: 96px;
}

.homepage-revamp .hero-section.hero-revamp {
    min-height: auto;
    padding: 3.5rem 0 3.5rem;
    background: transparent;
    color: var(--dark-color);
    display: block;
}

.homepage-revamp .hero-section.hero-revamp::before {
    display: none;
}

.homepage-revamp .hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
    gap: 2rem;
    align-items: stretch;
}

.homepage-revamp .hero-copy {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 14rem),
        linear-gradient(145deg, #32465b 0%, #25374a 100%);
    color: #ffffff;
    border-radius: 2rem;
    padding: clamp(2rem, 4vw, 4rem);
    position: relative;
    overflow: hidden;
}

.homepage-revamp .hero-copy::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.45;
    pointer-events: none;
}

.homepage-revamp .hero-copy > * {
    position: relative;
    z-index: 1;
}

.homepage-revamp .hero-revamp .hero-title {
    font-size: clamp(2.8rem, 4.8vw, 4.4rem);
    line-height: 1.08;
    margin-bottom: 1.5rem;
    color: #ffffff;
    max-width: 11ch;
}

.homepage-revamp .hero-revamp .hero-subtitle {
    font-size: 1.3rem;
    color: #d8e1eb;
    max-width: 36rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 1;
}

.homepage-revamp .hero-description {
    color: #d8e1eb;
    font-size: 1.02rem;
    max-width: 38rem;
    margin-bottom: 2rem;
}

.homepage-revamp .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.homepage-revamp .btn-outline-hero {
    border: 1px solid rgba(214, 226, 237, 0.65);
    color: #ffffff;
    background: transparent;
}

.homepage-revamp .btn-outline-hero:hover,
.homepage-revamp .btn-outline-hero:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.9);
}

.homepage-revamp .hero-supporting {
    display: grid;
    gap: 0.9rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(214, 226, 237, 0.2);
}

.homepage-revamp .hero-supporting-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    color: #d8e1eb;
}

.homepage-revamp .hero-supporting-item i {
    margin-top: 0.2rem;
    color: #ffffff;
}

.homepage-revamp .hero-visual {
    display: flex;
    flex-direction: column;
}

.homepage-revamp .hero-visual .hero-dashboard-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.homepage-revamp .hero-dashboard-card,
.homepage-revamp .hero-image-frame {
    background: #ffffff;
    border: 1px solid #d9e3ef;
    border-radius: 1.75rem;
    box-shadow: 0 18px 40px rgba(29, 43, 59, 0.08);
}

.homepage-revamp .hero-dashboard-card {
    padding: 1.75rem;
}

.homepage-revamp .hero-dashboard-bar {
    display: flex;
    gap: 0.45rem;
    margin-bottom: 1.25rem;
}

.homepage-revamp .hero-dashboard-bar span {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: #c2d1e0;
}

.homepage-revamp .hero-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    flex: 1;
    align-content: start;
}

.homepage-revamp .hero-metric,
.homepage-revamp .hero-mini-metric,
.homepage-revamp .hero-workflow-card {
    border-radius: 1.25rem;
    padding: 1.15rem;
}

.homepage-revamp .hero-metric-primary {
    grid-row: span 2;
    background: linear-gradient(160deg, #32465b 0%, #2a3d50 100%);
    color: #ffffff;
}

.homepage-revamp .hero-mini-metric {
    background: #eef3fa;
}

.homepage-revamp .hero-metric-soft {
    grid-row: span 2;
    background: #dce7f2;
}

.homepage-revamp .hero-workflow-card {
    grid-column: span 2;
    background: #f3f7fc;
}

.homepage-revamp .hero-metric-label {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
    color: inherit;
    opacity: 0.9;
}

.homepage-revamp .hero-metric-value {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}

.homepage-revamp .hero-mini-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #32465b;
}

.homepage-revamp .hero-metric-meta {
    margin-top: 0.4rem;
    font-size: 0.9rem;
    color: inherit;
    opacity: 0.75;
}

.homepage-revamp .hero-line-chart {
    position: relative;
    height: 2.4rem;
    margin-top: 0.8rem;
}

.homepage-revamp .line-segment {
    position: absolute;
    height: 3px;
    background: #32465b;
    transform-origin: left center;
    border-radius: 999px;
}

.homepage-revamp .segment-1 {
    width: 4.2rem;
    top: 1.4rem;
    left: 0;
    transform: rotate(-16deg);
}

.homepage-revamp .segment-2 {
    width: 4rem;
    top: 1rem;
    left: 3.8rem;
    transform: rotate(14deg);
}

.homepage-revamp .segment-3 {
    width: 3.8rem;
    top: 1.45rem;
    left: 7.3rem;
    transform: rotate(-22deg);
}

.homepage-revamp .segment-4 {
    width: 4rem;
    top: 0.9rem;
    left: 10.6rem;
    transform: rotate(12deg);
}

.homepage-revamp .hero-image-frame {
    padding: 1rem;
}

.homepage-revamp .hero-image-frame img {
    width: 100%;
    border-radius: 1.2rem;
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .homepage-revamp .hero-panel {
        grid-template-columns: 1fr;
    }

    .homepage-revamp .hero-section.hero-revamp {
        padding-top: 3rem;
        padding-bottom: 2.5rem;
    }

    .homepage-revamp .hero-dashboard-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .homepage-revamp .hero-metric-primary,
    .homepage-revamp .hero-metric-soft,
    .homepage-revamp .hero-workflow-card {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 768px) {
    .homepage-revamp .hero-copy,
    .homepage-revamp .hero-dashboard-card,
    .homepage-revamp .hero-image-frame {
        padding: 1.5rem;
    }

    .homepage-revamp .hero-section.hero-revamp {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .homepage-revamp .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .homepage-revamp .hero-dashboard-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   HOMEPAGE FACELIFT — Dashboard Mockup & Visual Polish
   ============================================================ */

/* Colored window-chrome dots */
.hero-dashboard-bar .dot-red    { background: #ff5f57; }
.hero-dashboard-bar .dot-yellow { background: #ffbd2e; }
.hero-dashboard-bar .dot-green  { background: #28c840; }

/* Dashboard section label */
.hero-dashboard-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #617a92;
    letter-spacing: 0.03em;
    margin-bottom: 1.25rem;
}

/* Trend badges */
.hero-metric-trend {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.72rem;
    font-weight: 700;
    margin-top: 0.45rem;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
}
.hero-metric-trend.up   { background: rgba(34, 197, 94, 0.12); color: #16a34a; }
.hero-metric-trend.warn { background: rgba(245, 158, 11, 0.12); color: #b45309; }
.hero-metric-primary .hero-metric-trend.up {
    background: rgba(134, 239, 172, 0.2);
    color: #86efac;
}
.hero-metric-soft .hero-metric-trend.up {
    background: rgba(34, 197, 94, 0.15);
    color: #15803d;
}

/* Sparkline bar chart (replaces line segments) */
.hero-sparkline {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 2.8rem;
    margin-top: 0.75rem;
}
.spark-bar {
    flex: 1;
    background: rgba(50, 70, 91, 0.25);
    border-radius: 3px 3px 0 0;
    min-height: 4px;
    transition: opacity 0.2s;
}
.spark-bar.active {
    background: linear-gradient(to top, #1565c0, #42a5f5);
    opacity: 1;
}

/* Improved page background for homepage */
.homepage-revamp {
    background:
        radial-gradient(ellipse 70% 50% at 0% 0%, rgba(50, 70, 91, 0.05) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 100% 15%, rgba(21, 101, 192, 0.04) 0%, transparent 50%),
        linear-gradient(180deg, #edf3fb 0%, #f5f9ff 30%, #fafcff 70%, #ffffff 100%);
}

/* Sharper navbar shadow */
.homepage-revamp .homepage-navbar {
    box-shadow: 0 1px 0 rgba(50, 70, 91, 0.1), 0 4px 16px rgba(50, 70, 91, 0.04);
}

/* Hero copy — tighter letter-spacing on title */
.homepage-revamp .hero-revamp .hero-title {
    letter-spacing: -0.025em;
}

/* Improved hero dashboard card — more depth */
.homepage-revamp .hero-dashboard-card {
    box-shadow: 0 24px 64px rgba(29, 43, 59, 0.12), 0 4px 16px rgba(29, 43, 59, 0.06);
}

/* Mini metric value — slightly larger */
.homepage-revamp .hero-mini-value {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1e3a5f;
}

/* Soft metric value */
.homepage-revamp .hero-metric-soft .hero-metric-value {
    color: #1e3a5f;
}

/* Section kickers — stronger contrast */
.section-kicker {
    color: #1565c0;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.2em;
}

/* Proof strip kicker keeps its light color */
.proof-strip .section-kicker,
.resource-panel .section-kicker,
.final-cta-panel .section-kicker {
    color: #bccddd;
}

/* Platform/workflow cards — sharper hover */
.platform-card:hover,
.workflow-card:hover,
.industry-card:hover,
.resource-card:hover {
    border-color: rgba(21, 101, 192, 0.2);
}

/* Section title — tighter tracking */
.section-title {
    letter-spacing: -0.015em;
}

/* Final CTA — improved visual */
.final-cta-panel {
    box-shadow: 0 24px 56px rgba(29, 43, 59, 0.18);
}

/* ============================================================
   HERO BOTTOM STRIP — Description + Trust Badges
   ============================================================ */
.hero-bottom-strip {
    margin-top: 2.5rem;
    text-align: center;
}

.hero-bottom-description {
    font-size: 1.05rem;
    color: #4a6580;
    line-height: 1.7;
    max-width: 680px;
    margin: 0 auto 1.5rem;
}

.hero-bottom-badges {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid #d9e3ef;
    border-radius: 999px;
    padding: 0.55rem 1.2rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #32465b;
    box-shadow: 0 2px 8px rgba(29, 43, 59, 0.06);
    transition: all 0.2s ease;
}

.hero-badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(29, 43, 59, 0.10);
}

.hero-badge i {
    color: #1565c0;
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .hero-bottom-strip {
        margin-top: 1.5rem;
    }
    .hero-bottom-badges {
        gap: 0.75rem;
    }
    .hero-badge {
        font-size: 0.78rem;
        padding: 0.45rem 1rem;
    }
}

@media (max-width: 575px) {
    .hero-bottom-badges {
        flex-direction: column;
        align-items: center;
    }
}

/* ============================================================
   INNER PAGES — Unified Theme
   ============================================================ */

/* Page wrapper — subtle gradient background matching homepage */
.page-inner {
    background:
        radial-gradient(ellipse 70% 50% at 0% 0%, rgba(50, 70, 91, 0.04) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 100% 15%, rgba(21, 101, 192, 0.03) 0%, transparent 50%),
        linear-gradient(180deg, #f0f5fb 0%, #f7faff 30%, #fbfdff 70%, #ffffff 100%);
}

/* Page header — replaces generic bg-light py-4 */
.page-hero {
    padding: 7.5rem 0 3rem;
    background: linear-gradient(160deg, #1a3550 0%, #264059 40%, #32465b 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 50%;
    height: 180%;
    background: radial-gradient(ellipse, rgba(21, 101, 192, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.page-hero .page-hero-kicker {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0.75rem;
}

.page-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #ffffff;
    margin-bottom: 0.75rem;
    position: relative;
}

.page-hero .page-hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    line-height: 1.7;
}

.page-hero .breadcrumb {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.page-hero .breadcrumb-item,
.page-hero .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    text-decoration: none;
}

.page-hero .breadcrumb-item a:hover {
    color: rgba(255, 255, 255, 0.85);
}

.page-hero .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.75);
}

.page-hero .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.35);
}

/* Inner page sections */
.page-inner .section-inner {
    padding: 4rem 0;
}

.page-inner .section-inner-alt {
    padding: 4rem 0;
    background: rgba(237, 243, 251, 0.5);
}

/* Inner page section headers */
.page-inner .inner-section-header {
    margin-bottom: 2.5rem;
}

.page-inner .inner-section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: #1e3a5f;
}

.page-inner .inner-section-header .inner-section-subtitle {
    font-size: 1.05rem;
    color: #617a92;
    max-width: 600px;
    line-height: 1.7;
}

.page-inner .inner-section-header.text-center .inner-section-subtitle {
    margin: 0.75rem auto 0;
}

/* Inner page cards — refined style */
.page-inner .inner-card {
    background: #ffffff;
    border: 1px solid #d9e3ef;
    border-radius: 1.25rem;
    padding: 2rem;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(29, 43, 59, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-inner .inner-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(29, 43, 59, 0.08);
    border-color: rgba(21, 101, 192, 0.2);
}

.page-inner .inner-card-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(21, 101, 192, 0.1), rgba(21, 101, 192, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #1565c0;
    margin-bottom: 1.25rem;
}

.page-inner .inner-card h3,
.page-inner .inner-card h4,
.page-inner .inner-card h5 {
    color: #1e3a5f;
    font-weight: 600;
}

.page-inner .inner-card p {
    color: #617a92;
    line-height: 1.7;
}

.page-inner .inner-card .inner-card-link {
    color: #1565c0;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
    transition: gap 0.2s ease;
}

.page-inner .inner-card .inner-card-link:hover {
    gap: 0.7rem;
}

/* Feature list items with check icons */
.page-inner .feature-check-list {
    list-style: none;
    padding: 0;
}

.page-inner .feature-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem 0;
    color: #32465b;
}

.page-inner .feature-check-list li i {
    color: #16a34a;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

/* Inner page CTA panel — matches homepage final-cta-panel */
.page-inner .inner-cta-panel {
    background: linear-gradient(160deg, #1a3550 0%, #264059 40%, #32465b 100%);
    border-radius: 2rem;
    padding: 3.5rem;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(29, 43, 59, 0.18);
}

.page-inner .inner-cta-panel::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(21, 101, 192, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.page-inner .inner-cta-panel h2 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    position: relative;
}

.page-inner .inner-cta-panel p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    max-width: 550px;
    margin: 0 auto 1.75rem;
    position: relative;
}

.page-inner .inner-cta-panel .btn {
    position: relative;
}

/* Value icon cards — About page */
.page-inner .value-card {
    text-align: center;
    padding: 2rem 1.5rem;
}

.page-inner .value-card .value-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 1.25rem;
}

.page-inner .value-card .value-icon.icon-blue {
    background: rgba(21, 101, 192, 0.1);
    color: #1565c0;
}
.page-inner .value-card .value-icon.icon-amber {
    background: rgba(245, 158, 11, 0.12);
    color: #d97706;
}
.page-inner .value-card .value-icon.icon-green {
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
}
.page-inner .value-card .value-icon.icon-red {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
}
.page-inner .value-card .value-icon.icon-purple {
    background: rgba(139, 92, 246, 0.1);
    color: #7c3aed;
}

/* Pricing cards */
.page-inner .pricing-card {
    background: #ffffff;
    border: 1px solid #d9e3ef;
    border-radius: 1.5rem;
    overflow: hidden;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(29, 43, 59, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-inner .pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(29, 43, 59, 0.1);
}

.page-inner .pricing-card.pricing-popular {
    border-color: #1565c0;
    box-shadow: 0 8px 24px rgba(21, 101, 192, 0.15);
}

.page-inner .pricing-card .pricing-badge {
    background: #1565c0;
    color: #ffffff;
    text-align: center;
    padding: 0.4rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.page-inner .pricing-card .pricing-body {
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.page-inner .pricing-card .pricing-price {
    font-size: 3rem;
    font-weight: 800;
    color: #1e3a5f;
    line-height: 1;
}

.page-inner .pricing-card .pricing-period {
    color: #617a92;
    font-size: 0.9rem;
}

/* Accordion — refined style */
.page-inner .accordion-item {
    border: 1px solid #d9e3ef;
    border-radius: 0.75rem !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.page-inner .accordion-button {
    font-weight: 600;
    color: #1e3a5f;
    background: #ffffff;
    border-radius: 0.75rem;
}

.page-inner .accordion-button:not(.collapsed) {
    background: rgba(21, 101, 192, 0.05);
    color: #1565c0;
    box-shadow: none;
}

.page-inner .accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(21, 101, 192, 0.15);
}

/* Contact form card */
.page-inner .contact-form-card {
    background: #ffffff;
    border: 1px solid #d9e3ef;
    border-radius: 1.5rem;
    padding: 2.5rem;
    box-shadow: 0 8px 24px rgba(29, 43, 59, 0.06);
}

/* Blog cards */
.page-inner .blog-card {
    background: #ffffff;
    border: 1px solid #d9e3ef;
    border-radius: 1.25rem;
    overflow: hidden;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(29, 43, 59, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-inner .blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(29, 43, 59, 0.08);
    border-color: rgba(21, 101, 192, 0.2);
}

.page-inner .blog-card .blog-card-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.page-inner .blog-card .blog-card-img-placeholder {
    height: 200px;
    background: linear-gradient(135deg, #edf3fb, #dce7f2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8fa4ba;
    font-size: 3rem;
}

.page-inner .blog-card .blog-card-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Badge — refined */
.page-inner .badge-soft-primary {
    background: rgba(21, 101, 192, 0.1);
    color: #1565c0;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.75rem;
}

.page-inner .badge-soft-amber {
    background: rgba(245, 158, 11, 0.12);
    color: #b45309;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.75rem;
}

/* Blog detail — article body */
.page-inner .blog-article-content {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #32465b;
}

.page-inner .blog-article-content h2,
.page-inner .blog-article-content h3 {
    color: #1e3a5f;
    margin-top: 2rem;
}

.page-inner .blog-article-content p {
    margin-bottom: 1.25rem;
}

/* Tag chips */
.page-inner .tag-chip {
    display: inline-block;
    background: #edf3fb;
    color: #32465b;
    border: 1px solid #d9e3ef;
    border-radius: 999px;
    padding: 0.3rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 500;
    margin: 0.2rem;
    transition: all 0.2s ease;
}

.page-inner .tag-chip:hover {
    background: rgba(21, 101, 192, 0.08);
    border-color: rgba(21, 101, 192, 0.2);
}

/* Share buttons */
.page-inner .share-btn {
    border: 1px solid #d9e3ef;
    border-radius: 0.5rem;
    padding: 0.4rem 1rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: #32465b;
    text-decoration: none;
    transition: all 0.2s ease;
}

.page-inner .share-btn:hover {
    background: #1565c0;
    border-color: #1565c0;
    color: #ffffff;
}

/* Newsletter strip */
.page-inner .newsletter-strip {
    background: linear-gradient(135deg, #edf3fb, #dce7f2);
    border-radius: 1.5rem;
    padding: 3rem;
    text-align: center;
}

/* Responsive inner pages */
@media (max-width: 991px) {
    .page-hero {
        padding: 6.5rem 0 2.5rem;
    }
    .page-hero h1 {
        font-size: 2rem;
    }
    .page-inner .inner-cta-panel {
        padding: 2.5rem 1.5rem;
    }
}

@media (max-width: 575px) {
    .page-hero {
        padding: 6rem 0 2rem;
    }
    .page-hero h1 {
        font-size: 1.75rem;
    }
    .page-inner .inner-card {
        padding: 1.5rem;
    }
    .page-inner .inner-cta-panel {
        padding: 2rem 1.25rem;
        border-radius: 1.25rem;
    }
}
