* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Business Suite accent — maple leaf red (CRM stays #303f78). Tokens named --gold-* are legacy aliases for suite. */
:root {
    --crm-blue: #303f78;
    --suite-red: #d52b1e;
    --gold: #d52b1e;
    --gold-bright: #ef4444;
    --gold-soft: #fff1f2;
    --gold-deep: #7f1d1d;
    --gold-rich: #b91c1c;
    --gold-lightband: #fecaca;
    --gold-border-soft: rgba(213, 43, 30, 0.35);
    --gold-border-medium: rgba(213, 43, 30, 0.45);
    --carousel-progress-when-crm-slide: linear-gradient(90deg, #1a2348 0%, #303f78 50%, #4a5f9e 100%);
    --carousel-progress-when-suite-slide: linear-gradient(90deg, #1a2348 0%, #303f78 50%, #4a5f9e 100%);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #ffffff;
    color: #1a1a1a;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Navigation */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #1a3a5c, #2d5a87);
    border-radius: 8px;
}

.logo-text {
    font-weight: 600;
    font-size: 18px;
    color: #1a3a5c;
}

.nav-links {
    display: flex;
    gap: 32px;
}

.nav-links a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
    color: #1a3a5c;
}

/* Nav Item Mega Menu Dropdown */
.nav-item-dropdown {
    position: relative;
    display: inline-block;
}
.nav-item-dropdown > a {
    cursor: pointer;
    font-weight: 500;
}

.nav-popup {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    width: min(820px, calc(100vw - 32px));
    max-width: 820px;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.12), 0 4px 12px rgba(15, 23, 42, 0.04);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s;
    z-index: 1000;
    overflow: hidden;
    display: flex;
}

/* Add an invisible hover bridge so the menu doesn't disappear when moving cursor down */
.nav-item-dropdown::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    height: 24px;
}

/* Hover toggling for better UX instead of just onclick */
.nav-item-dropdown:hover .nav-popup,
.nav-popup.show-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.nav-popup-main {
    flex: 1.5;
    min-width: 0;
    padding: 22px 22px 20px;
    background: #fff;
}

.nav-popup-side {
    flex: 0 0 248px;
    min-width: 0;
    background: #f6f7f9;
    padding: 22px 20px 20px;
    border-left: 1px solid #e8eaed;
    display: flex;
    flex-direction: column;
}

.nav-popup-heading {
    font-size: 12px;
    font-weight: 600;
    color: #5f6368;
    margin: 0 0 12px;
    display: block;
    letter-spacing: 0.02em;
}

.nav-popup-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 12px;
    margin: 0 -4px 4px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.15s ease;
    text-align: left;
    border: none;
    background: transparent;
}
.nav-popup-main .nav-popup-item:last-child {
    margin-bottom: 0;
}
.nav-popup-item:hover {
    background: #f1f3f4;
}

.nav-popup-icon {
    width: 44px;
    height: 44px;
    background: #eef1f9;
    color: #303f78;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nav-popup-icon--suite {
    background: var(--gold-soft);
    color: var(--gold-deep);
}

.nav-popup-icon--custom {
    background: #f0fdf4;
    color: #166534;
    box-shadow: 0 4px 10px rgba(22, 101, 52, 0.1);
}

.nav-popup-icon svg {
    width: 22px;
    height: 22px;
}

.nav-popup-text {
    flex: 1;
    min-width: 0;
    padding-top: 1px;
}

.nav-popup-text h4 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 600;
    color: #202124;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.nav-popup-text p {
    margin: 0;
    font-size: 13px;
    color: #5f6368;
    line-height: 1.5;
    font-weight: 400;
}

.nav-side-link {
    display: block;
    color: #3c4043;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 2px;
    padding: 8px 10px;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.12s ease, color 0.12s ease;
}
.nav-side-link:last-of-type {
    margin-bottom: 0;
}
.nav-side-link::after {
    display: none;
}
.nav-side-link:hover {
    color: #1a3a5c;
    background: rgba(0, 0, 0, 0.04);
}

.nav-popup-divider {
    height: 0;
    margin: 16px 0 14px;
    border: none;
    border-top: 1px solid #dadce0;
    flex-shrink: 0;
    background: none;
}

.nav-popup-cta {
    margin-top: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.nav-popup-cta-label {
    font-size: 13px;
    font-weight: 600;
    color: #202124;
    margin: 0 0 6px;
    letter-spacing: -0.01em;
}

.nav-popup-cta-text {
    font-size: 12px;
    color: #5f6368;
    line-height: 1.45;
    margin: 0 0 12px;
}

.nav-popup-cta .btn-primary.nav-popup-cta-btn,
a.btn-primary.nav-popup-cta-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: none;
    transition: opacity 0.15s ease, filter 0.15s ease;
}
.nav-popup-cta .btn-primary.nav-popup-cta-btn:hover,
a.btn-primary.nav-popup-cta-btn:hover {
    transform: none;
    box-shadow: none;
    filter: brightness(1.05);
    opacity: 0.95;
}

.nav-actions {
    display: flex;
    gap: 28px;
    align-items: center;
}

#auth-placeholder {
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav-actions a {
    text-decoration: none;
    color: #4a90d9;
    font-size: 14px;
    font-weight: 500;
}

.nav-actions .btn-primary {
    background: #2e7dd1;
}

.nav-actions .btn-primary:hover {
    background: #2368b8;
}

/* User Profile Dropdown */
.user-menu {
    position: relative;
    display: inline-block;
}
.user-menu-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 6px 14px;
    border-radius: 50px;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    transition: all 0.2s;
}
.user-menu-btn:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}
.user-icon {
    width: 24px;
    height: 24px;
    background: #1a3a5c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}
.user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0;
    padding-top: 8px;
    width: 220px;
    background: transparent;
    z-index: 9999;
    display: none;
    animation: dropdownFadeIn 0.2s ease-out;
}
.user-dropdown-inner {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    padding: 8px 0;
}
.user-menu:hover .user-dropdown {
    display: block;
}
@keyframes dropdownFadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}
.dropdown-header {
    padding: 12px 16px;
}
.dropdown-header strong {
    display: block;
    font-size: 14px;
    color: #0f172a;
}
.dropdown-header span {
    font-size: 12px;
    color: #64748b;
}
.dropdown-divider {
    height: 1px;
    background: #f1f5f9;
    margin: 4px 0;
}
.user-dropdown a {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
    color: #334155;
    text-decoration: none;
    transition: background 0.15s;
}
.user-dropdown a:hover {
    background: #f8fafc;
    color: #1a3a5c;
}
.user-dropdown a.logout-link {
    color: #ef4444;
}
.user-dropdown a.logout-link:hover {
    background: #fef2f2;
}
.user-brand-sep {
    margin: 0 10px;
    color: #cbd5e1;
    font-weight: 300;
    font-size: 24px;
}
.user-brand-name {
    font-size: 18px;
    font-weight: 700;
    color: #1a3a5c;
    letter-spacing: -0.5px;
}

.btn-primary {
    display: inline-block;
    background: #1a3a5c;
    color: white !important;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    text-decoration: none;
}

.btn-primary:hover {
    background: #2d5a87;
    transform: translateY(-1px);
}

.btn-secondary {
    display: inline-block;
    background: transparent;
    color: #1a3a5c;
    border: 1px solid #d0d0d0;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}

.btn-secondary:hover {
    border-color: #1a3a5c;
    background: #f8fafc;
}

/* ── Hero Photo Section ── */
.hero-photo {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    margin: 32px 0 0;
}

.hero-photo__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 70% 50%, rgba(45,90,135,0.45) 0%, transparent 70%),
        radial-gradient(ellipse 60% 80% at 10% 80%, rgba(59,130,246,0.18) 0%, transparent 60%),
        linear-gradient(135deg, #0f2440 0%, #1a3a5c 50%, #2d5a87 100%);
    z-index: 0;
}

.hero-photo__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(15,36,64,0.82) 40%, rgba(26,58,92,0.55) 100%);
    z-index: 1;
}

.hero-photo__content {
    position: relative;
    z-index: 2;
    padding: 72px 64px;
    max-width: 640px;
}

.hero-photo__eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-bottom: 16px;
}

.hero-photo__title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.hero-photo__accent {
    color: var(--gold-bright);
}

.hero-photo__lead {
    font-size: 17px;
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 500px;
}

.hero-photo__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.hero-photo__btn {
    display: inline-block;
    padding: 13px 28px;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.hero-photo__btn--primary {
    background: #3b82f6;
    color: #fff;
}

.hero-photo__btn--primary:hover {
    background: #2563eb;
    transform: translateY(-1px);
}

.hero-photo__btn--secondary {
    background: rgba(255,255,255,0.15);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.35);
    backdrop-filter: blur(6px);
}

.hero-photo__btn--secondary:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-1px);
}

.hero-photo__fineprint {
    font-size: 12.5px;
    color: rgba(255,255,255,0.55);
}

@media (max-width: 700px) {
    .hero-photo { min-height: 420px; }
    .hero-photo__content { padding: 48px 28px; }
    .hero-photo__title { font-size: 34px; }
    .hero-photo__actions { flex-direction: column; }
}

/* Hero Section */
.hero {
    padding: 80px 0 60px;
    text-align: center;
}

.badge {
    display: inline-block;
    background: #f3e8ff;
    color: #7c3aed;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 24px;
    margin-bottom: 24px;
}

.hero h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #1a1a2e;
    letter-spacing: -1px;
}

.hero p {
    font-size: 18px;
    color: #64748b;
    max-width: 560px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 16px;
}

.hero-note {
    font-size: 13px;
    color: #888;
}

/* Product Screenshot */
.product-screenshot {
    background: #f5f7fa;
    border-radius: 16px;
    padding: 24px;
    margin: 48px 0;
    border: 1px solid #e5e5e5;
}

.browser-frame {
    background: #1a3a5c;
    border-radius: 12px 12px 0 0;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: hidden;
}

.browser-search {
    background: rgba(255,255,255,0.15);
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    width: 160px;
    flex-shrink: 0;
}

.browser-search::placeholder {
    color: rgba(255,255,255,0.6);
}

.browser-nav {
    display: flex;
    gap: 16px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.browser-nav span {
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
}

.browser-user {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex-shrink: 0;
}

.browser-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.browser-avatar svg {
    width: 16px;
    height: 16px;
    color: rgba(255,255,255,0.9);
}

.browser-username {
    color: white;
    font-size: 12px;
    white-space: nowrap;
}

.dashboard-content {
    background: white;
    border-radius: 0 0 12px 12px;
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 32px;
}

.dashboard-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.dashboard-card {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}

.card-header {
    background: #1a3a5c;
    color: white;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.card-subheader {
    background: #2d5a87;
    color: rgba(255,255,255,0.9);
    padding: 10px 16px;
    font-size: 12px;
    display: grid;
    gap: 8px;
}

.tasks-header {
    grid-template-columns: 2fr 1.5fr 2fr;
}

.renewals-header {
    grid-template-columns: 1.5fr 1.5fr 0.8fr 0.8fr 1.2fr;
}

.card-row {
    padding: 12px 16px;
    font-size: 12px;
    border-bottom: 1px solid #f0f0f0;
    display: grid;
    gap: 8px;
    align-items: center;
}

.card-row:last-child {
    border-bottom: none;
}

.tasks-row {
    grid-template-columns: 2fr 1.5fr 2fr;
}

.renewals-row {
    grid-template-columns: 1.5fr 1.5fr 0.8fr 0.8fr 1.2fr;
}

.link-text {
    color: #2563eb;
}

.muted-text {
    color: #666;
}

.status-expired {
    color: #dc2626;
    font-weight: 500;
}

.status-urgent {
    color: #ea580c;
    font-weight: 500;
}

.status-warning {
    color: #d97706;
    font-weight: 500;
}

.row-expired {
    background: #fef2f2;
}

.row-warning {
    background: #fffbeb;
}

/* ── Carousel Section ── */
.carousel-section {
    margin: 64px 0;
}

.carousel-section-header {
    text-align: center;
    margin-bottom: 32px;
}

.carousel-section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--gold-deep);
    background: var(--gold-soft);
    border: 1px solid var(--gold-border-soft);
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
    transition: color 0.4s ease, background 0.4s ease, border-color 0.4s ease;
}

.carousel-section-label.suite-theme {
    color: #1a2d5a;
    background: #eef1f9;
    border-color: rgba(48, 63, 120, 0.35);
}

.carousel-section-title {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}

.carousel-section-sub {
    font-size: 15px;
    color: #666;
}

/* Tab Navigation */
.carousel-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.carousel-tab {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 9px 20px;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    background: white;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
}

.carousel-tab:hover {
    border-color: #cbd5e1;
    color: #475569;
    background: #f8fafc;
}

.carousel-tab--crm:hover {
    border-color: #303f78;
    color: #303f78;
    background: #eef1f9;
}

.carousel-tab--suite:hover {
    border-color: var(--gold-rich);
    color: var(--gold-rich);
    background: var(--gold-soft);
}

.carousel-tab.active {
    color: white;
}

.carousel-tab.active.carousel-tab--crm {
    background: #303f78;
    border-color: #303f78;
}

.carousel-tab.active.carousel-tab--suite {
    background: var(--gold-rich);
    border-color: var(--gold-rich);
}

.tab-icon {
    font-size: 14px;
}

/* Progress bar — autoplay countdown (readable, minimal) */
.carousel-progress-track {
    height: 4px;
    background: #e8ebf0;
    border-radius: 999px;
    margin: 18px 0 0;
    overflow: hidden;
}

.carousel-progress-bar {
    height: 100%;
    width: 0%;
    /* Default: first slide = CRM → timer uses Suite red; JS syncs on slide change */
    background: var(--carousel-progress-when-crm-slide);
    border-radius: 999px;
}

/* Carousel wrapper + arrows */
.screenshot-carousel-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.10);
    margin-top: 0;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.95);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    opacity: 0;
}

.screenshot-carousel-wrapper:hover .carousel-arrow {
    opacity: 1;
}

.carousel-arrow:hover {
    background: #1a3a5c;
    border-color: #1a3a5c;
}

.carousel-arrow:hover svg {
    stroke: white;
}

.carousel-arrow svg {
    width: 18px;
    height: 18px;
    stroke: #1a3a5c;
}

.carousel-arrow-prev { left: 16px; }
.carousel-arrow-next { right: 16px; }

/* Slides */
.screenshot-carousel {
    display: flex;
    width: 200%;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-slide {
    width: 50%;
    flex-shrink: 0;
}

/* Remove outer margin/shadow from product-screenshot when inside carousel */
.carousel-slide .product-screenshot {
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

/* Trust Section */
.trust-section {
    text-align: center;
    padding: 40px 32px;
    margin: 48px 0 24px;
    border: 1px solid #e3e8ef;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fbff 0%, #f5f8fc 100%);
}

.trust-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--gold-deep);
    letter-spacing: 0.01em;
    margin-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 11px;
}

.trust-badges {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #fff;
    border: 1px solid #e3e8ef;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(23, 37, 84, 0.06);
}

.trust-badge {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    transition: background 0.2s ease;
}
.trust-badge:hover {
    background: #f8fbff;
}

.trust-divider {
    width: 1px;
    height: 40px;
    background: #e3e8ef;
    flex-shrink: 0;
}

.trust-icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #e8f0fe;
    color: #1a56db;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.trust-icon-wrap--green { background: #dcfce7; color: #16a34a; }
.trust-icon-wrap--purple { background: var(--gold-soft); color: var(--gold-deep); }
.trust-icon-wrap--amber { background: #fef3c7; color: #b45309; }

.trust-badge-body {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.trust-badge-title {
    font-size: 13px;
    font-weight: 600;
    color: #1a2d42;
    line-height: 1.3;
}

.trust-badge-sub {
    font-size: 11.5px;
    color: #7a8fa6;
    margin-top: 2px;
    line-height: 1.3;
}

/* Features Grid */
.features-section {
    padding: 48px 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feature-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    transition: all 0.2s;
}
.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border-color: #d1d5db;
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 24px;
}
.feature-icon.sales { background: #e6f1fb; }
.feature-icon.finance { background: #faf5f7; }
.feature-icon.procurement { background: #fef3c7; }
.feature-icon.hrms { background: #f3e8ff; }

.feature-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.feature-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* Stats Section */
.stats-section {
    background: #1a3a5c;
    border-radius: 16px;
    padding: 48px;
    margin: 48px 0;
    text-align: center;
}

.stats-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #ffffff;
}

.stats-subtitle {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 40px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 700px;
    margin: 0 auto;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}

/* CTA Section — Business Suite maple leaf red */
.cta-section {
    background: linear-gradient(135deg, #7f1d1d 0%, #991b1b 30%, #b91c1c 65%, #d52b1e 100%);
    border-radius: 16px;
    padding: 64px 48px;
    text-align: center;
    margin: 48px 0;
    box-shadow: inset 0 1px 0 rgba(254, 202, 202, 0.25);
}

.cta-title {
    font-size: 32px;
    font-weight: 600;
    color: white;
    margin-bottom: 16px;
}

.cta-subtitle {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.btn-white {
    display: inline-block;
    background: white;
    color: var(--gold-deep);
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.1s, box-shadow 0.2s;
    text-decoration: none;
    box-shadow: 0 0 0 1px rgba(213, 43, 30, 0.45);
}

.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 0 1px rgba(213, 43, 30, 0.65);
}

.btn-outline-white {
    display: inline-block;
    background: transparent;
    color: white;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}

.btn-outline-white:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.6);
}

.cta-section .btn-outline-white {
    border-color: rgba(254, 202, 202, 0.55);
}

.cta-section .btn-outline-white:hover {
    border-color: rgba(252, 165, 165, 0.9);
    background: rgba(255, 255, 255, 0.12);
}

/* Footer */
.footer {
    padding: 48px 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 48px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-text {
    font-size: 13px;
    color: #999;
}

.footer-links {
    display: flex;
    gap: 24px;
}

.footer-links a {
    text-decoration: none;
    color: #666;
    font-size: 13px;
}

.footer-links a:hover {
    color: #1a3a5c;
}

.footer-powered {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 16px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #e8e8e8;
}

.footer-powered__text {
    font-size: 13px;
    color: #999;
    font-weight: 400;
}

.footer-powered__logo {
    height: 52px;
    width: auto;
    display: block;
}

/* Page Header */
.page-header {
    padding: 80px 0 60px;
    text-align: center;
}

.page-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.page-header p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Features Page Styles */
.features-page-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin: 48px 0;
}

.feature-block {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 32px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.feature-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.08);
}

.feature-block-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
}

.feature-block h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.feature-block p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.feature-list {
    list-style: none;
}

.feature-list li {
    font-size: 13px;
    color: #444;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list li::before {
    content: "✓";
    color: #1e7e34;
    font-weight: 600;
}

/* Pricing Page Styles */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin: 48px 0;
    justify-content: center;
}

.pricing-card {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.08);
}

.pricing-card.featured {
    border: 2px solid #1a3a5c;
    transform: scale(1.02);
}

.pricing-card.featured:hover {
    transform: scale(1.02) translateY(-4px);
}

.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a3a5c;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
}

.pricing-name {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.pricing-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
}

.pricing-price {
    font-size: 48px;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 4px;
}

.pricing-price span {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.pricing-period {
    font-size: 13px;
    color: #999;
    margin-bottom: 24px;
}

.pricing-features {
    list-style: none;
    text-align: left;
    margin-bottom: 32px;
}

.pricing-features li {
    font-size: 14px;
    color: #444;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.pricing-features li::before {
    content: "✓";
    color: #1e7e34;
    font-weight: 600;
}

.pricing-btn {
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    text-align: center;
}

.pricing-btn.primary {
    background: #1a3a5c;
    color: white;
    border: none;
}

.pricing-btn.primary:hover {
    background: #2d5a87;
}

#section-suite .pricing-btn.primary {
    background: var(--gold-rich);
}

#section-suite .pricing-btn.primary:hover {
    background: #991b1b;
}

.pricing-btn.secondary {
    background: white;
    color: #1a3a5c;
    border: 1px solid #d0d0d0;
}

.pricing-btn.secondary:hover {
    border-color: #1a3a5c;
    background: #f8fafc;
}

.pricing-note {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 32px;
}

/* Contact Page Styles */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    margin: 48px 0;
}

.contact-info {
    padding: 32px;
}

.contact-info h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.contact-info p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 32px;
}

.contact-details {
    list-style: none;
}

.contact-details li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.contact-details li:last-child {
    border-bottom: none;
}

.contact-icon {
    width: 44px;
    height: 44px;
    background: #e6f1fb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-text h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.contact-text p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.contact-form-wrapper {
    background: #f5f7fa;
    border-radius: 16px;
    padding: 40px;
}

.contact-form h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #444;
    margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1a3a5c;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-submit {
    width: 100%;
    background: #1a3a5c;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.form-submit:hover {
    background: #2d5a87;
}

/* Responsive */
@media (max-width: 900px) {
    .nav-links {
        display: none;
    }

    .hero h1,
    .page-header h1 {
        font-size: 36px;
    }

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

    .features-grid,
    .features-page-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

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

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .browser-nav {
        display: none;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .trust-badges {
        flex-wrap: wrap;
    }
    .trust-badge { flex: 1 1 calc(50% - 1px); }
    .trust-divider:nth-child(4) { display: none; }
    .trust-divider { width: 100%; height: 1px; }
}

@media (max-width: 600px) {
    .features-grid,
    .features-page-grid {
        grid-template-columns: 1fr;
    }

    .hero-buttons,
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .country-flags {
        gap: 20px;
    }

    .footer-content {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .trust-section {
        padding: 24px 14px;
    }

    .trust-badge { flex: 1 1 100%; }
    .trust-divider { width: 100%; height: 1px; }
}
