/*
Theme Name: CCMC Accounting & Consulting
Theme URI: https://cmccaccountingandconsulting.com
Description: Custom theme for CMCC Accounting & Consulting
Version: 1.0
Author: Envision Enterprise
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;900&family=Inter:wght@300;400;500;600;700&display=swap');

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background-color: #0a1628;
  color: #e2e8f0;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.2;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* ===== NAVBAR ===== */
.ccmc-navbar {
  background-color: #0a1628;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(45,212,191,0.15);
}

.ccmc-navbar .logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ccmc-navbar .logo-circle {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #2dd4bf, #0891b2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 18px;
  color: #0a1628;
  flex-shrink: 0;
}

.ccmc-navbar .logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.ccmc-navbar nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.ccmc-navbar nav a {
  font-size: 14px;
  font-weight: 500;
  color: #94a3b8;
  letter-spacing: 0.5px;
  transition: color 0.2s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ccmc-navbar nav a:hover,
.ccmc-navbar nav a.active { color: #2dd4bf; }

.ccmc-navbar .nav-book-btn {
  border: 1.5px solid #2dd4bf;
  color: #2dd4bf !important;
  padding: 10px 22px;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  transition: all 0.2s !important;
}

.ccmc-navbar .nav-book-btn:hover {
  background: #2dd4bf;
  color: #0a1628 !important;
}

/* ===== HERO SECTION ===== */
.ccmc-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0a1628 0%, #0a1628 50%, #0f2a45 100%);
}

.ccmc-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://files.manuscdn.com/user_upload_by_module/session_file/310519663381172874/wzvYFDvTIIavGPdH.jpg');
  background-size: cover;
  background-position: center right;
  opacity: 0.25;
}

.ccmc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0a1628 45%, rgba(10,22,40,0.3) 100%);
}

.ccmc-hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 60px;
  max-width: 680px;
}

.ccmc-hero-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2dd4bf;
  margin-bottom: 20px;
}

.ccmc-hero h1 {
  font-size: 58px;
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  margin-bottom: 24px;
}

.ccmc-hero-sub {
  font-size: 18px;
  color: #94a3b8;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 520px;
}

.ccmc-hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #2dd4bf;
  color: #0a1628;
  padding: 16px 36px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.2s;
  display: inline-block;
}

.btn-primary:hover { background: #14b8a6; color: #0a1628; }

.btn-outline {
  border: 2px solid #2dd4bf;
  color: #2dd4bf;
  padding: 14px 34px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.2s;
  display: inline-block;
}

.btn-outline:hover { background: #2dd4bf; color: #0a1628; }

/* ===== SERVICES STRIP ===== */
.ccmc-services-strip {
  background: #0f2040;
  padding: 80px 60px;
}

.ccmc-section-title {
  text-align: center;
  font-size: 40px;
  color: #fff;
  margin-bottom: 16px;
}

.ccmc-section-sub {
  text-align: center;
  color: #64748b;
  font-size: 16px;
  margin-bottom: 56px;
}

.ccmc-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.ccmc-service-card {
  border: 1px solid rgba(45,212,191,0.3);
  padding: 36px 28px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}

.ccmc-service-card:hover {
  border-color: #2dd4bf;
  transform: translateY(-4px);
}

.ccmc-service-icon { font-size: 40px; margin-bottom: 16px; }

.ccmc-service-card h3 {
  color: #2dd4bf;
  font-size: 18px;
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.ccmc-service-card p { color: #64748b; font-size: 14px; line-height: 1.7; }

/* ===== INFO BAND ===== */
.ccmc-info-band {
  background: #1a3a5c;
  padding: 56px 60px;
  border-left: 4px solid #2dd4bf;
}

.ccmc-info-band-inner {
  max-width: 900px;
  margin: 0 auto;
}

.ccmc-info-band h3 {
  color: #2dd4bf;
  font-size: 24px;
  margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.ccmc-info-band p { color: #e2e8f0; font-size: 16px; line-height: 1.8; margin-bottom: 12px; }
.ccmc-info-band .phones { color: #94a3b8; font-size: 14px; }

/* ===== OFFICE RENTAL ===== */
.ccmc-rental {
  background: #0a1628;
  padding: 64px 60px;
  border-top: 1px solid rgba(45,212,191,0.1);
}

.ccmc-rental-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.ccmc-rental-content { flex: 1; min-width: 300px; }

.ccmc-badge {
  background: #2dd4bf;
  color: #0a1628;
  padding: 5px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}

.ccmc-rental h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 16px;
}

.ccmc-rental p { color: #94a3b8; font-size: 15px; line-height: 1.8; margin-bottom: 20px; }

.ccmc-rental ul {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}

.ccmc-rental ul li {
  color: #94a3b8;
  font-size: 14px;
  line-height: 2.2;
}

/* ===== CTA BAND ===== */
.ccmc-cta-band {
  background: #2dd4bf;
  padding: 72px 60px;
  text-align: center;
}

.ccmc-cta-band h2 { color: #0a1628; font-size: 40px; margin-bottom: 16px; }
.ccmc-cta-band p { color: rgba(10,22,40,0.75); font-size: 18px; margin-bottom: 36px; }

.btn-dark {
  background: #0a1628;
  color: #2dd4bf;
  padding: 18px 48px;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  transition: all 0.2s;
}

.btn-dark:hover { background: #0f2040; }

/* ===== PAGE HERO ===== */
.ccmc-page-hero {
  position: relative;
  padding: 80px 60px 60px;
  border-bottom: 1px solid rgba(45,212,191,0.15);
  overflow: hidden;
  background: #0a1628;
}

.ccmc-page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.22;
  z-index: 0;
}

.ccmc-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,22,40,0.92) 0%, rgba(15,32,64,0.75) 100%);
  z-index: 1;
}

.ccmc-page-hero h1,
.ccmc-page-hero p {
  position: relative;
  z-index: 2;
}

.ccmc-page-hero h1 { font-size: 48px; color: #fff; margin-bottom: 12px; }
.ccmc-page-hero p { color: #2dd4bf; font-size: 18px; }

/* Form delivery feedback and spam honeypot */
.ccmc-form-notice {
  margin: 0 auto 28px;
  max-width: 900px;
  padding: 16px 20px;
  border-left: 4px solid #2dd4bf;
  color: #e2e8f0;
  background: #0f2040;
  font-size: 15px;
  line-height: 1.6;
}
.ccmc-form-notice.is-success { border-left-color: #2dd4bf; }
.ccmc-form-notice.is-error { border-left-color: #f59e0b; }
.ccmc-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* ===== SERVICES PAGE ===== */
.ccmc-page-content { padding: 64px 60px; max-width: 1200px; margin: 0 auto; }

.ccmc-services-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  gap: 32px;
  margin-bottom: 60px;
}

.ccmc-service-detail {
  border: 1px solid rgba(45,212,191,0.3);
  padding: 44px;
}

.ccmc-service-detail h2 {
  color: #2dd4bf;
  font-size: 28px;
  margin-bottom: 28px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.ccmc-service-detail ul { list-style: none; padding: 0; }

.ccmc-service-detail ul li {
  color: #94a3b8;
  font-size: 15px;
  line-height: 2.4;
  border-bottom: 1px solid rgba(45,212,191,0.08);
  padding-left: 20px;
  position: relative;
}

.ccmc-service-detail ul li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: #2dd4bf;
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* ===== ABOUT PAGE ===== */
.ccmc-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.ccmc-about-text p {
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 20px;
}

.ccmc-offices-card {
  background: #1a3a5c;
  padding: 40px;
  border-left: 4px solid #2dd4bf;
}

.ccmc-offices-card h3 {
  color: #2dd4bf;
  font-size: 20px;
  margin-bottom: 28px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.ccmc-office-item { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(45,212,191,0.1); }
.ccmc-office-item:last-child { border-bottom: none; margin-bottom: 0; }
.ccmc-office-item h4 { color: #fff; font-size: 17px; margin-bottom: 8px; font-family: 'Inter', sans-serif; font-weight: 600; }
.ccmc-office-item p { color: #94a3b8; font-size: 14px; line-height: 1.8; }

/* ===== CONTACT PAGE ===== */
.ccmc-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.ccmc-contact-info h2 { color: #2dd4bf; font-size: 28px; margin-bottom: 32px; font-family: 'Inter', sans-serif; font-weight: 600; }

.ccmc-contact-office { margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(45,212,191,0.1); }
.ccmc-contact-office h3 { color: #fff; font-size: 18px; margin-bottom: 12px; font-family: 'Inter', sans-serif; font-weight: 600; }
.ccmc-contact-office p { color: #94a3b8; font-size: 15px; line-height: 1.8; }
.ccmc-contact-office a { color: #2dd4bf; }

.ccmc-transition-notice {
  background: #1a3a5c;
  padding: 24px;
  border-left: 4px solid #2dd4bf;
  margin-top: 24px;
}

.ccmc-transition-notice p { color: #e2e8f0; font-size: 14px; line-height: 1.8; }

/* ===== CONTACT FORM ===== */
.ccmc-form-wrap h2 { color: #2dd4bf; font-size: 28px; margin-bottom: 32px; font-family: 'Inter', sans-serif; font-weight: 600; }

.ccmc-form { display: grid; gap: 20px; }
.ccmc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.ccmc-form label { color: #94a3b8; font-size: 13px; font-weight: 500; display: block; margin-bottom: 8px; letter-spacing: 0.5px; text-transform: uppercase; }

.ccmc-form input,
.ccmc-form select,
.ccmc-form textarea {
  width: 100%;
  padding: 14px 16px;
  background: #1a3a5c;
  border: 1px solid rgba(45,212,191,0.2);
  color: #e2e8f0;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  transition: border-color 0.2s;
  outline: none;
}

.ccmc-form input:focus,
.ccmc-form select:focus,
.ccmc-form textarea:focus { border-color: #2dd4bf; }

.ccmc-form select option { background: #1a3a5c; }
.ccmc-form textarea { resize: vertical; min-height: 120px; }

.ccmc-form button[type="submit"] {
  background: #2dd4bf;
  color: #0a1628;
  padding: 16px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  font-family: 'Inter', sans-serif;
  transition: background 0.2s;
}

.ccmc-form button[type="submit"]:hover { background: #14b8a6; }

/* ===== FOOTER ===== */
.ccmc-footer {
  background: #060e1a;
  padding: 60px;
  border-top: 1px solid rgba(45,212,191,0.1);
}

.ccmc-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto 48px;
}

.ccmc-footer-brand .logo-circle {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #2dd4bf, #0891b2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 18px;
  color: #0a1628;
  margin-bottom: 16px;
}

.ccmc-footer-brand p { color: #64748b; font-size: 14px; line-height: 1.8; max-width: 300px; }

.ccmc-footer h4 { color: #fff; font-size: 14px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; font-family: 'Inter', sans-serif; }

.ccmc-footer ul { list-style: none; padding: 0; }
.ccmc-footer ul li { margin-bottom: 10px; }
.ccmc-footer ul li a { color: #64748b; font-size: 14px; transition: color 0.2s; }
.ccmc-footer ul li a:hover { color: #2dd4bf; }

.ccmc-footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ccmc-footer-bottom p { color: #334155; font-size: 13px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .ccmc-navbar { padding: 0 20px; }
  .ccmc-navbar nav { display: none; }
  .ccmc-hero-content { padding: 60px 20px; }
  .ccmc-hero h1 { font-size: 36px; }
  .ccmc-services-strip, .ccmc-info-band, .ccmc-rental, .ccmc-cta-band { padding: 48px 20px; }
  .ccmc-page-hero { padding: 60px 20px 40px; }
  .ccmc-page-content { padding: 40px 20px; }
  .ccmc-about-grid, .ccmc-contact-grid { grid-template-columns: 1fr; }
  .ccmc-services-cards { grid-template-columns: 1fr; }
  .ccmc-form-row { grid-template-columns: 1fr; }
  .ccmc-footer { padding: 40px 20px; }
  .ccmc-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .ccmc-footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .ccmc-rental-inner { flex-direction: column; }
}
