:root {
  --site-navy: #162839;
  --site-slate: #2c3e50;
  --site-sage: #668d1f;
  --site-lime: #c8f17a;
  --site-ink: #191c1d;
  --site-muted: #5d6369;
  --site-surface: #f8f9fa;
  --site-soft: #e9ecef;
  --site-white: #fff;
  --bs-primary: #2c3e50;
  --bs-primary-rgb: 44, 62, 80;
  --bs-body-color: #191c1d;
  --bs-body-font-family: "Nunito Sans", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body { background: var(--site-surface); color: var(--site-ink); }
h1, h2, h3, .footer-brand { color: var(--site-navy); font-family: "Lora", Georgia, serif; font-weight: 700; }
a { text-underline-offset: .2em; }
.site-container { max-width: 1200px; }
.section-padding { padding-top: 5rem; padding-bottom: 5rem; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1100; background: var(--site-white); color: var(--site-navy); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.admin-edit-toolbar { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; padding: .45rem 1rem; background: #0f1922; color: #fff; font-size: .78rem; }
.admin-edit-toolbar a { color: #fff; }

.site-header { position: relative; background: rgba(248, 249, 250, .97); border-bottom: 1px solid var(--site-soft); }
.site-header .navbar { min-height: 84px; padding: .45rem 0; }
.navbar-brand { margin-right: 2rem; padding: 0; }
.navbar-brand img { display: block; width: 200px; height: 68px; object-fit: contain; }
.navbar-nav .nav-link { color: #43474c; font-size: .94rem; font-weight: 600; padding: .65rem .7rem !important; }
.language-tab { position: absolute; right: max(1rem, calc((100% - 1152px) / 2)); bottom: 0; display: flex; gap: .38rem; transform: translateY(100%); padding: .3rem .75rem .36rem; border: 1px solid var(--site-soft); border-top: 0; border-radius: 0 0 .35rem .35rem; background: rgba(248,249,250,.98); color: #70767b; font-size: .7rem; letter-spacing: .035em; line-height: 1; box-shadow: 0 2px 5px rgba(22,40,57,.05); }
.language-tab a, .language-tab strong { color: inherit; text-decoration: none; }
.language-tab strong { color: var(--site-navy); font-weight: 700; }
.language-tab a:hover, .language-tab a:focus { color: var(--site-sage); }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-link.active { color: var(--site-navy); }
.navbar-nav .nav-link.active { font-weight: 700; }
.site-nav-cta { color: #fff !important; padding: .68rem 1.15rem !important; }
.btn { border-radius: .2rem; font-weight: 500; }
.btn-primary { --bs-btn-bg: var(--site-slate); --bs-btn-border-color: var(--site-slate); --bs-btn-hover-bg: var(--site-navy); --bs-btn-hover-border-color: var(--site-navy); }
.btn-outline-primary { --bs-btn-color: var(--site-slate); --bs-btn-border-color: var(--site-slate); --bs-btn-hover-bg: var(--site-slate); --bs-btn-hover-border-color: var(--site-slate); }

.hero-section { background: var(--site-surface); }
.hero-section h1 { margin-bottom: 1.25rem; font-size: clamp(2.6rem, 5vw, 4.15rem); line-height: 1.04; letter-spacing: -.025em; }
.hero-section h1 span { color: var(--site-sage); }
.hero-lead { max-width: 37rem; margin-bottom: 2rem; color: #43474c; font-size: 1.1rem; line-height: 1.7; }
.hero-section .btn-lg { min-width: 128px; padding: .75rem 1.5rem; font-size: 1rem; }
.hero-image-wrap { position: relative; margin: 0 .8rem .8rem 0; }
.hero-image-wrap::after { position: absolute; inset: .8rem -.8rem -.8rem .8rem; z-index: -1; border-radius: 1rem; background: #e1e3e4; content: ""; }
.hero-image { display: block; width: 100%; height: clamp(280px, 29vw, 365px); border: 1px solid var(--site-soft); border-radius: 1rem; object-fit: cover; object-position: center 48%; }

.about-section { background: var(--site-white); border-top: 1px solid var(--site-soft); }
.about-section h2, .section-heading h2 { margin-bottom: 1.25rem; font-size: clamp(2rem, 4vw, 2.5rem); }
.about-section p { color: #43474c; line-height: 1.7; }
.service-highlights { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; color: var(--site-sage); font-weight: 700; }
.service-highlights span { display: inline-flex; align-items: center; gap: .55rem; }
.service-highlights span:nth-child(2) svg { display: none; }
.service-highlights svg { width: 1.35rem; height: 1.35rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.experience-card { padding: 3rem 2rem; border: 1px solid var(--site-soft); border-radius: .5rem; background: #f3f4f5; }
.experience-icon svg { width: 3.7rem; height: 3.7rem; fill: none; stroke: var(--site-navy); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.content-section .experience-card .experience-icon { display: none; }
.experience-card h3 { margin: 1rem 0 .75rem; font-size: 1.6rem; }
.experience-card p { max-width: 29rem; margin: auto; }

.faq-section { background: var(--site-white); border-top: 1px solid var(--site-soft); }
.section-heading { margin-bottom: 2.5rem; }
.section-heading p { margin-bottom: 0; color: var(--site-sage); font-size: 1.08rem; font-weight: 600; }
.accordion { --bs-accordion-border-color: var(--site-soft); --bs-accordion-active-bg: #f3f4f5; --bs-accordion-active-color: var(--site-navy); --bs-accordion-btn-focus-box-shadow: 0 0 0 .2rem rgba(44,62,80,.15); }
.accordion-button { font-weight: 600; }

.pricing-section { background: var(--site-surface); }
.package-card { display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; border: 1px solid #dde0e3; border-radius: .35rem; background: var(--site-white); }
.package-card h3 { font-size: 1.55rem; }
.package-card > div > p:not(.package-price) { color: var(--site-muted); }
.package-price { margin: 1.3rem 0; font: 700 clamp(2.25rem, 4vw, 3.1rem)/1 "Lora", serif; color: var(--site-navy); }
.package-price small { font: 400 .8rem/1 "Nunito Sans", sans-serif; color: var(--site-muted); }
.package-list { display: grid; gap: .8rem; margin: 0 0 2rem; padding: 0; list-style: none; }
.package-list li { position: relative; padding-left: 1.65rem; }
.package-list li::before { position: absolute; left: 0; top: .07rem; color: var(--site-sage); content: "✓"; font-weight: 700; }
.package-button { width: 100%; border: 1px solid var(--site-soft); }
.package-card-featured { border-color: var(--site-navy); background: var(--site-slate); color: var(--site-white); }
.package-card-featured h3, .package-card-featured .package-price { color: var(--site-white); }
.package-card-featured > div > p:not(.package-price), .package-card-featured .package-price small { color: #d1e4fb; }
.package-card-featured .package-list li::before { color: var(--site-lime); }
.package-button-accent {
  --bs-btn-color: var(--site-navy);
  --bs-btn-bg: var(--site-lime);
  --bs-btn-border-color: var(--site-lime);
  --bs-btn-hover-color: var(--site-navy);
  --bs-btn-hover-bg: var(--site-white);
  --bs-btn-hover-border-color: var(--site-white);
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: var(--site-navy);
  --bs-btn-active-bg: #edf3e3;
  --bs-btn-active-border-color: #edf3e3;
  background: var(--site-lime);
  color: var(--site-navy);
}
.package-button-accent:hover,
.package-button-accent:focus-visible {
  border-color: var(--site-white);
  background: var(--site-white);
  color: var(--site-navy);
}
.pricing-notes { max-width: 850px; margin: 2rem auto 0; color: #74777d; font-size: .78rem; }
.pricing-notes p { margin-bottom: .4rem; }
.pricing-notes p:last-child { text-transform: uppercase; letter-spacing: .04em; }

.cta-section { background: var(--site-sage); color: var(--site-white); }
.cta-section h2 { color: var(--site-white); font-size: clamp(2rem, 4vw, 2.6rem); }
.cta-section p { max-width: 640px; margin: 1.25rem auto 2rem; font-size: 1.05rem; line-height: 1.65; }
.cta-section .btn { padding: .75rem 1.6rem; color: var(--site-navy); }
.site-footer { border-top: 1px solid #d5d8da; background: #edeeef; }
.footer-brand { display: inline-block; margin-bottom: .65rem; color: var(--site-navy); font-size: 1.3rem; text-decoration: none; }
.footer-copy, .footer-contact { color: #4e5358; font-size: .82rem; }
.footer-contact { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: .65rem 1.4rem; }
.footer-contact a { color: inherit; text-decoration: none; }
.footer-contact a:hover { color: var(--site-navy); text-decoration: underline; }
.footer-login-link, .footer-login-link:hover { color: inherit; text-decoration: none; }
.footer-login-link:focus-visible { outline: 2px solid var(--site-sage); outline-offset: 3px; }

.error-section { display: flex; min-height: 48vh; align-items: center; background: var(--site-white); }
.error-code { color: var(--site-sage); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.error-section h1 { margin: .7rem 0 1rem; font-size: clamp(2.7rem, 6vw, 4.5rem); }
.error-section .lead { max-width: 650px; color: var(--site-muted); }
.error-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }

.page-intro { background: var(--site-surface); padding: 4.5rem 0 3rem; }
.page-intro h1 { font-size: clamp(2.7rem, 5vw, 4rem); }
.page-intro p { max-width: 720px; color: var(--site-muted); font-size: 1.08rem; line-height: 1.7; }
.content-section { background: var(--site-white); }
.faq-list .accordion-item { margin-bottom: .8rem; border: 1px solid var(--site-soft); border-radius: .5rem !important; overflow: hidden; }
.faq-list .accordion-button { padding: 1.25rem 1.4rem; font-family: "Lora", Georgia, serif; font-size: 1.08rem; }
.faq-list .accordion-body { color: #454b50; line-height: 1.75; }
.faq-list .accordion-body h4 { margin: 1.25rem 0 .35rem; color: var(--site-navy); font: 700 1rem/1.4 "Nunito Sans", sans-serif; }
.contact-card { padding: 2rem; border: 1px solid var(--site-soft); border-radius: .55rem; background: var(--site-white); }
.contact-form-card { height: 100%; }
.contact-context { margin: 0 0 1.25rem; padding: .7rem .9rem; border-left: 3px solid var(--site-sage); background: #f2f5ef; color: var(--site-slate); }
.contact-form label { color: var(--site-navy); font-size: .78rem; font-weight: 700; }
.contact-form .form-control, .contact-form .form-select { min-height: 48px; border-color: #dfe3e6; border-radius: .25rem; background: #fbfcfc; }
.contact-form textarea.form-control { min-height: 150px; }
.contact-form .form-control:focus, .contact-form .form-select:focus { border-color: var(--site-slate); box-shadow: 0 0 0 .2rem rgba(44,62,80,.12); }
.contact-form.is-sending { position: relative; }
.contact-form.is-sending .form-control { background-color: #f3f5f4; color: #69747b; pointer-events: none; }
.contact-form button[disabled] { cursor: wait; opacity: .82; }
.contact-form-sending { display: flex; align-items: center; gap: .65rem; margin-top: 1rem; padding: .8rem 1rem; border: 1px solid #cfdbc1; border-radius: .3rem; background: #f1f6e9; color: #365510; font-size: .92rem; font-weight: 700; }
.contact-form-sending[hidden] { display: none; }
.contact-form-spinner { display: inline-block; flex: 0 0 auto; width: 1.15rem; height: 1.15rem; border: 2px solid rgba(54,85,16,.25); border-top-color: #668d1f; border-radius: 50%; animation: contact-form-spin .75s linear infinite; }
.contact-form-spinner-button { width: .95rem; height: .95rem; margin-right: .5rem; border-color: rgba(255,255,255,.4); border-top-color: #fff; vertical-align: -.12rem; }
@keyframes contact-form-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .contact-form-spinner { animation-duration: 1.5s; } }
.direct-contact { background: #f3f4f5; }
.contact-method { display: flex; align-items: flex-start; gap: .8rem; margin-top: 1.25rem; }
.contact-method-icon { display: grid; flex: 0 0 2.25rem; height: 2.25rem; place-items: center; border-radius: .55rem; background: #dceaf7; color: var(--site-navy); }
.contact-method-icon svg { width: 1.1rem; height: 1.1rem; fill: currentColor; }
.contact-method small { display: block; color: var(--site-muted); font-size: .7rem; font-weight: 700; }
.contact-method a { color: var(--site-slate); font-weight: 700; text-decoration: none; overflow-wrap: anywhere; }
.home-service-card { margin-top: 1.25rem; background: var(--site-sage); color: var(--site-white); }
.home-service-card h2 { color: var(--site-white); font-size: 1.35rem; }
.home-service-card p { margin-bottom: 0; line-height: 1.6; }
.honeypot { position: absolute !important; left: -10000px !important; }
.information-card { padding: 2rem; border: 1px solid var(--site-soft); border-radius: .55rem; background: #f8f9fa; }
.information-card h2 { margin: 1rem 0 .8rem; font-size: 1.55rem; }
.information-card p { color: #4d5358; line-height: 1.72; }
.information-icon { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: .55rem; background: #e4ebdf; color: var(--site-sage); }
.information-icon svg { width: 1.55rem; height: 1.55rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.pricing-explanation { background: var(--site-white); }
.content-lead { color: var(--site-navy) !important; font-size: 1.18rem; font-weight: 600; }

@media (min-width: 768px) {
  .footer-contact { justify-content: flex-end; }
}
@media (max-width: 991.98px) {
  .section-padding { padding-top: 4rem; padding-bottom: 4rem; }
  .navbar-collapse { padding: 1rem 0 .6rem; border-top: 1px solid var(--site-soft); }
  .site-nav-cta { display: inline-block; margin-top: .4rem; }
  .language-tab { right: 1rem; }
}
@media (max-width: 575.98px) {
  .section-padding { padding-top: 3rem; padding-bottom: 3rem; }
  .navbar-brand img { width: min(200px, 58vw); height: 62px; }
  .package-card { padding: 1.5rem; }
}
