 :root {--primary: #1877F2;--primary-dark: #2770d0;--primary-light: #e8f0fe;--btn-color: #1e75e6;--green: #28a745;--green-dark: #218838;--red: #dc3545;--text-dark: #333;--text-body: #555;--text-muted: #888;--text-light: #aaa;--bg-white: #fff;--bg-light: #f7f7f7;--bg-dark: #3a3a3a;--bg-darker: #2d2d2d;--border: #e0e0e0;--border-light: #eee;--shadow-md: 0 2px 8px rgba(0,0,0,0.08);--radius-sm: 2px;--font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--transition: all 0.2s ease;}*, *::before, *::after {box-sizing: border-box;}html {scroll-behavior: smooth;}body {margin: 0;font-family: var(--font);font-size: 15px;font-weight: 400;line-height: 1.6;color: var(--text-body);background: var(--bg-white);-webkit-font-smoothing: antialiased;}h1,h2,h3,h4,h5,h6 {font-family: var(--font);font-weight: 300;color: var(--text-dark);margin-top: 0;line-height: 1.3;}a {color: var(--primary);text-decoration: none;transition: var(--transition);}a:hover {color: var(--primary-dark);}img {max-width: 100%;height: auto;}.container {max-width: 1140px;}.brand-bar {background: var(--primary);height: 44px;display: flex;align-items: center;}.brand-bar .container {display: flex;align-items: center;justify-content: space-between;}.brand-bar-logo {display: flex;align-items: center;gap: 10px;color: #fff;font-size: 13px;}.brand-bar-logo img {height: 30px;width: auto;}.brand-bar-nav {display: flex;gap: 0;list-style: none;margin: 0;padding: 0;}.brand-bar-nav li a {color: rgba(255,255,255,0.9);font-size: 13px;padding: 12px 16px;display: block;transition: var(--transition);}.brand-bar-nav li a:hover, .brand-bar-nav li a.active {color: #fff;background: rgba(255,255,255,0.12);}.site-header {background: var(--bg-white);border-bottom: 1px solid var(--border);position: sticky;top: 0;z-index: 1000;}.site-header.scrolled {box-shadow: var(--shadow-md);}.site-header .container {display: flex;align-items: center;justify-content: space-between;height: 100px;}.header-logo {display: flex;align-items: center;gap: 12px;}.header-logo img {height: 80px;width: auto;}.header-logo-text {font-size: 20px;font-weight: 600;color: var(--text-dark);letter-spacing: -0.3px;}.header-logo-text span {color: var(--primary);}.main-nav {display: flex;list-style: none;margin: 0;padding: 0;}.main-nav li a {color: var(--text-body);font-size: 14px;padding: 22px 16px;display: block;border-bottom: 2px solid transparent;transition: var(--transition);}.main-nav li a:hover {color: var(--primary);}.main-nav li a.active {color: var(--primary);border-bottom-color: var(--primary);}.mobile-toggle {display: none;background: none;border: none;padding: 8px;cursor: pointer;flex-direction: column;gap: 5px;}.mobile-toggle span {display: block;width: 24px;height: 2px;background: var(--text-dark);transition: var(--transition);}.mobile-menu-overlay {display: none;position: fixed;inset: 0;background: rgba(0,0,0,0.5);z-index: 9998;opacity: 0;transition: opacity 0.3s;}.mobile-menu-overlay.active {opacity: 1;}.mobile-menu {position: fixed;top: 0;right: -300px;width: 280px;height: 100%;background: var(--bg-white);z-index: 9999;transition: right 0.3s ease;overflow-y: auto;box-shadow: -4px 0 20px rgba(0,0,0,0.15);}.mobile-menu.active {right: 0;}.mobile-menu-header {display: flex;justify-content: space-between;align-items: center;padding: 16px 20px;border-bottom: 1px solid var(--border);}.mobile-menu-close {background: none;border: none;font-size: 24px;cursor: pointer;color: var(--text-dark);padding: 4px;}.mobile-menu-nav {list-style: none;padding: 0;margin: 0;}.mobile-menu-nav li a {display: block;padding: 14px 20px;color: var(--text-body);font-size: 15px;border-bottom: 1px solid var(--border-light);transition: var(--transition);}.mobile-menu-nav li a:hover, .mobile-menu-nav li a.active {color: var(--primary);background: var(--primary-light);}.mobile-menu-contact {padding: 20px;border-top: 1px solid var(--border);}.mobile-menu-contact a {display: flex;align-items: center;gap: 10px;color: var(--text-body);font-size: 14px;padding: 8px 0;}.mobile-menu-contact a i {color: var(--primary);font-size: 16px;}.hero-section {background: var(--bg-white);padding: 50px 0 40px;border-bottom: 1px solid var(--border);}.hero-inner {display: flex;align-items: center;gap: 40px;}.hero-content {flex: 1;}.hero-title {font-size: 2rem;font-weight: 300;color: var(--text-muted);margin-bottom: 4px;}.hero-subtitle {font-size: 1.15rem;font-weight: 600;color: var(--primary);margin-bottom: 16px;}.hero-subtitle::after {content: '';display: block;width: 50px;height: 2px;background: var(--primary);margin-top: 12px;}.hero-text {font-size: 14px;color: var(--text-muted);line-height: 1.7;max-width: 480px;}.hero-image {flex: 0 0 320px;text-align: right;}.hero-image img {max-width: 320px;}.stepper-section {background: var(--bg-light);padding: 30px 0;border-bottom: 1px solid var(--border);}.stepper {display: flex;align-items: center;justify-content: space-between;position: relative;max-width: 900px;margin: 0 auto;}.stepper::before {content: '';position: absolute;top: 50%;left: 60px;right: 60px;height: 2px;background: var(--border);transform: translateY(-50%);}.stepper-step {display: flex;align-items: center;gap: 10px;position: relative;z-index: 1;}.stepper-number {font-size: 2rem;font-weight: 300;color: var(--text-light);}.stepper-label {font-size: 14px;color: var(--text-light);}.stepper-icon {width: 32px;height: 32px;border-radius: 50%;background: var(--bg-white);border: 2px solid var(--border);display: flex;align-items: center;justify-content: center;color: var(--text-light);font-size: 14px;}.stepper-step.active .stepper-number {color: var(--text-dark);}.stepper-step.active .stepper-label {color: var(--text-dark);font-weight: 500;}.stepper-step.active .stepper-icon {border-color: var(--primary);color: var(--primary);}.stepper-step.completed .stepper-icon {background: var(--green);border-color: var(--green);color: #fff;}.calculator-section {background: var(--bg-white);padding: 40px 0 30px;}.calculator-row {display: flex;align-items: center;justify-content: center;gap: 40px;flex-wrap: wrap;}.calculator-field {display: flex;align-items: center;gap: 12px;}.calculator-field-icon {width: 48px;height: 48px;display: flex;align-items: center;justify-content: center;}.calculator-field-icon i {font-size: 36px;color: var(--text-light);opacity: 0.5;}.calculator-field label {font-size: 13px;color: var(--text-muted);display: block;margin-bottom: 2px;}.calculator-field input, .calculator-field select {border: 1px solid var(--border);border-radius: var(--radius-sm);padding: 8px 12px;font-size: 14px;color: var(--text-dark);background: var(--bg-white);min-width: 120px;font-family: var(--font);transition: border-color 0.2s;}.calculator-field input:focus, .calculator-field select:focus {outline: none;border-color: var(--primary);}.btn-calculate {width: 40px;height: 40px;border: none;background: none;color: var(--green);font-size: 32px;cursor: pointer;display: flex;align-items: center;justify-content: center;padding: 0;border-radius: 50%;transition: var(--transition);}.btn-calculate:hover {transform: rotate(90deg);}.btn-calculate.loading {animation: spin 0.8s linear infinite;}@keyframes spin {to {transform: rotate(360deg);}}.products-section {background: var(--bg-white);padding: 10px 0 40px;}.product-card {border: 1px solid var(--border);background: var(--bg-white);padding: 30px;display: flex;margin-bottom: 20px;transition: var(--transition);}.product-card:hover {border-color: #ccc;}.product-card-body {flex: 1;padding-right: 30px;}.product-card-icon {margin-bottom: 10px;}.product-card-icon i {font-size: 36px;color: var(--primary);}.product-card-title {font-size: 1.15rem;font-weight: 300;color: var(--text-muted);margin-bottom: 0;}.product-card-subtitle {font-size: 0.95rem;font-weight: 600;color: var(--primary);margin-bottom: 12px;}.product-card-subtitle::after {content: '';display: block;width: 35px;height: 2px;background: var(--primary);margin-top: 10px;}.product-card-features {list-style: none;padding: 0;margin: 0;columns: 2;column-gap: 20px;}.product-card-features li {font-size: 13px;color: var(--text-body);padding: 3px 0 3px 20px;position: relative;}.product-card-features li::before {content: '\2713';position: absolute;left: 0;color: var(--green);font-weight: 700;}.product-card-pricing {flex: 0 0 220px;border-left: 1px solid var(--border);padding-left: 30px;display: flex;flex-direction: column;justify-content: center;text-align: right;}.pricing-label {font-size: 12px;color: var(--text-muted);margin-bottom: 2px;}.pricing-value {font-size: 2.2rem;font-weight: 300;color: var(--text-dark);line-height: 1.1;}.pricing-netto {font-size: 12px;color: var(--text-light);margin-bottom: 12px;}.pricing-total-label {font-size: 12px;color: var(--text-muted);margin-top: 4px;}.pricing-total-value {font-size: 1rem;font-weight: 600;color: var(--text-dark);}.btn-order {display: inline-block;background: var(--green);color: #fff;border: none;padding: 10px 24px;font-size: 14px;font-weight: 500;cursor: pointer;text-align: center;margin-top: 12px;transition: var(--transition);border-radius: var(--radius-sm);font-family: var(--font);}.btn-order:hover {background: var(--green-dark);color: #fff;}.btn-order.disabled {background: #ccc;color: #fff;cursor: not-allowed;pointer-events: none;opacity: 0.6;}.info-section {background: var(--bg-light);overflow: hidden;}.info-inner {display: flex;min-height: 400px;}.info-content {flex: 1;padding: 50px 40px 50px 0;max-width: 55%;}.info-title {font-size: 1.8rem;font-weight: 300;color: var(--text-muted);margin-bottom: 4px;}.info-subtitle {font-size: 1rem;font-weight: 600;color: var(--primary);margin-bottom: 16px;}.info-subtitle::after {content: '';display: block;width: 40px;height: 2px;background: var(--primary);margin-top: 10px;}.info-item {display: flex;align-items: flex-start;gap: 16px;margin-bottom: 20px;}.info-item-icon {flex: 0 0 40px;color: var(--text-light);font-size: 28px;opacity: 0.5;}.info-item-text h4 {font-size: 14px;font-weight: 600;color: var(--primary);margin-bottom: 2px;display: inline;}.info-item-text h4 + span {font-size: 14px;font-weight: 300;color: var(--text-muted);}.info-item-text p {font-size: 13px;color: var(--text-muted);margin: 4px 0 0;}.info-image {flex: 0 0 45%;background-size: cover;background-position: center;min-height: 400px;}.footer-service {background: var(--bg-dark);color: #fff;padding: 24px 0;}.footer-service .container {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 16px;}.footer-service-left {font-size: 14px;line-height: 1.6;}.footer-service-left .highlight {color: var(--primary);font-weight: 600;}.footer-service-right {text-align: right;font-size: 14px;}.footer-copyright {background: var(--bg-darker);color: var(--text-light);padding: 14px 0;font-size: 13px;}.footer-copyright .container {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 10px;}.footer-links {display: flex;gap: 16px;}.footer-links a {color: var(--text-light);font-size: 13px;}.footer-links a:hover {color: #fff;}.content-section {padding: 50px 0;}.content-section h2 {font-size: 1.5rem;font-weight: 300;color: var(--text-muted);margin-bottom: 6px;}.content-subtitle {font-size: 1rem;font-weight: 600;color: var(--primary);margin-bottom: 16px;}.content-subtitle::after {content: '';display: block;width: 40px;height: 2px;background: var(--primary);margin-top: 10px;}.section-divider {width: 40px;height: 2px;background: var(--primary);margin: 10px 0 16px;}.features-section {padding: 50px 0;}.feature-card {text-align: center;padding: 30px 20px;border: 1px solid var(--border-light);transition: var(--transition);display: block;color: var(--text-body);height: 100%;}.feature-card:hover {border-color: var(--primary);}.feature-card .icon {font-size: 40px;color: var(--primary);margin-bottom: 16px;}.feature-card h4 {font-size: 16px;font-weight: 500;color: var(--text-dark);margin-bottom: 8px;}.feature-card p {font-size: 13px;color: var(--text-muted);margin: 0;}.testimonials-section {padding: 50px 0;background: var(--bg-light);}.testimonial-card {background: var(--bg-white);border: 1px solid var(--border-light);padding: 24px;height: 100%;}.testimonial-card p {font-size: 14px;font-style: italic;margin-bottom: 12px;}.testimonial-author {font-size: 13px;font-weight: 600;color: var(--text-dark);}.recommend-section {padding: 50px 0;}.trust-section {padding: 50px 0;background: var(--bg-light);}.trust-badge {display: flex;flex-direction: column;align-items: center;gap: 10px;}.trust-badge i {font-size: 60px;color: var(--green);}.trust-badge span {font-size: 14px;font-weight: 500;}.contact-cta {padding: 40px 0;background: var(--bg-light);text-align: center;}.contact-cta i {font-size: 40px;color: var(--primary);margin-bottom: 12px;}.contact-cta h3 {font-size: 1.2rem;font-weight: 400;margin-bottom: 6px;}.contact-cta p {font-size: 14px;color: var(--text-muted);margin-bottom: 10px;}.contact-cta a.phone {font-size: 18px;font-weight: 600;color: var(--primary);}.btn-primary-custom {background: var(--primary);color: #fff;border: none;padding: 10px 24px;font-size: 14px;font-weight: 500;cursor: pointer;border-radius: var(--radius-sm);display: inline-block;font-family: var(--font);transition: var(--transition);}.btn-primary-custom:hover {background: var(--primary-dark);color: #fff;}.btn-outline-custom {background: transparent;color: var(--primary);border: 1px solid var(--primary);padding: 10px 24px;font-size: 14px;font-weight: 500;cursor: pointer;border-radius: var(--radius-sm);display: inline-block;font-family: var(--font);transition: var(--transition);}.btn-outline-custom:hover {background: var(--primary);color: #fff;}.breadcrumb-section {padding: 12px 0;background: var(--bg-light);border-bottom: 1px solid var(--border-light);}.breadcrumb-section .breadcrumb {margin: 0;font-size: 13px;}.breadcrumb-section .breadcrumb-item a {color: var(--text-muted);}.breadcrumb-section .breadcrumb-item.active {color: var(--text-dark);}.order-stepper-section {background: var(--bg-light);padding: 30px 0;border-bottom: 1px solid var(--border);}.order-stepper {display: flex;align-items: flex-start;justify-content: space-between;position: relative;max-width: 800px;margin: 0 auto;}.order-stepper::before {content: '';position: absolute;top: 20px;left: 40px;right: 40px;height: 2px;background: var(--border);}.order-step {display: flex;flex-direction: column;align-items: center;gap: 6px;position: relative;z-index: 1;}.order-step-icon {width: 40px;height: 40px;border-radius: 50%;background: var(--bg-white);border: 2px solid var(--border);display: flex;align-items: center;justify-content: center;color: var(--text-light);font-size: 15px;transition: var(--transition);box-shadow: 0 1px 4px rgba(0,0,0,0.06);}.order-step-number {font-size: 12px;font-weight: 600;color: var(--text-light);margin-top: 4px;}.order-step-label {font-size: 13px;color: var(--text-light);}.order-step.active .order-step-icon {border-color: var(--primary);color: var(--primary);background: var(--primary-light);box-shadow: 0 2px 8px rgba(24,119,242,0.2);}.order-step.active .order-step-number {color: var(--primary);font-weight: 600;}.order-step.active .order-step-label {color: var(--primary);font-weight: 500;}.order-step.completed .order-step-icon {background: var(--green);border-color: var(--green);color: #fff;}.order-content-section {padding: 40px 0 60px;}.order-content-section h2 {font-size: 1.3rem;font-weight: 400;color: var(--primary);margin-bottom: 6px;}.order-content-section h2::after {content: '';display: block;width: 35px;height: 2px;background: var(--primary);margin-top: 8px;margin-bottom: 20px;}.order-summary-table {width: 100%;border: 1px solid var(--border);font-size: 14px;border-radius: 4px;overflow: hidden;}.order-summary-table td {padding: 10px 16px;border-bottom: 1px solid var(--border-light);}.order-summary-table td:first-child {color: var(--text-muted);background: var(--bg-light);font-weight: 500;width: 40%;}.order-summary-table td:last-child {text-align: right;font-weight: 500;}.order-summary-table tr:last-child td {border-bottom: none;}.price-breakdown {border: 1px solid var(--border);font-size: 14px;border-radius: 4px;overflow: hidden;}.price-breakdown .row-item {display: flex;justify-content: space-between;padding: 10px 16px;border-bottom: 1px solid var(--border-light);}.price-breakdown .row-item:last-child {border-bottom: none;}.price-breakdown .row-item.highlight {font-weight: 600;background: var(--bg-light);color: var(--text-dark);}.price-breakdown .row-item.total {font-weight: 700;font-size: 16px;background: var(--primary);color: #fff;border-top: none;}.order-form-section {background: var(--bg-white);border: 1px solid var(--border-light);border-radius: 4px;padding: 28px;box-shadow: 0 1px 6px rgba(0,0,0,0.04);}.order-form-section h3 {font-size: 1rem;font-weight: 500;color: var(--primary);margin-bottom: 6px;}.order-form-section h3::after {content: '';display: block;width: 30px;height: 2px;background: var(--primary);margin-top: 6px;margin-bottom: 16px;}.order-form-section label {font-size: 13px;color: var(--text-muted);margin-bottom: 4px;}.order-form-section .form-control, .order-form-section .form-select {border-radius: 4px;border: 1px solid var(--border);font-size: 14px;padding: 10px 14px;transition: border-color 0.2s, box-shadow 0.2s;}.order-form-section .form-control:focus, .order-form-section .form-select:focus {border-color: var(--primary);box-shadow: 0 0 0 3px rgba(24,119,242,0.1);}.option-card {border: 1px solid var(--border);padding: 16px 18px;margin-bottom: 10px;cursor: pointer;transition: var(--transition);display: flex;align-items: center;gap: 14px;border-radius: 4px;background: var(--bg-white);}.option-card:hover {border-color: var(--primary);background: rgba(24,119,242,0.02);}.option-card.selected {border-color: var(--primary);background: var(--primary-light);box-shadow: 0 0 0 1px var(--primary);}.option-card.disabled {opacity: 0.5;cursor: not-allowed;background: var(--bg-light);}.option-card input[type="radio"] {display: none;}.option-card-radio {width: 20px;height: 20px;border-radius: 50%;border: 2px solid var(--border);flex-shrink: 0;position: relative;transition: var(--transition);}.option-card.selected .option-card-radio {border-color: var(--primary);}.option-card.selected .option-card-radio::after {content: '';position: absolute;top: 3px;left: 3px;width: 10px;height: 10px;background: var(--primary);border-radius: 50%;}.option-card-content {flex: 1;}.option-card-name {font-size: 14px;font-weight: 500;color: var(--text-dark);display: block;}.option-card-desc {font-size: 12px;color: var(--text-muted);display: block;margin-top: 2px;}.option-card-price {font-size: 14px;font-weight: 600;color: var(--green);}.option-card-icon {font-size: 22px;color: var(--primary);opacity: 0.6;}.order-sidebar {border: 1px solid var(--border);border-radius: 4px;background: var(--bg-white);box-shadow: 0 2px 12px rgba(0,0,0,0.06);overflow: hidden;}.order-sidebar-header {padding: 18px 22px;border-bottom: 1px solid var(--border);background: linear-gradient(135deg, var(--primary), var(--primary-dark));color: #fff;}.order-sidebar-header h4 {font-size: 16px;font-weight: 600;color: #fff;margin-bottom: 2px;}.order-sidebar-header span {font-size: 13px;color: rgba(255,255,255,0.85);}.order-sidebar-body {padding: 18px 22px;}.sidebar-row {display: flex;justify-content: space-between;padding: 7px 0;font-size: 13px;color: var(--text-body);}.sidebar-row.total {font-weight: 700;font-size: 16px;color: var(--text-dark);border-top: 2px solid var(--primary);padding-top: 12px;margin-top: 8px;}.sidebar-row .value {font-weight: 600;color: var(--primary);}.order-sidebar-footer {padding: 16px 22px;border-top: 1px solid var(--border-light);background: var(--bg-light);}.order-sidebar-note {font-size: 12px;color: var(--text-light);margin-top: 10px;}.order-sidebar-toggle {display: none;width: 100%;background: var(--primary);color: #fff;border: none;padding: 12px 16px;font-size: 14px;font-weight: 500;cursor: pointer;font-family: var(--font);border-radius: 4px;margin-bottom: 12px;transition: var(--transition);}.order-sidebar-toggle i {transition: transform 0.2s;}.order-sidebar-toggle.collapsed i {transform: rotate(180deg);}.order-sidebar-toggle:hover {background: var(--primary-dark);}.summary-box {border: 1px solid var(--border-light);padding: 18px;margin-bottom: 16px;border-radius: 4px;background: var(--bg-light);}.summary-box h6 {font-size: 12px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.8px;margin-bottom: 10px;color: var(--primary);}.summary-box p, .summary-box div {font-size: 13px;line-height: 1.7;}.btn-submit-order {background: var(--green);color: #fff;border: none;padding: 16px 40px;font-size: 16px;font-weight: 600;cursor: pointer;width: 100%;font-family: var(--font);border-radius: 4px;transition: var(--transition);box-shadow: 0 2px 8px rgba(40,167,69,0.3);letter-spacing: 0.3px;}.btn-submit-order:hover {background: var(--green-dark);box-shadow: 0 4px 14px rgba(40,167,69,0.4);transform: translateY(-1px);}.btn-submit-order:disabled {background: #ccc;cursor: not-allowed;box-shadow: none;transform: none;}.terms-check .form-check-label {font-size: 13px;}.terms-check .form-check-label a {color: var(--primary);text-decoration: underline;}.wizard-step {display: none;}.wizard-step.active {display: block;}.page-hero {background: linear-gradient(135deg, var(--primary), var(--primary-dark));padding: 32px 0 28px;border-bottom: none;position: relative;}.page-hero h1 {font-size: 1.6rem;font-weight: 400;color: #fff;margin-bottom: 4px;}.page-hero .subtitle {font-size: 1rem;font-weight: 400;color: rgba(255,255,255,0.85);}.page-hero .subtitle::after {display: none;}.page-hero-breadcrumb {margin-top: 14px;padding-top: 14px;border-top: 1px solid rgba(255,255,255,0.2);}.page-hero-breadcrumb ol {list-style: none;display: flex;gap: 0;margin: 0;padding: 0;flex-wrap: wrap;}.page-hero-breadcrumb li {font-size: 13px;color: rgba(255,255,255,0.6);}.page-hero-breadcrumb li + li::before {content: '/';padding: 0 8px;color: rgba(255,255,255,0.4);}.page-hero-breadcrumb li a {color: rgba(255,255,255,0.8);transition: var(--transition);}.page-hero-breadcrumb li a:hover {color: #fff;}.page-hero-breadcrumb li.active {color: #fff;font-weight: 500;}.page-content {padding: 40px 0 60px;}.page-content p {font-size: 14px;line-height: 1.7;margin-bottom: 16px;}.page-content h3 {font-size: 1.1rem;font-weight: 500;margin-top: 24px;margin-bottom: 8px;}.faq-category {margin-bottom: 30px;}.faq-category h3 {font-size: 1rem;font-weight: 600;color: var(--primary);margin-bottom: 12px;padding-bottom: 8px;border-bottom: 1px solid var(--border-light);}.faq-item {border: 1px solid var(--border-light);margin-bottom: 6px;}.faq-question {padding: 12px 16px;font-size: 14px;font-weight: 500;cursor: pointer;display: flex;justify-content: space-between;align-items: center;transition: var(--transition);}.faq-question:hover {color: var(--primary);}.faq-question i {transition: transform 0.2s;font-size: 12px;}.faq-item.open .faq-question i {transform: rotate(180deg);}.faq-answer {padding: 0 16px;max-height: 0;overflow: hidden;transition: max-height 0.3s ease, padding 0.3s ease;}.faq-item.open .faq-answer {padding: 0 16px 14px;max-height: 500px;}.faq-answer p {font-size: 13px;margin: 0;}.contact-info-card {border: 1px solid var(--border-light);padding: 20px;text-align: center;height: 100%;}.contact-info-card i {font-size: 28px;color: var(--primary);margin-bottom: 10px;}.contact-info-card h4 {font-size: 14px;font-weight: 600;margin-bottom: 6px;}.contact-info-card p, .contact-info-card a {font-size: 13px;}.contact-form .form-control {border-radius: var(--radius-sm);border: 1px solid var(--border);font-size: 14px;padding: 10px 14px;}.contact-form .form-control:focus {border-color: var(--primary);box-shadow: none;}.review-card {border: 1px solid var(--border-light);padding: 20px;height: 100%;}.review-card .stars {color: #f5c518;margin-bottom: 8px;}.review-card p {font-size: 14px;font-style: italic;margin-bottom: 12px;}.review-card .author {font-size: 13px;font-weight: 600;}.legal-content h2 {font-size: 1.2rem;font-weight: 600;margin-top: 28px;margin-bottom: 10px;}.legal-content p, .legal-content li {font-size: 14px;line-height: 1.7;}.legal-content ul {padding-left: 20px;}.ty-hero {padding: 50px 0 40px;background: linear-gradient(135deg, var(--primary-light) 0%, #f0f6ff 100%);}.ty-hero-badge {width: 56px;height: 56px;background: var(--green);border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;margin-bottom: 20px;animation: tyPulse 2s ease-in-out infinite;}.ty-hero-badge i {font-size: 28px;color: #fff;font-weight: 700;}@keyframes tyPulse {0%,100% {box-shadow: 0 0 0 0 rgba(40,167,69,0.3);}50% {box-shadow: 0 0 0 14px rgba(40,167,69,0);}}.ty-hero-title {font-size: 1.75rem;font-weight: 700;color: var(--text-dark);margin-bottom: 14px;line-height: 1.3;}.ty-order-tag {display: inline-flex;align-items: center;gap: 10px;background: #fff;border: 1px solid var(--border);border-radius: 8px;padding: 8px 18px;margin-bottom: 16px;}.ty-order-tag-label {font-size: 13px;color: var(--text-muted);text-transform: uppercase;letter-spacing: 0.5px;}.ty-order-tag-value {font-size: 18px;font-weight: 700;color: var(--primary);}.ty-hero-text {font-size: 15px;color: var(--text-body);line-height: 1.7;max-width: 520px;}.ty-hero-visual {position: relative;width: 220px;height: 220px;margin: 0 auto;}.ty-visual-ring {position: absolute;border-radius: 50%;border: 2px solid var(--primary);opacity: 0.15;}.ty-visual-ring--outer {width: 220px;height: 220px;top: 0;left: 0;}.ty-visual-ring--inner {width: 160px;height: 160px;top: 30px;left: 30px;opacity: 0.25;}.ty-visual-icon {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 90px;height: 90px;background: var(--primary);border-radius: 50%;display: flex;align-items: center;justify-content: center;}.ty-visual-icon i {font-size: 40px;color: #fff;}.ty-visual-dot {position: absolute;width: 10px;height: 10px;border-radius: 50%;background: var(--primary);opacity: 0.3;}.ty-visual-dot--1 {top: 12px;right: 30px;}.ty-visual-dot--2 {bottom: 20px;left: 10px;}.ty-visual-dot--3 {top: 50%;right: 5px;}.ty-tracker {padding: 36px 0;background: #fff;border-top: 1px solid var(--border-light);border-bottom: 1px solid var(--border-light);}.ty-tracker-bar {display: flex;align-items: center;justify-content: center;gap: 0;max-width: 600px;margin: 0 auto;}.ty-tracker-step {display: flex;flex-direction: column;align-items: center;gap: 8px;flex-shrink: 0;}.ty-tracker-circle {width: 44px;height: 44px;border-radius: 50%;border: 2px solid var(--border);background: var(--bg-light);display: flex;align-items: center;justify-content: center;color: var(--text-muted);font-size: 18px;transition: all 0.3s;}.ty-tracker-step--done .ty-tracker-circle {border-color: var(--green);background: var(--green);color: #fff;}.ty-tracker-label {font-size: 12px;color: var(--text-muted);font-weight: 500;white-space: nowrap;}.ty-tracker-step--done .ty-tracker-label {color: var(--text-dark);font-weight: 600;}.ty-tracker-line {flex: 1;height: 3px;background: var(--border-light);min-width: 40px;margin: 0 6px;margin-bottom: 24px;}.ty-tracker-line--done {background: var(--green);}.ty-info {padding: 40px 0 60px;}.ty-card {background: #fff;border: 1px solid var(--border);border-radius: 10px;overflow: hidden;}.ty-card-header {display: flex;align-items: center;gap: 10px;padding: 16px 22px;background: var(--bg-light);border-bottom: 1px solid var(--border-light);font-weight: 600;font-size: 15px;color: var(--text-dark);}.ty-card-header i {font-size: 18px;color: var(--primary);}.ty-card-body {padding: 22px;}.ty-step-list {display: flex;flex-direction: column;gap: 20px;}.ty-step-item {display: flex;gap: 16px;align-items: flex-start;}.ty-step-num {width: 32px;height: 32px;min-width: 32px;border-radius: 50%;background: var(--primary);color: #fff;display: flex;align-items: center;justify-content: center;font-size: 14px;font-weight: 700;margin-top: 2px;}.ty-step-content strong {display: block;font-size: 14px;color: var(--text-dark);margin-bottom: 4px;}.ty-step-content p {font-size: 13px;color: var(--text-body);line-height: 1.6;margin: 0;}.ty-card--support {margin-bottom: 16px;}.ty-card--support .ty-card-body p {font-size: 14px;color: var(--text-body);line-height: 1.6;}.ty-contact-row {display: flex;align-items: center;gap: 14px;padding: 12px 0;border-top: 1px solid var(--border-light);}.ty-contact-icon {width: 38px;height: 38px;min-width: 38px;background: var(--primary-light);border-radius: 8px;display: flex;align-items: center;justify-content: center;}.ty-contact-icon i {font-size: 16px;color: var(--primary);}.ty-contact-label {display: block;font-size: 11px;color: var(--text-muted);text-transform: uppercase;letter-spacing: 0.4px;margin-bottom: 2px;}.ty-contact-value {display: block;font-size: 14px;font-weight: 600;color: var(--text-dark);text-decoration: none;}a.ty-contact-value:hover {color: var(--primary);}.ty-actions {display: flex;gap: 10px;}.ty-action-btn {flex: 1;display: inline-flex;align-items: center;justify-content: center;gap: 6px;padding: 12px 16px;border-radius: 8px;font-size: 14px;font-weight: 600;text-decoration: none;transition: var(--transition);}.ty-action-btn--primary {background: var(--primary);color: #fff;}.ty-action-btn--primary:hover {background: var(--primary-dark);color: #fff;}.ty-action-btn--outline {background: #fff;color: var(--primary);border: 1px solid var(--primary);}.ty-action-btn--outline:hover {background: var(--primary-light);color: var(--primary);}@media (max-width: 991.98px) {.ty-hero {text-align: center;}.ty-hero-text {margin: 0 auto;}.ty-order-tag {justify-content: center;}}@media (max-width: 767.98px) {.ty-hero {padding: 36px 0 28px;}.ty-hero-title {font-size: 1.4rem;}.ty-tracker-bar {gap: 0;}.ty-tracker-circle {width: 36px;height: 36px;font-size: 14px;}.ty-tracker-label {font-size: 10px;}.ty-tracker-line {min-width: 20px;}.ty-info {padding: 28px 0 40px;}.ty-actions {flex-direction: column;}}.cookie-notice {position: fixed;bottom: -200px;left: 50%;transform: translateX(-50%);width: 94%;max-width: 520px;background: var(--bg-white);color: var(--text-body);padding: 0;z-index: 10000;transition: bottom 0.4s ease;border-radius: 8px;box-shadow: 0 8px 32px rgba(0,0,0,0.18);border: 1px solid var(--border);}.cookie-notice.show {bottom: 24px;}.cookie-header {display: flex;align-items: center;gap: 10px;padding: 16px 20px 0;}.cookie-header i {font-size: 24px;color: var(--primary);}.cookie-header span {font-size: 15px;font-weight: 600;color: var(--text-dark);}.cookie-body {padding: 10px 20px 16px;}.cookie-body p {font-size: 13px;margin: 0;color: var(--text-muted);line-height: 1.6;}.cookie-body a {color: var(--primary);text-decoration: underline;}.cookie-actions {display: flex;gap: 8px;padding: 0 20px 16px;}.btn-cookie-accept {flex: 1;background: var(--primary);color: #fff;border: none;padding: 10px 16px;font-size: 13px;font-weight: 500;cursor: pointer;font-family: var(--font);border-radius: 4px;transition: var(--transition);}.btn-cookie-accept:hover {background: var(--primary-dark);}.btn-cookie-decline {flex: 1;background: transparent;color: var(--text-muted);border: 1px solid var(--border);padding: 10px 16px;font-size: 13px;font-weight: 500;cursor: pointer;font-family: var(--font);border-radius: 4px;transition: var(--transition);}.btn-cookie-decline:hover {background: var(--bg-light);color: var(--text-dark);}.back-to-top {position: fixed;bottom: 24px;right: 24px;width: 40px;height: 40px;background: var(--bg-dark);color: #fff;border: none;display: none;align-items: center;justify-content: center;cursor: pointer;font-size: 16px;z-index: 999;transition: var(--transition);}.back-to-top.show {display: flex;}.back-to-top:hover {background: var(--primary);}.loading-overlay {position: fixed;inset: 0;background: rgba(255,255,255,0.7);z-index: 9999;display: none;align-items: center;justify-content: center;}.loading-overlay.active {display: flex;}.loading-spinner {width: 40px;height: 40px;border: 3px solid var(--border);border-top-color: var(--primary);border-radius: 50%;animation: spin 0.8s linear infinite;}.text-primary {color: var(--primary) !important;}.price-note {font-size: 12px;color: var(--text-light);margin-top: 16px;}@media (max-width: 991.98px) {.brand-bar-nav {display: none;}.mobile-toggle {display: flex;}.main-nav {display: none;}.hero-inner {flex-direction: column;gap: 24px;}.hero-image {flex: auto;text-align: center;}.hero-image img {max-width: 260px;}.product-card {flex-direction: column;}.product-card-body {padding-right: 0;padding-bottom: 20px;}.product-card-features {columns: 1;}.product-card-pricing {flex: auto;border-left: none;border-top: 1px solid var(--border);padding-left: 0;padding-top: 20px;text-align: left;}.info-inner {flex-direction: column;}.info-content {max-width: 100%;padding: 40px 0;}.info-image {flex: auto;min-height: 280px;}.calculator-row {flex-direction: column;align-items: stretch;gap: 16px;}.calculator-field {flex-direction: row;gap: 12px;}.calculator-field > div {flex: 1;}.calculator-field input, .calculator-field select {flex: 1;min-width: auto;width: 100%;}.btn-calculate {align-self: center;margin-top: 4px;}.stepper-label, .order-step-label {display: none;}.footer-service .container {flex-direction: column;text-align: center;}.footer-service-right {text-align: center;}.order-sidebar-toggle {display: flex;align-items: center;justify-content: space-between;}.order-sidebar.mobile-collapsed .order-sidebar-body, .order-sidebar.mobile-collapsed .order-sidebar-footer {display: none;}.order-form-section {padding: 20px;}}@media (max-width: 767.98px) {body {font-size: 14px;}.brand-bar {height: 40px;}.site-header .container {height: 70px;}.header-logo img {height: 55px;}.hero-section {padding: 30px 0 24px;}.hero-title {font-size: 1.5rem;}.stepper-section {padding: 20px 0;}.stepper::before {left: 20px;right: 20px;}.stepper-number {font-size: 1.2rem;}.calculator-section {padding: 24px 0;}.calculator-field-icon {width: 36px;height: 36px;}.calculator-field-icon i {font-size: 24px;}.products-section, .product-card {padding: 20px;}.products-section {padding: 10px 0 30px;}.pricing-value {font-size: 1.8rem;}.content-section, .features-section, .testimonials-section {padding: 30px 0;}.page-hero {padding: 24px 0 20px;}.page-content, .order-content-section {padding: 24px 0 40px;}.footer-copyright .container {flex-direction: column;text-align: center;}.footer-links {justify-content: center;}.cookie-notice {width: calc(100% - 24px);max-width: none;}.cookie-notice.show {bottom: 12px;}.d-flex.justify-content-between .btn-outline-custom, .d-flex.justify-content-between .btn-primary-custom, .d-flex.justify-content-end .btn-primary-custom {padding: 12px 18px;font-size: 14px;width: 100%;text-align: center;}.d-flex.justify-content-between {flex-direction: column;gap: 10px;}.d-flex.justify-content-end {width: 100%;}.order-stepper {gap: 0;}.order-step-icon {width: 36px;height: 36px;}}@media (max-width: 575.98px) {.hero-title {font-size: 1.3rem;}.calculator-field-icon {display: none;}.stepper-step {flex-direction: column;gap: 4px;text-align: center;}.stepper-number {font-size: 1rem;}.order-step {gap: 4px;}.order-step-number {font-size: 11px;}.order-step-icon {width: 32px;height: 32px;font-size: 13px;}.price-breakdown .row-item {font-size: 13px;padding: 8px 12px;}.price-breakdown .row-item.total {font-size: 14px;}}.about-label {display: inline-block;font-size: 12px;font-weight: 600;text-transform: uppercase;letter-spacing: 1px;color: var(--primary);margin-bottom: 10px;}.about-stats-banner {background: var(--bg-light);border-bottom: 1px solid var(--border);padding: 28px 0;}.about-stats-row {display: flex;justify-content: space-between;flex-wrap: wrap;gap: 16px;}.about-stat-item {display: flex;align-items: center;gap: 14px;flex: 1;min-width: 200px;}.about-stat-item i {font-size: 28px;color: var(--primary);opacity: 0.7;}.about-stat-content strong {display: block;font-size: 1.3rem;font-weight: 700;color: var(--text-dark);}.about-stat-content span {font-size: 12px;color: var(--text-muted);}.about-story-text h2 {font-size: 1.5rem;font-weight: 400;line-height: 1.35;margin-bottom: 16px;}.about-story-text .lead {font-size: 1rem;color: var(--text-muted);margin-bottom: 16px;}.about-story-text p {font-size: 14px;line-height: 1.7;}.about-story-visual {position: relative;}.about-visual-card {background: var(--primary-light);padding: 40px 30px;border-radius: 8px;text-align: center;}.about-visual-card i {font-size: 4rem;color: var(--primary);display: block;margin-bottom: 16px;}.about-visual-card h4 {font-size: 1rem;font-weight: 600;margin-bottom: 8px;}.about-visual-card p {font-size: 13px;color: var(--text-muted);margin: 0;}.about-visual-accent {position: absolute;bottom: -12px;right: -12px;background: var(--primary);color: #fff;padding: 8px 18px;border-radius: 4px;font-size: 12px;font-weight: 600;}.timeline-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));gap: 24px;}.timeline-item {position: relative;}.timeline-year {font-size: 2rem;font-weight: 700;color: var(--primary);opacity: 0.2;margin-bottom: 4px;}.timeline-card {background: var(--bg-white);border: 1px solid var(--border-light);padding: 20px;border-radius: 4px;border-top: 3px solid var(--primary);}.timeline-card h5 {font-size: 15px;font-weight: 600;margin-bottom: 6px;}.timeline-card p {font-size: 13px;color: var(--text-muted);margin: 0;line-height: 1.6;}.about-value-box {border: 1px solid var(--border-light);padding: 24px;height: 100%;transition: var(--transition);}.about-value-box:hover {border-color: var(--primary);}.about-value-icon {width: 44px;height: 44px;background: var(--primary);border-radius: 8px;display: flex;align-items: center;justify-content: center;margin-bottom: 14px;}.about-value-icon i {font-size: 20px;color: #fff;}.about-value-box h4 {font-size: 15px;font-weight: 600;margin-bottom: 8px;}.about-value-box p {font-size: 13px;color: var(--text-muted);margin: 0;line-height: 1.6;}.about-detail-card {background: var(--bg-white);border: 1px solid var(--border);border-radius: 4px;overflow: hidden;height: 100%;}.about-detail-header {display: flex;align-items: center;gap: 12px;padding: 16px 20px;background: linear-gradient(135deg, var(--primary), var(--primary-dark));color: #fff;}.about-detail-header i {font-size: 20px;}.about-detail-header h4 {font-size: 15px;font-weight: 600;color: #fff;margin: 0;}.about-detail-body {padding: 16px 20px;}.about-detail-row {display: flex;justify-content: space-between;padding: 8px 0;border-bottom: 1px solid var(--border-light);font-size: 13px;}.about-detail-row:last-child {border-bottom: none;}.about-detail-label {color: var(--text-muted);font-weight: 500;}.about-detail-row a {color: var(--primary);}.about-cta-box {background: var(--primary-light);padding: 40px;border-radius: 8px;}.about-cta-box i {font-size: 2.5rem;color: var(--primary);display: block;margin-bottom: 12px;}.about-cta-box h3 {font-size: 1.3rem;font-weight: 500;margin-bottom: 8px;}.about-cta-box p {font-size: 14px;color: var(--text-muted);margin-bottom: 20px;max-width: 500px;margin-left: auto;margin-right: auto;}.faq-sidebar {background: var(--bg-white);border: 1px solid var(--border);border-radius: 4px;overflow: hidden;position: sticky;top: 120px;}.faq-sidebar-title {font-size: 13px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.8px;color: var(--text-muted);padding: 16px 18px 8px;margin: 0;}.faq-nav {display: flex;flex-direction: column;}.faq-nav-link {display: flex;align-items: center;gap: 10px;padding: 10px 18px;font-size: 13px;color: var(--text-body);text-decoration: none;border-left: 3px solid transparent;transition: var(--transition);}.faq-nav-link:hover {background: var(--bg-light);color: var(--primary);}.faq-nav-link.active {border-left-color: var(--primary);color: var(--primary);background: var(--primary-light);font-weight: 500;}.faq-nav-link i {font-size: 15px;color: var(--primary);opacity: 0.6;}.faq-nav-count {margin-left: auto;background: var(--bg-light);padding: 1px 8px;border-radius: 10px;font-size: 11px;font-weight: 600;color: var(--text-muted);}.faq-sidebar-help {text-align: center;padding: 0 18px 18px;}.faq-sidebar-help > i {font-size: 24px;color: var(--primary);display: block;margin-bottom: 6px;}.faq-sidebar-help p {font-size: 13px;color: var(--text-muted);margin-bottom: 8px;}.faq-panel {margin-bottom: 32px;}.faq-panel-header {display: flex;align-items: center;gap: 10px;margin-bottom: 16px;padding-bottom: 10px;border-bottom: 2px solid var(--primary);}.faq-panel-header i {font-size: 20px;color: var(--primary);}.faq-panel-header h3 {font-size: 1.1rem;font-weight: 600;margin: 0;}.faq-item-new {border: 1px solid var(--border-light);margin-bottom: 6px;border-radius: 4px;overflow: hidden;transition: var(--transition);}.faq-item-new:hover {border-color: var(--primary);}.faq-toggle {display: flex;justify-content: space-between;align-items: center;width: 100%;padding: 14px 18px;background: var(--bg-white);border: none;cursor: pointer;font-family: var(--font);font-size: 14px;font-weight: 500;color: var(--text-dark);text-align: left;transition: var(--transition);}.faq-toggle:hover {color: var(--primary);}.faq-toggle i {font-size: 12px;transition: transform 0.2s;flex-shrink: 0;margin-left: 12px;}.faq-item-new.open .faq-toggle {color: var(--primary);background: var(--primary-light);}.faq-item-new.open .faq-toggle i {transform: rotate(180deg);}.faq-content {max-height: 0;overflow: hidden;transition: max-height 0.35s ease, padding 0.35s ease;}.faq-item-new.open .faq-content {max-height: 600px;padding: 16px 18px;}.faq-content p {font-size: 13px;line-height: 1.7;margin-bottom: 8px;}.faq-content ul, .faq-content ol {font-size: 13px;line-height: 1.7;padding-left: 20px;}.faq-cta-box {background: var(--bg-white);border: 1px solid var(--border);border-radius: 4px;padding: 40px;}.faq-cta-box h3 {font-size: 1.2rem;font-weight: 500;margin-bottom: 8px;}.exp-score-bar {background: var(--bg-white);border-bottom: 1px solid var(--border);padding: 24px 0;}.exp-score-inner {display: flex;align-items: center;gap: 28px;flex-wrap: wrap;}.exp-score-main {display: flex;align-items: center;gap: 12px;}.exp-score-number {font-size: 2.5rem;font-weight: 700;color: var(--primary);line-height: 1;}.exp-score-stars {display: flex;gap: 2px;}.exp-score-stars i {font-size: 18px;color: #f5c518;}.exp-score-text {font-size: 13px;color: var(--text-muted);}.exp-score-divider {width: 1px;height: 40px;background: var(--border);flex-shrink: 0;}.exp-score-stats {display: flex;gap: 28px;flex-wrap: wrap;}.exp-mini-stat {text-align: center;}.exp-mini-stat strong {display: block;font-size: 1.1rem;font-weight: 700;color: var(--primary);}.exp-mini-stat span {font-size: 11px;color: var(--text-muted);}.exp-review-card {background: var(--bg-white);border: 1px solid var(--border-light);border-radius: 4px;padding: 24px;height: 100%;transition: var(--transition);position: relative;}.exp-review-card:hover {border-color: var(--primary);box-shadow: 0 4px 16px rgba(24,119,242,0.08);}.exp-featured {border-left: 4px solid var(--primary);}.exp-review-quote {position: absolute;top: 16px;right: 20px;}.exp-review-quote i {font-size: 32px;color: var(--primary);opacity: 0.1;}.exp-review-stars i {font-size: 14px;color: #f5c518;}.exp-review-text-lg {font-size: 15px;font-style: italic;line-height: 1.7;margin-bottom: 16px;color: var(--text-body);}.exp-review-card p {font-size: 13px;font-style: italic;line-height: 1.6;margin-bottom: 14px;color: var(--text-body);}.exp-review-author {display: flex;align-items: center;gap: 10px;margin-top: auto;}.exp-avatar {width: 36px;height: 36px;border-radius: 50%;background: var(--primary);color: #fff;font-size: 12px;font-weight: 600;display: flex;align-items: center;justify-content: center;flex-shrink: 0;}.exp-review-author strong {font-size: 13px;display: block;}.exp-review-author span {font-size: 12px;color: var(--text-muted);}.exp-trust-item i {font-size: 2.5rem;color: var(--primary);display: block;margin-bottom: 10px;}.exp-trust-item h5 {font-size: 14px;font-weight: 600;margin-bottom: 4px;}.exp-trust-item p {font-size: 12px;color: var(--text-muted);margin: 0;}.ct-channels {background: var(--bg-white);border-bottom: 1px solid var(--border);padding: 28px 0;}.ct-channels-grid {display: grid;grid-template-columns: repeat(4, 1fr);gap: 20px;}.ct-channel-card {text-align: center;padding: 16px 12px;}.ct-channel-icon {width: 48px;height: 48px;background: var(--primary-light);border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: 0 auto 10px;}.ct-channel-icon i {font-size: 20px;color: var(--primary);}.ct-channel-card h5 {font-size: 14px;font-weight: 600;margin-bottom: 4px;}.ct-channel-card a {color: var(--primary);font-size: 13px;font-weight: 500;display: block;}.ct-channel-card span {font-size: 12px;color: var(--text-muted);display: block;line-height: 1.5;}.ct-form-card {background: var(--bg-white);border: 1px solid var(--border);border-radius: 4px;padding: 32px;}.ct-form-header {display: flex;gap: 16px;margin-bottom: 24px;padding-bottom: 20px;border-bottom: 1px solid var(--border-light);}.ct-form-header > i {font-size: 28px;color: var(--primary);flex-shrink: 0;}.ct-form-header h3 {font-size: 1.2rem;font-weight: 500;margin-bottom: 4px;}.ct-form-header p {font-size: 13px;color: var(--text-muted);margin: 0;}.ct-form-card .input-group-text {background: var(--bg-light);border-color: var(--border);color: var(--primary);}.ct-form-card .form-control, .ct-form-card .form-select {border-color: var(--border);font-size: 14px;}.ct-form-card .form-control:focus, .ct-form-card .form-select:focus {border-color: var(--primary);box-shadow: 0 0 0 3px rgba(24,119,242,0.1);}.ct-success-message {text-align: center;padding: 40px 20px;}.ct-success-message i {font-size: 48px;color: var(--green);display: block;margin-bottom: 16px;}.ct-success-message h4 {font-size: 1.1rem;font-weight: 500;margin-bottom: 8px;}.ct-success-message p {font-size: 14px;color: var(--text-muted);margin: 0;}.ct-quick-card {display: block;background: var(--bg-white);border: 1px solid var(--border-light);border-radius: 4px;padding: 24px;text-align: center;text-decoration: none;color: var(--text-body);height: 100%;transition: var(--transition);}.ct-quick-card:hover {border-color: var(--primary);transform: translateY(-3px);box-shadow: 0 6px 20px rgba(0,0,0,0.06);}.ct-quick-card i {font-size: 2rem;color: var(--primary);display: block;margin-bottom: 10px;}.ct-quick-card h5 {font-size: 15px;font-weight: 600;margin-bottom: 4px;color: var(--text-dark);}.ct-quick-card p {font-size: 12px;color: var(--text-muted);margin: 0;}.legal-toc-sidebar {background: var(--bg-white);border: 1px solid var(--border);border-radius: 4px;overflow: hidden;position: sticky;top: 120px;}.legal-toc-title {font-size: 12px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.8px;color: var(--text-muted);padding: 16px 18px 8px;margin: 0;}.legal-toc-nav {display: flex;flex-direction: column;padding-bottom: 8px;}.legal-toc-link {display: block;padding: 7px 18px;font-size: 13px;color: var(--text-body);text-decoration: none;border-left: 3px solid transparent;transition: var(--transition);}.legal-toc-link:hover {background: var(--bg-light);color: var(--primary);border-left-color: var(--primary);}.legal-content-new {}.legal-block {margin-bottom: 32px;padding-bottom: 24px;border-bottom: 1px solid var(--border-light);}.legal-block:last-of-type {border-bottom: none;}.legal-block h3 {font-size: 1rem;font-weight: 600;color: var(--primary);margin-bottom: 12px;}.legal-block p {font-size: 14px;line-height: 1.7;}.legal-block ul {font-size: 14px;line-height: 1.7;padding-left: 20px;}.legal-highlight {background: var(--primary-light);border-left: 4px solid var(--primary);padding: 20px;border-radius: 0 4px 4px 0;}.legal-highlight h5 {font-size: 14px;font-weight: 600;color: var(--primary);margin-bottom: 8px;}.legal-highlight p {font-size: 14px;line-height: 1.7;}.privacy-overview {background: var(--bg-white);border: 1px solid var(--border);border-radius: 4px;overflow: hidden;}.privacy-overview-header {display: flex;gap: 16px;padding: 24px;border-bottom: 1px solid var(--border-light);align-items: flex-start;}.privacy-overview-header > i {font-size: 28px;color: var(--primary);flex-shrink: 0;}.privacy-overview-header h3 {font-size: 1.1rem;font-weight: 600;margin-bottom: 6px;}.privacy-overview-header p {font-size: 13px;color: var(--text-muted);margin: 0;line-height: 1.6;}.privacy-overview-grid {display: grid;grid-template-columns: repeat(2, 1fr);}.privacy-overview-item {padding: 18px 24px;border-bottom: 1px solid var(--border-light);border-right: 1px solid var(--border-light);}.privacy-overview-item:nth-child(even) {border-right: none;}.privacy-overview-item:nth-last-child(-n+2) {border-bottom: none;}.privacy-overview-item i {font-size: 20px;color: var(--primary);display: block;margin-bottom: 8px;}.privacy-overview-item h6 {font-size: 13px;font-weight: 600;margin-bottom: 4px;}.privacy-overview-item p {font-size: 12px;color: var(--text-muted);margin: 0;line-height: 1.5;}.privacy-panel {display: flex;gap: 18px;padding: 24px 0;border-bottom: 1px solid var(--border-light);}.privacy-panel:last-child {border-bottom: none;}.privacy-panel-icon {width: 40px;height: 40px;background: var(--primary-light);border-radius: 8px;display: flex;align-items: center;justify-content: center;flex-shrink: 0;}.privacy-panel-icon i {font-size: 18px;color: var(--primary);}.privacy-panel-content {flex: 1;}.privacy-panel-content h4 {font-size: 1rem;font-weight: 600;margin-bottom: 10px;}.privacy-panel-content p {font-size: 14px;line-height: 1.7;}.privacy-panel-content ul {font-size: 14px;line-height: 1.7;padding-left: 20px;}.imprint-card {background: var(--bg-white);border: 1px solid var(--border);border-radius: 4px;overflow: hidden;height: 100%;}.imprint-card-header {display: flex;align-items: center;gap: 10px;padding: 14px 20px;background: var(--primary-light);border-bottom: 1px solid var(--border-light);}.imprint-card-header i {font-size: 18px;color: var(--primary);}.imprint-card-header h4 {font-size: 14px;font-weight: 600;color: var(--primary);margin: 0;}.imprint-card-body {padding: 18px 20px;}.imprint-card-body p {font-size: 14px;line-height: 1.7;}.imprint-card-body p:last-child {margin-bottom: 0;}.imprint-legal-sections {}.imprint-legal-block {padding: 24px 0;border-bottom: 1px solid var(--border-light);}.imprint-legal-block:last-child {border-bottom: none;}.imprint-legal-block h4 {font-size: 15px;font-weight: 600;color: var(--text-dark);margin-bottom: 12px;}.imprint-legal-block h4 i {color: var(--primary);}.imprint-legal-block p {font-size: 14px;line-height: 1.7;}@media (max-width: 991.98px) {.about-stats-row {gap: 12px;}.about-stat-item {min-width: 140px;}.timeline-grid {grid-template-columns: repeat(2, 1fr);}.ct-channels-grid {grid-template-columns: repeat(2, 1fr);}.faq-sidebar {position: static;}.legal-toc-sidebar {position: static;}.exp-score-inner {gap: 16px;}.exp-score-divider {display: none;}}@media (max-width: 767.98px) {.about-stats-row {flex-direction: column;}.timeline-grid {grid-template-columns: 1fr;}.ct-channels-grid {grid-template-columns: 1fr 1fr;gap: 12px;}.ct-form-card {padding: 20px;}.ct-form-header {flex-direction: column;gap: 8px;}.privacy-overview-grid {grid-template-columns: 1fr;}.privacy-overview-item {border-right: none !important;}.privacy-panel {flex-direction: column;gap: 10px;}.exp-score-main {flex-wrap: wrap;}.exp-score-stats {gap: 16px;}}@media (max-width: 575.98px) {.ct-channels-grid {grid-template-columns: 1fr;}.about-visual-accent {position: static;display: inline-block;margin-top: 12px;}}