.elementor-47475 .elementor-element.elementor-element-0ac0209{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-47475 .elementor-element.elementor-element-c8a204c{--display:flex;--justify-content:center;}.elementor-47475 .elementor-element.elementor-element-895c509{text-align:start;}.elementor-47475 .elementor-element.elementor-element-895c509 .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:50px;line-height:52px;color:#000000;}.elementor-47475 .elementor-element.elementor-element-c1e2510{font-family:"Inter", Sans-serif;font-size:18px;color:#000000;}.elementor-47475 .elementor-element.elementor-element-a03d218{--display:flex;}.elementor-47475 .elementor-element.elementor-element-14fe970{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-47475 .elementor-element.elementor-element-a03d218{--width:93%;}}@media(max-width:1024px){.elementor-47475 .elementor-element.elementor-element-895c509{text-align:center;}}@media(max-width:767px){.elementor-47475 .elementor-element.elementor-element-0ac0209{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-47475 .elementor-element.elementor-element-895c509{width:auto;max-width:auto;text-align:start;}.elementor-47475 .elementor-element.elementor-element-a03d218{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-cc28591 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #374151;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}

/* Responsive Container */
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}

/* Utility Classes */
.text-center { text-align: center; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mt-8 { margin-top: 2rem; }
.py-20 { padding: 5rem 0; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

/* Sticky Visual Styles */
.sticky-visual {
    position: sticky;
    top: 120px;
    align-self: flex-start;
    height: fit-content;
}

@media (max-width: 1024px) {
    .sticky-visual {
        position: static;
        margin-bottom: 2rem;
    }
}

/* Animations */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes float-delayed {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-25%); }
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

.animate-float-delayed {
    animation: float-delayed 4s ease-in-out infinite;
    animation-delay: 1s;
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
    animation: bounce 1s infinite;
}

/* Icon Styles */
.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
}

.icon-arrow-right {
    width: 0;
    height: 0;
    border-left: 6px solid currentColor;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-left: 0.5rem;
}

.icon-play {
    width: 0;
    height: 0;
    border-left: 8px solid currentColor;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-right: 0.5rem;
}

.icon-check {
   display: flex;
   justify-content: center; /* Horizontally centers the content */
   align-items: center;     /* Vertically centers the content */
   width: 1.25rem;
   height: 1.25rem;
   background: #00d084;
   border-radius: 50%;
   margin-right: 0.5rem;
}
 
.icon-check::after {
   content: '';
   width: 3px;
   height: 6px;
   border: solid white;
   border-width: 0 2px 2px 0;
   transform: rotate(45deg);
}

.icon-chevron-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.3s ease;
}
 
.icon-users {
    position: relative;
    width: 2rem;
    height: 2rem;
}

.icon-users::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.icon-users::after {
    content: '';
    position: absolute;
    right: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.icon-trending-up {
    position: relative;
    width: 2rem;
    height: 2rem;
}

.icon-trending-up::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: translateY(-50%) rotate(15deg);
}

.icon-trending-up::after {
    content: '';
    position: absolute;
    right: 0;
    top: 40%;
    width: 0;
    height: 0;
    border-left: 4px solid currentColor;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.icon-award {
    position: relative;
    width: 2rem;
    height: 2rem;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.icon-award::before {
    content: '★';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: currentColor;
}

/* Feature Section Icons */
.icon-message-square {
    position: relative;
    width: 2rem;
    height: 2rem;
    border: 2px solid currentColor;
    border-radius: 4px;
}

.icon-message-square::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 6px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid currentColor;
}

.icon-brain {
    position: relative;
    width: 2rem;
    height: 2rem;
}

.icon-brain::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 12px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 12px 12px 8px 8px;
}

.icon-brain::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 8px;
    width: 4px;
    height: 8px;
    border: 1px solid currentColor;
    border-radius: 2px;
}

.icon-book-open {
    position: relative;
    width: 2rem;
    height: 2rem;
}

.icon-book-open::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 12px;
    border: 2px solid currentColor;
    border-right: 1px solid currentColor;
    border-radius: 2px 0 0 2px;
}

.icon-book-open::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 14px;
    height: 12px;
    border: 2px solid currentColor;
    border-left: 1px solid currentColor;
    border-radius: 0 2px 2px 0;
}

.icon-database {
    position: relative;
    width: 2rem;
    height: 2rem;
}

.icon-database::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 4px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.icon-database::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    width: 16px;
    height: 8px;
    border: 2px solid currentColor;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

/* Integration Section Icons */
.icon-zap {
    position: relative;
    width: 1.75rem;
    height: 1.75rem;
}

.icon-zap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 10px solid currentColor;
    transform: translateX(-50%);
}

.icon-zap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 2px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid currentColor;
    transform: translateX(-50%);
}

.icon-shield {
    position: relative;
    width: 1.75rem;
    height: 1.75rem;
}

.icon-shield::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 12px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 6px 6px 0 0;
    transform: translateX(-50%);
}

.icon-shield::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid currentColor;
    transform: translateX(-50%);
}

.icon-gauge {
    position: relative;
    width: 1.75rem;
    height: 1.75rem;
    border: 2px solid currentColor;
    border-radius: 50% 50% 0 0;
    border-bottom: none;
}

.icon-gauge::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 8px;
    background: currentColor;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: bottom;
}

/* Hero Section */
.hero-section {
    background: white;
    padding: 6rem 0 4rem;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.hero-title {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.1;
    color: #111827;
    margin-bottom: 1.5rem;
}

.hero-highlight {
    color: #00d084;
    position: relative;
}

.hero-description {
    font-size: 1.25rem;
    color: #6b7280;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 0.75rem;
    text-decoration: none; /* Changed from white to none for better practice */
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: #00d084;
    color: white;
}

.btn-primary:hover {
    background: #00b870;
    transform: scale(1.05);
    color: white;
}

.btn-outline {
    background: transparent;
    color: #00d084;
    border: 2px solid #00d084;
}

.btn-outline:hover {
    background: #00d084;
    color: white;
}

.dashboard-mockup {
    position: relative;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    transition: transform 0.5s ease;
}

.dashboard-mockup:hover {
    transform: scale(1.05);
}

.dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1rem;
}

.dashboard-dots {
    display: flex;
    gap: 0.75rem;
}

.dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
}

.dot-red { background: #ef4444; }
.dot-yellow { background: #f59e0b; }
.dot-green { background: #10b981; }

.metrics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.metric-card {
    padding: 1rem;
    border-radius: 0.5rem;
}

.metric-primary {
    background: linear-gradient(135deg, #00d084, #00b870);
    color: white;
}

.metric-secondary {
    background: #f9fafb;
    color: #111827;
}

.metric-value {
    font-size: 1.5rem;
    font-weight: 700;
}

.metric-label {
    font-size: 0.875rem;
    opacity: 0.9;
}

.progress-bar {
    width: 100%;
    height: 0.5rem;
    background: #e5e7eb;
    border-radius: 0.25rem;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #00d084;
    border-radius: 0.25rem;
    animation: pulse 2s infinite;
}

.floating-card {
    position: absolute;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    font-size: 0.75rem;
}

.floating-card-1 {
    top: 25%;
    right: -2rem;
    animation: float 3s ease-in-out infinite;
}

.floating-card-2 {
    bottom: 25%;
    left: -2rem;
    animation: float-delayed 4s ease-in-out infinite;
}

/* Problem Section */
.problem-section {
    background: linear-gradient(to bottom, white, #f9fafb);
    padding: 5rem 0;
}

.problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 1.5rem;
}

.section-description {
    font-size: 1.25rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 30px;
}

.problem-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.problem-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.problem-item:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.problem-icon {
    width: 3rem;
    height: 3rem;
    background: #fef2f2;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ef4444;
}

.problem-content h3 {
    font-weight: 500;
    font-size: 18px;
    color: #111827;
    margin-bottom: 0.20rem;
    margin-top: 0px;
}

.problem-content p {
    color: #6b7280;
    margin-bottom: 0.20rem;
}

/* Solution Section */
.solution-section {
    background: white;
    padding: 5rem 0;
}

.tab-navigation {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.tab-container {
    display: flex;
    background: #f3f4f6;
    border-radius: 1rem;
    padding: 0.5rem;
}

.tab-button {
    padding: 0.75rem 1.5rem;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 0.75rem;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    background: transparent;
} 

/* Tab Content Grid */
.tab-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    background: white;
    padding: 20px 20px;
    border-width: 3px;
    border-style: solid;
    border-color: #e8ffed;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tab-content-left {
    padding-right: 2rem;
}

.tab-content-right {
    position: relative;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .tab-content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .tab-content-left {
        padding-right: 0;
    }
}

.tab-button.active {
    background: #00d084;
    color: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.tab-button:not(.active) {
    color: #6b7280;
}

.tab-button:not(.active):hover {
    color: #00d084;
    background: white;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.benefit-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.benefit-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
}

.benefit-description {
    font-size: 1.25rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* Features Section */
.features-section {
    background: linear-gradient(to bottom, #f9fafb, white);
    padding: 5rem 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.feature-card {
    position: relative;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 2px solid #e5e7eb;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.5s ease;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-1rem) scale(1.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.feature-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--feature-color), var(--feature-color-end));
    opacity: 0;
    transition: opacity 0.5s ease;
}

.feature-card:hover::before {
    opacity: 0.1;
}

.feature-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.25rem;
    background: linear-gradient(90deg, var(--feature-color), var(--feature-color-end));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.feature-card:hover::after {
    transform: scaleX(1);
}

.feature-card-1 {
    --feature-color: #3b82f6;
    --feature-color-end: #1d4ed8;
}

.feature-card-2 {
    --feature-color: #00d084;
    --feature-color-end: #00b870;
}

.feature-card-3 {
    --feature-color: #8b5cf6;
    --feature-color-end: #7c3aed;
}

.feature-card-4 {
    --feature-color: #f59e0b;
    --feature-color-end: #d97706;
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(6deg);
}

.feature-title {
    font-size: 18px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 1rem;
}

.feature-description {
    color: #6b7280;
    line-height: 1.6;
    font-size: 0.875rem;
}

/* Integration Section */
.integration-section {
    background: white;
    padding: 5rem 0;
}

.integration-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.integration-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.integration-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 10px;
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.integration-item:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.integration-icon {
    width: 3.5rem;
    height: 3.5rem;
    background: rgba(0, 208, 132, 0.1);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #00d084;
}

.integration-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 0.25rem;
    margin-top: 0px;
}

.integration-content .subtitle {
    font-size: 0.875rem;
    color: #00d084;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.integration-content p {
    color: #6b7280;
    line-height: 1.6;
}

/* CTA Section */
.cta-section {
    background: #000000;
    padding: 5rem 0;
}

.cta-card {
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 1rem;
    text-align: center;
}

.cta-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.cta-description {
    font-size: 1.25rem;
    color: #6B7280;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.trust-indicators {
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    text-align: center;
}

.trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #6b7280;
}

.company-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    opacity: 0.6;
}

.company-logo {
    width: 5rem;
    height: 2rem;
    background: #e5e7eb;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
}

.secondary-cta {
    background: #00d084;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.secondary-cta h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.secondary-cta p {
    opacity: 0.8;
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: white;
    color: #00d084;
}

/* FAQ Section */
.faq-section {
    background: linear-gradient(to bottom, white, #f9fafb);
    padding: 5rem 0;
}

.faq-container {
    max-width: 64rem;
    margin: 0 auto;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.faq-question {
    width: 100%;
    padding: 1.5rem 2rem;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.faq-question:hover {
    background: #f9fafb;
}

.faq-question h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    padding-right: 1rem;
}

.faq-icon {
    color: #00d084;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 24rem;
}

.faq-answer-content {
    padding: 0 2rem 1.5rem;
    color: #6b7280;
    line-height: 1.7;
}

/* Feature Icons */
.feature-icon-1 { background: #dbeafe; color: #3b82f6; }
.feature-icon-2 { background: #dcfce7; color: #00d084; }
.feature-icon-3 { background: #ede9fe; color: #8b5cf6; }
.feature-icon-4 { background: #fed7aa; color: #f59e0b; }

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-grid,
    .problem-grid,
    .tab-content,
    .integration-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-title {
        font-size: 45px;
    }

    .section-title {
        font-size: 40px;
    }

    .cta-title {
        font-size: 40px;
    }

    .integration-grid {
        grid-template-areas: 
            "content"
            "visual";
    }
    
    .integration-content {
        grid-area: content;
    }
    
    .integration-visual {
        grid-area: visual;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 40px;
    }

    .section-title {
        font-size: 35px;
    }

    .cta-title {
        font-size: 35px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .secondary-cta {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .tab-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .company-logos {
        flex-wrap: wrap;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .cta-title {
        font-size: 1.75rem;
    }

    .btn {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }

    .floating-card-1,
    .floating-card-2 {
        display: none;
    }
}/* End custom CSS */