/* Shared product page CSS — extracted from product pages */
@media (max-width: 768px) {   }
.hero { position: relative; background: #F8F4EE; background-image: linear-gradient(#F7F3EE, rgba(247,243,238,0)); color: #000; padding: 80px 24px 100px; overflow: hidden; }
.container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.breadcrumb { display: flex; align-items: center; gap: 12px; font-size: 14px; margin-bottom: 32px; }
.breadcrumb a { color: #00A695; text-decoration: none; font-weight: 500; }
.breadcrumb-separator { color: #424242; }
.hero-inner { display: grid; grid-template-columns: 1fr 640px; gap: 40px; align-items: center; }
.hero-content { max-width: 600px; }
.hero-content h1 { font-family: 'Work Sans', sans-serif; font-size: 40px; font-weight: 700; line-height: 48px; letter-spacing: -0.8px; color: #000; margin: 20px 0; }
.section-header h2 { font-family: 'Work Sans', sans-serif; font-size: 40px; font-weight: 700; line-height: 48px; letter-spacing: -0.4px; color: #333; text-transform: uppercase; margin: 20px 0 16px; }
h3 { font-family: 'Work Sans', sans-serif; font-size: 24px; font-weight: 700; line-height: 24px; color: #333; margin: 20px 0 16px; }
.device-cluster { position: relative; height: 580px; overflow: visible; }
.cyber-desktop { position: absolute; top: 0; left: 60px; width: 440px; z-index: 3; animation: floatDevice 4s ease-in-out infinite; }
.cyber-desktop .frame { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 6px 6px 0; box-shadow: 0 8px 40px rgba(0,0,0,0.12); }
.cyber-desktop .toolbar { display: flex; align-items: center; gap: 5px; padding: 6px 10px; }
.cyber-desktop .dot { width: 7px; height: 7px; border-radius: 50%; }
.cyber-desktop .dot-r { background: #ff5f56; }
.cyber-desktop .dot-y { background: #ffbd2e; }
.cyber-desktop .dot-g { background: #27c93f; }
.cyber-desktop .url-bar { flex: 1; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 6px; padding: 3px 10px; font-family: 'Inter', sans-serif; font-size: 8px; color: #9ca3af; margin-left: 8px; }
.cyber-desktop .screen { border-radius: 0 0 8px 8px; min-height: 260px; background: #f9fafb; }
.cyber-desktop .dk-header { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px 10px; border-bottom: 1px solid #e5e7eb; background: #fff; }
.cyber-desktop .dk-header
.cyber-desktop .dk-add { font-family: 'Inter', sans-serif; font-size: 9px; font-weight: 600; background: #7c3aed; border: none; color: #fff; padding: 4px 12px; border-radius: 6px; }
.cyber-desktop .dk-
        .cyber-desktop .dk-sidebar { width: 40px; background: #fff; padding: 12px 0; display: flex; flex-direction: column; align-items: center; gap: 12px; border-right: 1px solid #f3f4f6; }
.cyber-desktop .dk-sidebar .si { font-size: 14px; opacity: 0.3; color: #6b7280; }
.cyber-desktop .dk-sidebar .si.active { opacity: 1; color: #7c3aed; }
.cyber-desktop .dk-kanban { flex: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; padding: 10px; overflow: hidden; }
.cyber-desktop .glass-col-header { font-family: 'Inter', sans-serif; font-size: 8px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; padding: 5px 6px; border-radius: 6px; margin-bottom: 5px; color: #6b7280; background: #f3f4f6; }
.cyber-desktop .glass-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 8px; margin-bottom: 5px; }
.cyber-desktop .glass-name { font-family: 'Inter', sans-serif; font-size: 9px; font-weight: 600; color: #111827; margin-bottom: 2px; }
.cyber-desktop .glass-price { font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 700; color: #7c3aed; margin-bottom: 2px; }
.cyber-desktop .glass-sub { font-family: 'Inter', sans-serif; font-size: 7px; color: #9ca3af; }
.cyber-desktop .glass-tag { display: inline-block; font-family: 'Inter', sans-serif; font-size: 6px; font-weight: 700; padding: 2px 5px; border-radius: 4px; letter-spacing: 0.5px; margin-top: 3px; }
.cyber-desktop .glass-tag-new { background: #ede9fe; color: #7c3aed; }
.cyber-desktop .glass-tag-ok { background: #d1fae5; color: #059669; }
.cyber-desktop .glass-tag-pop { background: #fef3c7; color: #d97706; }
.source-sheet { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%) perspective(1000px) rotateX(50deg); transform-origin: center bottom; width: 520px; z-index: 1; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.12); }
.data-pipelines { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.data-pipelines svg { width: 100%; height: 100%; }
.pipeline-path { fill: none; stroke-width: 2; opacity: 0.5; }
.pipeline-desktop { stroke: #0F9D58; }
.pipeline-tablet { stroke: #34a853; }
.pipeline-phone { stroke: #009885; }
.pipeline-dot { fill: #0F9D58; }
.pipeline-dot-tablet { fill: #34a853; }
.pipeline-dot-phone { fill: #009885; }
@keyframes pipeFlow { 0% { offset-distance: 0%; opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { offset-distance: 100%; opacity: 0; } }
@keyframes floatDevice { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.flowing-dot { width: 8px; height: 8px; border-radius: 50%; position: absolute; opacity: 0; animation: pipeFlow 3s infinite; }
.flowing-dot.d1 { background: #0F9D58; offset-path: path('M 290 520 C 290 400, 220 300, 240 180'); animation-delay: 0s; }
.flowing-dot.d2 { background: #0F9D58; offset-path: path('M 290 520 C 290 400, 220 300, 240 180'); animation-delay: 1s; }
.flowing-dot.d3 { background: #0F9D58; offset-path: path('M 290 520 C 290 400, 220 300, 240 180'); animation-delay: 2s; }
.flowing-dot.t1 { background: #34a853; offset-path: path('M 290 520 C 340 420, 400 350, 460 200'); animation-delay: 0.3s; }
.flowing-dot.t2 { background: #34a853; offset-path: path('M 290 520 C 340 420, 400 350, 460 200'); animation-delay: 1.3s; }
.flowing-dot.t3 { background: #34a853; offset-path: path('M 290 520 C 340 420, 400 350, 460 200'); animation-delay: 2.3s; }
.flowing-dot.p1 { background: #009885; offset-path: path('M 290 520 C 370 430, 470 350, 540 250'); animation-delay: 0.6s; }
.flowing-dot.p2 { background: #009885; offset-path: path('M 290 520 C 370 430, 470 350, 540 250'); animation-delay: 1.6s; }
.flowing-dot.p3 { background: #009885; offset-path: path('M 290 520 C 370 430, 470 350, 540 250'); animation-delay: 2.6s; }
.sheet-toolbar { display: flex; justify-content: space-between; align-items: center; padding: 7px 10px; background: #0F9D58; }
.sheet-logo { display: flex; align-items: center; gap: 6px; }
.sheet-icon { width: 14px; height: 14px; background: white; border-radius: 2px; display: flex; align-items: center; justify-content: center; }
.sheet-icon-inner { width: 8px; height: 8px; border: 1.5px solid #0F9D58; border-radius: 1px; }
.sheet-logo span { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600; color: white; }
.sheet-share { font-family: 'Inter', sans-serif; font-size: 7px; font-weight: 600; color: white; background: rgba(255,255,255,0.2); padding: 3px 10px; border-radius: 4px; }
.sheet-formula-bar { display: flex; align-items: center; gap: 8px; padding: 4px 10px; background: #f8f9fa; border-bottom: 1px solid #e5e7eb; }
.sheet-cell-ref { font-family: 'Inter', monospace; font-size: 10px; color: #6b7280; font-weight: 600; background: #e5e7eb; padding: 1px 6px; border-radius: 3px; }
.sheet-formula { font-family: 'Inter', monospace; font-size: 10px; color: #374151; }
.sheet-table { width: 100%; border-collapse: collapse; background: white; font-family: 'Inter', sans-serif; font-size: 10px; }
.sheet-table th { background: #f3f4f6; color: #9ca3af; font-weight: 500; font-size: 9px; padding: 5px 8px; text-align: center; border: 1px solid #e5e7eb; }
.sheet-table td { padding: 6px 8px; border: 1px solid #e5e7eb; color: #374151; white-space: nowrap; }
.sheet-table .row-num { background: #f3f4f6; color: #9ca3af; font-size: 7px; text-align: center; width: 20px; }
.sheet-table .header-cell { font-weight: 700; background: #f9fafb; }
.sheet-table .selected-cell { background: #e8f0fe; outline: 2px solid #1a73e8; outline-offset: -1px; }
.sheet-tabs { display: flex; align-items: center; gap: 0; background: #f3f4f6; padding: 4px 8px 0; }
.sheet-tab { font-family: 'Inter', sans-serif; font-size: 9px; padding: 4px 12px; color: #6b7280; }
.sheet-tab.active { background: white; color: #0F9D58; font-weight: 600; border-radius: 4px 4px 0 0; border: 1px solid #e5e7eb; border-bottom: 1px solid white; }
.sheet-tab-add { font-size: 10px; color: #9ca3af; margin-left: 4px; cursor: pointer; }
.transform-arrow { display: none; }
.arrow-circle { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, #0F9D58, #009885); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(15,157,88,0.35); }
.arrow-circle span { color: white; font-size: 13px; font-weight: 800; }
.arrow-label { font-family: 'Inter', sans-serif; font-size: 6px; font-weight: 700; color: #0F9D58; text-transform: uppercase; letter-spacing: 0.8px; }
.cyber-tablet { position: absolute; top: 100px; right: 20px; width: 260px; z-index: 4; animation: floatDevice 4s ease-in-out infinite; animation-delay: -1.3s; }
.cyber-tablet .frame { background: linear-gradient(160deg, #d4d4d8, #a8a8ad, #c0c0c4, #d4d4d8); border-radius: 18px; padding: 10px; box-shadow: 0 0 30px rgba(255,0,255,0.08), 0 20px 60px rgba(0,0,0,0.3); }
.cyber-tablet .tb-camera { width: 5px; height: 5px; background: #1a1a2a; border-radius: 50%; margin: 0 auto 6px; }
.cyber-tablet .screen { border-radius: 8px; min-height: 320px; font-family: 'Orbitron', monospace; background: #0a0a1a; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.cyber-tablet .screen::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,240,255,0.015) 2px, rgba(0,240,255,0.015) 4px); pointer-events: none; z-index: 2; }
.cyber-tablet .tb-header { display: flex; justify-content: space-between; align-items: center; padding: 14px 14px 10px; border-bottom: 1px solid rgba(255,0,255,0.1); position: relative; z-index: 3; }
.cyber-tablet .tb-header
.cyber-tablet .neon-items { font-family: 'Orbitron', monospace; font-size: 10px; font-weight: 700; color: #ffcc00; text-shadow: 0 0 6px rgba(255,204,0,0.5); }
.cyber-tablet .tb-metric { background: rgba(0,255,204,0.05); border: 1px solid rgba(0,255,204,0.2); border-radius: 6px; padding: 8px 12px; margin: 6px 12px; position: relative; z-index: 3; }
.cyber-tablet .tb-metric-label { font-size: 8px; color: #888; text-transform: uppercase; letter-spacing: 0.5px; }
.cyber-tablet .tb-metric-value { font-size: 16px; font-weight: 700; color: #00ffcc; text-shadow: 0 0 8px rgba(0,255,204,0.4); }
.cyber-tablet .tb-metric-bar { height: 3px; background: rgba(0,255,204,0.15); border-radius: 2px; margin-top: 4px; }
.cyber-tablet .tb-metric-bar-fill { height: 100%; border-radius: 2px; background: linear-gradient(90deg, #00ffcc, #ff00ff); }
.cyber-tablet .tb-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 6px 12px; position: relative; z-index: 3; }
.cyber-tablet .tb-mini { background: rgba(255,0,255,0.05); border: 1px solid rgba(255,0,255,0.15); border-radius: 4px; padding: 6px 8px; }
.cyber-tablet .tb-mini-label { font-size: 7px; color: #888; text-transform: uppercase; }
.cyber-tablet .tb-mini-value { font-size: 12px; font-weight: 700; color: #ff00ff; text-shadow: 0 0 5px rgba(255,0,255,0.3); }
.cyber-phone { position: absolute; top: 190px; right: 0; width: 170px; z-index: 5; animation: floatDevice 4s ease-in-out infinite; animation-delay: -2.6s; }
.cyber-phone .frame { background: linear-gradient(160deg, #d4d4d8, #a8a8ad, #bbbbbe, #d4d4d8); border-radius: 32px; padding: 3px; box-shadow: 0 20px 50px rgba(0,0,0,0.25); }
.cyber-phone .screen-bezel { background: #000; border-radius: 29px; overflow: hidden; }
.cyber-phone .dynamic-island { width: 40px; height: 10px; background: #000; border-radius: 10px; margin: 0 auto; position: absolute; top: 9px; left: 50%; transform: translateX(-50%); z-index: 5; }
.cyber-phone .screen { border-radius: 29px; min-height: 300px; background: #fff; overflow: hidden; display: flex; flex-direction: column; position: relative; }
.cyber-phone .native-status { display: flex; justify-content: space-between; padding: 6px 14px 0; font-family: -apple-system, 'Inter', sans-serif; font-size: 7px; font-weight: 600; color: #1d1d1f; }
.cyber-phone .native-header { padding: 10px 14px 8px; }
.cyber-phone .native-header
.cyber-phone .native-header .native-accent { font-family: -apple-system, 'Inter', sans-serif; font-size: 11px; font-weight: 600; color: #059669; }
.cyber-phone .native-content { padding: 0 10px; flex: 1; }
.cyber-phone .native-card { background: #f9fafb; border-radius: 12px; padding: 10px 12px; margin-bottom: 6px; }
.cyber-phone .native-label { font-family: -apple-system, 'Inter', sans-serif; font-size: 7px; font-weight: 600; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 6px; }
.cyber-phone .native-row { display: flex; justify-content: space-between; align-items: center; padding: 3px 0; }
.cyber-phone .native-value { font-family: -apple-system, 'Inter', sans-serif; font-size: 9px; font-weight: 600; color: #374151; }
.cyber-phone .native-pill { display: inline-block; font-family: -apple-system, 'Inter', sans-serif; font-size: 7px; font-weight: 700; padding: 3px 8px; border-radius: 10px; }
.cyber-phone .pill-success { background: #d1fae5; color: #059669; }
.cyber-phone .pill-warning { background: #fef3c7; color: #d97706; }
.cyber-phone .native-nav { display: flex; justify-content: space-around; padding: 8px 0 6px; margin-top: auto; }
.cyber-phone .native-nav span { font-size: 13px; opacity: 0.2; color: #6b7280; }
.cyber-phone .native-nav span.active { opacity: 1; color: #059669; }
.cyber-phone .home-bar { width: 50px; height: 3px; background: #1d1d1f; border-radius: 3px; margin: 2px auto 4px; }
.push-notification { position: absolute; top: 24px; left: 6px; right: 6px; background: rgba(255,255,255,0.97); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-radius: 12px; padding: 7px 8px; display: flex; align-items: center; gap: 6px; box-shadow: 0 2px 12px rgba(0,0,0,0.15); z-index: 10; animation: pushSlide 5s ease-in-out infinite; animation-delay: 2s; }
.push-icon { width: 22px; height: 22px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; }
.push-text { flex: 1; min-width: 0; }
.push-app { font-family: -apple-system, 'Inter', sans-serif; font-size: 7px; font-weight: 600; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.3px; }
.push-message { font-family: -apple-system, 'Inter', sans-serif; font-size: 8px; font-weight: 500; color: #1d1d1f; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.push-time { font-family: -apple-system, 'Inter', sans-serif; font-size: 7px; color: #9ca3af; flex-shrink: 0; }
@keyframes pushSlide { 0%, 10% { transform: translateY(-120%); opacity: 0; } 15%, 65% { transform: translateY(0); opacity: 1; } 70%, 100% { transform: translateY(-120%); opacity: 0; } }
.device-column { display: flex; flex-direction: column; }
.store-badges { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 20px; }
.store-badges img { height: 40px; width: auto; opacity: 0.7; transition: opacity 0.3s; }
.store-badges img:hover { opacity: 1; }
.use-case-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,169,150,0.1); color: #00A695; border: none; padding: 8px 20px; border-radius: 100px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 20px; }
@keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.hero-description { font-size: 16px; line-height: 1.5; margin-bottom: 36px; color: #000; }
.hero-stats { display: flex; gap: 24px; flex-wrap: wrap; }
.stat-value { font-family: 'Work Sans', sans-serif; font-size: 36px; font-weight: 800; color: #00A695; line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 14px; color: #424242; text-transform: uppercase; letter-spacing: .5px; font-weight: 600; }
.hero-buttons { display: flex; gap: 12px; margin-bottom: 16px; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 16px 48px; border-radius: 48px; font-weight: 700; font-size: 16px; text-decoration: none; transition: all .2s; font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .5px; background: #00A695; color: white; border: 2px solid #00A898; }
.btn-primary:hover { background: #00786A; border-color: #00786A; }
.btn-outline-hero { display: inline-flex; align-items: center; gap: 8px; padding: 16px 48px; border-radius: 48px; font-weight: 700; font-size: 16px; text-decoration: none; transition: all .2s; font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .5px; border: 2px solid #424242; color: #424242; background: transparent; }
.btn-outline-hero:hover { border-color: #00A695; color: #00A695; }
.hero-sub { font-size: 13px; color: #424242; margin-bottom: 20px; }
.perks { list-style: none; display: flex; flex-direction: column; gap: 2px; margin: 0 0 24px; padding: 0; }
.perks li { display: flex; align-items: center; gap: 10px; font-size: 16px; color: #000; font-weight: 400; }
.perks li::before { content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #0e9e82; flex-shrink: 0; }
.section { padding: 80px 24px; }
.section-light { background: var(--gray-50); }
.section-header { max-width: 800px; margin-bottom: 60px; }
.section-label { display: inline-block; font-size: 13px; font-weight: 700; color: var(--teal); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; }
.section-description { font-size: 18px; color: var(--gray-600); line-height: 1.7; }
.app-types-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 48px; max-width: 1000px; margin-left: auto; margin-right: auto; }
.app-chip { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 2px solid var(--gray-100); border-radius: 100px; padding: 12px 24px; font-size: 15px; font-weight: 600; color: var(--navy); transition: all 0.3s; cursor: default; }
.app-chip:hover { border-color: var(--teal); background: rgba(0,152,133,0.05); transform: translateY(-2px); }
.chip-icon { font-size: 20px; }
.chip-text { white-space: nowrap; }
.problem-solution { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 48px; }
.problem-card, .solution-card { padding: 48px; border-radius: 24px; position: relative; }
.problem-card { background: linear-gradient(135deg, #FFF5F5, #FFE5E5); border: 2px solid #FFD5D5; }
.solution-card { background: linear-gradient(135deg, #F0FFF4, #E0F9E8); border: 2px solid #B8F4CC; }
.card-title { font-size: 24px; font-weight: 700; margin-bottom: 16px; color: var(--navy); }
.card-list { list-style: none; }
.card-list li { padding: 12px 0 12px 32px; position: relative; color: var(--gray-800); line-height: 1.6; }
.problem-card .card-list li::before { content: '\2715'; position: absolute; left: 0; color: #E53E3E; font-weight: 700; }
.solution-card .card-list li::before { content: '\2713'; position: absolute; left: 0; color: #38A169; font-weight: 700; font-size: 18px; }
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; }
.feature { background: var(--white); padding: 36px; border-radius: 20px; border: 2px solid var(--gray-100); transition: all 0.3s; }
.feature:hover { border-color: var(--teal); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,152,133,0.2); }
.feature-icon { width: 64px; height: 64px; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 32px; margin-bottom: 20px; }
.feature h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; color: var(--navy); }
.feature p { color: var(--gray-600); line-height: 1.7; }
.workflow-steps { display: grid; gap: 0; margin-top: 48px; }
.workflow-step { display: grid; grid-template-columns: 80px 1fr; gap: 32px; padding: 32px 0; position: relative; }
.workflow-step:not(:last-child)::after { content: ''; position: absolute; left: 39px; top: 80px; bottom: -32px; width: 2px; background: linear-gradient(to bottom, var(--teal), var(--gray-100)); }
.step-number { width: 80px; height: 80px; background: var(--teal); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; font-weight: 800; box-shadow: 0 8px 24px rgba(0,152,133,0.4); position: relative; z-index: 2; }
.step-content h3 { font-size: 24px; font-weight: 700; margin-bottom: 12px; color: var(--navy); }
.step-content p { color: var(--gray-600); line-height: 1.7; }
.benefits { background: var(--navy); color: var(--white); }
.benefits h2 { color: var(--white); }
.benefits .section-description { color: rgba(255,255,255,0.8); }
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; margin-top: 48px; }
.benefit-card { background: rgba(255,255,255,0.08); padding: 32px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.15); transition: all 0.3s; }
.benefit-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-4px); border-color: var(--gold); }
.benefit-icon { font-size: 36px; margin-bottom: 16px; }
.benefit-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; color: var(--gold); }
.benefit-card p { color: rgba(255,255,255,0.85); line-height: 1.7; }
.comparison { background: #faf6f0; }
.comp-table { width: 100%; border-collapse: collapse; margin-top: 48px; }
.comp-table th { padding: 18px 24px; text-align: left; font-weight: 700; font-size: 15px; color: var(--navy); border-bottom: 2px solid #e0d8ce; }
.comp-table td { padding: 20px 24px; border-bottom: 1px solid #ebe5dc; font-size: 15px; line-height: 1.6; color: #555; vertical-align: top; }
.comp-table td:first-child { font-weight: 700; color: var(--navy); width: 160px; }
.practices-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; margin-top: 48px; }
.practice-card { background: var(--white); padding: 32px; border-radius: 16px; border-left: 4px solid var(--teal); box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.practice-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 12px; color: var(--navy); }
.practice-card p { color: var(--gray-600); line-height: 1.7; }
.requirements-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; margin-top: 48px; }
.requirement-card { background: linear-gradient(135deg, var(--gray-50), var(--white)); padding: 32px; border-radius: 16px; border: 2px solid var(--gray-100); display: flex; gap: 20px; align-items: flex-start; }
.requirement-icon { width: 48px; height: 48px; background: var(--teal); color: var(--white); border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.requirement-content h4 { font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.requirement-content p { color: var(--gray-600); font-size: 15px; line-height: 1.6; }
.resources-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.resource-card { display: block; background: var(--white); border: 2px solid var(--gray-100); border-radius: 16px; padding: 32px; text-decoration: none; transition: all 0.3s; }
.resource-card:hover { border-color: var(--teal); transform: translateY(-4px); }
.resource-type { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--teal); background: rgba(0,152,133,0.08); padding: 4px 12px; border-radius: 100px; margin-bottom: 16px; }
.resource-card h3 { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.resource-card p { font-size: 15px; color: var(--gray-600); line-height: 1.6; margin-bottom: 16px; }
.resource-link { font-size: 14px; font-weight: 600; color: var(--teal); }
.cta-section { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); padding: 100px 24px; text-align: center; color: var(--white); }
.cta-content { max-width: 700px; margin: 0 auto; }
.cta-section h2 { color: var(--white); margin-bottom: 20px; }
.cta-section p { font-size: 20px; margin-bottom: 40px; opacity: 0.95; line-height: 1.7; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn { padding: 18px 40px; border-radius: 12px; font-size: 16px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s; border: none; cursor: pointer; font-family: 'Work Sans', sans-serif; }
.btn-white { background: var(--white); color: var(--teal); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.btn-white:hover { background: var(--gray-50); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid var(--white); }
.btn-outline:hover { background: var(--white); color: var(--teal); }
.faq-container { max-width: 900px; margin: 0 auto; }
.faq-item { background: var(--white); border: 2px solid var(--gray-100); border-radius: 16px; padding: 32px; margin-bottom: 20px; transition: all 0.3s; }
.faq-item:hover { border-color: var(--teal); box-shadow: 0 4px 20px rgba(0,152,133,0.1); }
.faq-question { font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 16px; }
.faq-answer p { color: var(--gray-600); line-height: 1.7; margin: 0; }
.arrow { transition: transform 0.3s; }
.btn:hover .arrow, .btn-primary:hover .arrow { transform: translateX(4px); }
@media (max-width: 1100px) { .hero-inner { grid-template-columns: 1fr 500px; } .device-cluster { height: 450px; } .source-sheet { width: 420px; } .cyber-desktop { width: 380px; left: 30px; } .cyber-tablet { width: 210px; } .cyber-phone { display: none; } .data-pipelines, .flowing-dot { display: none; } }
@media (max-width: 900px) { .hero-inner { grid-template-columns: 1fr; text-align: center; } .hero-content { max-width: 100%; } .device-cluster { height: 320px; max-width: 500px; margin: 0 auto; overflow: hidden; } .source-sheet { display: none; } .cyber-desktop { width: 100%; max-width: 480px; position: relative; left: 0; top: 0; } .cyber-tablet, .cyber-phone { display: none; } .store-badges { justify-content: center; } .hero-stats { justify-content: center; } }
@media (max-width: 768px) { .hero { padding: 60px 24px 80px; } .device-cluster { display: none; } .hero-content { max-width: 100%; } .hero-stats { justify-content: center; gap: 32px; } .problem-solution { grid-template-columns: 1fr; gap: 24px; } .workflow-step { grid-template-columns: 60px 1fr; gap: 20px; } .step-number { width: 60px; height: 60px; font-size: 24px; } .cta-buttons { flex-direction: column; } .btn { width: 100%; justify-content: center; } }
.enterprise-callout {
            text-align: center;
            font-size: 14px;
            color: #6B7280;
            margin-top: 16px;
            font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, sans-serif;
        }
.enterprise-callout a {
            color: #009885;
            text-decoration: underline;
            font-weight: 500;
            transition: color 0.2s;
        }
.enterprise-callout a:hover {
            color: #007D6E;
        }
@media (max-width: 991px) { .adn-links { display: none; } .adn-login { display: none; } .adn-hamburger { display: block; } }