/* CrownGlobe City Pages -- shared styles for all 101 WordPress city pages */


:root {
  --blue: #1e88e5; --blue-hover: #2196f3; --black: #111111; --dark: #1a1a1a;
  --grey: #555555; --white: #ffffff; --lightblue: #e5f1fc; --light-blue-bg: #f8fcff;
  --blue-card-bg: #eff6ff; --green-light: #17ad87; --accent-yellow: #f2c200;
  --border: #dfdfdf; --blue-ring: #cee9ff;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
/* body styles handled by WP theme */
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.notice-bar { background: var(--accent-yellow); color: var(--dark); text-align: center; padding: 10px 24px; font-size: 13px; font-weight: 600; }
.site-header { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--border); padding: 0 24px; }
.header-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.site-logo img { height: 36px; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { font-size: 15px; font-weight: 500; color: var(--dark); transition: color .2s; }
.site-nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.btn-login { font-size: 14px; font-weight: 600; color: var(--dark); padding: 8px 16px; }
.common-btn { display: inline-flex; align-items: center; justify-content: center; position: relative; overflow: hidden; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 600; line-height: 1.34; color: var(--white); background: var(--blue); border: none; border-radius: 12px; padding: 18px 26px; cursor: pointer; box-shadow: 0 12px 18px -4px rgba(30,136,229,.25), 0 4px 8px -4px rgba(30,136,229,.25); transition: background .2s, box-shadow .2s, transform .1s; text-decoration: none; }
.common-btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(120deg, transparent, rgba(255,255,255,.3), transparent); transition: left .4s; }
.common-btn:hover { background: var(--blue-hover); }
.common-btn:hover::before { left: 150%; }
.common-btn:active { transform: translateY(1px) scale(.99); }
.common-btn.sm { font-size: 15px; padding: 12px 20px; }
.common-btn-white { display: inline-flex; align-items: center; justify-content: center; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 600; line-height: 1.34; color: var(--blue); background: var(--white); border: 2px solid var(--blue-ring); border-radius: 12px; padding: 16px 24px; cursor: pointer; text-decoration: none; transition: background .2s, border-color .2s; }
.common-btn-white:hover { background: var(--lightblue); border-color: var(--blue); }
.common-btn-white.sm { font-size: 15px; padding: 10px 18px; }
.hero-section { background: linear-gradient(135deg, #f0f7ff 0%, var(--white) 60%); padding: 80px 24px 72px; overflow: hidden; }
.hero-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--lightblue); color: var(--blue); font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; padding: 6px 14px; border-radius: 50px; margin-bottom: 20px; }
.hero-title { font-size: 52px; font-weight: 800; color: var(--black); line-height: 1.1; margin-bottom: 20px; }
.hero-title .blue { color: var(--blue); }
.hero-sub { font-size: 17px; color: var(--grey); line-height: 1.65; max-width: 520px; margin-bottom: 36px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-map-col { display: flex; align-items: center; justify-content: center; }
.hero-map-wrap { position: relative; width: 100%; display: flex; align-items: center; justify-content: center; }
.avatar-map-root { position: relative; width: 100%; max-width: 520px; aspect-ratio: 1/1; }
.state-shape-svg { position: absolute; top: 50%; left: 50%; transform: translate(-46%, -50%); width: 62%; filter: drop-shadow(2px 4px 0px #1a1a1a); }
.av-circle { position: absolute; border-radius: 50%; overflow: hidden; border: 4px solid white; box-shadow: 0 8px 28px rgba(0,0,0,.18); background: #5bb8f5; }
.av-circle img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.av-woman { width: 148px; height: 148px; bottom: 8%; left: 2%; }
.av-man { width: 132px; height: 132px; top: 6%; right: 2%; }
.av-dot { position: absolute; border-radius: 50%; background: #5bb8f5; opacity: 0.55; }
.stat-strip { background: var(--blue); padding: 40px 24px; }
.stat-strip-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; }
.stat-item { color: var(--white); }
.stat-num { font-size: 44px; font-weight: 800; line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 15px; font-weight: 500; opacity: .85; }
.section-label { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); background: var(--lightblue); padding: 5px 14px; border-radius: 50px; margin-bottom: 16px; }
.section-title { font-size: 40px; font-weight: 800; color: var(--black); line-height: 1.15; margin-bottom: 16px; }
.section-title .blue { color: var(--blue); }
.section-sub { font-size: 16px; color: var(--grey); line-height: 1.65; max-width: 600px; }
.services-section { padding: 96px 24px; background: var(--light-blue-bg); }
.services-header { text-align: center; margin-bottom: 56px; }
.services-header .section-sub { margin: 0 auto; }
.services-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.service-card { background: var(--white); border-radius: 20px; padding: 36px 28px; border: 1px solid var(--border); transition: box-shadow .25s, transform .25s; }
.service-card:hover { box-shadow: 0 12px 40px rgba(30,136,229,.12); transform: translateY(-4px); }
.service-icon { width: 56px; height: 56px; background: var(--blue-card-bg); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.service-icon img { width: 28px; }
.service-card h3 { font-size: 18px; font-weight: 700; color: var(--black); margin-bottom: 12px; }
.service-card p { font-size: 15px; color: var(--grey); line-height: 1.65; }
.testimonial-section { padding: 80px 24px; background: var(--white); text-align: center; }
.testimonial-inner { max-width: 760px; margin: 0 auto; }
.testimonial-stars { font-size: 24px; color: var(--accent-yellow); margin-bottom: 24px; }
.testimonial-quote { font-size: 22px; font-weight: 500; color: var(--dark); line-height: 1.55; margin-bottom: 28px; font-style: italic; }
.testimonial-author { font-size: 14px; font-weight: 700; color: var(--grey); text-transform: uppercase; letter-spacing: .06em; }
.local-section { padding: 96px 24px; background: var(--light-blue-bg); }
.local-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.local-text h2 { font-size: 38px; font-weight: 800; color: var(--black); line-height: 1.15; margin-bottom: 24px; }
.local-text h2 .blue { color: var(--blue); }
.local-text p { font-size: 16px; color: var(--grey); line-height: 1.75; margin-bottom: 16px; }
.local-image img { border-radius: 20px; width: 100%; box-shadow: 0 20px 48px rgba(30,136,229,.12); }
.pricing-section { padding: 96px 24px; background: var(--white); }
.pricing-header { text-align: center; margin-bottom: 56px; }
.pricing-header .section-sub { margin: 0 auto; }
.pricing-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pricing-card { background: var(--white); border-radius: 20px; padding: 32px 22px; border: 1px solid var(--border); text-align: center; display: flex; flex-direction: column; transition: border-color .25s, box-shadow .25s; box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.pricing-card.featured { background: var(--blue); color: var(--white); border-color: transparent; box-shadow: 0 20px 48px rgba(30,136,229,.25); }
.pricing-card:not(.featured):hover { border-color: var(--blue); box-shadow: 0 8px 24px rgba(30,136,229,.12); }
.pricing-badge { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; background: rgba(255,255,255,.2); color: var(--white); padding: 4px 12px; border-radius: 50px; margin-bottom: 14px; }
.pricing-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 8px; }
.pricing-card:not(.featured) h3 { color: var(--black); }
.pricing-price { font-size: 28px; font-weight: 800; margin-bottom: 4px; }
.pricing-card:not(.featured) .pricing-price { color: var(--blue); }
.pricing-period { font-size: 12px; font-weight: 500; opacity: .72; margin-bottom: 14px; }
.pricing-card p { font-size: 13px; line-height: 1.6; margin-bottom: 18px; }
.pricing-card:not(.featured) p { color: var(--grey); }
.pricing-card.featured p { color: rgba(255,255,255,.85); }
.pricing-features { list-style: none; text-align: left; margin-bottom: 22px; }
.pricing-features li { font-size: 13px; padding: 5px 0; display: flex; align-items: flex-start; gap: 8px; }
.pricing-card:not(.featured) .pricing-features li { color: var(--dark); }
.pricing-card.featured .pricing-features li { color: rgba(255,255,255,.9); }
.pricing-features li::before { content: '\2713'; color: var(--green-light); font-weight: 700; flex-shrink: 0; }
.pricing-card.featured .pricing-features li::before { color: #7dffd7; }
.btn-full { width: 100%; justify-content: center; margin-top: auto; }
.btn-white-on-blue { display: inline-flex; align-items: center; justify-content: center; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; color: var(--blue); background: var(--white); border: none; border-radius: 12px; padding: 13px 18px; cursor: pointer; text-decoration: none; width: 100%; transition: background .2s; margin-top: auto; }
.btn-white-on-blue:hover { background: var(--lightblue); }
.faq-section { padding: 96px 24px; background: var(--light-blue-bg); }
.faq-header { text-align: center; margin-bottom: 56px; }
.faq-inner { max-width: 800px; margin: 0 auto; }
.faq-item { background: var(--white); border-radius: 12px; margin-bottom: 12px; border: 1px solid var(--border); overflow: hidden; }
.faq-q { width: 100%; background: none; border: none; text-align: left; padding: 22px 24px; font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 600; color: var(--dark); cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-arrow { width: 26px; height: 26px; background: var(--blue-card-bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 12px; color: var(--blue); transition: transform .25s, background .25s, color .25s; }
.faq-item.open .faq-arrow { transform: rotate(180deg); background: var(--blue); color: var(--white); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-item.open .faq-a { max-height: 500px; }
.faq-a-inner { padding: 0 24px 22px; font-size: 15px; color: var(--grey); line-height: 1.7; }
.other-cities { padding: 56px 24px; background: var(--white); text-align: center; }
.other-cities h3 { font-size: 22px; font-weight: 700; color: var(--black); margin-bottom: 24px; }
.city-chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.city-chip { display: inline-block; padding: 8px 18px; border-radius: 50px; border: 1.5px solid var(--blue-ring); font-size: 14px; font-weight: 500; color: var(--blue); background: var(--white); transition: background .2s, border-color .2s; }
.city-chip:hover { background: var(--lightblue); border-color: var(--blue); }
.cta-band { background: linear-gradient(135deg, #0d47a1 0%, var(--blue) 60%, #42a5f5 100%); padding: 88px 24px; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E"); }
.cta-band-inner { position: relative; max-width: 640px; margin: 0 auto; }
.cta-band h2 { font-size: 42px; font-weight: 800; color: var(--white); line-height: 1.15; margin-bottom: 16px; }
.cta-band p { font-size: 17px; color: rgba(255,255,255,.8); margin-bottom: 36px; }
.btn-white-solid { display: inline-flex; align-items: center; justify-content: center; font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 600; color: var(--blue); background: var(--white); border: none; border-radius: 12px; padding: 18px 32px; cursor: pointer; text-decoration: none; box-shadow: 0 12px 32px rgba(0,0,0,.15); transition: background .2s; }
.btn-white-solid:hover { background: var(--lightblue); }
.cities-grid-section { padding: 72px 24px; background: var(--light-blue-bg); }
.cities-grid-section h3 { font-size: 20px; font-weight: 700; color: var(--black); margin-bottom: 32px; text-align: center; }
.cities-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; }
.city-grid-link { font-size: 13px; font-weight: 500; color: var(--grey); padding: 8px 10px; border-radius: 8px; transition: color .2s, background .2s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.city-grid-link:hover { color: var(--blue); background: var(--white); }
.city-grid-link.active { color: var(--blue); font-weight: 700; background: var(--lightblue); }
.site-footer { background: var(--black); padding: 48px 24px 32px; }
.footer-top { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 24px; flex-wrap: wrap; gap: 20px; }
.footer-logo img { height: 32px; filter: brightness(0) invert(1); }
.footer-contact { display: flex; gap: 24px; }
.footer-contact a { font-size: 14px; color: rgba(255,255,255,.6); transition: color .2s; }
.footer-contact a:hover { color: var(--white); }
.footer-bottom { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 13px; color: rgba(255,255,255,.4); }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,.5); transition: color .2s; }
.footer-links a:hover { color: var(--white); }
@media (max-width: 1100px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 1024px) { .services-grid { grid-template-columns: repeat(2, 1fr); } .hero-title { font-size: 40px; } .section-title { font-size: 32px; } }
@media (max-width: 768px) { .hero-inner { grid-template-columns: 1fr; } .hero-map-col { display: none; } .stat-strip-inner { grid-template-columns: 1fr; gap: 32px; } .local-inner { grid-template-columns: 1fr; } .pricing-grid { grid-template-columns: 1fr; } .cities-grid { grid-template-columns: repeat(2, 1fr); } .site-nav { display: none; } .hero-title { font-size: 32px; } .cta-band h2 { font-size: 28px; } .local-text h2 { font-size: 28px; } .footer-top, .footer-bottom { flex-direction: column; align-items: flex-start; } }
