/*
Theme Name: Gutierrez-Mann Bookkeeping
Theme URI: https://www.gutierrezmannbookkeeping.com
Author: nlinksolution
Author URI: https://www.nlinksolution.com
Description: A custom, fully editable WordPress theme for Gutierrez-Mann Bookkeeping in Las Vegas, NV. Built for small business and creative bookkeeping.
Version: 1.0.0
Text Domain: gutierrez-mann
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:    #12112a;
  --purple:  #6b4fa0;
  --lavender:#9b7fc7;
  --lilac:   #c9b8e8;
  --cream:   #f8f6ff;
  --silver:  #c8c0d8;
  --gold:    #c9a84c;
  --white:   #ffffff;
  --dark-bg: #1a1830;
  --mid-bg:  #221e40;
  --text-dark: #1a1830;
  --text-mid:  #3d3660;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text-dark);
  background: var(--cream);
  overflow-x: hidden;
}

/* ── TOP BAR ── */
.top-bar {
  background: var(--navy);
  color: var(--silver);
  font-size: 0.78rem;
  padding: 7px 0;
  display: flex;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.top-bar a { color: var(--lavender); text-decoration: none; }
.top-bar a:hover { color: var(--lilac); }
.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.top-bar span { display: flex; align-items: center; gap: 5px; }

/* ── HEADER ── */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(18, 17, 42, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(155, 127, 199, 0.18);
}
.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  gap: 20px;
}
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1.15;
}
.logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.22rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.01em;
}
.logo-sub {
  font-size: 0.68rem;
  color: var(--lavender);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.header-logo-img {
  height: 115px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
  transition: transform 0.2s;
}
.logo:hover .header-logo-img {
  transform: scale(1.04);
}

nav { display: flex; align-items: center; gap: 6px; }
nav a {
  color: var(--silver);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 6px 13px;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}
nav a:hover { color: var(--lilac); background: rgba(155,127,199,0.1); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--purple), var(--lavender));
  color: var(--white);
  box-shadow: 0 4px 18px rgba(107, 79, 160, 0.4);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(107, 79, 160, 0.55);
}
.btn-outline {
  border: 2px solid var(--lavender);
  color: var(--lavender);
  background: transparent;
}
.btn-outline:hover {
  background: var(--lavender);
  color: var(--white);
}
.btn-gold {
  background: linear-gradient(135deg, #c9a84c, #e8c96b);
  color: var(--navy);
  box-shadow: 0 4px 18px rgba(201,168,76,0.35);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(201,168,76,0.5);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--silver);
  border-radius: 2px;
  transition: all 0.3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  flex-direction: column;
  background: var(--navy);
  padding: 16px 0 20px;
  border-top: 1px solid rgba(155,127,199,0.15);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  color: var(--silver);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 11px 24px;
  border-bottom: 1px solid rgba(155,127,199,0.08);
  transition: color 0.2s, background 0.2s;
}
.mobile-menu a:hover { color: var(--lilac); background: rgba(155,127,199,0.07); }

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?w=1600&q=80');
  background-size: cover;
  background-position: center;
  opacity: 0.15;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(18,17,42,0.97) 0%, rgba(34,30,64,0.88) 50%, rgba(107,79,160,0.25) 100%);
}
.stars {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.star {
  position: absolute;
  background: var(--white);
  border-radius: 50%;
  animation: twinkle var(--dur, 3s) ease-in-out infinite;
  opacity: 0;
}
@keyframes twinkle {
  0%,100% { opacity: 0; } 50% { opacity: var(--op, 0.7); }
}

.hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero-content { max-width: 560px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(107, 79, 160, 0.25);
  border: 1px solid rgba(155,127,199,0.35);
  color: var(--lilac);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.18;
  margin-bottom: 20px;
}
.hero h1 em {
  font-style: italic;
  color: var(--lavender);
}
.hero-tagline {
  font-size: 1.05rem;
  color: var(--silver);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 480px;
}
.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero-trust {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--silver);
  font-size: 0.83rem;
  font-weight: 500;
}
.hero-trust-item i { color: var(--lavender); font-size: 0.9rem; }

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(155,127,199,0.25);
  border-radius: 20px;
  padding: 32px;
  width: 100%;
  max-width: 360px;
}
.moon-icon {
  font-size: 3rem;
  margin-bottom: 16px;
  display: block;
}
.hero-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--white);
  margin-bottom: 18px;
}
.pain-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.pain-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--silver);
  font-size: 0.88rem;
  line-height: 1.5;
}
.pain-list li i { color: var(--lavender); margin-top: 2px; flex-shrink: 0; }

/* ── SECTIONS SHARED ── */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}
section { padding: 88px 0; }
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 12px;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.22;
  margin-bottom: 14px;
}
.section-title.light { color: var(--white); }
.section-desc {
  font-size: 1rem;
  color: #5a5478;
  line-height: 1.72;
  max-width: 540px;
}
.section-desc.light { color: var(--silver); }
.text-center { text-align: center; }
.text-center .section-desc { margin: 0 auto; }

/* ── WHO WE SERVE ── */
.who-serve {
  background: var(--cream);
}
.who-serve-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 52px;
}
.client-card {
  background: var(--white);
  border: 1px solid rgba(107,79,160,0.12);
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
  transition: transform 0.25s, box-shadow 0.25s;
}
.client-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(107,79,160,0.12);
}
.client-icon {
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, rgba(107,79,160,0.12), rgba(155,127,199,0.18));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.4rem;
  color: var(--purple);
}
.client-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.client-card p { font-size: 0.82rem; color: #7a6fa0; line-height: 1.55; }

/* ── SERVICES ── */
.services {
  background: linear-gradient(160deg, var(--dark-bg) 0%, var(--mid-bg) 100%);
  position: relative;
  overflow: hidden;
}
.services::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 440px; height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(107,79,160,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.services .section-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 56px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.service-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(155,127,199,0.18);
  border-radius: 16px;
  padding: 28px;
  transition: all 0.25s;
}
.service-card:hover {
  background: rgba(107,79,160,0.15);
  border-color: rgba(155,127,199,0.4);
  transform: translateY(-4px);
}
.service-icon {
  width: 50px;
  height: 50px;
  background: rgba(107,79,160,0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--lavender);
  margin-bottom: 16px;
}
.service-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.08rem;
  color: var(--white);
  margin-bottom: 10px;
}
.service-card p { font-size: 0.84rem; color: var(--silver); line-height: 1.6; }

/* ── HOW IT WORKS ── */
.how {
  background: var(--white);
}
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 36px;
  margin-top: 56px;
  position: relative;
}
.step {
  text-align: center;
  padding: 0 12px;
}
.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--purple), var(--lavender));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 auto 20px;
  box-shadow: 0 6px 22px rgba(107,79,160,0.35);
}
.step h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.08rem;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.step p { font-size: 0.85rem; color: #6a6090; line-height: 1.6; }

/* ── WHY US ── */
.why {
  background: var(--cream);
}
.why-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.why-image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.why-image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}
.why-badge-float {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--navy);
  border: 1px solid rgba(155,127,199,0.3);
  border-radius: 14px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.why-badge-float i { font-size: 1.6rem; color: var(--gold); }
.why-badge-float div { line-height: 1.3; }
.why-badge-float strong { font-size: 0.88rem; color: var(--white); display: block; }
.why-badge-float span { font-size: 0.75rem; color: var(--silver); }
.why-points {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 36px;
}
.why-point {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.why-point-icon {
  width: 42px;
  height: 42px;
  background: rgba(107,79,160,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--purple);
  font-size: 1rem;
  flex-shrink: 0;
}
.why-point-text h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
}
.why-point-text p { font-size: 0.83rem; color: #6a6090; line-height: 1.55; }

/* ── TESTIMONIALS ── */
.testimonials {
  background: linear-gradient(160deg, var(--mid-bg), var(--dark-bg));
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 52px;
}
.testimonial-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(155,127,199,0.2);
  border-radius: 16px;
  padding: 28px;
}
.stars-row { color: var(--gold); font-size: 0.85rem; margin-bottom: 14px; }
.testimonial-card blockquote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--silver);
  line-height: 1.7;
  margin-bottom: 18px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--lavender));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--white);
  font-size: 0.9rem;
  flex-shrink: 0;
}
.author-info strong { font-size: 0.88rem; color: var(--white); display: block; }
.author-info span { font-size: 0.75rem; color: var(--lavender); }

/* ── CTA BAND ── */
.cta-band {
  background: linear-gradient(135deg, var(--purple) 0%, #4a3380 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '🌙';
  position: absolute;
  font-size: 14rem;
  top: -60px; right: -40px;
  opacity: 0.06;
}
.cta-band h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--white);
  margin-bottom: 14px;
  position: relative;
}
.cta-band p {
  color: rgba(255,255,255,0.8);
  font-size: 1.05rem;
  margin-bottom: 34px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
  position: relative;
}
.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

/* ── CONTACT & INQUIRY FORM ── */
.contact {
  background: var(--white);
}
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.contact-info { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }
.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.contact-item-icon {
  width: 44px;
  height: 44px;
  background: rgba(107,79,160,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--purple);
  font-size: 1rem;
  flex-shrink: 0;
}
.contact-item-text strong { font-size: 0.85rem; color: var(--text-dark); display: block; margin-bottom: 2px; }
.contact-item-text a, .contact-item-text span { font-size: 0.9rem; color: #6a6090; text-decoration: none; line-height: 1.5; }
.contact-item-text a:hover { color: var(--purple); }

.contact-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.link-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--cream);
  border: 1px solid rgba(107,79,160,0.2);
  color: var(--purple);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s;
}
.link-badge:hover { background: var(--purple); color: var(--white); }

.contact-cta-box {
  background: linear-gradient(160deg, var(--navy), var(--mid-bg));
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}
.contact-cta-box .moon { font-size: 3rem; margin-bottom: 16px; display: block; }
.contact-cta-box h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: var(--white);
  margin-bottom: 12px;
}
.contact-cta-box p { color: var(--silver); font-size: 0.9rem; line-height: 1.65; margin-bottom: 28px; }
.free-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.35);
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.social-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 22px;
}
.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(155,127,199,0.15);
  border: 1px solid rgba(155,127,199,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lavender);
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s;
}
.social-btn:hover { background: var(--lavender); color: var(--white); }

/* ── FOOTER ── */
footer {
  background: var(--navy);
  padding: 48px 0 24px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
.footer-brand .logo-name { font-size: 1.05rem; margin-bottom: 4px; display: block; }
.footer-logo-img {
  height: 80px;
  width: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 8px;
  transition: transform 0.2s;
}
.footer-logo-img:hover {
  transform: scale(1.03);
}
.footer-brand p { color: #7070a0; font-size: 0.82rem; line-height: 1.65; margin-top: 10px; max-width: 280px; }
.footer-col h5 {
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a {
  color: #7070a0;
  text-decoration: none;
  font-size: 0.83rem;
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: var(--lavender); }
.footer-bottom {
  border-top: 1px solid rgba(155,127,199,0.1);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom p { color: #505070; font-size: 0.78rem; }
.footer-bottom a { color: var(--lavender); text-decoration: none; }
.footer-bottom a:hover { text-decoration: underline; }
.qb-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: #7070a0;
}
.qb-badge i { color: var(--gold); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .header-logo-img { height: 80px; }
  .top-bar { display: none; }
  .hamburger { display: flex; }
  nav, .header-btn { display: none; }
  .hero .container { grid-template-columns: 1fr; text-align: center; }
  .hero-content { max-width: 100%; }
  .hero-ctas, .hero-trust { justify-content: center; }
  .hero-visual { display: none; }
  .services .section-header { grid-template-columns: 1fr; gap: 18px; }
  .why-inner { grid-template-columns: 1fr; }
  .why-image { order: -1; }
  .why-image img { height: 280px; }
  .contact-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  section { padding: 60px 0; }
}

@media (max-width: 600px) {
  .hero h1 { font-size: 2rem; }
  .cta-band h2 { font-size: 1.6rem; }
  .contact-cta-box { padding: 28px 22px; }
  .hero { min-height: 80vh; }
}
