* { box-sizing: border-box; }
body { font-family: 'Helvetica Neue', Arial, sans-serif; margin: 0; color: #2E2E2E; background: #fff; line-height: 1.5; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.cc-wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* Header */
.cc-header { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid #e5e5e2; gap: 16px; flex-wrap: wrap; row-gap: 12px; }
.cc-header img.cc-logo { height: 40px; flex-shrink: 0; order: 1; }
.cc-nav { display: flex; gap: 18px; font-size: 13px; color: #6b6b68; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; order: 3; flex-basis: 100%; justify-content: center; row-gap: 8px; }
.cc-nav a { white-space: nowrap; }
.cc-nav a.current, .cc-nav a:hover { color: #2E2E2E; font-weight: 700; }
.cc-btn { display: inline-block; font-size: 13px; padding: 10px 20px; background: #9BC53D; color: #2E2E2E; border: none; border-radius: 3px; font-weight: 700; letter-spacing: 0.5px; cursor: pointer; white-space: nowrap; flex-shrink: 0; }
.cc-header-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; order: 2; margin-left: auto; }
.cc-btn:hover { background: #8bb52e; }
.cc-btn-secondary { background: transparent; border: 1px solid #2E2E2E; color: #2E2E2E; }
.cc-btn-secondary:hover { background: #f5f5f3; }

/* Hero */
.cc-hero-row { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 20px; align-items: center; padding: 50px 0 40px; }
.cc-hero-text h1 { font-size: 34px; font-weight: 800; line-height: 1.3; margin: 0 0 16px; text-transform: uppercase; letter-spacing: 0.3px; }
.cc-hero-text h1 span { color: #9BC53D; }
.cc-hero-text p { color: #6b6b68; font-size: 16px; line-height: 1.7; margin: 0 0 24px; max-width: 460px; }

/* Stats */
.cc-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; padding: 30px 24px; background: #F7F7F5; border-radius: 12px; margin-bottom: 50px; }
.cc-stat { text-align: center; }
.cc-stat .num { font-size: 24px; font-weight: 700; color: #6E9130; }
.cc-stat .label { font-size: 12px; color: #8a8a86; margin-top: 4px; }

/* Section titles */
.cc-page-title { font-size: 32px; font-weight: 800; margin: 44px 0 12px; }
.cc-page-sub { color: #6b6b68; font-size: 15px; line-height: 1.7; max-width: 640px; margin: 0 0 36px; }
.cc-section-title { font-size: 20px; font-weight: 700; margin: 0 0 16px; }

/* Services grid (homepage) */
.cc-services { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-bottom: 56px; }
.cc-service-card { background: #F7F7F5; border-radius: 8px; padding: 18px; border-left: 4px solid #9BC53D; border-radius: 0 8px 8px 0; }
.cc-service-card .icon-wrap { width: 36px; height: 36px; border-radius: 8px; background: #eaf5d5; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.cc-service-card h3 { font-size: 13px; font-weight: 700; margin: 0 0 4px; }
.cc-service-card p { font-size: 11.5px; color: #8a8a86; margin: 0; }

/* Values */
.cc-values { background: #F7F7F5; border-radius: 8px; padding: 28px; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-bottom: 56px; }
.cc-value .icon-wrap { width: 40px; height: 40px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.cc-value h3 { font-size: 15px; font-weight: 700; margin: 0 0 6px; }
.cc-value p { font-size: 13px; color: #6b6b68; margin: 0; }

/* Testimonials */
.cc-testimonials { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 40px; }
.cc-testimonial { background: #fff; border: 1px solid #e5e5e2; border-radius: 8px; padding: 20px; }
.cc-testimonial .stars { margin-bottom: 10px; }
.cc-testimonial p { font-size: 13px; color: #6b6b68; line-height: 1.6; margin: 0 0 12px; }
.cc-testimonial .name { font-size: 13px; font-weight: 700; }

/* CTA band */
.cc-cta-band { background: #2E2E2E; border-radius: 8px; padding: 40px; text-align: center; margin: 56px 0; }
.cc-cta-band h3 { color: #fff; font-size: 20px; margin: 0 0 8px; }
.cc-cta-band p { color: #b8b8b5; font-size: 14px; margin: 0 0 20px; }

/* Services accordion */
.cc-tag-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.cc-tag { font-size: 12px; padding: 6px 14px; border-radius: 4px; border: 1px solid #e5e5e2; color: #6b6b68; text-decoration: none; cursor: pointer; display: inline-block; transition: background 0.15s, border-color 0.15s, color 0.15s; }
.cc-tag:hover, .cc-tag.cc-tag-active { background: #6E9130; border-color: #6E9130; color: #fff; }
.cc-cat-section { scroll-margin-top: 24px; }
.cc-accordion { border: 1px solid #e5e5e2; border-radius: 8px; overflow: hidden; margin-bottom: 12px; }
.cc-acc-head { background: #F7F7F5; padding: 14px 20px; display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: 14px; cursor: pointer; }
.cc-acc-head .left { display: flex; align-items: center; gap: 10px; }
.cc-acc-body { padding: 14px 20px; display: none; flex-direction: column; gap: 12px; }
.cc-accordion.open .cc-acc-body { display: flex; }
.cc-acc-row { display: flex; gap: 20px; padding-bottom: 12px; border-bottom: 1px solid #ececea; }
.cc-acc-row:last-child { padding-bottom: 0; border-bottom: none; }
.cc-acc-row .name { font-size: 13px; font-weight: 700; min-width: 220px; flex-shrink: 0; }
.cc-acc-row .desc { font-size: 13px; color: #6b6b68; line-height: 1.6; }

/* Resources / documents */
.cc-search-row { display: flex; gap: 10px; margin-bottom: 32px; }
.cc-search-row input { width: 100%; padding: 12px 16px; border: 1px solid #d9d9d6; border-radius: 4px; font-size: 14px; }
.cc-doc-group { margin-bottom: 32px; }
.cc-doc-group .note { font-size: 12px; color: #a0a09c; margin: -8px 0 14px; }
.cc-doc-list { border: 1px solid #e5e5e2; border-radius: 8px; overflow: hidden; }
.cc-doc-row { display: flex; align-items: center; gap: 12px; padding: 11px 18px; border-bottom: 1px solid #eeeeec; }
.cc-doc-row:last-child { border-bottom: none; }
.cc-doc-icon { width: 32px; height: 32px; border-radius: 6px; background: #eaf5d5; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cc-doc-name { font-size: 13px; font-weight: 600; flex: 1; }
.cc-doc-download { font-size: 11px; color: #6E9130; font-weight: 700; padding: 5px 12px; border: 1px solid #9BC53D; border-radius: 4px; white-space: nowrap; display: inline-flex; align-items: center; gap: 5px; }

/* Contact */
.cc-warning-box { background: #fdf3e0; border-radius: 8px; padding: 18px 20px; margin-bottom: 32px; display: flex; gap: 12px; }
.cc-warning-box p { font-size: 13px; color: #7a5c14; line-height: 1.6; margin: 0; }
.cc-contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 28px; margin-bottom: 40px; }
.cc-contact-form input, .cc-contact-form textarea { width: 100%; margin-bottom: 12px; padding: 10px 12px; border: 1px solid #d9d9d6; border-radius: 4px; font-family: inherit; font-size: 14px; }
.cc-contact-form textarea { min-height: 100px; resize: vertical; }
.cc-contact-info { background: #F7F7F5; border-radius: 8px; padding: 24px; }
.cc-info-row { display: flex; gap: 12px; margin-bottom: 20px; align-items: flex-start; }
.cc-info-row .label { font-size: 12px; color: #8a8a86; }
.cc-info-row .value { font-size: 14px; }

/* Packages */
.cc-package-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 40px; }
.cc-package-card { background: #F7F7F5; border-radius: 8px; padding: 18px; border-left: 4px solid #9BC53D; display: flex; flex-direction: column; position: relative; }
.cc-package-card[draggable="true"] { cursor: grab; }
.cc-package-card.cc-dragging { opacity: 0.4; }
.cc-package-card.cc-drag-over { border-left-color: #2E2E2E; box-shadow: inset 0 0 0 2px #9BC53D; }
.cc-package-drag-handle { position: absolute; top: 10px; right: 10px; cursor: grab; opacity: 0.5; }
.cc-package-drag-handle:hover { opacity: 1; }
.cc-package-card .icon-wrap { width: 36px; height: 36px; border-radius: 8px; background: #eaf5d5; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.cc-package-title { font-weight: 700; font-size: 14px; margin-bottom: 4px; }
.cc-package-desc { font-size: 12px; color: #8a8a86; margin-bottom: 14px; flex: 1; }
.cc-package-actions { display: flex; gap: 6px; }
.cc-edit-package-btn { flex: 1; font-size: 11px; padding: 6px 8px; border: 1px solid #9BC53D; color: #6E9130; background: #fff; border-radius: 4px; cursor: pointer; }
.cc-package-order-btn { flex: 1; text-align: center; font-size: 11px; padding: 6px 8px; background: #9BC53D; color: #2E2E2E; border-radius: 4px; font-weight: 700; }
.cc-package-add-tile { border: 1.5px dashed #d9d9d6; border-radius: 8px; padding: 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #a0a09c; min-height: 150px; background: none; cursor: pointer; gap: 6px; font-size: 12px; font-weight: 600; }
.cc-package-add-tile:hover { border-color: #9BC53D; color: #6E9130; }

/* About page */
.cc-about-hero { background: #F7F7F5; border-radius: 12px; padding: 32px; margin: 24px 0; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 20px; align-items: center; }
.cc-about-badge { display: inline-block; background: #eaf5d5; color: #4c6b1f; font-size: 11px; padding: 4px 12px; border-radius: 4px; margin-bottom: 12px; font-weight: 700; letter-spacing: 0.3px; }
.cc-about-hero-icon { display: flex; justify-content: center; }
.cc-about-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-bottom: 32px; }
.cc-about-stat { background: #2E2E2E; border-radius: 8px; padding: 16px; text-align: center; }
.cc-about-stat .num { font-size: 20px; font-weight: 800; color: #9BC53D; }
.cc-about-stat .label { font-size: 11px; color: #b8b8b5; margin-top: 2px; }
.cc-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 32px; }
.cc-about-card { border-left: 4px solid #9BC53D; background: #F7F7F5; border-radius: 0 8px 8px 0; padding: 18px; }
.cc-about-card-label { font-size: 11px; color: #6E9130; text-transform: uppercase; font-weight: 700; letter-spacing: 0.3px; margin-bottom: 6px; }
.cc-about-card p { font-size: 13px; color: #3a3a38; margin: 0; }
.cc-about-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 40px; }
.cc-about-value { text-align: center; padding: 16px 10px; }
.cc-about-value-icon { width: 44px; height: 44px; border-radius: 50%; background: #eaf5d5; display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; }
.cc-about-value-label { font-size: 12px; font-weight: 700; margin-bottom: 4px; }
.cc-about-value p { font-size: 11.5px; color: #8a8a86; margin: 0; }

/* News */
.cc-news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 40px; }
.cc-news-card { border: 1px solid #e5e5e2; border-radius: 8px; overflow: hidden; }
.cc-news-thumb { height: 80px; background: #F7F7F5; display: flex; align-items: center; justify-content: center; }
.cc-news-content { padding: 16px; }
.cc-news-cat { font-size: 11px; color: #6E9130; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
.cc-news-title { font-size: 13px; font-weight: 700; margin-bottom: 8px; line-height: 1.4; }

/* Footer */
.cc-footer { background: #2E2E2E; border-radius: 8px 8px 0 0; padding: 40px 32px; display: flex; justify-content: space-between; margin-top: 40px; }
.cc-footer img { height: 28px; filter: brightness(0) invert(1); opacity: 0.95; margin-bottom: 12px; }
.cc-footer .col p { font-size: 12px; color: #9a9a97; line-height: 1.7; max-width: 240px; }
.cc-footer .contact { font-size: 12px; color: #9a9a97; text-align: right; line-height: 1.8; }
.cc-footer .contact .row { display: flex; align-items: center; gap: 8px; justify-content: flex-end; margin-bottom: 8px; }

@media (max-width: 800px) {
	.cc-hero-row, .cc-contact-grid, .cc-about-hero, .cc-about-grid { grid-template-columns: 1fr; }
	.cc-services, .cc-values, .cc-testimonials, .cc-news-grid, .cc-stats, .cc-about-stats, .cc-about-values, .cc-package-grid { grid-template-columns: repeat(2,1fr); }
	.cc-nav { display: none; }
	.cc-footer { flex-direction: column; gap: 20px; }
	.cc-footer .contact { text-align: left; }
	.cc-footer .contact .row { justify-content: flex-start; }
}
