

:root {
    --primary-blue: #5b5df5;
    --dark-text: #1a1e26;
    --light-gray: #6b7280;
    --bg-white: #ffffff;
    margin-bottom: 100px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}



body {
    background-color: var(--bg-white);
    color: var(--dark-text);
    line-height: 1.5;
}

/* Navbar Styling */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 80px;
}


.navlinks {
    display: flex;
    align-items: center;
    gap: 30px;
    text-decoration: none;
    
}
.navlinks a {
    text-decoration: none;
    color: #6b7280; /* The light gray color */
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}



.login-btn {
    background: #000000;
    color: rgb(255, 255, 255);
    padding: 10px 24px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #000000;
    color: #ffffff !important; 
}



/* Hero Content */
.hero {
    padding: 80px 20px;
    text-align: center;
    margin-top:-80px;
}

.container {
    max-width: 900px;
    margin: 0 auto;
}

.badge {
    display: inline-block;
    background: #f0f1ff;
    color: var(--primary-blue);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
    margin-top:-220px;
    
}

.sub-headline {
    font-size: 48px;
    color: #777f8a;
    font-weight: 600;
    
    margin-top:-8px;
    font-weight: 600;
    letter-spacing: 0px;
}
.pr{

    color:#5456f6;
    font-size: 98px;
    font-weight: 800;
    letter-spacing: -5px;
    margin-bottom: 30px;
    margin-right:1000px;
    margin-left:250px;
    margin-top:-75px;
    text-align: center;

    
}

.main-headline {
    font-size: 98px;
    font-weight: 800;
    letter-spacing: -5px;
    margin-bottom: 30px;
    margin-right:1000px;
    margin-left:-70px;
    margin-top:-22px;
    text-align: center;

    
}

.ai{
    color:#5456ff
}

.description-bold {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
}

.description-light {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 50px;
}

/* Buttons and CTA */
.cta-group {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.btn-primary {
    background-color: var(--primary-blue);
    color: white;
    padding: 18px 36px;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(91, 93, 245, 0.2);
}

.frame {
    /* 1. Horizontal Width: Isse frame wide (bada) dikhega */
    width: 95%;           
    max-width: 1200px;    /* Isse width aur zyada stretch hogi */
    
    /* 2. Height: Isse niche ka part nahi katega */
    height: auto;         /* Isse image apni poori length legi */
    min-height: min-content; 
    
    /* 3. Corners & Spacing */
    border-radius: 30px;  /* Smooth curved corners */
    margin: 40px auto;    
    background: #fff;
    
    /* 4. Formatting */
    overflow: hidden;     /* Sirf corners ko curve karne ke liye */
    display: flex;
    flex-direction: column;
    
    /* 5. Premium Look */
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.frame img {
    width: 100%;
    height: auto;         /* Image ki height auto rakhein taaki content pura aaye */
    display: block;
    object-fit: contain;  /* Image ko katne se rokega */
}

.frame1 {
    /* 1. Horizontal Width: Isse frame wide (bada) dikhega */
    width: 95%;           
    max-width: 1200px;    /* Isse width aur zyada stretch hogi */
    
    /* 2. Height: Isse niche ka part nahi katega */
    height: auto;         /* Isse image apni poori length legi */
    min-height: min-content; 
    
    /* 3. Corners & Spacing */
    border-radius: 30px;  /* Smooth curved corners */
    margin: 40px auto;    
    background: #fff;
    
    /* 4. Formatting */
    overflow: hidden;     /* Sirf corners ko curve karne ke liye */
    display: flex;
    flex-direction: column;
    
    /* 5. Premium Look */
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.05);
}






    


.btn-secondary {
    background: white;
    color: #1f2937;
    padding: 18px 36px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    margin-top: 0;
}

.cta-subtext {
    font-size: 10px;
    color: #9ca3af;
    margin-top: 10px;
    font-weight: 600;
}

.cta-subtext.accent {
    color: #818cf8;
    margin-top: 4px;
}

.connectivity {
    padding: 100px 80px;
    background-color: #ffffff;
}

.connectivity-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

/* Left Text Styling */
.connectivity-text {
    flex: 1;
}

.eyebrow {
    color: #5b5df5;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.connectivity-text .title {
    font-size: 36px;
    font-weight: 800;
    color: #1a1e26;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.connectivity-text .subtitle {
    font-size: 16px;
    color: #6b7280;
    max-width: 350px;
    line-height: 1.5;
}

/* Right Integrations Styling */
.integrations {
    flex: 2;
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    padding-top: 15px;
}

.tool-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tool-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tool-logo {
    width: 40px;
    height: 40px;
    background: #f3f4f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    color: #9ca3af;
}

.tool-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a1e26;
}

.tool-desc {
    font-size: 12px;
    color: #9ca3af;
}

.workflow {
    padding: 120px 80px;
    background-color: #ffffff;
    text-align: center;
}

.workflow-header {
    margin-bottom: 60px;
}

.workflow-header .eyebrow {
    color: #5b5df5;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.section-title {
    font-size: 44px;
    font-weight: 800;
    color: #1a1e26;
    letter-spacing: -1.5px;
}

/* Grid Layout */
.workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1250px;
    margin: 0 auto;
}

/* Card Styling */
.workflow-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 32px;
    text-align: left;
    border: 1px solid #f3f4f6; /* Very subtle border like the image */
    transition: transform 0.3s ease;
}

/* Icon Box Styling */
.icon-box {
    width: 55px;
    height: 55px;
    background-color: #5b5df5;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.icon-box img {
    width: 24px;
    height: 24px;
}

/* Card Typography */
.workflow-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: #1a1e26;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.workflow-card p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    font-weight: 500;
}

/* Subtle background numbers (1, 2, 3, 4) if you want to match the faint watermark in the image */
.workflow-card {
    position: relative;
    overflow: hidden;
}

.workflow-card::after {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 80px;
    font-weight: 900;
    color: #f9fafb; /* Extremely light gray */
    z-index: -1;
}

.precision-section {
    padding: 120px 80px;
    background-color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

.precision-header {
    text-align: center;
    margin-bottom: 80px;
}

.precision-header .eyebrow {
    color: #5b5df5;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
    display: block;
    margin-bottom: 25px;
}

.precision-header .section-title {
    font-size: 48px;
    font-weight: 800;
    color: #1a1e26;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 25px;
}

.precision-header .section-subtitle {
    font-size: 18px;
    color: #6b7280;
    font-weight: 500;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Features Grid Setup */
.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns */
    column-gap: 80px;
    row-gap: 60px;
    margin-top: 40px;
    margin-left:-100px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* Icon box with light blue background */
.feature-icon {
    min-width: 48px;
    height: 48px;
    background-color: #f0f3ff; /* Very light blue/purple */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Feature Typography */
.feature-content h3 {
    font-size: 20px;
    font-weight: 800;
    color: #1a1e26;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.feature-content ul {
    list-style: none;
    padding: 0;
}

.feature-content li {
    font-size: 15px;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    
}

/* The Blue Bullet Points */
.feature-content li::before {
    content: "●";
    color: #5b5df5;
    font-size: 10px;
}

.performance {
    padding: 100px 80px;
    background-color: #ffffff;
}

.performance-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

.performance-content {
    flex: 1;
}

.performance-content .section-title {
    font-size: 42px;
    line-height: 1.1;
    margin: 20px 0;
}

.performance-content .section-description {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Mini Badges */
.mini-badge {
    font-size: 10px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 15px;
}
.mini-badge.speed { background: #ecfdf5; color: #10b981; }
.mini-badge.accuracy { background: #eff6ff; color: #3b82f6; }

.stats-grid {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.stat-item h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 14px;
    color: #6b7280;
}

.btn-dark {
    background: #111827;
    color: white;
    padding: 16px 30px;
    border-radius: 12px;
    border: none;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
}

/* Chart Card Styling */
.chart-card {
    flex: 1;
    background: #ffffff;
    border: 1px solid #f3f4f6;
    border-radius: 40px;
    padding: 50px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.02);
    text-align: center;
}

.chart-label {
    font-size: 10px;
    font-weight: 700;
    color: #9ca3af;
    letter-spacing: 1px;
    margin-bottom: 60px;
}

.chart-visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 80px;
    height: 250px;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.bar-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.bar {
    width: 50px;
    border-radius: 10px;
}

.bar.manual {
    height: 200px;
    background-color: #9ca3af; /* Gray bar */
    opacity: 0.7;
}

.bar.cyntrova {
    height: 35px;
    background-color: #5b5df5; /* Blue bar */
}

.bar-name {
    font-size: 12px;
    font-weight: 700;
    color: #111827;
}

/* Metrics underneath chart */
.time-metrics {
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
}

.metric-label {
    display: block;
    font-size: 10px;
    font-weight: 800;
    color: #9ca3af;
    margin-bottom: 10px;
}

.metric-value {
    font-size: 32px;
    font-weight: 800;
}

.metric-value.gray { color: #9ca3af; }
.metric-value.blue { color: #5b5df5; }

.footer-note {
    font-size: 9px;
    color: #bdc3c7;
    font-weight: 600;
    margin-top: 20px;
}

.roi-calculator {
    padding: 100px 80px;
    background-color: #ffffff;
}

.roi-container {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.roi-content { flex: 1.2; }

.roi-content .section-title {
    font-size: 52px;
    letter-spacing: -2px;
    margin-bottom: 25px;
}

.roi-content .section-description {
    color: #6b7280;
    font-size: 18px;
    max-width: 450px;
    margin-bottom: 50px;
}

/* Slider Card */
.slider-card {
    background: #f9fafb;
    padding: 40px;
    border-radius: 30px;
}

.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.slider-label {
    font-size: 11px;
    font-weight: 800;
    color: #9ca3af;
    letter-spacing: 1px;
}

.slider-value {
    font-size: 28px;
    font-weight: 800;
    color: #5b5df5;
}

.roi-slider {
    width: 100%;
    height: 6px;
    background: #e5e7eb;
    border-radius: 5px;
    appearance: none;
    outline: none;
    margin-bottom: 20px;
}

.roi-slider::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    background: #5b5df5;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(91, 93, 245, 0.3);
}

.slider-footer {
    font-size: 9px;
    font-weight: 700;
    color: #bdc3c7;
}

/* Results Section */
.roi-results {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.small-cards-row {
    display: flex;
    gap: 20px;
}

.result-card {
    background: #ffffff;
    border: 1px solid #f3f4f6;
    border-radius: 30px;
    padding: 30px;
}

.result-card.small { flex: 1; }

.result-card.highlight-light { background: #f0f3ff; border: none; }

.result-card.large {
    background: #5b5df5;
    color: white;
    padding: 45px;
    border: none;
    box-shadow: 0 20px 40px rgba(91, 93, 245, 0.25);
}

.res-label {
    display: block;
    font-size: 10px;
    font-weight: 800;
    color: #9ca3af;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.res-label.white { color: rgba(255,255,255,0.8); }

.res-value {
    font-size: 28px;
    font-weight: 800;
    color: #111827;
}

.res-value.blue { color: #5b5df5; }

.savings-amount {
    font-size: 72px;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: -2px;
}

.savings-amount .currency {
    font-size: 40px;
    vertical-align: middle;
    margin-right: 5px;
}

.res-note {
    font-size: 9px;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
    margin-bottom: 30px;
}

.market-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: white;
}

.highlights-section {
    padding: 100px 80px;
    background-color: #ffffff;
}

.highlights-container {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    gap: 100px;
}

.highlights-column {
    flex: 1;
}

/* Typography */
.eyebrow.blue-text { color: #5b5df5; }
.eyebrow.red-text { color: #ff5c5c; }

.section-title.small {
    font-size: 36px;
    margin: 20px 0 40px 0;
    letter-spacing: -1px;
}

/* Left Grid */
.highlights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1e26;
}

/* Sovereignty Dark Box */
.sovereignty-box {
    background: #111827;
    color: white;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.box-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.7);
    display: block;
    margin-bottom: 10px;
}

.sovereignty-box p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,0.9);
    max-width: 85%;
}

.box-icon {
    font-size: 24px;
    opacity: 0.2;
}

/* Right List: Replaces */
.replaces-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.replace-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fffafa; /* Very faint red background */
    border: 1px solid #fff0f0;
    padding: 18px 25px;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1e26;
}

.cross-icon {
    width: 28px;
    height: 28px;
    background: #ff5c5c;
    color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
}

/* Dashboard Insights Styles */
.dashboard-insights {
    padding: 100px 80px;
}

.insights-container {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}

.bullet-list {
    list-style: none;
    margin-bottom: 35px;
}

.bullet-list li {
    font-size: 16px;
    font-weight: 600;
    color: #1a1e26;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.bullet-list li::before {
    content: "●";
    color: #5b5df5;
    font-size: 10px;
}

.verify-badge {
    font-size: 11px;
    font-weight: 800;
    color: #1a1e26;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
}

.check-icon { color: #5b5df5; font-weight: 900; }

.intel-box {
    background: #111827;
    color: white;
    padding: 35px;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intel-box .box-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.6);
}

.intel-box p { font-size: 14px; margin-top: 10px; line-height: 1.5; opacity: 0.9; }

.intel-icon { opacity: 0.2; width: 45px; height: 45px; }

/* Replaces List (Red) */
.replace-card-red {
    background: #fffafa;
    border: 1px solid #fff0f0;
    padding: 22px 28px;
    border-radius: 20px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 600;
    color: #1a1e26;
}

.cross-icon {
    background: #ff5c5c;
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
}

/* Pricing Section Styles */
.pricing-section {
    padding: 120px 80px;
    text-align: center;
    background-color: #fcfcfd;
}

.pricing-header .pricing-subtext {
    color: #6b7280;
    font-size: 18px;
    margin-top: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 80px;
}

.price-card {
    background: white;
    border: 1px solid #f3f4f6;
    padding: 50px 40px;
    border-radius: 40px;
    flex: 1;
    max-width: 380px;
    text-align: left;
    position: relative;
    transition: transform 0.3s ease;
}

.price-card.featured {
    background: #111827;
    color: white;
    border: none;
    transform: scale(1.05);
}

.badge-popular {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #5b5df5;
    color: white;
    font-size: 10px;
    font-weight: 800;
    padding: 6px 18px;
    border-radius: 20px;
}

.price-card h3 { font-size: 24px; font-weight: 800; }

.plan-subtitle {
    font-size: 10px;
    font-weight: 800;
    color: #9ca3af;
    margin: 10px 0 35px;
}

.price-amount { font-size: 48px; font-weight: 800; margin-bottom: 45px; }

.price-amount span { font-size: 16px; color: #9ca3af; font-weight: 500; }

.plan-features {
    list-style: none;
    margin-bottom: 50px;
}

.plan-features li {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.plan-features li::before {
    content: "✓";
    color: #5b5df5;
    font-weight: 900;
}

/* Pricing Buttons */
.btn-ghost { width: 100%; padding: 18px; background: #f9fafb; border: none; border-radius: 12px; font-weight: 700; cursor: pointer; }
.btn-primary-pricing { width: 100%; padding: 18px; background: #5b5df5; color: white; border: none; border-radius: 12px; font-weight: 700; cursor: pointer; box-shadow: 0 10px 20px rgba(91,93,245,0.3); }
.btn-dark-pricing { width: 100%; padding: 18px; background: #111827; color: white; border: none; border-radius: 12px; font-weight: 700; cursor: pointer; }

/* Layout Helpers */
.center { text-align: center; display: block; }
.center-sub { text-align: center; color: #6b7280; margin-bottom: 50px; }

/* FAQ Styles */
.faq-section { padding: 100px 80px; }
.faq-container { max-width: 1200px; margin: 0 auto; display: flex; gap: 80px; }
.faq-intro { flex: 0.8; }
.faq-list { flex: 1.2; display: flex; flex-direction: column; gap: 15px; }
.faq-item { 
    background: #ffffff; border: 1px solid #f3f4f6; padding: 25px 35px; 
    border-radius: 30px; display: flex; justify-content: space-between; 
    font-weight: 600; font-size: 15px; color: #1a1e26;
}
.support-card { background: #f9fafb; padding: 30px; border-radius: 30px; margin-top: 40px; }
.support-sub { font-size: 13px; color: #9ca3af; display: block; margin: 5px 0 20px; }
.btn-support { 
    color: #5b5df5; background: none; border: none; font-weight: 800; 
    cursor: pointer; display: flex; align-items: center; gap: 10px; 
}

/* Security Styles */
.security-section { padding: 100px 80px; }
.security-card-main { 
    max-width: 1100px; margin: 0 auto; background: #ffffff; 
    border: 1px solid #f3f4f6; border-radius: 50px; padding: 80px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.03);
}
.security-grid { display: flex; gap: 40px; margin: 60px 0; border-top: 1px solid #f3f4f6; padding-top: 60px; }
.sec-item h4 { margin: 15px 0 10px; font-size: 16px; font-weight: 800; }
.sec-item p { font-size: 13px; color: #6b7280; line-height: 1.6; }
.security-footer { border-top: 1px solid #f3f4f6; padding-top: 30px; display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 800; color: #9ca3af; }
.check-tags { display: flex; gap: 20px; color: #10b981; }

/* Feedback Styles */
.feedback-section { padding: 100px 80px; }
.feedback-form-card { 
    max-width: 800px; margin: 0 auto; background: #ffffff; 
    border: 1px solid #f3f4f6; border-radius: 40px; padding: 50px; 
}
.form-row { display: flex; gap: 20px; margin-bottom: 25px; }
.input-group { flex: 1; display: flex; flex-direction: column; gap: 10px; margin-bottom: 25px; }
.input-group label { font-size: 10px; font-weight: 800; color: #9ca3af; }
.input-group input, .input-group textarea { 
    background: #f9fafb; border: none; padding: 18px; border-radius: 12px; font-size: 14px; 
}
.input-group textarea { height: 120px; resize: none; }
.btn-dark-wide { width: 100%; background: #111827; color: white; padding: 20px; border-radius: 15px; border: none; font-weight: 800; cursor: pointer; }

/* Footer Styles */
.main-footer { background: #01050d; color: white; padding: 100px 80px 50px; }
.footer-top { display: flex; gap: 100px; margin-bottom: 100px; align-items: flex-start; }
.footer-brand { flex: 1.5; }
.footer-brand p { font-size: 14px; opacity: 0.6; margin: 25px 0; line-height: 1.6; }
.contact-input { position: relative; max-width: 300px; }
.contact-input input { background: #0f172a; border: 1px solid #1e293b; padding: 15px; border-radius: 12px; width: 100%; color: white; }
.btn-arrow { position: absolute; right: 10px; top: 10px; background: #5b5df5; border: none; width: 30px; height: 30px; border-radius: 8px; color: white; cursor: pointer; }

.footer-links { display: flex; gap: 60px; flex: 1; }
.link-col h5 { font-size: 12px; margin-bottom: 25px; opacity: 0.4; }
.link-col a { display: block; color: white; text-decoration: none; font-size: 14px; margin-bottom: 15px; opacity: 0.7; font-weight: 600; }

.leadership-card { 
    background: #080d17; border: 1px solid #111827; padding: 40px; 
    border-radius: 30px; flex: 1; 
}
.lead-tag { font-size: 10px; color: #5b5df5; font-weight: 800; }
.leadership-card h3 { margin: 10px 0; font-size: 20px; }
.lead-sub { font-size: 10px; opacity: 0.4; font-weight: 800; }
.leadership-card p { font-size: 13px; opacity: 0.6; margin: 20px 0; }

.footer-bottom { border-top: 1px solid #111827; padding-top: 50px; text-align: center; }
.footer-bottom p { font-size: 12px; font-weight: 800; color: #5b5df5; }
.upcoming { font-size: 10px; opacity: 0.4; font-weight: 800; display: block; margin: 10px 0 50px; }
.footer-legal { display: flex; justify-content: space-between; font-size: 10px; opacity: 0.4; font-weight: 800; }
.status-dot { color: #10b981; }




/* ===============================
   GLOBAL MOTION SETTINGS
================================ */
* {
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(25px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeDown {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes scaleIn {
    from { opacity: 0; transform: scale(0.96); }
    to   { opacity: 1; transform: scale(1); }
}

@keyframes floatSoft {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

/* ===============================
   HERO ENTRANCE
================================ */
.navbar { animation: fadeDown 0.8s ease both; }

.badge { animation: fadeUp 0.9s ease both 0.1s; }
.sub-headline { animation: fadeUp 0.9s ease both 0.2s; }
.pr { animation: fadeUp 0.9s ease both 0.3s; }
.main-headline { animation: fadeUp 0.9s ease both 0.4s; }
.description-bold { animation: fadeUp 0.9s ease both 0.5s; }
.description-light { animation: fadeUp 0.9s ease both 0.6s; }
.cta-group { animation: fadeUp 0.9s ease both 0.7s; }

/* ===============================
   FRAMES & CARDS
================================ */
.frame, .frame1 {
    animation: scaleIn 1s ease both 0.3s;
}

/* Hover micro-interaction */
.workflow-card,
.price-card,
.result-card,
.highlight-item,
.replace-item {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.workflow-card:hover,
.price-card:hover,
.result-card:hover,
.highlight-item:hover,
.replace-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* ===============================
   BUTTON FEEL
================================ */
button {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/* ===============================
   FLOATING PREMIUM EFFECTS
================================ */
.icon-box,
.feature-icon,
.cross-icon,
.bar.cyntrova {
    animation: floatSoft 4s ease-in-out infinite;
}

/* ===============================
   SECTION FADE-IN (SCROLL FEEL)
================================ */
.connectivity,
.workflow,
.precision-section,
.performance,
.roi-calculator,
.highlights-section,
.dashboard-insights,
.pricing-section,
.faq-section,
.security-section,
.feedback-section,
.main-footer {
    animation: fadeUp 1s ease both;
}
