*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}
body {
    margin: 0;
    font-family: "Inter", sans-serif;
    background-color: white;
    color: #1f2f46;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 40px;
    border-bottom: 1px solid #e5e5e5;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    display: block;
    width: 180px;
    height: auto;
}

.nav-links {
    display: flex;
    gap: 22px;
}

.nav-links a {
    text-decoration: none;
    color: #1f2f46;
}

.nav-button {
    text-decoration: none;
    background-color: #1f2f46;
    color: white;
    padding: 10px 16px;
    border-radius: 6px;
}

.hero {
    padding: 90px 40px;
    background: linear-gradient(to bottom, #ffffff, #f7f8fa);
}

.hero-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.hero-eyebrow {
    margin-bottom: 14px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #b08d57;
}

.hero h1 {
    margin: 0;
    font-size: 3rem;
    line-height: 1.1;
}

.hero-text {
    margin: 22px auto 0;
    max-width: 650px;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #4a5565;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}

.primary-button,
.secondary-button {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
}

.primary-button {
    background-color: #1f2f46;
    color: white;
}

.secondary-button {
    border: 1px solid #1f2f46;
    color: #1f2f46;
    background-color: white;
}

.trust-line {
    margin-top: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #b08d57;
}

.trust-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background-color: #d9dde3;
    border-top: 1px solid #d9dde3;
    border-bottom: 1px solid #d9dde3;
}

.trust-item {
    background-color: white;
    padding: 24px 18px;
    text-align: center;
}

.trust-item strong {
    display: block;
    margin-bottom: 6px;
    color: #1f2f46;
}

.trust-item span {
    display: block;
    font-size: 0.95rem;
    color: #6b7280;
}
.help-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

.section-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.section-eyebrow {
    margin-bottom: 12px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #b08d57;
}

.help-section h2 {
    margin: 0;
    font-size: 2.4rem;
    color: #1f2f46;
}

.section-intro {
    max-width: 720px;
    margin: 18px auto 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #5b6472;
}

.help-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.help-card {
    padding: 28px 22px;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: left;
    box-shadow: 0 4px 14px rgba(31, 47, 70, 0.06);
}

.help-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #1f2f46;
}

.help-card p {
    margin: 0;
    line-height: 1.6;
    color: #667085;
}

.section-link {
    display: inline-block;
    margin-top: 34px;
    font-weight: 700;
    text-decoration: none;
    color: #1f2f46;
    border-bottom: 2px solid #b08d57;
}
.process-section {
    padding: 80px 40px;
    background-color: #f7f8fa;
}

.process-section h2 {
    margin: 0;
    font-size: 2.4rem;
    color: #1f2f46;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 42px;
}

.process-step {
    position: relative;
    padding: 34px 28px;
    background-color: white;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    text-align: left;
}

.step-number {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 2rem;
    font-weight: 700;
    color: #b08d57;
}

.process-step h3 {
    margin: 0 0 12px;
    color: #1f2f46;
}

.process-step p {
    margin: 0;
    line-height: 1.6;
    color: #667085;
}
.why-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

.why-section h2 {
    max-width: 700px;
    margin: 0 auto;
    font-size: 2.4rem;
    color: #1f2f46;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    max-width: 900px;
    margin: 42px auto 0;
}

.why-card {
    padding: 30px;
    border-left: 4px solid #b08d57;
    background-color: #f7f8fa;
    text-align: left;
    border-radius: 0 10px 10px 0;
}

.why-card h3 {
    margin: 0 0 10px;
    color: #1f2f46;
}

.why-card p {
    margin: 0;
    line-height: 1.6;
    color: #667085;
}
.service-area-section {
    padding: 80px 40px;
    background-color: #f7f8fa;
}

.service-area-section h2 {
    margin: 0;
    font-size: 2.4rem;
    color: #1f2f46;
}

.service-area-tiers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 850px;
    margin: 40px auto 0;
}

.area-tier {
    padding: 28px 20px;
    background-color: #ffffff;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    text-align: center;
}

.area-tier strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.5rem;
    color: #b08d57;
}

.area-tier span {
    display: block;
    font-weight: 700;
    color: #1f2f46;
}

.area-communities {
    max-width: 720px;
    margin: 30px auto 0;
    line-height: 1.7;
    color: #667085;
}
.final-cta {
    padding: 80px 40px;
    background-color: #1f2f46;
    color: white;
    text-align: center;
}

.final-cta h2 {
    margin: 0;
    font-size: 2.4rem;
    color: white;
}

.final-cta p {
    max-width: 680px;
    margin: 18px auto 28px;
    line-height: 1.7;
    color: #e5e7eb;
}

.final-cta .section-eyebrow {
    color: #d4af72;
}

.final-cta .primary-button {
    background-color: white;
    color: #1f2f46;
}
.site-footer {
    padding: 50px 40px;
    background-color: #172236;
    color: white;
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.footer-brand strong {
    display: block;
    font-size: 1.2rem;
}

.footer-brand span {
    display: block;
    margin-top: 6px;
    color: #d4af72;
}

.footer-brand .footer-commission {
    color: #cbd5e1;
    font-size: 0.82rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 20px;
    margin-top: 24px;
}

.footer-links a {
    color: #e5e7eb;
    text-decoration: none;
}

.footer-contact {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
    color: #cbd5e1;
    flex-wrap: wrap;
}

.footer-copy {
    margin-top: 28px;
    font-size: 0.9rem;
    color: #94a3b8;
}
h1,
h2,
h3 {
    font-family: "Cormorant Garamond", serif;
}
.nav-links a,
.nav-button,
.primary-button,
.secondary-button,
.section-link {
    transition: all 0.2s ease;
}

.nav-links a:hover {
    color: #b08d57;
}
.nav-links a.active {
    color: #b08d57;
    font-weight: 700;
    border-bottom: 2px solid #b08d57;
    padding-bottom: 4px;
}
.nav-button:hover,
.primary-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(31, 47, 70, 0.18);
}

.secondary-button:hover {
    background-color: #1f2f46;
    color: white;
}

.section-link:hover {
    color: #b08d57;
}
.footer-links a,
.footer-contact a {
    transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #d4af72;
}
.page-hero {
    padding: 80px 40px;
    background: linear-gradient(to bottom, #ffffff, #f7f8fa);
    text-align: center;
}

.page-hero h1 {
    max-width: 800px;
    margin: 0 auto;
    font-size: 3rem;
    line-height: 1.1;
    color: #1f2f46;
}

.page-hero-text {
    max-width: 720px;
    margin: 22px auto 30px;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #5b6472;
}

.services-overview {
    padding: 80px 40px;
    background-color: #ffffff;
}

.services-overview h2,
.service-locations h2,
.notary-boundaries h2 {
    margin: 0;
    font-size: 2.4rem;
    color: #1f2f46;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 42px;
}

.service-card {
    padding: 28px 24px;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    text-align: left;
    background-color: white;
    box-shadow: 0 4px 14px rgba(31, 47, 70, 0.06);
}

.service-card h3 {
    margin: 0 0 12px;
    color: #1f2f46;
}

.service-card p {
    margin: 0;
    line-height: 1.65;
    color: #667085;
}

.service-locations {
    padding: 80px 40px;
    background-color: #f7f8fa;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: 40px;
}

.location-card {
    padding: 24px 18px;
    background-color: white;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    text-align: center;
}

.location-card h3 {
    margin: 0 0 10px;
    color: #1f2f46;
}

.location-card p {
    margin: 0;
    line-height: 1.6;
    color: #667085;
}

.notary-boundaries {
    padding: 80px 40px;
    background-color: #ffffff;
}

.boundary-content {
    max-width: 800px;
    margin: 35px auto 0;
    padding: 30px;
    border-left: 4px solid #b08d57;
    background-color: #f7f8fa;
    text-align: left;
}

.boundary-content p {
    margin: 0 0 16px;
    line-height: 1.7;
    color: #5b6472;
}

.boundary-content p:last-child {
    margin-bottom: 0;
}
.pricing-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

.pricing-section h2,
.travel-pricing-section h2,
.pricing-details h2,
.policy-section h2,
.pricing-disclaimer h2 {
    margin: 0;
    font-size: 2.4rem;
    color: #1f2f46;
}

.pricing-notice {
    max-width: 700px;
    margin: 38px auto 0;
    padding: 30px;
    background-color: #f7f8fa;
    border-left: 4px solid #b08d57;
    text-align: left;
}

.pricing-notice strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: #1f2f46;
}

.pricing-notice p {
    margin: 0;
    line-height: 1.7;
    color: #667085;
}

.travel-pricing-section {
    padding: 80px 40px;
    background-color: #f7f8fa;
}

.travel-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 42px;
}

.travel-price-card {
    padding: 34px 26px;
    background-color: white;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(31, 47, 70, 0.06);
}

.travel-distance {
    display: block;
    margin-bottom: 14px;
    font-size: 1.7rem;
    font-weight: 700;
    color: #b08d57;
}

.travel-price-card h3 {
    margin: 0 0 14px;
    color: #1f2f46;
}

.travel-price-card p {
    margin: 0;
    line-height: 1.65;
    color: #667085;
}

.price-placeholder {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #e3e7ec;
    font-weight: 700;
    color: #1f2f46;
}

.pricing-details {
    padding: 80px 40px;
    background-color: #ffffff;
}

.pricing-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    max-width: 900px;
    margin: 42px auto 0;
}

.pricing-detail-card {
    padding: 28px;
    background-color: #f7f8fa;
    border-left: 4px solid #b08d57;
    border-radius: 0 10px 10px 0;
    text-align: left;
}

.pricing-detail-card h3 {
    margin: 0 0 10px;
    color: #1f2f46;
}

.pricing-detail-card p {
    margin: 0;
    line-height: 1.65;
    color: #667085;
}

.policy-section {
    padding: 80px 40px;
    background-color: #f7f8fa;
}

.policy-list {
    max-width: 800px;
    margin: 40px auto 0;
    background-color: white;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    overflow: hidden;
}

.policy-item {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 20px 24px;
    border-bottom: 1px solid #e3e7ec;
    text-align: left;
}

.policy-item:last-child {
    border-bottom: none;
}

.policy-item strong {
    color: #1f2f46;
}

.policy-item span {
    color: #667085;
    text-align: right;
}

.pricing-disclaimer {
    padding: 65px 40px;
    background-color: #ffffff;
    text-align: center;
}

.pricing-disclaimer p {
    max-width: 720px;
    margin: 18px auto 0;
    line-height: 1.7;
    color: #667085;
}
.service-map-overview {
    padding: 80px 40px;
    background-color: #ffffff;
}

.service-map-overview h2,
.community-section h2,
.location-types-section h2,
.distance-note-section h2 {
    margin: 0;
    font-size: 2.4rem;
    color: #1f2f46;
}

.service-area-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 42px;
}

.service-area-card {
    padding: 34px 26px;
    background-color: #ffffff;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(31, 47, 70, 0.06);
}

.area-distance {
    display: block;
    margin-bottom: 14px;
    font-size: 1.7rem;
    font-weight: 700;
    color: #b08d57;
}

.service-area-card h3 {
    margin: 0 0 14px;
    color: #1f2f46;
}

.service-area-card p {
    margin: 0;
    line-height: 1.65;
    color: #667085;
}

.community-section {
    padding: 80px 40px;
    background-color: #f7f8fa;
}

.community-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 42px;
}

.community-card {
    padding: 26px 22px;
    background-color: #ffffff;
    border-left: 4px solid #b08d57;
    border-radius: 0 10px 10px 0;
    text-align: left;
}

.community-card h3 {
    margin: 0 0 10px;
    color: #1f2f46;
}

.community-card p {
    margin: 0;
    line-height: 1.6;
    color: #667085;
}

.location-types-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

.location-type-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: 40px;
}

.location-type-card {
    padding: 24px 18px;
    background-color: #f7f8fa;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    text-align: center;
}

.location-type-card h3 {
    margin: 0 0 10px;
    color: #1f2f46;
}

.location-type-card p {
    margin: 0;
    line-height: 1.6;
    color: #667085;
}

.distance-note-section {
    padding: 80px 40px;
    background-color: #f7f8fa;
}

.distance-note {
    max-width: 800px;
    margin: 38px auto 0;
    padding: 30px;
    background-color: #ffffff;
    border-left: 4px solid #b08d57;
    text-align: left;
}

.distance-note p {
    margin: 0 0 16px;
    line-height: 1.7;
    color: #5b6472;
}

.distance-note p:last-child {
    margin-bottom: 0;
}
.about-story {
    padding: 80px 40px;
    background-color: #ffffff;
}

.about-story h2,
.brand-values-section h2,
.owner-section h2,
.professional-standards h2,
.community-focus h2 {
    margin: 0;
    font-size: 2.4rem;
    color: #1f2f46;
}

.about-story-content {
    max-width: 800px;
    margin: 38px auto 0;
    text-align: left;
}

.about-story-content p {
    margin: 0 0 20px;
    line-height: 1.8;
    color: #5b6472;
}

.about-story-content p:last-child {
    margin-bottom: 0;
}

.brand-values-section {
    padding: 80px 40px;
    background-color: #f7f8fa;
}

.brand-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 42px;
}

.brand-value-card {
    padding: 32px 26px;
    background-color: white;
    border-top: 4px solid #b08d57;
    border-radius: 0 0 10px 10px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(31, 47, 70, 0.06);
}

.brand-value-card h3 {
    margin: 0 0 12px;
    font-size: 1.7rem;
    color: #1f2f46;
}

.brand-value-card p {
    margin: 0;
    line-height: 1.65;
    color: #667085;
}

.owner-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

.owner-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 50px;
    max-width: 950px;
    margin: 42px auto 0;
    align-items: center;
}

.owner-photo {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 4 / 5;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
    background-color: #f7f8fa;
    box-shadow: 0 10px 28px rgba(31, 47, 70, 0.14);
}

.owner-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
}

.owner-content {
    text-align: left;
}

.owner-content h3 {
    margin: 0 0 18px;
    font-size: 1.8rem;
    color: #1f2f46;
}

.owner-content p {
    margin: 0 0 18px;
    line-height: 1.7;
    color: #5b6472;
}

.credential-status {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    padding: 18px 20px;
    background-color: #f7f8fa;
    border-left: 4px solid #b08d57;
}

.credential-status strong {
    color: #1f2f46;
}

.credential-status span {
    color: #b08d57;
    font-weight: 700;
}

.owner-credential-card {
    align-items: center;
    background: linear-gradient(145deg, #1f2f46, #172b47);
    border: 1px solid rgba(176, 141, 87, 0.65);
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(31, 47, 70, 0.2);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
    padding: 42px 30px;
    text-align: center;
}

.owner-credential-card strong {
    color: #ffffff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.85rem, 3vw, 2.45rem);
    line-height: 1.05;
    margin: 12px 0 24px;
}

.owner-credential-card span:not(.credential-kicker) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    padding: 11px 0;
    width: 100%;
}

.credential-kicker {
    color: #d7b77f;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.professional-standards {
    padding: 80px 40px;
    background-color: #f7f8fa;
}

.standards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    max-width: 900px;
    margin: 42px auto 0;
}

.standard-card {
    padding: 28px;
    background-color: white;
    border-left: 4px solid #b08d57;
    border-radius: 0 10px 10px 0;
    text-align: left;
}

.standard-card h3 {
    margin: 0 0 10px;
    color: #1f2f46;
}

.standard-card p {
    margin: 0;
    line-height: 1.65;
    color: #667085;
}

.community-focus {
    padding: 80px 40px;
    background-color: #ffffff;
}

.community-focus-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 850px;
    margin: 34px auto 0;
}

.community-focus-list span {
    padding: 10px 16px;
    background-color: #f7f8fa;
    border: 1px solid #e3e7ec;
    border-radius: 999px;
    color: #1f2f46;
    font-weight: 600;
}
.faq-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

.faq-section h2,
.faq-reminder h2 {
    margin: 0;
    font-size: 2.4rem;
    color: #1f2f46;
}

.faq-list {
    max-width: 900px;
    margin: 42px auto 0;
}

.faq-item {
    margin-bottom: 14px;
    background-color: #f7f8fa;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    overflow: hidden;
}

.faq-item summary {
    position: relative;
    padding: 22px 55px 22px 24px;
    font-weight: 700;
    color: #1f2f46;
    cursor: pointer;
    list-style: none;
    text-align: left;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #b08d57;
}

.faq-item[open] summary::after {
    content: "–";
}

.faq-item[open] summary {
    border-bottom: 1px solid #e3e7ec;
    background-color: #ffffff;
}

.faq-answer {
    padding: 22px 24px 24px;
    text-align: left;
    background-color: #ffffff;
}

.faq-answer p {
    margin: 0 0 14px;
    line-height: 1.7;
    color: #5b6472;
}

.faq-answer p:last-of-type {
    margin-bottom: 0;
}

.faq-link {
    display: inline-block;
    margin-top: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #1f2f46;
    border-bottom: 2px solid #b08d57;
    transition: all 0.2s ease;
}

.faq-link:hover {
    color: #b08d57;
}

.faq-reminder {
    padding: 80px 40px;
    background-color: #f7f8fa;
    text-align: center;
}

.faq-reminder p {
    max-width: 720px;
    margin: 18px auto 0;
    line-height: 1.7;
    color: #667085;
}

.faq-reminder-note {
    padding: 20px 24px;
    background-color: #ffffff;
    border-left: 4px solid #b08d57;
    text-align: left;
}
.contact-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

.contact-container {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 55px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: start;
}

.contact-info {
    text-align: left;
}

.contact-info h2,
.appointment-form-wrapper h2,
.contact-expectations h2 {
    margin: 0;
    font-size: 2.4rem;
    color: #1f2f46;
}

.contact-info > p {
    line-height: 1.7;
    color: #667085;
}

.contact-detail {
    padding: 18px 0;
    border-bottom: 1px solid #e3e7ec;
}

.contact-detail strong {
    display: block;
    margin-bottom: 6px;
    color: #1f2f46;
}

.contact-detail span,
.contact-detail a {
    color: #667085;
    text-decoration: none;
}

.contact-detail a:hover {
    color: #b08d57;
}

.contact-note {
    margin-top: 28px;
    padding: 22px;
    background-color: #f7f8fa;
    border-left: 4px solid #b08d57;
}

.contact-note strong {
    color: #1f2f46;
}

.contact-note p {
    margin: 8px 0 0;
    line-height: 1.65;
    color: #667085;
}

.appointment-form-wrapper {
    padding: 34px;
    background-color: #f7f8fa;
    border: 1px solid #e3e7ec;
    border-radius: 12px;
    text-align: left;
}

.appointment-form-wrapper h2 {
    margin-bottom: 28px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #1f2f46;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #cfd5dd;
    border-radius: 6px;
    background-color: white;
    font: inherit;
    color: #1f2f46;
}

.form-group textarea {
    resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: 2px solid rgba(176, 141, 87, 0.25);
    border-color: #b08d57;
}

.form-security-warning {
    margin-bottom: 20px;
    padding: 18px 20px;
    background-color: #fffaf1;
    border-left: 4px solid #b08d57;
}

.form-security-warning strong {
    color: #1f2f46;
}

.form-security-warning p {
    margin: 7px 0 0;
    line-height: 1.6;
    color: #667085;
}

.appointment-disclaimer {
    margin-bottom: 20px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #667085;
}

.form-submit-button {
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 6px;
    background-color: #1f2f46;
    color: white;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.form-submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(31, 47, 70, 0.18);
}

.form-test-note {
    margin: 14px 0 0;
    font-size: 0.85rem;
    text-align: center;
    color: #667085;
}

.confirmation-page {
    min-height: 68vh;
    padding: 90px 40px;
}

.confirmation-card {
    margin: 0 auto;
    max-width: 780px;
    text-align: center;
}

.confirmation-mark {
    align-items: center;
    background-color: #1f2f46;
    border: 4px solid #d7b77f;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 2rem;
    font-weight: 700;
    height: 72px;
    justify-content: center;
    margin-bottom: 24px;
    width: 72px;
}

.confirmation-notice {
    background-color: #fffaf1;
    border: 1px solid #ead8b6;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 30px auto;
    max-width: 650px;
    padding: 20px 24px;
}

.confirmation-notice strong {
    color: #1f2f46;
}

.confirmation-notice span {
    color: #667085;
    line-height: 1.55;
}

.contact-expectations {
    padding: 80px 40px;
    background-color: #f7f8fa;
}
.privacy-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

.privacy-container {
    max-width: 900px;
    margin: 0 auto;
}

.privacy-block {
    margin-bottom: 28px;
    padding: 30px;
    background-color: #f7f8fa;
    border-left: 4px solid #b08d57;
    border-radius: 0 10px 10px 0;
}

.privacy-block h2 {
    margin: 0 0 16px;
    font-size: 2rem;
    color: #1f2f46;
}

.privacy-block p {
    margin: 0 0 16px;
    line-height: 1.7;
    color: #5b6472;
}

.privacy-block p:last-child {
    margin-bottom: 0;
}

.privacy-block ul {
    margin: 16px 0 0;
    padding-left: 22px;
    color: #5b6472;
}

.privacy-block li {
    margin-bottom: 9px;
    line-height: 1.6;
}

.privacy-block a {
    color: #1f2f46;
    font-weight: 600;
}

.privacy-block a:hover {
    color: #b08d57;
}

.privacy-status {
    margin-top: 40px;
    padding: 24px;
    background-color: #fffaf1;
    border: 1px solid #ead8b6;
    border-radius: 10px;
    text-align: center;
}

.privacy-status strong {
    display: block;
    margin-bottom: 8px;
    color: #1f2f46;
}

.privacy-status p {
    margin: 0;
    line-height: 1.6;
    color: #667085;
}
.hidden-field {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
@media (max-width: 900px) {
    .owner-credential-card {
        margin: 0 auto;
        max-width: 420px;
        min-height: 260px;
        width: 100%;
    }
    .owner-photo {
    max-width: 240px;
}   
    .privacy-section {
    padding: 60px 20px;
}

.privacy-block {
    padding: 24px 20px;
}

.privacy-block h2 {
    font-size: 1.75rem;
}
    .contact-section,
.contact-expectations {
    padding: 60px 20px;
}

.contact-container {
    grid-template-columns: 1fr;
    gap: 35px;
}

.contact-info h2,
.appointment-form-wrapper h2,
.contact-expectations h2 {
    font-size: 2rem;
}
    .faq-section,
.faq-reminder {
    padding: 60px 20px;
}

.faq-section h2,
.faq-reminder h2 {
    font-size: 2rem;
}
    .about-story,
.brand-values-section,
.owner-section,
.professional-standards,
.community-focus {
    padding: 60px 20px;
}

.about-story h2,
.brand-values-section h2,
.owner-section h2,
.professional-standards h2,
.community-focus h2 {
    font-size: 2rem;
}

.brand-values-grid,
.standards-grid {
    grid-template-columns: 1fr;
}

.owner-layout {
    grid-template-columns: 1fr;
    gap: 30px;
}

.owner-photo {
    max-width: 320px;
}

.credential-status {
    flex-direction: column;
    gap: 6px;
}
    .service-map-overview,
.community-section,
.location-types-section,
.distance-note-section {
    padding: 60px 20px;
}

.service-map-overview h2,
.community-section h2,
.location-types-section h2,
.distance-note-section h2 {
    font-size: 2rem;
}

.service-area-grid,
.community-grid {
    grid-template-columns: 1fr;
}

.location-type-grid {
    grid-template-columns: repeat(2, 1fr);
}
    .pricing-section,
.travel-pricing-section,
.pricing-details,
.policy-section,
.pricing-disclaimer {
    padding: 60px 20px;
}

.pricing-section h2,
.travel-pricing-section h2,
.pricing-details h2,
.policy-section h2,
.pricing-disclaimer h2 {
    font-size: 2rem;
}

.travel-pricing-grid {
    grid-template-columns: 1fr;
}

.pricing-detail-grid {
    grid-template-columns: 1fr;
}

.policy-item {
    flex-direction: column;
    gap: 6px;
}

.policy-item span {
    text-align: left;
}
    .page-hero {
    padding: 60px 20px;
}

.page-hero h1 {
    font-size: 2.3rem;
}

.services-overview,
.service-locations,
.notary-boundaries {
    padding: 60px 20px;
}

.services-overview h2,
.service-locations h2,
.notary-boundaries h2 {
    font-size: 2rem;
}

.services-grid {
    grid-template-columns: repeat(2, 1fr);
}

.location-grid {
    grid-template-columns: repeat(2, 1fr);
}
    .site-footer {
    padding: 40px 20px;
}

.footer-contact {
    flex-direction: column;
    gap: 8px;
}
    .final-cta {
    padding: 60px 20px;
}

.final-cta h2 {
    font-size: 2rem;
}
    .service-area-section {
    padding: 60px 20px;
}

.service-area-section h2 {
    font-size: 2rem;
}

.service-area-tiers {
    grid-template-columns: 1fr;
}
    .why-section {
    padding: 60px 20px;
}

.why-section h2 {
    font-size: 2rem;
}

.why-grid {
    grid-template-columns: 1fr;
}
    .process-section {
    padding: 60px 20px;
}

.process-grid {
    grid-template-columns: 1fr;
}

.process-section h2 {
    font-size: 2rem;
}
    .help-section {
    padding: 60px 20px;
}

.help-grid {
    grid-template-columns: repeat(2, 1fr);
}

.help-section h2 {
    font-size: 2rem;
}
    .navbar {
        flex-direction: column;
        gap: 16px;
        padding: 18px 20px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 18px;
    }

    .hero {
        padding: 60px 20px;
    }

    .hero h1 {
        font-size: 2.25rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .primary-button,
    .secondary-button {
        width: 100%;
        max-width: 320px;
        box-sizing: border-box;
        text-align: center;
    }

    .trust-bar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .form-row {
    grid-template-columns: 1fr;
}

.appointment-form-wrapper {
    padding: 24px 18px;
}
    .location-type-grid {
    grid-template-columns: 1fr;
}
    .services-grid,
.location-grid {
    grid-template-columns: 1fr;
}
    .help-grid {
    grid-template-columns: 1fr;
}
    .trust-bar {
        grid-template-columns: 1fr;
    }
}
/* ========================================
   CORNERSTONE BUSINESS PHONE LINKS
   ======================================== */

.footer-contact a {
    color: #cbd5e1;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #d4af72;
}

.contact-detail span,
.contact-detail a {
    display: block;
}

.page-hero .section-link {
    margin-left: 18px;
}

@media (max-width: 900px) {
    .page-hero .section-link {
        width: max-content;
        margin: 20px auto 0;
    }
}
