.page-home .feature-card-icon--square,
.page-home .scenario-icon,
.page-home .differentiator-icon,
.page-home .comparison-icon,
.page-home .trust-item--icon {
    line-height: 1;
    overflow: visible;
}

.page-home .feature-card-icon--square .fa-icon,
.page-home .scenario-icon .fa-icon,
.page-home .differentiator-icon .fa-icon,
.page-home .comparison-icon .fa-icon,
.page-home .trust-item--icon .fa-icon,
.page-home .badge .fa-icon {
    display: inline-block;
    line-height: 1;
    overflow: visible;
    vertical-align: middle;
}

.page-home .hero-visual {
    overflow: visible;
}

.page-home .hero-image-placeholder {
    padding: 0;
    border: none;
    background: transparent;
    overflow: visible;
}

.page-home .hero-device-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    display: block;
}

.page-home .app-item,
.page-home .badge,
.page-home .contact-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-home .badge {
    gap: 6px;
}

.page-home .testimonial-video-frame {
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.page-home .testimonial-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
}

.urgency-banner .fa-icon,
nav .fa-icon,
.nav-link .fa-icon,
.nav-arrow .fa-icon,
.mega-menu-link .fa-icon,
.mega-menu-icon .fa-icon,
.dropdown-link .fa-icon,
.nav-phone .fa-icon,
.mobile-menu .fa-icon,
.mobile-menu-toggle .fa-icon,
.mobile-menu-close .fa-icon {
    display: inline-block;
    line-height: 1;
    overflow: visible;
    vertical-align: middle;
}

.nav-phone {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mobile-menu-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-menu-link--cta {
    justify-content: center;
}

.page-platform-overview .platform-overview-hero-visual {
    overflow: visible;
}

.page-platform-overview .platform-overview-hero-image-wrap {
    padding: 0;
    border: none;
    background: transparent;
    overflow: visible;
}

.page-platform-overview .platform-overview-hero-ratio {
    width: 100%;
    aspect-ratio: 1115.1 / 530.56;
    overflow: hidden;
    border-radius: 10px;
}

.page-platform-overview .platform-overview-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.page-platform-overview .feature-card-icon--square {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    line-height: 1;
}

.page-platform-overview .platform-overview-card-icon {
    display: block;
    width: 40px;
    height: 40px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(31%) saturate(3837%) hue-rotate(323deg) brightness(87%) contrast(89%);
}

.page-platform-overview .platform-overview-cta-section {
    background-image: linear-gradient(rgba(245, 245, 245, 0.88), rgba(245, 245, 245, 0.88)), url('/assets/images/platform-overview/Ready to See It in Your Context_.webp');
    background-size: cover;
    background-position: center;
}

.page-platform-overview .platform-overview-cta-buttons {
    justify-content: center;
}

.page-pricing .feature-card-icon .fa-icon,
.page-pricing .compare-list .fa-icon,
.page-pricing .pricing-faq-item .fa-icon,
.page-pricing .hero-callout .fa-icon,
.page-pricing .Unibuild-btn .fa-icon,
.page-pricing .highlight-banner .fa-icon,
.page-pricing .form-card .fa-icon {
    display: inline-block;
    line-height: 1;
    overflow: visible;
    vertical-align: middle;
}

.page-pricing .pricing-included-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}

@media (max-width: 1100px) {
    .page-pricing .pricing-included-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .page-pricing .pricing-included-grid {
        grid-template-columns: 1fr;
    }
}

.page-pricing .pricing-hero-visual {
    overflow: visible;
}

.page-pricing .pricing-hero-image-wrap {
    padding: 0;
    border: none;
    background: transparent;
    overflow: visible;
}

.page-pricing .pricing-hero-ratio {
    width: 100%;
    aspect-ratio: 1115.1 / 530.56;
    overflow: hidden;
    border-radius: 10px;
}

.page-pricing .pricing-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.page-pricing .pricing-feature-cards {
    margin-bottom: 60px;
}

.page-pricing .pricing-unlimited-section {
    background: linear-gradient(135deg, var(--primary-orange-tint-light) 0%, var(--primary-orange-tint-medium) 100%);
}

.page-pricing .pricing-form-card {
    max-width: 900px;
}

.page-pricing .pricing-unlimited-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.page-pricing .pricing-unlimited-icon-wrap {
    background: var(--primary-orange);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-pricing .pricing-unlimited-copy {
    text-align: left;
}

.page-pricing .pricing-unlimited-subtitle {
    font-size: 1.2em;
    color: var(--text-gray-darker);
    margin: 0;
}

.page-pricing .pricing-unlimited-box {
    background: var(--light-gray);
    padding: 30px;
    border-radius: 12px;
    margin-top: 30px;
}

.page-pricing .pricing-unlimited-text {
    font-size: 1.1em;
    color: var(--text-gray-darker);
    line-height: 1.8;
    margin: 0;
}

.page-pricing .pricing-unlimited-highlight {
    color: var(--primary-orange);
}

.page-pricing .pricing-cta-intro {
    margin-bottom: 30px;
}

.page-pricing .pricing-cta-card {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 40px;
    text-align: center;
}

.page-pricing .pricing-cta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.page-pricing .pricing-cta-infinity {
    color: var(--primary-orange);
    font-size: 2em;
    line-height: 1;
    overflow: visible;
}

.page-pricing .pricing-cta-title {
    font-size: 1.4em;
    display: block;
    margin-bottom: 5px;
}

.page-pricing .pricing-cta-subtitle {
    opacity: 0.9;
}

.page-pricing .pricing-stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}

.page-pricing .pricing-stat-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 30px;
}

.page-pricing .pricing-stat-value {
    font-size: 2.5em;
    font-weight: 700;
    color: var(--primary-orange);
    margin-bottom: 10px;
}

.page-pricing .pricing-stat-label {
    opacity: 0.9;
    margin-bottom: 15px;
}

.page-pricing .pricing-stat-copy {
    opacity: 0.85;
    font-size: 0.95em;
    margin: 0;
}

.page-pricing .pricing-cta-footnote {
    margin-top: 40px;
    opacity: 0.85;
    font-size: 0.95em;
}

.page-pricing .pricing-cta-footnote-link {
    color: var(--primary-orange);
    text-decoration: underline;
}

.page-pricing .pricing-faq-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.page-faqs .faq-category-title .fa-icon,
.page-faqs .faq-section .fa-icon,
.page-faqs .form-card .fa-icon,
.page-faqs .contact-links .fa-icon {
    display: inline-block;
    line-height: 1;
    overflow: visible;
    vertical-align: middle;
}

.page-faqs .faqs-hero {
    padding: 70px 0;
    min-height: 300px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)), url('/assets/images/FAQ\'S.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-faqs .faqs-contact-card {
    background: linear-gradient(135deg, var(--primary-orange), #ff8c5a);
    color: #fff;
    padding: 50px;
    border-radius: 15px;
    text-align: center;
    margin-top: 60px;
}

.page-faqs .faqs-contact-subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    opacity: 0.95;
}

.page-faqs .faqs-contact-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.page-faqs .faqs-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.page-faqs .faqs-contact-note {
    font-size: 1.1em;
    opacity: 0.9;
}

.page-faqs .faqs-contact-cta {
    background: var(--primary-navy);
    margin-top: 20px;
    display: inline-block;
}

.page-timesheet .timesheet-hero-shot {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    border-radius: 10px;
    display: block;
    margin-top: 0;
}

.page-timesheet .timesheet-feature-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin-bottom: 20px;
}

.page-timesheet .timesheet-hero-visual {
    overflow: visible;
}

.page-timesheet .timesheet-hero-image-placeholder {
    padding: 0;
    border: none;
    background: transparent;
    overflow: visible;
}

.page-timesheet .timesheet-comparison-subtitle {
    font-size: 0.6em;
    display: block;
    margin-top: 10px;
    opacity: 0.7;
}

.page-timesheet .timesheet-guarantee-section {
    background: linear-gradient(135deg, var(--primary-orange), var(--primary-orange-light));
}

.page-timesheet .timesheet-guarantee-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    max-width: 1200px;
}

.page-timesheet .timesheet-plan-icon {
    font-size: 2.5em;
    margin-bottom: 15px;
    line-height: 1;
    overflow: visible;
}

.page-timesheet .timesheet-plan-copy {
    font-size: 0.95em;
    margin-top: 15px;
}

.page-timesheet .timesheet-guarantee-item--featured {
    border: 3px solid rgba(255, 255, 255, 0.5);
}

.page-timesheet .timesheet-popular-chip {
    background: var(--accent-yellow);
    color: var(--primary-navy);
    padding: 8px 20px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 700;
    font-size: 0.85em;
    margin-bottom: 15px;
}

.page-timesheet .timesheet-guarantee-confidence {
    margin-top: 40px;
}

.page-timesheet .timesheet-guarantee-cta {
    margin-top: 30px;
}

.page-timesheet .timesheet-trust-section {
    padding: 60px 0;
    background: var(--white);
}

.page-timesheet .timesheet-final-footnote-wrap {
    margin-top: 40px;
    text-align: center;
    opacity: 0.8;
}

.page-timesheet .timesheet-final-footnote {
    font-size: 0.9em;
}

.page-financial-management .financial-hero-visual {
    overflow: visible;
}

.page-financial-management .financial-hero-image-wrap {
    padding: 0;
    border: none;
    background: transparent;
    overflow: visible;
}

.page-financial-management .financial-hero-ratio {
    width: 100%;
    aspect-ratio: 1115.1 / 530.56;
    overflow: hidden;
    border-radius: 10px;
}

.page-financial-management .financial-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.page-financial-management .financial-card-icon {
    overflow: visible;
    line-height: 1;
}

.page-financial-management .financial-cta-section {
    background-image: linear-gradient(rgba(245, 245, 245, 0.88), rgba(245, 245, 245, 0.88)), url('/assets/images/FinancialManagement/Financial Management2.webp');
    background-size: cover;
    background-position: center;
}

.page-financial-management .financial-cta-buttons {
    justify-content: center;
}

.page-project-management .project-hero-visual {
    overflow: visible;
}

.page-project-management .project-hero-image-wrap {
    padding: 0;
    border: none;
    background: transparent;
    overflow: visible;
}

.page-project-management .project-hero-ratio {
    width: 100%;
    aspect-ratio: 1115.1 / 530.56;
    overflow: hidden;
    border-radius: 10px;
}

.page-project-management .project-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: none;
    box-shadow: none;
    outline: none;
}

.page-project-management .project-card-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    line-height: 1;
}

.page-project-management .project-card-icon {
    display: block;
    width: 40px;
    height: 40px;
}

.page-project-management .project-cta-section {
    background-image: linear-gradient(rgba(245, 245, 245, 0.88), rgba(245, 245, 245, 0.88)), url('/assets/images/ProjectManagement/See Whether It Fits Your Jobs.webp');
    background-size: cover;
    background-position: center;
}

.page-project-management .project-cta-buttons {
    justify-content: center;
}

.page-product-tour .product-tour-hero-visual {
    overflow: visible;
}

.page-product-tour .product-tour-hero-image-wrap {
    padding: 0;
    border: none;
    background: transparent;
    overflow: visible;
}

.page-product-tour .product-tour-hero-ratio {
    width: 100%;
    aspect-ratio: 1115.1 / 530.56;
    overflow: hidden;
    border-radius: 10px;
}

.page-product-tour .product-tour-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.page-product-tour .product-tour-card-icon {
    overflow: visible;
    line-height: 1;
}

.page-product-tour .product-tour-cta-buttons {
    justify-content: center;
}

.page-why-were-different .why-different-hero-visual {
    overflow: visible;
}

.page-why-were-different .why-different-hero-image-wrap {
    padding: 0;
    border: none;
    background: transparent;
    overflow: visible;
}

.page-why-were-different .why-different-hero-ratio {
    width: 100%;
    aspect-ratio: 1115.1 / 530.56;
    overflow: hidden;
    border-radius: 10px;
}

.page-why-were-different .why-different-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.page-why-were-different .why-different-section-center {
    max-width: 760px;
    margin: 0 auto;
}

.page-why-were-different .why-different-lead {
    font-size: 1.15em;
    line-height: 1.75;
    color: var(--text-gray-darker);
}

.page-why-were-different .why-different-lead--spaced {
    margin-bottom: 1.25em;
}

.page-why-were-different .why-different-card-icon {
    overflow: visible;
    line-height: 1;
}

.page-why-were-different .why-different-badge {
    display: flex;
    align-items: center;
    gap: 6px;
}

.page-why-were-different .why-different-cta-wrap {
    margin-top: 50px;
}

.page-why-were-different .why-different-cta-buttons {
    justify-content: center;
    margin-top: 24px;
}

.page-why-were-different .why-different-cta-buttons--plain {
    margin-top: 0;
}

.challenge-hero-visual {
    overflow: visible;
}

.challenge-hero-image-wrap {
    padding: 0;
    border: none;
    background: transparent;
    overflow: visible;
}

.challenge-hero-ratio {
    width: 100%;
    aspect-ratio: 1115.1 / 530.56;
    overflow: hidden;
    border-radius: 10px;
}

.challenge-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.challenge-card-icon {
    overflow: visible;
    line-height: 1;
}

.challenge-crosslinks--styled {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 24px;
    line-height: 1.7;
}

.challenge-btn-group {
    justify-content: center;
}
