/*
 Theme Name: Sandy Here To Serve (Patched)
 Theme URI: https://example.com/sandy-here-to-serve
 Author: Sandy Here To Serve LLC
 Description: Patched & hardened theme for mobile notary / courier / testing. PHP-compat and safer hooks.
 Version: 1.0.1
 License: GPL-2.0-or-later
 Text Domain: sandy-serve
 Tags: one-column, custom-colors, custom-menu, custom-logo, responsive-layout, accessibility-ready, animation
*/
:root{--brand:#0f766e;--brand-2:#14b8a6;--accent:#f59e0b;--dark:#0b0f14;--light:#f7faf9;--radius:16px;--shadow:0 12px 30px rgba(0,0,0,.12)}
html{scroll-behavior:smooth}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial,sans-serif;background:#fff;color:#0b0f14;line-height:1.6}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.btn{display:inline-block;padding:.9rem 1.2rem;border-radius:999px;background:var(--brand);color:#fff;text-decoration:none;box-shadow:var(--shadow);transition:.25s transform,.25s box-shadow}
.btn:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(0,0,0,.18)}
.btn.alt{background:var(--accent);color:#111}
.hero{position:relative;padding:120px 0;background:linear-gradient(180deg,#0f766e 0%, #0b0f14 100%);color:#fff;overflow:hidden}
.hero h1{font-size:clamp(2rem,4vw,3.25rem);margin:0 0 .5rem}
.hero p{max-width:60ch;color:#d6f2ee}
.hero .cta{margin-top:1rem;display:flex;gap:.75rem;flex-wrap:wrap}
.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem}
.grid{display:grid;gap:1rem}
.grid.cols-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.section{padding:64px 0}
.section.alt{background:var(--light)}
.kicker{letter-spacing:.1em;text-transform:uppercase;color:#14b8a6;font-weight:700;font-size:.85rem}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid #e6f0ee}
.site-header .inner{display:flex;align-items:center;justify-content:space-between;height:70px}
.logo{display:flex;gap:.5rem;align-items:center;font-weight:800;color:var(--brand);text-decoration:none}
.logo span{color:#111}
.nav a{color:#0b0f14;text-decoration:none;margin:0 .5rem;padding:.4rem .6rem;border-radius:999px}
.nav a:hover,.nav a:focus{background:#ecfdf5;color:#065f46}
.site-footer{background:#0b0f14;color:#cfe7e2;padding:40px 0}
.site-footer a{color:#9ee7dd}
.notice{background:#111;color:#fff;border-radius:var(--radius);padding:.75rem 1rem}
.badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;background:#ecfeff;color:#0f766e;font-weight:700;font-size:.8rem}
form input, form select, form textarea{width:100%;padding:.8rem;border:1px solid #dbe6e3;border-radius:10px;background:#fff}
form button{margin-top:.5rem}
.table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}
.table th,.table td{padding:.75rem;border-bottom:1px solid #e5e7eb;text-align:left}
.table tr:last-child td{border-bottom:0}
a.skip-link{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
a.skip-link:focus{left:1rem;top:1rem;width:auto;height:auto;background:#000;color:#fff;padding:.5rem;border-radius:8px}
.hero .orb{position:absolute;inset:auto auto -60px -60px;width:240px;height:240px;border-radius:50%;
  background:radial-gradient(circle at 30% 30%, #14b8a6, transparent 60%),radial-gradient(circle at 70% 70%, #f59e0b, transparent 60%);
  filter:blur(12px);opacity:.45;pointer-events:none}
.faq details{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}
.faq details+details{margin-top:.75rem}
.contact-grid{display:grid;gap:1rem;grid-template-columns:1fr 1fr}
@media (max-width:800px){.contact-grid{grid-template-columns:1fr}}
