/* ===================================================
   Claude Mobile Notary — Homepage Styles
=================================================== */

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

:root {
	--navy:   #0f2b4a;
	--navy2:  #1a3f6b;
	--gold:   #c8972a;
	--gold2:  #e0aa38;
	--white:  #ffffff;
	--offwhite: #f5f7fa;
	--gray:   #64748b;
	--text:   #1e293b;
	--radius: 10px;
	--shadow: 0 4px 20px rgba(0,0,0,.10);
}

body.page-template-template-notary-home { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: var(--text); background: var(--white); }

/* ---- Container ---- */
.cn-wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* ===== HEADER ===== */
.cn-header {
	position: sticky; top: 0; z-index: 999;
	background: var(--navy); color: var(--white);
	box-shadow: 0 2px 12px rgba(0,0,0,.25);
}
.cn-header__inner {
	display: flex; align-items: center; justify-content: space-between;
	padding: 16px 0;
}
.cn-logo { display: flex; flex-direction: column; line-height: 1.15; text-decoration: none; }
.cn-logo__name { font-size: 1.15rem; font-weight: 700; color: var(--white); letter-spacing: .02em; }
.cn-logo__tag  { font-size: .72rem; color: var(--gold); letter-spacing: .06em; text-transform: uppercase; }
.cn-header__right { display: flex; align-items: center; gap: 24px; }
.cn-header__phone { color: var(--gold2); font-weight: 600; font-size: 1.05rem; text-decoration: none; white-space: nowrap; }
.cn-header__phone:hover { color: var(--white); }
.cn-header__cta {
	background: var(--gold); color: var(--navy); font-weight: 700; font-size: .88rem;
	padding: 10px 20px; border-radius: var(--radius); text-decoration: none;
	white-space: nowrap; transition: background .2s;
}
.cn-header__cta:hover { background: var(--gold2); }

/* ===== HERO ===== */
.cn-hero {
	background: linear-gradient(135deg, var(--navy) 60%, var(--navy2) 100%);
	color: var(--white); padding: 88px 0 80px;
}
.cn-hero__eyebrow { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; font-weight: 600; }
.cn-hero h1 { font-size: clamp(2rem, 4.5vw, 3.1rem); font-weight: 800; line-height: 1.18; margin-bottom: 20px; }
.cn-hero h1 span { color: var(--gold); }
.cn-hero__sub { font-size: 1.12rem; color: #b8cde6; max-width: 560px; line-height: 1.65; margin-bottom: 36px; }
.cn-hero__btns { display: flex; flex-wrap: wrap; gap: 14px; }
.cn-btn-primary {
	background: var(--gold); color: var(--navy); font-weight: 700; font-size: 1rem;
	padding: 15px 32px; border-radius: var(--radius); text-decoration: none; display: inline-block; transition: background .2s;
}
.cn-btn-primary:hover { background: var(--gold2); }
.cn-btn-outline {
	border: 2px solid rgba(255,255,255,.4); color: var(--white); font-weight: 600; font-size: 1rem;
	padding: 13px 30px; border-radius: var(--radius); text-decoration: none; display: inline-block; transition: border-color .2s, color .2s;
}
.cn-btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ===== TRUST BAR ===== */
.cn-trust {
	background: var(--gold); padding: 18px 0;
}
.cn-trust__inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px; }
.cn-trust__item { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: .88rem; color: var(--navy); text-transform: uppercase; letter-spacing: .04em; }
.cn-trust__item svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ===== SECTION SHARED ===== */
.cn-section { padding: 80px 0; }
.cn-section--alt { background: var(--offwhite); }
.cn-section__head { text-align: center; margin-bottom: 52px; }
.cn-section__eyebrow { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 10px; }
.cn-section__head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: var(--navy); line-height: 1.25; }
.cn-section__head p { margin-top: 12px; color: var(--gray); font-size: 1.05rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== SERVICES ===== */
.cn-services__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 24px; }
.cn-service-card {
	background: var(--white); border-radius: var(--radius); padding: 32px 24px;
	box-shadow: var(--shadow); border-top: 4px solid var(--gold);
	transition: transform .2s, box-shadow .2s;
}
.cn-service-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,.13); }
.cn-service-card__icon { font-size: 2rem; margin-bottom: 16px; }
.cn-service-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.cn-service-card p { font-size: .9rem; color: var(--gray); line-height: 1.6; }

/* ===== AREAS ===== */
.cn-areas__list { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.cn-area-pill {
	background: var(--white); border: 2px solid var(--navy); color: var(--navy);
	padding: 8px 20px; border-radius: 99px; font-weight: 600; font-size: .9rem;
}

/* ===== REVIEWS ===== */
.cn-reviews__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.cn-review {
	background: var(--white); border-radius: var(--radius); padding: 30px 28px;
	box-shadow: var(--shadow); position: relative;
}
.cn-review__stars { color: var(--gold); font-size: 1.1rem; margin-bottom: 14px; letter-spacing: .08em; }
.cn-review__body { font-size: .95rem; color: var(--text); line-height: 1.65; font-style: italic; margin-bottom: 18px; }
.cn-review__author { font-weight: 700; color: var(--navy); font-size: .9rem; }
.cn-review__city { font-size: .82rem; color: var(--gray); }

/* ===== FAQ ===== */
.cn-faq__list { max-width: 760px; margin: 0 auto; }
.cn-faq__item { border-bottom: 1px solid #e2e8f0; padding: 22px 0; }
.cn-faq__item:first-child { border-top: 1px solid #e2e8f0; }
.cn-faq__item dt { font-weight: 700; color: var(--navy); font-size: 1rem; margin-bottom: 10px; }
.cn-faq__item dd { color: var(--gray); font-size: .95rem; line-height: 1.65; }

/* ===== CONTACT SPLIT ===== */
.cn-contact__inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: start; }
.cn-contact__info h2 { font-size: 1.8rem; font-weight: 800; color: var(--navy); margin-bottom: 16px; }
.cn-contact__info p { color: var(--gray); font-size: .97rem; line-height: 1.65; margin-bottom: 28px; }
.cn-contact__detail { display: flex; flex-direction: column; gap: 14px; }
.cn-contact__row { display: flex; align-items: flex-start; gap: 12px; font-size: .95rem; }
.cn-contact__label { font-weight: 700; color: var(--navy); min-width: 72px; }
.cn-contact__val { color: var(--gray); }
.cn-contact__val a { color: var(--gold); text-decoration: none; font-weight: 600; }
.cn-contact__val a:hover { text-decoration: underline; }

/* ===== FOOTER ===== */
.cn-footer { background: var(--navy); color: #94afc8; padding: 48px 0 24px; }
.cn-footer__inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.cn-footer__brand .cn-logo__name { font-size: 1.1rem; }
.cn-footer__brand p { margin-top: 10px; font-size: .88rem; line-height: 1.6; }
.cn-footer__col h4 { color: var(--white); font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; font-weight: 700; }
.cn-footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.cn-footer__col ul li { font-size: .88rem; }
.cn-footer__col ul li a { color: #94afc8; text-decoration: none; }
.cn-footer__col ul li a:hover { color: var(--gold); }
.cn-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; text-align: center; font-size: .82rem; }

/* ===== WPForms overrides ===== */
.cn-contact__form .wpforms-container { margin: 0; }
.cn-contact__form .wpforms-submit-container { text-align: left; }
.cn-contact__form button[type=submit] {
	background: var(--gold) !important; color: var(--navy) !important;
	font-weight: 700 !important; padding: 14px 36px !important; border-radius: var(--radius) !important;
	border: none !important; font-size: 1rem !important; cursor: pointer; transition: background .2s;
}
.cn-contact__form button[type=submit]:hover { background: var(--gold2) !important; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
	.cn-header__inner { flex-wrap: wrap; gap: 12px; }
	.cn-hero { padding: 60px 0 52px; }
	.cn-contact__inner { grid-template-columns: 1fr; gap: 40px; }
	.cn-footer__inner { grid-template-columns: 1fr; gap: 28px; }
	.cn-header__cta { display: none; }
}
@media (max-width: 480px) {
	.cn-trust__inner { gap: 18px; }
	.cn-services__grid { grid-template-columns: 1fr; }
}
