/* Contract Management Page Styles All selectors scoped under .contractMgmtMain for specificity over global stylesheets (home.css,etc.) *//* ============================================ HERO SECTION ============================================ */.contractMgmtMain .hero{background:linear-gradient(135deg,#f8fafb 0%,#e8f4f8 100%);color:#1a1a1a;padding:100px 0 120px;position:relative;overflow:hidden}.contractMgmtMain .hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(254,153,0,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:0.3}.contractMgmtMain .hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.contractMgmtMain .hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#1a1a1a 0%,#FE9900 100%);-webkit-background-clip:text;font-family:battamBold,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;-webkit-text-fill-color:transparent;background-clip:text}.contractMgmtMain .hero .subtitle{font-size:1.3rem;color:#666;margin-bottom:2rem;font-weight:400}.contractMgmtMain .stats-row{display:flex;justify-content:center;gap:4rem;margin:3rem 0;flex-wrap:wrap}.contractMgmtMain .stat{text-align:center}.contractMgmtMain .stat-number{font-size:2.5rem;font-weight:700;color:#FE9900;display:block}.contractMgmtMain .stat-label{font-size:0.9rem;color:#666;text-transform:uppercase;letter-spacing:1px}.contractMgmtMain .hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}.contractMgmtMain .cta-primary{display:inline-flex;align-items:center;gap:0.5rem;background:linear-gradient(135deg,#FE9900 0%,#ff8800 100%);color:white;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(254,153,0,0.3);border:none}.contractMgmtMain .cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(254,153,0,0.4);color:white}.contractMgmtMain .cta-secondary-hero{background:white;color:#FE9900;box-shadow:0 4px 15px rgba(0,0,0,0.08)}.contractMgmtMain .cta-secondary-hero:hover{box-shadow:0 8px 25px rgba(0,0,0,0.12);color:#FE9900}/* ============================================ SHARED SECTION STYLES ============================================ */.contractMgmtMain .section-header{text-align:center;margin-bottom:4rem}.contractMgmtMain .section-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.contractMgmtMain .section-subtitle{font-size:1.15rem;color:#666;max-width:640px;margin:0 auto;line-height:1.7}/* ============================================ PROBLEM SECTION ============================================ */.contractMgmtMain .problem{padding:100px 0;background:white}.contractMgmtMain .problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.contractMgmtMain .problem-card{padding:2rem;border-radius:16px;border:1px solid #f0f0f0;background:#fafafa;transition:all 0.3s ease}.contractMgmtMain .problem-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,0.08)}.contractMgmtMain .problem-icon{width:48px;height:48px;color:#d94f4f;margin-bottom:1.25rem}.contractMgmtMain .problem-icon svg{width:48px;height:48px}.contractMgmtMain .problem-card h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:0.75rem}.contractMgmtMain .problem-card p{color:#666;line-height:1.7;font-size:0.95rem}/* ============================================ SOLUTION SECTION ============================================ */.contractMgmtMain .solution{padding:100px 0;background:linear-gradient(135deg,#f8fafb 0%,#e8f4f8 100%)}.contractMgmtMain .solution-grid{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto}.contractMgmtMain .solution-item{display:flex;align-items:flex-start;gap:1.5rem;background:white;padding:2rem;border-radius:16px;box-shadow:0 4px 15px rgba(0,0,0,0.06);border-left:4px solid #FE9900}.contractMgmtMain .solution-icon{width:50px;height:50px;min-width:50px;background:linear-gradient(135deg,#FE9900,#ff8800);border-radius:12px;display:flex;align-items:center;justify-content:center;color:white}.contractMgmtMain .solution-icon svg{width:26px;height:26px}.contractMgmtMain .solution-content h3{font-size:1.3rem;font-weight:600;color:#1a1a1a;margin-bottom:0.5rem}.contractMgmtMain .solution-content p{color:#666;line-height:1.7}/* ============================================ FEATURES SECTION ============================================ */.contractMgmtMain .features{padding:100px 0;background:white}.contractMgmtMain .features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.contractMgmtMain .feature-card{background:white;padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,0.1);transition:all 0.3s ease;border:1px solid #f0f0f0;position:relative;overflow:hidden}.contractMgmtMain .feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FE9900,#ff8800)}.contractMgmtMain .feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,0.15)}.contractMgmtMain .feature-card.full-width{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:2rem}.contractMgmtMain .feature-card.full-width .feature-main{flex:1}.contractMgmtMain .enterprise-badge{display:inline-block;background:linear-gradient(135deg,#FE9900 0%,#ff8800 100%);color:white;padding:0.5rem 1.25rem;border-radius:50px;font-size:0.85rem;font-weight:600;white-space:nowrap}.contractMgmtMain .feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#FE9900,#ff8800);border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:white}.contractMgmtMain .feature-icon svg{width:28px;height:28px}.contractMgmtMain .feature-title{font-size:1.4rem;font-weight:600;color:#1a1a1a;margin-bottom:0.75rem}.contractMgmtMain .feature-description{color:#666;line-height:1.7;margin-bottom:1.25rem}.contractMgmtMain .feature-list{list-style:none;padding:0;margin:0}.contractMgmtMain .feature-list li{color:#555;margin-bottom:0.5rem;display:flex;align-items:center;gap:0.5rem;font-size:0.95rem}.contractMgmtMain .feature-list li .dot{width:8px;height:8px;background:#FE9900;border-radius:50%;display:inline-block;flex-shrink:0}/* ============================================ PRICING CALLOUT ============================================ */.contractMgmtMain .pricing-callout{padding:0;background:transparent}.contractMgmtMain .pricing-callout-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);padding:2.5rem 3rem;border-radius:16px;margin:-50px auto 0;position:relative;z-index:3;max-width:900px}.contractMgmtMain .pricing-callout-text h3{color:white;font-size:1.5rem;font-weight:700;margin-bottom:0.35rem}.contractMgmtMain .pricing-callout-text p{color:rgba(255,255,255,0.7);font-size:0.95rem;line-height:1.6}.contractMgmtMain .pricing-callout-btn{display:inline-flex;align-items:center;gap:0.5rem;background:linear-gradient(135deg,#FE9900 0%,#ff8800 100%);color:white;padding:0.85rem 1.75rem;border-radius:50px;text-decoration:none;font-weight:600;white-space:nowrap;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(254,153,0,0.3)}.contractMgmtMain .pricing-callout-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(254,153,0,0.4);color:white}/* ============================================ AUDIENCE / WHO IT'S FOR SECTION ============================================ */.contractMgmtMain .audience{padding:100px 0;background:linear-gradient(135deg,#f8fafb 0%,#e8f4f8 100%)}.contractMgmtMain .audience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:960px;margin:0 auto}.contractMgmtMain .audience-card{background:white;padding:2rem;border-radius:16px;border:1px solid #e0e0e0;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.06)}.contractMgmtMain .audience-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,0.12)}.contractMgmtMain .audience-icon{width:44px;height:44px;color:#FE9900;margin-bottom:1rem}.contractMgmtMain .audience-icon svg{width:44px;height:44px}.contractMgmtMain .audience-card h4{color:#1a1a1a;font-size:1.15rem;font-weight:600;margin-bottom:0.75rem}.contractMgmtMain .audience-card p{color:#666;line-height:1.7;font-size:0.95rem}/* ============================================ BRIDGE / WHEN YOU NEED MORE SECTION ============================================ */.contractMgmtMain .bridge{padding:100px 0;background:white}.contractMgmtMain .bridge-content{max-width:780px;margin:0 auto}.contractMgmtMain .bridge-text .section-title{text-align:left;margin-bottom:1.5rem}.contractMgmtMain .bridge-text > p{color:#555;line-height:1.8;margin-bottom:1.25rem;font-size:1.05rem}.contractMgmtMain .bridge-list{list-style:none;padding:0;margin:1.5rem 0 2rem}.contractMgmtMain .bridge-list li{display:flex;align-items:center;gap:0.75rem;color:#444;font-size:1rem;padding:0.6rem 0;border-bottom:1px solid #f0f0f0}.contractMgmtMain .bridge-list li:last-child{border-bottom:none}.contractMgmtMain .bridge-list li svg{width:18px;height:18px;color:#FE9900;flex-shrink:0}.contractMgmtMain .bridge-note{background:linear-gradient(135deg,#fef9f0 0%,#fff7eb 100%);border-left:4px solid #FE9900;padding:1.25rem 1.5rem;border-radius:0 12px 12px 0;margin-top:2rem;font-size:0.95rem;color:#555;line-height:1.7}.contractMgmtMain .bridge-note a{color:#FE9900;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(254,153,0,0.3);transition:border-color 0.2s ease}.contractMgmtMain .bridge-note a:hover{border-bottom-color:#FE9900}/* ============================================ COMPARISON TABLE SECTION ============================================ */.contractMgmtMain .comparison{padding:100px 0;background:linear-gradient(135deg,#f8fafb 0%,#e8f4f8 100%)}.contractMgmtMain .comparison-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.contractMgmtMain .comparison-table{width:100%;max-width:860px;margin:0 auto;border-collapse:collapse;background:white;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,0.08)}.contractMgmtMain .comparison-table thead tr{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%)}.contractMgmtMain .comparison-table th{padding:1.25rem 1.5rem;text-align:left;color:white;font-weight:600;font-size:0.95rem}.contractMgmtMain .comparison-table th:nth-child(2),.contractMgmtMain .comparison-table th:nth-child(3){text-align:center;width:180px}.contractMgmtMain .comparison-table td{padding:1rem 1.5rem;border-bottom:1px solid #f0f0f0;font-size:0.95rem;color:#444}.contractMgmtMain .comparison-table td:nth-child(2),.contractMgmtMain .comparison-table td:nth-child(3){text-align:center}.contractMgmtMain .comparison-table tbody tr:last-child td{border-bottom:none}.contractMgmtMain .comparison-table tbody tr:hover{background:#fafafa}.contractMgmtMain .comparison-table .check{color:#FE9900;font-size:1.25rem;font-weight:700}.contractMgmtMain .comparison-table .dash{color:#ccc;font-size:1.25rem}.contractMgmtMain .comparison-footer{text-align:center;margin-top:1.5rem;font-size:0.9rem;color:#888;max-width:640px;margin-left:auto;margin-right:auto}.contractMgmtMain .comparison-footer a{color:#FE9900;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(254,153,0,0.3);transition:border-color 0.2s ease}.contractMgmtMain .comparison-footer a:hover{border-bottom-color:#FE9900}/* ============================================ CTA SECTION ============================================ */.contractMgmtMain .cta-section{padding:80px 0;background:linear-gradient(135deg,#FE9900 0%,#ff8800 100%);color:white;text-align:center}.contractMgmtMain .cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;font-family:battamBold,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}.contractMgmtMain .cta-content p{font-size:1.15rem;margin-bottom:2rem;opacity:0.9}.contractMgmtMain .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contractMgmtMain .cta-secondary{display:inline-flex;align-items:center;gap:0.5rem;background:white;color:#FE9900;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all 0.3s ease}.contractMgmtMain .cta-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.2);color:#FE9900}.contractMgmtMain .cta-tertiary{display:inline-flex;align-items:center;gap:0.5rem;background:transparent;color:white;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;border:2px solid rgba(255,255,255,0.6);transition:all 0.3s ease}.contractMgmtMain .cta-tertiary:hover{border-color:white;background:rgba(255,255,255,0.1);transform:translateY(-2px)}/* ============================================ RESPONSIVE DESIGN ============================================ */@media (max-width:768px){.contractMgmtMain .hero h1{font-size:2.5rem}.contractMgmtMain .hero .subtitle{font-size:1.1rem}.contractMgmtMain .stats-row{gap:2rem}.contractMgmtMain .section-title{font-size:1.85rem}.contractMgmtMain .section-subtitle{font-size:1rem}.contractMgmtMain .problem-grid{grid-template-columns:1fr}.contractMgmtMain .solution-item{flex-direction:column;gap:1rem}.contractMgmtMain .features-grid{grid-template-columns:1fr}.contractMgmtMain .feature-card.full-width{flex-direction:column;align-items:flex-start}.contractMgmtMain .pricing-callout-content{flex-direction:column;text-align:center;padding:2rem 1.5rem;margin-top:-30px}.contractMgmtMain .audience-grid{grid-template-columns:1fr}.contractMgmtMain .bridge-text .section-title{font-size:1.75rem}.contractMgmtMain .comparison-table th,.contractMgmtMain .comparison-table td{padding:0.75rem 1rem;font-size:0.85rem}.contractMgmtMain .comparison-table th:nth-child(2),.contractMgmtMain .comparison-table th:nth-child(3){width:120px}.contractMgmtMain .cta-content h2{font-size:1.85rem}.contractMgmtMain .problem,.contractMgmtMain .solution,.contractMgmtMain .features,.contractMgmtMain .audience,.contractMgmtMain .bridge,.contractMgmtMain .comparison{padding:70px 0}}