@import url('https://fonts.googleapis.com/css2?family=Pliant:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --cp-dark: #111111;
    --cp-green: #22af60;
    --cp-red: #cf222e;
    --cp-light-bg: #F4F6F8;
    --text-muted: #555555;
}

html { overflow-x: hidden; }
body { overflow-x: hidden; font-family: "Pliant", sans-serif; color: var(--cp-dark); background-color: #ffffff; margin: 0; padding: 0; }

.custom-nav { background:#fff; border-bottom:1px solid #E5E9F0; padding:16px 0; position:sticky; top:0; z-index:999; }
.brand-logo { height:42px; }
.nav-menu { gap:30px; }
.nav-menu .nav-link { color:var(--cp-dark); font-size:15px; font-weight:500; transition:.3s; }
.nav-menu .nav-link:hover { color:var(--cp-green); }
.navbar-toggler { padding:0; }
.navbar-toggler:focus { box-shadow:none; }
.navbar-toggler i { color:var(--cp-dark); }
.nav-btn-login { color:var(--cp-dark); text-decoration:none; font-weight:500; }
.nav-btn-register { background:var(--cp-dark); color:#fff; padding:12px 22px; border-radius:5px; text-decoration:none; display:inline-block; transition:.3s; }
.nav-btn-register:hover{ background:var(--cp-green); color:#fff; }
.dropdown-menu.show { display: block; z-index: 999999; }

@media(max-width:991px){

.navbar-collapse{ margin-top:20px; background:#fff; border:1px solid #E5E9F0; border-radius:10px; padding:20px; box-shadow:0 15px 35px rgba(0,0,0,.08); }
.nav-menu { gap:0; }
.nav-menu .nav-item { border-bottom:1px solid #f1f1f1; }
.nav-menu .nav-link { padding:14px 5px; }
.nav-btn-login { display:block; padding:14px 0; }
.nav-btn-register { display:block; text-align:center; margin-top:15px; }
.dropdown { width:100%; }
.dropdown-menu { position:static !important; transform:none !important; border:none; box-shadow:none; padding-left:15px; margin-top:8px !important; }

}

/* Refined Hero and Form Architecture */
.hero-section { padding: 90px 0; background-image: url('../images/54389.jpg'); border-bottom: 1px solid #E5E9F0; background-size: cover; }
.hero-section .hero-badge { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--cp-green); background: #E6EEF7; padding: 6px 12px; border-radius: 4px; margin-bottom: 20px; }
.hero-section .hero-title { font-size: 44px; font-weight: 700; line-height: 1.15; color: var(--cp-dark); margin-bottom: 24px; letter-spacing: -0.5px; }
.hero-section .hero-desc { font-size: 18px; color: var(--text-muted); margin-bottom: 32px; line-height: 1.6; }
.hero-section .hero-bullet-points { margin-bottom: 10px; }
.hero-section .bullet-item { font-size: 15px; font-weight: 500; color: var(--cp-dark); margin-bottom: 12px; }

@media (max-width:991px){
    .hero-section { padding:70px 0; text-align:center; }
    .hero-section .hero-title { font-size:38px; line-height:1.2; }
    .hero-section .hero-desc { font-size:17px; max-width:700px; margin:0 auto 30px; }
    .hero-section .hero-bullet-points{ display:inline-block; text-align:left; margin-bottom:35px; }
    .hero-section .hero-form-card { margin-top:40px; padding:35px; }
}

@media (max-width:767px){
    .hero-section{ padding:55px 0; }
    .hero-section .hero-title { font-size:30px; }
    .hero-section .hero-desc { font-size:15px; }
    .hero-section .hero-form-card { padding:25px; }
    .hero-section .hero-form-card h3 { font-size:22px; }
    .hero-section .form-submit-btn { padding:14px; }
    .hero-section .bullet-item { font-size:14px; }
}

@media (max-width:480px){
    .hero-section{ padding:45px 0; }
    .hero-section .hero-title { font-size:26px; }
    .hero-section .hero-badge { font-size:10px; }
    .hero-section .hero-form-card { padding:20px; }
    .hero-section .form-control-clean { padding:12px; font-size:14px; }
}

/* Corporate Form Aesthetics */
.hero-section .hero-form-card { background: #ffffff; padding: 40px; border-radius: 10px; border: 1px solid #D8E2EF; box-shadow: 0px 7px 40px rgb(0 0 0 / 60%) }
.hero-section .hero-form-card h3 { font-size: 22px; font-weight: 700; color: var(--cp-dark); margin-bottom: 8px; }
.hero-section .hero-form-card p { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.hero-section .form-group-custom { margin-bottom: 20px; text-align: left; }
.hero-section .form-group-custom label { display: block; font-size: 13px; font-weight: 600; color: var(--cp-dark); margin-bottom: 8px; }
.hero-section .form-control-clean { width: 100%; padding: 12px 16px; font-size: 14px; border: 1px solid #C4D1E2; border-radius: 4px; box-sizing: border-box; background-color: #ffffff; color: var(--cp-dark); transition: border-color 0.15s ease; }
.hero-section .form-control-clean:focus { outline: none; border-color: var(--cp-green); }
.hero-section .form-submit-btn { width: 100%; padding: 14px; background-color: var(--cp-red); color: #ffffff; font-weight: 600; font-size: 15px; border: none; border-radius: 4px; cursor: pointer; transition: background 0.2s ease; }
.hero-section .form-submit-btn:hover { background-color: #B21E20; }

/* Metrics & Trust Elements */
.stats-section { padding: 50px 0; background-color: #111111; color: #ffffff; }
.stats-section .stat-number { font-size: 38px; font-weight: 700; margin-bottom: 4px; letter-spacing: -0.5px; }
.stats-section .stat-label { font-size: 14px; color: #BACEE6; margin: 0; font-weight: 500; }

/* Service Layer Grids */
.features-section { padding: 90px 0; background-color: #ffffff; }
.features-section .section-title { font-size: 32px; font-weight: 700; color: var(--cp-dark); letter-spacing: -0.5px; }
.features-section .feature-card { padding: 36px; background: #ffffff; border: 1px solid #E5E9F0; border-radius: 4px; height: 100%; }
.features-section .feature-card h3 { font-size: 19px; font-weight: 700; color: var(--cp-green); margin-bottom: 14px; }
.features-section .feature-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin: 0; }

/* Structural Target Profiles */
.segment-section { padding: 90px 0; background-color: var(--cp-light-bg); border-top: 1px solid #E5E9F0; }
.segment-section .segment-card { background: #ffffff; border: 1px solid #D8E2EF; padding: 44px; border-radius: 4px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.segment-section .segment-badge { font-size: 11px; text-transform: uppercase; font-weight: 700; color: var(--cp-green); letter-spacing: 1px; margin-bottom: 16px; display: inline-block; }
.segment-section .segment-badge.font-red { color: var(--cp-red); }
.segment-section .segment-card h3 { font-size: 24px; font-weight: 700; color: var(--cp-dark); margin-bottom: 16px; }
.segment-section .segment-card p { font-size: 15px; color: var(--text-muted); line-height: 1.6; margin-bottom: 32px; }
.segment-section .segment-link { font-size: 15px; font-weight: 600; color: var(--cp-green); text-decoration: none; }
.segment-section .segment-link.text-red { color: var(--cp-red); }
.segment-section .segment-link:hover { text-decoration: underline; }

/* Enhanced Enterprise Footer */
.custom-footer { background-color: var(--cp-dark); color: #ffffff; padding: 80px 0 35px 0; border-top: 4px solid var(--cp-green); }
.custom-footer .footer-logo { font-size: 24px; font-weight: 700; margin-bottom: 16px; }
.custom-footer .footer-logo span { color: var(--cp-red); }
.custom-footer .footer-about { font-size: 14px; color: #8A94A6; line-height: 1.6; margin-bottom: 24px; }

/* Social Icons Layout */
.footer-social-group { display: flex; gap: 12px; margin-top: 15px; }
.footer-social-link { display: inline-flex; width: 36px; height: 36px; background-color: #1e1e1e; border: 1px solid #29313E; border-radius: 4px; color: #8A94A6; justify-content: center; align-items: center; text-decoration: none; font-size: 14px; transition: all 0.2s ease; }
.footer-social-link:hover { background-color: var(--cp-green); color: #ffffff; border-color: var(--cp-green); }

.custom-footer h5 { font-size: 14px; font-weight: 700; margin-bottom: 24px; color: #ffffff; text-transform: uppercase; letter-spacing: 1px; position: relative; }
.custom-footer h5::after { content: ''; display: block; width: 30px; height: 2px; background-color: var(--cp-green); margin-top: 8px; }

.custom-footer .footer-links { list-style: none; padding: 0; margin: 0; }
.custom-footer .footer-links li { margin-bottom: 12px; }
.custom-footer .footer-links li a { color: #8A94A6; text-decoration: none; font-size: 14px; transition: color 0.15s ease; display: inline-block; }
.custom-footer .footer-links li a:hover { color: #ffffff; padding-left: 4px; }

/* Footer Newsletter Form Elements */
.footer-subscribe-form { display: flex; margin-top: 15px; border-radius: 4px; overflow: hidden; border: 1px solid #29313E; }
.footer-subscribe-input { background-color: #1a1a1a; border: none; padding: 12px 16px; color: #ffffff; font-size: 14px; width: 100%; }
.footer-subscribe-input:focus { outline: none; }
.footer-subscribe-btn { background-color: var(--cp-green); color: #ffffff; border: none; padding: 0 20px; font-weight: 600; font-size: 14px; cursor: pointer; transition: background 0.2s ease; }
.footer-subscribe-btn:hover { background-color: #1b964e; }
.footer-subscribe-desc { font-size: 12px; color: #647084; margin-top: 10px; line-height: 1.4; }

.custom-footer .footer-divider { border-top: 1px solid #29313E; margin: 50px 0 30px 0; }
.footer-bottom-flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 15px; }
.custom-footer .copyright-text { font-size: 13px; color: #647084; margin: 0; }
.footer-legal-links { display: flex; gap: 24px; list-style: none; padding: 0; margin: 0; }
.footer-legal-links li a { color: #647084; text-decoration: none; font-size: 13px; transition: color 0.15s ease; }
.footer-legal-links li a:hover { color: #ffffff; }

@media (max-width: 767px) {
    .footer-bottom-flex { flex-direction: column; text-align: center; }
    .footer-legal-links { justify-content: center; }
}

.matrix-section { background-color: #ffffff; padding: 90px 0; border-bottom: 1px solid #E5E9F0; }
.matrix-section .matrix-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; }
.matrix-section .matrix-card { background-color: var(--cp-light-bg); border: 1px solid #E5E9F0; border-left: 4px solid var(--cp-dark); padding: 30px; border-radius: 4px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.matrix-section .matrix-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-left-color: var(--cp-green); }
.matrix-section .matrix-card h4 { font-size: 18px; font-weight: 700; color: var(--cp-dark); margin-bottom: 12px; }
.matrix-section .matrix-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin: 0; }

.pipeline-section { background-color: var(--cp-light-bg); padding: 90px 0; border-bottom: 1px solid #E5E9F0; }
.pipeline-section .pipeline-flow { display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; margin-top: 50px; gap: 20px; }
.pipeline-section .pipeline-step { flex: 1; min-width: 220px; background: #ffffff; border: 1px solid #D8E2EF; padding: 30px; border-radius: 4px; position: relative; }
.pipeline-section .pipeline-badge { font-size: 12px; font-weight: 700; color: var(--cp-red); text-transform: uppercase; margin-bottom: 10px; display: block; }
.pipeline-section .pipeline-step h4 { font-size: 17px; font-weight: 700; color: var(--cp-dark); margin-bottom: 10px; }
.pipeline-section .pipeline-step p { font-size: 13px; color: var(--text-muted); line-height: 1.5; margin: 0; }

.cta-section { padding: 90px 0; background-color: var(--cp-dark); border-top: 1px solid #E5E9F0; }

.faq-custom-btn { font-weight: 600; color: var(--cp-dark); font-size: 16px; padding: 20px 0; background: none; border: none; text-align: left; }
.faq-custom-body { color: var(--text-muted); font-size: 14px; padding-bottom: 20px; line-height: 1.6; }
.urgency-title { font-weight: 700; font-size: 28px; color: #ffffff; }
.urgency-desc { color: #8A94A6; margin: 0; }
.urgency-btn-wrapper { text-align: right; }
@media (max-width: 767px) {
    .urgency-btn-wrapper { text-align: center; margin-top: 20px; }
}

.resources-hero { padding:120px 0; background:linear-gradient(135deg,#0d1b2a,#1b263b); color:#fff; text-align:center; }
.resource-badge { display:inline-block; padding:10px 20px; background:rgba(255,255,255,.1); border-radius:40px; margin-bottom:20px; font-weight:600; }
.resources-hero h1 { font-size:56px; font-weight:700; margin-bottom:20px; }
.resources-hero p { max-width:700px; margin:auto; opacity:.9; font-size:18px; }

@media(max-width:768px){
    .resources-hero h1{ font-size:38px; }
}

.compliance-calendar { padding:110px 0; background:#ffffff; }
.calendar-badge{ display:inline-block; padding:10px 20px; border-radius:50px; background:#eef5ff; color:#2563eb; font-weight:600; margin-bottom:20px; }
.timeline{ margin:70px auto 0; position:relative; }
.timeline::before { content:""; position:absolute; left:65px; top:0; width:3px; height:100%; background:#dbeafe; }
.timeline-item { display:flex; gap:40px; margin-bottom:45px; position:relative; }
.timeline-date{ width:130px; background:#2563eb; color:#fff; border-radius:18px; text-align:center; padding:20px 15px; flex-shrink:0; box-shadow:0 12px 30px rgba(37,99,235,.25); }
.timeline-date span { text-transform:uppercase; font-weight:600; letter-spacing:1px; }
.timeline-date h3 { font-size:38px; margin:10px 0 5px; font-weight:700; }
.timeline-date small { opacity:.9; }
.timeline-content { flex:1; background:#fff; border-radius:18px; padding:35px; box-shadow:0 15px 40px rgba(0,0,0,.06); }
.timeline-content h4 { margin-bottom:20px; font-weight:700; }
.timeline-content ul { list-style:none; padding:0; margin:0; }
.timeline-content li { display:flex; align-items:flex-start; gap:15px; margin-bottom:18px; line-height:1.7; }
.timeline-content li i { color:#2563eb; margin-top:5px; font-size:18px; width:20px; }

@media(max-width:768px){
    .timeline::before{ display:none; }
    .timeline-item{ flex-direction:column; }
    .timeline-date { width:100%; }
    .timeline-content{ padding:25px; }
}

.pricing-wrapper { display: flex; justify-content: center; align-items: center; padding: 40px 15px; background-color: var(--cp-light-bg); }
.pricing-wrapper .pricing-card { background: #fff; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); width: 100%; overflow: hidden; position: relative; }
.pricing-wrapper .close-btn { position: absolute; top: 15px; right: 20px; font-size: 24px; color: var(--cp-red); cursor: pointer; font-weight: bold; border: none; background: none; }
.pricing-wrapper .pricing-body { padding: 40px 35px 30px 35px; }
.pricing-wrapper .pricing-title { font-size: 28px; color: var(--cp-dark); text-align: center; font-weight: 700; margin-bottom: 30px; line-height: 1.2; }
.pricing-wrapper .step-indicator { display: flex;  justify-content: space-between; align-items: center;  margin-bottom: 35px; position: relative; padding: 0 10px; }
.pricing-wrapper .step-indicator::before { content: ''; position: absolute; top: 13px; left: 20px; right: 20px; height: 1px; background: #ccc; z-index: 1; }
.pricing-wrapper .step-node { position: relative;z-index: 2; text-align: center; }
.pricing-wrapper .step-circle { width: 26px; height: 26px; background: #fff;  border: 1px solid #999; border-radius: 50%; display: flex; align-items: center;  justify-content: center; font-weight: bold; font-size: 13px;  color: var(--cp-dark); margin: 0 auto 8px auto; transition: all 0.3s; }
.pricing-wrapper .step-node.active .step-circle { background: var(--cp-red); border-color: var(--cp-red); color: #fff; }
.pricing-wrapper .step-label { font-size: 13px; color: var(--text-muted); }
.pricing-wrapper .form-step { display: none; }
.pricing-wrapper .form-step.active { display: block; }
.pricing-wrapper .form-group { margin-bottom: 22px; }
.pricing-wrapper .form-group label { display: block; margin-bottom: 6px; font-weight: normal; font-size: 14px; color: var(--cp-dark); }
.pricing-wrapper .pricing-card input[type="text"], .pricing-card input[type="email"], .pricing-card input[type="tel"], .pricing-card select { width: 100%;  padding: 10px 12px;  border: 1px solid #767676; border-radius: 2px;  box-sizing: border-box; font-size: 16px; outline: none;  height: 44px;  transition: border-color 0.2s; }
.pricing-wrapper .pricing-card input:focus, .pricing-card select:focus { border-color: var(--cp-red); box-shadow: 0 0 4px rgba(207, 34, 46, 0.3);  }
.pricing-wrapper .radio-container { display: flex; gap: 15px; justify-content: center; margin: 25px 0; }
.pricing-wrapper .radio-btn-label { flex: 1; text-align: center; }
.pricing-wrapper .radio-btn-label input[type="radio"] { display: none; }
.pricing-wrapper .radio-btn-label span { display: block; padding: 12px; border: 2px solid var(--cp-red); color: var(--cp-red); background: #fff; border-radius: 4px; font-weight: bold;  font-size: 16px; cursor: pointer; transition: all 0.2s;  }
.pricing-wrapper .radio-btn-label input[type="radio"]:checked + span {  background: var(--cp-red);  color: #fff; }
.pricing-wrapper .step-question-text {  text-align: center; font-size: 16px; color: var(--cp-dark); margin-bottom: 15px;  }
.pricing-wrapper .actions-row { display: flex; justify-content: center; gap: 15px; margin-top: 30px; }
.pricing-wrapper .action-btn { padding: 12px 30px; border-radius: 4px; font-size: 16px; font-weight: bold; cursor: pointer; min-width: 120px; box-sizing: border-box; text-align: center; }
.pricing-wrapper .btn-red { background-color: var(--cp-red); color: #FFF; border: 1px solid var(--cp-red); }
.pricing-wrapper .btn-white { background-color: #fff; color: var(--cp-red); border: 1px solid var(--cp-red); }
.pricing-wrapper .privacy-notice { text-align: center; font-size: 13px; color: var(--text-muted); margin-top: 25px; }
.pricing-wrapper .privacy-notice a { color: var(--cp-red); text-decoration: none; }
.pricing-wrapper .footer-cta-strip { background-color: var(--cp-dark); color: #fff; text-align: center; padding: 20px 15px; }
.pricing-wrapper .footer-cta-title { font-size: 18px; font-weight: bold; margin-bottom: 6px; }
.pricing-wrapper .footer-cta-phone { font-size: 16px; color: #fff; text-decoration: none; font-weight: bold; display: inline-block;  }
.pricing-wrapper .footer-cta-sub { font-size: 13px; color: #ccc;  margin-top: 4px; }
.pricing-wrapper .input-error { border-color: var(--cp-red) !important;  background-color: #fff8f8;  }

.signup-wrapper { background-color: var(--cp-light-bg); min-height: calc(100vh - 160px); padding: 60px 15px; }
.signup-wrapper .signup-container { background: #fff; border-radius: 6px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); overflow: hidden; max-width: 1100px; margin: 0 auto;}
.signup-wrapper .form-section { padding: 45px; }
.signup-wrapper .summary-section { background-color: var(--cp-dark); color: #fff; padding: 45px; display: flex; flex-direction: column; justify-content: space-between; }
.signup-wrapper .step-indicator-bar { display: flex; justify-content: space-between; position: relative; margin-bottom: 40px; }
.signup-wrapper .step-indicator-bar::before { content: ''; position: absolute; top: 15px; left: 0; right: 0; height: 2px; background: #e2e8f0; z-index: 1; }
.signup-wrapper .step-dot { position: relative; z-index: 2; background: #fff; border: 2px solid #cbd5e1; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; color: #64748b; transition: all 0.3s ease; }
.signup-wrapper .step-dot.active { border-color: var(--cp-green); background: var(--cp-green); color: #fff; }
.signup-wrapper .step-dot.completed { border-color: var(--cp-green); background: #fff; color: var(--cp-green); }
.signup-wrapper .step-title { font-size: 22px; font-weight: 700; color: var(--cp-dark); margin-bottom: 25px; }
.signup-wrapper .form-step-panel { display: none; }
.signup-wrapper .form-step-panel.active { display: block; }
.signup-wrapper .module-card { border: 2px solid #e2e8f0; border-radius: 6px; padding: 15px 20px; cursor: pointer; transition: all 0.2s ease; position: relative; }
.signup-wrapper .module-card:hover { border-color: #cbd5e1; }
.signup-wrapper .module-input { position: absolute; opacity: 0; width: 0; height: 0; }
.signup-wrapper .module-card .check-icon { font-size: 20px; color: #cbd5e1; transition: all 0.2s ease; visibility: hidden; opacity: 0; }
.signup-wrapper .module-input:checked + .module-card { border-color: var(--cp-green); background-color: rgba(34, 175, 96, 0.04); }
.signup-wrapper .module-input:checked + .module-card .check-icon { color: var(--cp-green); visibility: visible; opacity: 1; }
.signup-wrapper .form-label { font-weight: 600; font-size: 14px; color: var(--cp-dark); }
.signup-wrapper .signup-container input[type="text"], .signup-container input[type="email"], .signup-container input[type="password"], .signup-container input[type="tel"], .signup-container select { height: 46px; border: 1px solid #cbd5e1; border-radius: 4px; font-size: 15px; }
.signup-wrapper .signup-container input:focus, .signup-container select:focus { border-color: var(--cp-green); box-shadow: 0 0 0 3px rgba(34, 175, 96, 0.15); }
.signup-wrapper .nav-btn { padding: 10px 25px; font-weight: bold; border-radius: 4px; min-width: 120px; }
.signup-wrapper .btn-next { background-color: var(--cp-green); color: #fff; border: none; }
.signup-wrapper .btn-next:hover { opacity: 0.9; color: #fff; }
.signup-wrapper .btn-prev { background-color: #fff; color: var(--text-muted); border: 1px solid #cbd5e1; }
.signup-wrapper .plan-badge { background: rgba(255,255,255,0.15); padding: 4px 10px; border-radius: 4px; font-size: 12px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }
.signup-wrapper .price-large { font-size: 42px; font-weight: 800; line-height: 1; }
.signup-wrapper .billing-breakdown { border-top: 1px dashed rgba(255,255,255,0.2); border-bottom: 1px dashed rgba(255,255,255,0.2); padding: 20px 0; margin: 25px 0; }
.signup-wrapper .info-alert-box {background: rgba(34, 175, 96, 0.15);border-left: 4px solid var(--cp-green);padding: 12px 15px;border-radius: 4px;font-size: 13px;color: #e2e8f0;}
.signup-wrapper .price-blurred { filter: blur(7px); user-select: none; transition: filter 0.4s ease; }
.signup-wrapper #price-reveal-wrap.prices-revealed .price-blurred { filter: none; }
.signup-wrapper #price-reveal-note { display: block; }
.signup-wrapper #price-reveal-note.d-none { display: none; }

.login-wrapper { display: flex; justify-content: center; align-items: center; padding: 60px 15px; background-color: var(--cp-light-bg); min-height: calc(100vh - 160px); }
.login-wrapper .login-card { background: #fff; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); width: 100%; max-width: 450px; padding: 40px 35px; box-sizing: border-box; }
.login-wrapper .login-header { text-align: center; margin-bottom: 30px; }
.login-wrapper .login-badge { display: inline-block; background: rgba(34, 175, 96, 0.1); color: var(--cp-green); padding: 6px 12px; font-size: 12px; font-weight: bold; text-transform: uppercase; border-radius: 4px; margin-bottom: 12px; letter-spacing: 0.5px; }
.login-wrapper .login-title { font-size: 24px; color: var(--cp-dark); font-weight: 700; margin: 0; }
.login-wrapper .form-group { margin-bottom: 20px; }
.login-wrapper .form-group label { display: block; margin-bottom: 6px; font-size: 14px; color: var(--cp-dark); font-weight: 600; }
.login-wrapper .login-card input[type="email"], .login-card input[type="password"] { width: 100%; padding: 10px 12px; border: 1px solid #767676; border-radius: 2px; box-sizing: border-box; font-size: 16px; outline: none; height: 44px; transition: border-color 0.2s; }
.login-wrapper .login-card input:focus { border-color: var(--cp-green); box-shadow: 0 0 4px rgba(34, 175, 96, 0.3); }
.login-wrapper .form-options { display: flex; justify-content: space-between; align-items: center; font-size: 14px; margin-bottom: 25px; }
.login-wrapper .form-options a { color: var(--cp-green); text-decoration: none; }
.login-wrapper .form-options a:hover { text-decoration: underline; }
.login-wrapper .btn-login { width: 100%; height: 46px; background-color: var(--cp-green); color: #fff; border: none; border-radius: 4px; font-size: 16px; font-weight: bold; cursor: pointer; transition: opacity 0.2s; }
.login-wrapper .btn-login:hover { opacity: 0.9; }
.login-wrapper .card-footer-text { text-align: center; font-size: 14px; color: var(--text-muted); margin-top: 25px; }
.login-wrapper .card-footer-text a { color: var(--cp-green); text-decoration: none; font-weight: bold; }