/* =========================================================
   Wastewater Directory — design system
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
    --wwt-primary:       #0d9488;   /* teal-600 */
    --wwt-primary-dark:  #0f766e;   /* teal-700 */
    --wwt-primary-900:   #134e4a;   /* teal-900 */
    --wwt-primary-50:    #f0fdfa;   /* teal-50  */
    --wwt-primary-100:   #ccfbf1;   /* teal-100 */

    --wwt-accent:        #f59e0b;   /* amber-500 */
    --wwt-accent-dark:   #d97706;   /* amber-600 */

    --wwt-ink-900:       #0f172a;   /* slate-900 */
    --wwt-ink-800:       #1e293b;   /* slate-800 */
    --wwt-ink-700:       #334155;   /* slate-700 */
    --wwt-ink-500:       #64748b;   /* slate-500 */
    --wwt-ink-400:       #94a3b8;   /* slate-400 */

    --wwt-surface-0:     #ffffff;
    --wwt-surface-50:    #f8fafc;   /* slate-50  */
    --wwt-surface-100:   #f1f5f9;   /* slate-100 */
    --wwt-border:        #e2e8f0;   /* slate-200 */
    --wwt-border-strong: #cbd5e1;   /* slate-300 */

    --wwt-shadow-sm: 0 1px 2px rgba(15,23,42,.04), 0 1px 3px rgba(15,23,42,.06);
    --wwt-shadow-md: 0 4px 6px -1px rgba(15,23,42,.05), 0 2px 4px -2px rgba(15,23,42,.04);
    --wwt-shadow-lg: 0 10px 15px -3px rgba(15,23,42,.08), 0 4px 6px -4px rgba(15,23,42,.04);
    --wwt-shadow-xl: 0 20px 25px -5px rgba(13,148,136,.10), 0 8px 10px -6px rgba(13,148,136,.06);

    --wwt-radius-sm: 6px;
    --wwt-radius:    10px;
    --wwt-radius-lg: 14px;
    --wwt-radius-xl: 20px;
}

/* ---- Global typography (Poppins everywhere, 15px base) ---- */
html {
    /* 15px base — all rem values cascade from here. 15/16 = 93.75% */
    font-size: 93.75%;
}
body { font-size: 1rem; line-height: 1.55; }

html, body,
body.home-pg, .wwt-scope,
.navbar, .nav-link, .navbar-brand,
.btn, .form-control, input, select, textarea, button,
.site-header, .site-footer, .offcanvas, .modal,
h1, h2, h3, h4, h5, h6, p, a, span, li, div, label {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
html, body { color: var(--wwt-ink-800); }
h1, h2, h3, h4, h5, h6 {
    color: var(--wwt-ink-900);
    letter-spacing: -0.01em;
    font-weight: 700;
}
.wwt-scope a { color: var(--wwt-primary-dark); }
.wwt-scope a:hover { color: var(--wwt-primary-900); }
.wwt-scope .text-muted { color: var(--wwt-ink-500) !important; }

/* ---- Sections ---- */
.wwt-section { padding: 4rem 0; }
.wwt-section-alt { background: var(--wwt-surface-50); }
.wwt-eyebrow {
    display: inline-block;
    font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
    color: var(--wwt-primary-dark);
    background: var(--wwt-primary-50);
    padding: .375rem .75rem; border-radius: 999px;
    margin-bottom: 1rem;
}
.wwt-heading { font-size: 2rem; font-weight: 800; line-height: 1.15; margin-bottom: .5rem; }
.wwt-subheading { color: var(--wwt-ink-500); font-size: 1.0625rem; margin-bottom: 2.5rem; max-width: 640px; }

/* ---- Hero ---- */
.wwt-hero {
    position: relative; overflow: hidden;
    background: radial-gradient(1200px 500px at 20% -10%, rgba(13,148,136,.35), transparent 60%),
                radial-gradient(900px 400px at 90% 10%, rgba(6,182,212,.25), transparent 60%),
                linear-gradient(180deg, #0b2a2a 0%, #0f172a 100%);
    color: #fff;
    padding: 5.5rem 0 4.5rem;
}
.wwt-hero::after {
    content: ""; position: absolute; inset: 0;
    background-image:
      radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: .35; pointer-events: none;
}
.wwt-hero .wwt-hero-inner { position: relative; z-index: 2; }
.wwt-hero h1 {
    color: #fff; font-size: 3rem; font-weight: 800; line-height: 1.1;
    letter-spacing: -0.02em; max-width: 820px;
}
.wwt-hero .wwt-hero-lead { color: rgba(255,255,255,.78); font-size: 1.1875rem; max-width: 680px; margin-top: 1rem; }
.wwt-hero-eyebrow {
    display: inline-flex; align-items: center; gap: .5rem;
    color: #5eead4; background: rgba(94,234,212,.08); border: 1px solid rgba(94,234,212,.25);
    padding: .375rem .875rem; border-radius: 999px;
    font-size: .8125rem; font-weight: 600; letter-spacing: .03em;
    margin-bottom: 1.25rem;
}
.wwt-hero-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: #5eead4; box-shadow: 0 0 0 4px rgba(94,234,212,.2); }

/* ---- Search box (hero) ---- */
.wwt-search {
    display: flex; align-items: center; gap: .5rem;
    background: #fff; border-radius: var(--wwt-radius-lg);
    padding: .5rem; box-shadow: 0 20px 60px rgba(0,0,0,.25);
    max-width: 680px; margin-top: 2rem;
}
.wwt-search .wwt-search-icon {
    display: grid; place-items: center; width: 44px; height: 44px;
    color: var(--wwt-ink-500); flex-shrink: 0;
}
.wwt-search input {
    border: 0; outline: 0; box-shadow: none !important;
    flex: 1; padding: .75rem .25rem;
    font-size: 1rem; color: var(--wwt-ink-900);
    background: transparent;
}
.wwt-search input::placeholder { color: var(--wwt-ink-400); }
.wwt-btn-primary {
    background: var(--wwt-primary); color: #fff; border: 0;
    padding: .75rem 1.5rem; border-radius: var(--wwt-radius);
    font-weight: 600; font-size: .9375rem;
    transition: all .15s ease;
    white-space: nowrap;
}
.wwt-btn-primary:hover { background: var(--wwt-primary-dark); color: #fff; transform: translateY(-1px); }
.wwt-btn-accent {
    display: inline-flex; align-items: center; gap: .5rem;
    background: var(--wwt-accent); color: #1a1305 !important; border: 0;
    padding: .75rem 1.5rem; border-radius: var(--wwt-radius);
    font-weight: 700; font-size: .9375rem;
    text-decoration: none !important;
    transition: all .15s ease;
    white-space: nowrap;
}
.wwt-btn-accent:hover {
    background: var(--wwt-accent-dark);
    color: #1a1305 !important;
    transform: translateY(-1px);
    text-decoration: none !important;
    box-shadow: 0 6px 16px rgba(245,158,11,.35);
}

/* ---- Stats strip ---- */
.wwt-stats {
    background: #fff; border-radius: var(--wwt-radius-lg);
    box-shadow: var(--wwt-shadow-lg);
    border: 1px solid var(--wwt-border);
    margin-top: -3rem; position: relative; z-index: 3;
    padding: 1.5rem 1rem;
}
.wwt-stat { text-align: center; padding: .75rem .5rem; position: relative; }
.wwt-stat + .wwt-stat::before {
    content: ""; position: absolute; left: 0; top: 20%; bottom: 20%; width: 1px;
    background: var(--wwt-border);
}
.wwt-stat .num { font-size: 2rem; font-weight: 800; color: var(--wwt-primary-dark); line-height: 1; letter-spacing: -0.02em; }
.wwt-stat .label { font-size: .75rem; color: var(--wwt-ink-500); text-transform: uppercase; letter-spacing: .08em; margin-top: .5rem; font-weight: 600; }

/* ---- Cards ---- */
.wwt-card {
    background: #fff; border: 1px solid var(--wwt-border);
    border-radius: var(--wwt-radius-lg); padding: 1.5rem;
    transition: all .2s ease;
    height: 100%;
}
.wwt-card:hover {
    transform: translateY(-3px);
    border-color: var(--wwt-primary-100);
    box-shadow: var(--wwt-shadow-lg);
}
.wwt-card-link { text-decoration: none; color: inherit; display: block; height: 100%; }
.wwt-card-link:hover { color: inherit; }

/* Country card */
.wwt-country-card .iso {
    font-size: .75rem; font-weight: 700; letter-spacing: .1em;
    color: var(--wwt-ink-500); text-transform: uppercase;
    padding: .25rem .5rem; background: var(--wwt-surface-100); border-radius: 4px;
    display: inline-block; margin-bottom: .75rem;
}
.wwt-country-card .name { font-weight: 700; font-size: 1.0625rem; color: var(--wwt-ink-900); margin-bottom: .25rem; }
.wwt-country-card .count { color: var(--wwt-primary-dark); font-weight: 600; font-size: .875rem; display: flex; align-items: center; gap: .375rem; }
.wwt-country-card:hover .name { color: var(--wwt-primary-dark); }

/* Treatment tile */
.wwt-treatment-tile { position: relative; padding: 1.75rem 1.5rem; }
.wwt-treatment-tile::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: var(--dot, var(--wwt-primary)); border-radius: var(--wwt-radius-lg) var(--wwt-radius-lg) 0 0;
}
.wwt-treatment-tile .level { font-size: .8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--wwt-ink-700); margin-bottom: .75rem; }
.wwt-treatment-tile .count { font-size: 2rem; font-weight: 800; color: var(--wwt-ink-900); line-height: 1; letter-spacing: -0.02em; }
.wwt-treatment-tile .share { font-size: .8125rem; color: var(--wwt-ink-500); margin-top: .25rem; margin-bottom: .75rem; }
.wwt-treatment-tile .desc { font-size: .8125rem; color: var(--wwt-ink-500); line-height: 1.5; }

/* Plant card */
.wwt-plant-card { padding: 1.5rem; }
.wwt-plant-card .plant-name { font-weight: 700; font-size: 1rem; color: var(--wwt-ink-900); margin-bottom: .375rem; line-height: 1.35; }
.wwt-plant-card .plant-loc { color: var(--wwt-ink-500); font-size: .875rem; display: flex; align-items: center; gap: .375rem; margin-bottom: 1rem; }
.wwt-plant-card .plant-pop { display: inline-flex; align-items: center; gap: .375rem; background: var(--wwt-primary-50); color: var(--wwt-primary-dark); padding: .375rem .625rem; border-radius: 6px; font-weight: 600; font-size: .8125rem; }

/* Pillar card */
.wwt-pillar { padding: 1.75rem; position: relative; overflow: hidden; }
.wwt-pillar .pillar-icon {
    width: 44px; height: 44px; border-radius: 10px;
    background: var(--wwt-primary-50); color: var(--wwt-primary-dark);
    display: grid; place-items: center; margin-bottom: 1rem;
    font-size: 1.25rem;
}
.wwt-pillar .pillar-title { font-weight: 700; font-size: 1.0625rem; color: var(--wwt-ink-900); margin-bottom: .375rem; }
.wwt-pillar .pillar-desc { color: var(--wwt-ink-500); font-size: .875rem; line-height: 1.5; }

/* ---- Chips / tags ---- */
.wwt-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.wwt-chip {
    display: inline-flex; align-items: center; gap: .375rem;
    padding: .4375rem .75rem; background: #fff; border: 1px solid var(--wwt-border);
    color: var(--wwt-ink-700); border-radius: 999px; text-decoration: none;
    font-size: .8125rem; font-weight: 500;
    transition: all .15s ease;
}
.wwt-chip:hover { border-color: var(--wwt-primary); color: var(--wwt-primary-dark); background: var(--wwt-primary-50); }
.wwt-chip .chip-count { color: var(--wwt-ink-400); font-weight: 400; }
.wwt-chip:hover .chip-count { color: var(--wwt-primary); }

/* ---- Feature icons (how-it-works) ---- */
.wwt-feature-item { display: flex; gap: 1rem; padding: .25rem 0; }
.wwt-feature-item .feat-icon {
    flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px;
    background: var(--wwt-primary-50); color: var(--wwt-primary-dark);
    display: grid; place-items: center; font-size: 1.125rem;
}
.wwt-feature-item h3 { font-size: 1rem; font-weight: 700; margin-bottom: .25rem; color: var(--wwt-ink-900); }
.wwt-feature-item p { color: var(--wwt-ink-500); font-size: .875rem; margin-bottom: 0; line-height: 1.55; }

/* ---- CTA ---- */
.wwt-cta {
    background: linear-gradient(135deg, var(--wwt-primary-900) 0%, var(--wwt-ink-900) 100%);
    color: #fff; border-radius: var(--wwt-radius-xl); padding: 3rem;
    position: relative; overflow: hidden;
}
.wwt-cta::before {
    content: ""; position: absolute; top: -50%; right: -20%; width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(245,158,11,.15), transparent 60%);
}
.wwt-cta h2 { color: #fff; font-weight: 800; margin-bottom: .5rem; font-size: 1.75rem; }
.wwt-cta p { color: rgba(255,255,255,.75); margin-bottom: 0; font-size: 1.0625rem; }

/* ---- Plant detail specific ---- */
.wwt-detail-hero {
    background: #fff; border-bottom: 1px solid var(--wwt-border);
    padding: 2rem 0 2.5rem;
}
.wwt-breadcrumb {
    font-size: .8125rem; color: var(--wwt-ink-500); margin-bottom: 1.25rem;
    display: flex; align-items: center; flex-wrap: wrap; gap: .375rem;
}
.wwt-breadcrumb a { color: var(--wwt-ink-500); text-decoration: none; }
.wwt-breadcrumb a:hover { color: var(--wwt-primary-dark); }
.wwt-breadcrumb .sep { color: var(--wwt-ink-400); }
.wwt-breadcrumb .current { color: var(--wwt-ink-900); font-weight: 600; }

.wwt-detail-title { font-size: 2rem; font-weight: 800; color: var(--wwt-ink-900); letter-spacing: -0.01em; margin-bottom: .75rem; line-height: 1.2; }
.wwt-detail-location { color: var(--wwt-ink-500); font-size: .9375rem; display: flex; align-items: center; gap: .375rem; }

.wwt-badges { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; }
.wwt-tag {
    display: inline-flex; align-items: center; gap: .375rem;
    padding: .3125rem .625rem; font-size: .75rem; font-weight: 600;
    border-radius: 6px; border: 1px solid transparent;
}
.wwt-tag-primary { background: var(--wwt-primary-50); color: var(--wwt-primary-dark); border-color: var(--wwt-primary-100); }
.wwt-tag-neutral { background: var(--wwt-surface-100); color: var(--wwt-ink-700); border-color: var(--wwt-border); }
.wwt-tag-coastal { background: #ecfeff; color: #0e7490; border-color: #a5f3fc; }
.wwt-tag-risk-high   { background: #fef2f2; color: #b91c1c; border-color: #fecaca; }
.wwt-tag-risk-medium { background: #fffbeb; color: #b45309; border-color: #fde68a; }
.wwt-tag-risk-low    { background: #f0fdf4; color: #15803d; border-color: #bbf7d0; }

.wwt-map { height: 360px; border-radius: var(--wwt-radius-lg); border: 1px solid var(--wwt-border); overflow: hidden; }

.wwt-section-head {
    font-size: 1.25rem; font-weight: 700; color: var(--wwt-ink-900);
    margin: 2rem 0 1rem; padding-bottom: .75rem;
    border-bottom: 2px solid var(--wwt-border);
    display: flex; align-items: center; gap: .5rem;
}
.wwt-section-head::before {
    content: ""; width: 4px; height: 20px; background: var(--wwt-primary); border-radius: 2px;
}

.wwt-facts-card { background: #fff; border: 1px solid var(--wwt-border); border-radius: var(--wwt-radius-lg); padding: 1.25rem 1.5rem; }
.wwt-facts-card h3 { font-size: .875rem; font-weight: 700; color: var(--wwt-ink-900); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 1rem; padding-bottom: .75rem; border-bottom: 1px solid var(--wwt-border); }
.wwt-fact { padding: .75rem 0; border-bottom: 1px solid var(--wwt-surface-100); display: flex; justify-content: space-between; align-items: start; gap: 1rem; }
.wwt-fact:last-child { border-bottom: 0; padding-bottom: 0; }
.wwt-fact .fact-label { font-size: .8125rem; color: var(--wwt-ink-500); font-weight: 500; }
.wwt-fact .fact-value { font-size: .875rem; color: var(--wwt-ink-900); font-weight: 600; text-align: right; }

.wwt-data-quality { background: var(--wwt-surface-50); border: 1px solid var(--wwt-border); border-radius: var(--wwt-radius); padding: 1rem 1.25rem; font-size: .8125rem; color: var(--wwt-ink-500); }
.wwt-data-quality strong { color: var(--wwt-ink-900); font-weight: 700; display: block; margin-bottom: .5rem; font-size: .8125rem; text-transform: uppercase; letter-spacing: .06em; }

/* Address fact block (multi-line text with icon) */
.wwt-fact-block {
    display: flex; gap: .625rem; align-items: flex-start;
    padding: .5rem 0 .75rem; color: var(--wwt-ink-800);
    font-size: .875rem; line-height: 1.55;
}
.wwt-fact-block i { color: var(--wwt-primary-dark); margin-top: .125rem; flex-shrink: 0; font-size: 1rem; }

/* Data quality breakdown card */
.wwt-quality-card .wwt-quality-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: .5rem 0; border-bottom: 1px solid var(--wwt-surface-100);
}
.wwt-quality-card .wwt-quality-row:last-of-type { border-bottom: 0; }
.wwt-quality-card .q-label {
    font-size: .8125rem; color: var(--wwt-ink-500); font-weight: 500;
}
.wwt-quality-card .q-val {
    font-size: .8125rem; color: var(--wwt-ink-900); font-weight: 600;
    font-variant-numeric: tabular-nums;
}
.wwt-quality-card .q-val a { color: var(--wwt-primary-dark); text-decoration: none; }
.wwt-quality-card .q-val a:hover { text-decoration: underline; }

.wwt-quality-foot {
    margin-top: .75rem; padding-top: .75rem; border-top: 1px dashed var(--wwt-border);
    display: flex; flex-direction: column; gap: .375rem;
}
.wwt-quality-foot > div { display: flex; justify-content: space-between; align-items: center; }

/* Suggest-update card */
.wwt-suggest-card {
    background: linear-gradient(180deg, var(--wwt-primary-50) 0%, #fff 100%);
    border: 1px solid var(--wwt-primary-100);
    border-radius: var(--wwt-radius-lg);
    padding: 1.25rem;
}
.wwt-suggest-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.wwt-suggest-card h3 {
    font-size: .9375rem; font-weight: 700; color: var(--wwt-ink-900);
    margin: 0 0 .25rem; text-transform: none; letter-spacing: 0; border: 0; padding: 0;
}
.wwt-suggest-card p { font-size: .8125rem; color: var(--wwt-ink-500); margin: 0; line-height: 1.5; }
.wwt-suggest-toggle {
    display: inline-flex; align-items: center; gap: .375rem; flex-shrink: 0;
    padding: .4375rem .75rem; border-radius: 8px; border: 1px solid var(--wwt-primary);
    background: #fff; color: var(--wwt-primary-dark); font-size: .8125rem; font-weight: 600;
    cursor: pointer; transition: all .15s ease; white-space: nowrap;
}
.wwt-suggest-toggle:hover { background: var(--wwt-primary); color: #fff; }
.wwt-suggest-toggle i { font-size: .9375rem; }

.wwt-suggest-form { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--wwt-primary-100); }
.wwt-suggest-form[hidden] { display: none; }
.wwt-suggest-row { margin-bottom: .75rem; }
.wwt-suggest-row label {
    display: block; font-size: .75rem; font-weight: 600; color: var(--wwt-ink-700);
    margin-bottom: .25rem; text-transform: uppercase; letter-spacing: .04em;
}
.wwt-suggest-row input,
.wwt-suggest-row textarea {
    width: 100%; padding: .5rem .625rem; font-size: .875rem;
    border: 1px solid var(--wwt-border); border-radius: 8px; background: #fff;
    color: var(--wwt-ink-900); font-family: 'Poppins', sans-serif !important;
    transition: border-color .12s ease, box-shadow .12s ease;
}
.wwt-suggest-row input:focus,
.wwt-suggest-row textarea:focus {
    outline: none; border-color: var(--wwt-primary);
    box-shadow: 0 0 0 3px rgba(13,148,136,.15);
}
.wwt-suggest-row textarea { resize: vertical; min-height: 80px; line-height: 1.5; }
.wwt-suggest-footer { display: flex; justify-content: space-between; align-items: center; gap: .75rem; }
.wwt-suggest-footer .wwt-btn-primary { padding: .5rem 1rem; font-size: .8125rem; }
.wwt-suggest-status { font-size: .8125rem; font-weight: 500; flex: 1; }
.wwt-suggest-status.is-error { color: #b91c1c; }
.wwt-suggest-status.is-success { color: var(--wwt-primary-dark); font-weight: 600; }

.wwt-suggest-card.is-sent { text-align: center; padding: 1.5rem 1.25rem; }
.wwt-suggest-card.is-sent .wwt-suggest-success-icon {
    width: 48px; height: 48px; border-radius: 50%; background: var(--wwt-primary); color: #fff;
    display: grid; place-items: center; font-size: 1.5rem; margin: 0 auto .75rem;
}

/* Quality pills */
.q-pill {
    display: inline-flex; align-items: center; gap: .25rem;
    padding: .1875rem .5rem; font-size: .75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .04em; border-radius: 4px;
    border: 1px solid transparent;
}
.q-pill.q-high    { background: #f0fdf4; color: #15803d; border-color: #bbf7d0; }
.q-pill.q-medium  { background: #fffbeb; color: #b45309; border-color: #fde68a; }
.q-pill.q-low     { background: #fef2f2; color: #b91c1c; border-color: #fecaca; }
.q-pill.q-unknown { background: var(--wwt-surface-100); color: var(--wwt-ink-500); border-color: var(--wwt-border); }

/* =========================================================
   SIMPLE PAGE HERO + LEGAL CONTENT
   ========================================================= */
.ur-page-hero {
    background: linear-gradient(180deg, #ffffff 0%, var(--wwt-surface-50) 100%);
    border-bottom: 1px solid var(--wwt-border);
    padding: 3rem 0 2.5rem; text-align: center;
}
.ur-page-hero h1 {
    font-size: 2.25rem; font-weight: 800; color: var(--wwt-ink-900);
    letter-spacing: -0.015em; margin-bottom: .5rem;
}
.ur-page-hero p.lead {
    color: var(--wwt-ink-500); font-size: 1.0625rem; max-width: 640px; margin: 0 auto;
}

.ur-legal {
    max-width: 760px; margin: 0 auto;
    font-size: .9375rem; line-height: 1.7; color: var(--wwt-ink-700);
}
.ur-legal h2 {
    font-size: 1.25rem; font-weight: 700; color: var(--wwt-ink-900);
    margin: 2.5rem 0 1rem; padding-bottom: .5rem;
    border-bottom: 2px solid var(--wwt-border);
}
.ur-legal h2:first-of-type { margin-top: 0; }
.ur-legal p { margin-bottom: 1rem; }
.ur-legal ul { margin: 0 0 1rem 1.25rem; padding: 0; }
.ur-legal ul li { margin-bottom: .375rem; }
.ur-legal a { color: var(--wwt-primary-dark); text-decoration: underline; text-decoration-color: var(--wwt-primary-100); text-underline-offset: 3px; }
.ur-legal a:hover { text-decoration-color: var(--wwt-primary); }
.ur-legal strong { color: var(--wwt-ink-900); font-weight: 600; }
.ur-legal .ur-legal-updated {
    display: inline-block; padding: .375rem .75rem; background: var(--wwt-primary-50);
    color: var(--wwt-primary-dark); border-radius: 6px; font-size: .8125rem; font-weight: 600;
    margin-bottom: 2rem;
}

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.ur-contact-card {
    background: #fff; border: 1px solid var(--wwt-border);
    border-radius: var(--wwt-radius-lg); padding: 1.25rem;
    display: flex; gap: 1rem; align-items: flex-start;
    transition: all .15s ease;
}
.ur-contact-card:hover { border-color: var(--wwt-primary-100); box-shadow: var(--wwt-shadow-md); }
.ur-contact-card .icon {
    flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px;
    background: var(--wwt-primary-50); color: var(--wwt-primary-dark);
    display: grid; place-items: center; font-size: 1.125rem;
}
.ur-contact-card .title { font-weight: 700; font-size: .9375rem; color: var(--wwt-ink-900); margin-bottom: .125rem; }
.ur-contact-card .value { color: var(--wwt-ink-500); font-size: .875rem; line-height: 1.5; }
.ur-contact-card .value a { color: var(--wwt-primary-dark); text-decoration: none; }
.ur-contact-card .value a:hover { text-decoration: underline; }

.ur-form-card {
    background: #fff; border: 1px solid var(--wwt-border);
    border-radius: var(--wwt-radius-lg); padding: 2rem;
    box-shadow: var(--wwt-shadow-sm);
}
.ur-form-card h2 {
    font-size: 1.25rem; font-weight: 700; color: var(--wwt-ink-900); margin-bottom: .25rem;
}
.ur-form-card .form-sub { color: var(--wwt-ink-500); font-size: .9375rem; margin-bottom: 1.5rem; }
.ur-form-group { margin-bottom: 1rem; }
.ur-form-group label {
    display: block; font-size: .8125rem; font-weight: 600; color: var(--wwt-ink-700);
    margin-bottom: .375rem;
}
.ur-form-group label .req { color: #dc2626; margin-left: .125rem; }
.ur-form-group label .opt { color: var(--wwt-ink-400); font-weight: 400; }
.ur-form-group .form-control,
.ur-form-group input,
.ur-form-group textarea {
    width: 100%; padding: .625rem .875rem; font-size: .9375rem;
    border: 1px solid var(--wwt-border); border-radius: 8px; background: #fff;
    color: var(--wwt-ink-900);
    transition: border-color .12s ease, box-shadow .12s ease;
}
.ur-form-group .form-control:focus,
.ur-form-group input:focus,
.ur-form-group textarea:focus {
    outline: none; border-color: var(--wwt-primary);
    box-shadow: 0 0 0 3px rgba(13,148,136,.15);
}
.ur-form-group textarea { resize: vertical; min-height: 140px; line-height: 1.55; }
.ur-form-btn {
    width: 100%; padding: .875rem 1.5rem; background: var(--wwt-primary); color: #fff;
    border: 0; border-radius: 10px; font-weight: 600; font-size: .9375rem;
    transition: all .15s ease; cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
}
.ur-form-btn:hover:not(:disabled) { background: var(--wwt-primary-dark); transform: translateY(-1px); }
.ur-form-btn:disabled { opacity: .6; cursor: not-allowed; }
.ur-form-note { color: var(--wwt-ink-500); font-size: .8125rem; margin-top: 1rem; text-align: center; }

/* =========================================================
   SITE HEADER
   ========================================================= */
.ur-header {
    background: #fff;
    border-bottom: 1px solid var(--wwt-border);
    position: sticky; top: 0; z-index: 1020;
    backdrop-filter: saturate(180%) blur(8px);
    background: rgba(255,255,255,.92);
}
.ur-nav {
    display: flex; align-items: center; gap: 1.5rem;
    padding: .875rem 0;
}
.ur-nav-toggle {
    background: transparent; border: 1px solid var(--wwt-border); border-radius: 8px;
    width: 40px; height: 40px; display: grid; place-items: center;
    color: var(--wwt-ink-800); font-size: 1.25rem;
}
.ur-nav-toggle:hover { border-color: var(--wwt-primary); color: var(--wwt-primary-dark); }
.ur-brand {
    display: flex; align-items: center; gap: .625rem;
    text-decoration: none; color: var(--wwt-ink-900) !important;
    font-weight: 700; font-size: 1.125rem; letter-spacing: -0.01em;
}
.ur-brand-mark {
    width: 34px; height: 34px; border-radius: 10px;
    background: linear-gradient(135deg, var(--wwt-primary) 0%, var(--wwt-primary-dark) 100%);
    color: #fff; display: grid; place-items: center;
    font-size: 1rem; box-shadow: 0 4px 12px rgba(13,148,136,.25);
}
.ur-brand-mark-lg { width: 40px; height: 40px; border-radius: 12px; font-size: 1.125rem; }
.ur-brand-text { font-family: 'Poppins', sans-serif !important; }
.ur-nav-links {
    display: flex; align-items: center; gap: .25rem; list-style: none; padding: 0; margin: 0;
    flex: 1; justify-content: center;
}
.ur-nav-links li a {
    padding: .5rem .875rem; border-radius: 8px;
    color: var(--wwt-ink-700); text-decoration: none; font-weight: 500; font-size: .9375rem;
    transition: all .15s ease;
}
.ur-nav-links li a:hover { color: var(--wwt-primary-dark); background: var(--wwt-primary-50); }
.ur-nav-actions {
    display: flex; align-items: center; gap: .5rem; margin-left: auto;
}
.ur-icon-btn {
    background: transparent; border: 1px solid var(--wwt-border); border-radius: 8px;
    width: 40px; height: 40px; display: grid; place-items: center;
    color: var(--wwt-ink-700); font-size: 1rem; transition: all .15s ease;
}
.ur-icon-btn:hover { border-color: var(--wwt-primary); color: var(--wwt-primary-dark); background: var(--wwt-primary-50); }
.ur-btn-outline {
    display: inline-flex; align-items: center; gap: .375rem;
    padding: .5rem 1rem; border: 1px solid var(--wwt-border); border-radius: 8px;
    background: #fff; color: var(--wwt-ink-800); font-weight: 500; font-size: .875rem;
    text-decoration: none; transition: all .15s ease;
}
.ur-btn-outline:hover { border-color: var(--wwt-primary); color: var(--wwt-primary-dark); background: var(--wwt-primary-50); }
.ur-btn-primary {
    display: inline-flex; align-items: center; gap: .375rem;
    padding: .5rem 1rem; border: 1px solid transparent; border-radius: 8px;
    background: var(--wwt-primary); color: #fff !important; font-weight: 600; font-size: .875rem;
    text-decoration: none; transition: all .15s ease;
}
.ur-btn-primary:hover { background: var(--wwt-primary-dark); color: #fff !important; transform: translateY(-1px); }

/* =========================================================
   ERROR PAGES (404 / 500)
   ========================================================= */
.ur-error-hero {
    position: relative; overflow: hidden; text-align: center;
    background:
      radial-gradient(900px 400px at 90% -10%, rgba(13,148,136,.15), transparent 60%),
      radial-gradient(700px 300px at 0% 100%, rgba(6,182,212,.10), transparent 60%),
      linear-gradient(180deg, #ffffff 0%, var(--wwt-surface-50) 100%);
    padding: 4.5rem 0 3.5rem;
}
.ur-error-hero-500 {
    background:
      radial-gradient(900px 400px at 90% -10%, rgba(245,158,11,.12), transparent 60%),
      radial-gradient(700px 300px at 0% 100%, rgba(220,38,38,.08), transparent 60%),
      linear-gradient(180deg, #ffffff 0%, var(--wwt-surface-50) 100%);
}
.ur-error-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 2; }
.ur-error-eyebrow {
    display: inline-flex; align-items: center; gap: .5rem;
    background: #fff; border: 1px solid var(--wwt-border);
    color: var(--wwt-ink-700); font-size: .8125rem; font-weight: 600;
    padding: .4375rem .875rem; border-radius: 999px;
    margin-bottom: 1rem; box-shadow: var(--wwt-shadow-sm);
}
.ur-error-eyebrow i { color: var(--wwt-primary-dark); }
.ur-error-eyebrow-warn i { color: #d97706; }
.ur-error-code {
    font-size: 7rem; font-weight: 800; line-height: 1;
    background: linear-gradient(135deg, var(--wwt-primary) 0%, var(--wwt-primary-900) 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.04em; margin: .5rem 0;
}
.ur-error-hero-500 .ur-error-code {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ur-error-title {
    font-size: 2rem; font-weight: 800; color: var(--wwt-ink-900);
    letter-spacing: -0.015em; margin-bottom: .75rem; line-height: 1.2;
}
.ur-error-tagline { color: var(--wwt-ink-500); font-size: 1rem; max-width: 560px; margin: 0 auto 1.75rem; line-height: 1.6; }
.ur-error-ctas { display: flex; gap: .625rem; justify-content: center; flex-wrap: wrap; }

/* Suggestion cards */
.error-suggest-card {
    padding: 1.25rem; text-align: left; height: 100%;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.error-suggest-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--wwt-shadow-md);
    border-color: var(--wwt-primary-100);
}
.ur-suggest-icon {
    width: 40px; height: 40px; border-radius: 10px;
    background: var(--wwt-primary-50); color: var(--wwt-primary-dark);
    display: grid; place-items: center; font-size: 1.0625rem; margin-bottom: .75rem;
}
.ur-suggest-title { font-weight: 700; font-size: .9375rem; color: var(--wwt-ink-900); margin-bottom: .25rem; line-height: 1.35; }
.ur-suggest-desc { color: var(--wwt-ink-500); font-size: .8125rem; line-height: 1.5; }

@media (max-width: 640px) {
    .ur-error-code { font-size: 5rem; }
    .ur-error-title { font-size: 1.5rem; }
    .ur-error-ctas { flex-direction: column; }
    .ur-error-ctas > a { width: 100%; justify-content: center; }
}

/* =========================================================
   BLOG POST HERO (light, left-aligned)
   ========================================================= */
.ur-blog-hero {
    background: linear-gradient(180deg, #ffffff 0%, var(--wwt-surface-50) 100%);
    border-bottom: 1px solid var(--wwt-border);
    padding: 3rem 0 2.5rem;
}
.ur-blog-hero-inner { max-width: 960px; }

.ur-blog-hero-eyebrow {
    font-size: .8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em;
    color: var(--wwt-primary-dark); margin-bottom: 1.25rem;
}
.ur-blog-hero-eyebrow .sep-dot { color: var(--wwt-ink-400); margin: 0 .5rem; }

.ur-blog-hero h1 {
    font-size: 2.5rem; font-weight: 800; color: var(--wwt-ink-900);
    letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 1rem;
    max-width: 900px;
}
.ur-blog-hero-subtitle {
    color: var(--wwt-ink-500); font-size: 1.125rem; line-height: 1.55;
    max-width: 760px; margin-bottom: 1.75rem;
}
.ur-blog-hero-meta {
    display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap;
    color: var(--wwt-ink-500); font-size: .875rem;
}
.ur-blog-hero-meta > span { display: inline-flex; align-items: center; gap: .5rem; }
.ur-blog-hero-meta i { color: var(--wwt-ink-400); font-size: 1rem; }

@media (max-width: 768px) {
    .ur-blog-hero h1 { font-size: 1.875rem; }
    .ur-blog-hero-subtitle { font-size: 1rem; }
    .ur-blog-hero-meta { gap: .75rem; font-size: .8125rem; }
}

/* Blog post body: left-aligned, same edge as hero (not centered) */
.ur-blog-body {
    font-size: .9375rem; line-height: 1.7; color: var(--wwt-ink-700);
    max-width: none; margin: 0;
}
.ur-blog-body h2 {
    font-size: 1.375rem; font-weight: 700; color: var(--wwt-ink-900);
    margin: 2.5rem 0 1rem; padding-bottom: .5rem;
    border-bottom: 2px solid var(--wwt-border);
}
.ur-blog-body h2:first-child { margin-top: 0; }
.ur-blog-body h3 {
    font-size: 1.125rem; font-weight: 700; color: var(--wwt-ink-900);
    margin: 2rem 0 .75rem;
}
.ur-blog-body p { margin-bottom: 1rem; }
.ur-blog-body ul, .ur-blog-body ol { margin: 0 0 1rem 1.25rem; padding: 0; }
.ur-blog-body ul li, .ur-blog-body ol li { margin-bottom: .375rem; }
.ur-blog-body a { color: var(--wwt-primary-dark); text-decoration: underline; text-decoration-color: var(--wwt-primary-100); text-underline-offset: 3px; }
.ur-blog-body a:hover { text-decoration-color: var(--wwt-primary); }
.ur-blog-body strong { color: var(--wwt-ink-900); font-weight: 600; }
.ur-blog-body .lead { font-size: 1.0625rem; color: var(--wwt-ink-700); }

/* =========================================================
   BLOG — LISTING CARDS + SINGLE POST
   ========================================================= */
.wwt-blog-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.wwt-blog-card-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; background: var(--wwt-surface-100); }
.wwt-blog-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.wwt-card:hover .wwt-blog-card-img img { transform: scale(1.04); }
.wwt-blog-card-img-placeholder {
    display: grid; place-items: center; color: var(--wwt-primary-dark); font-size: 3rem;
    background: linear-gradient(135deg, var(--wwt-primary-50), #fff);
}
.wwt-blog-card-body { padding: 1.25rem 1.25rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.wwt-blog-card-meta { font-size: .75rem; color: var(--wwt-ink-500); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; margin-bottom: .5rem; }
.wwt-blog-card-title { font-size: 1.0625rem; font-weight: 700; color: var(--wwt-ink-900); margin-bottom: .5rem; line-height: 1.35; }
.wwt-blog-card-excerpt { color: var(--wwt-ink-500); font-size: .875rem; line-height: 1.55; margin: 0;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.wwt-blog-meta {
    display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
    color: var(--wwt-ink-500); font-size: .875rem;
}
.wwt-blog-meta i { color: var(--wwt-primary-dark); margin-right: .25rem; }
.wwt-blog-meta .sep { color: var(--wwt-ink-400); }

.wwt-blog-hero-img {
    width: 100%; max-height: 420px; object-fit: cover;
    border-radius: var(--wwt-radius-lg); border: 1px solid var(--wwt-border);
}

.wwt-blog-related {
    display: block; padding: .625rem 0; border-bottom: 1px solid var(--wwt-surface-100);
    text-decoration: none;
}
.wwt-blog-related:last-child { border-bottom: 0; padding-bottom: 0; }
.wwt-blog-related .title {
    font-size: .875rem; font-weight: 600; color: var(--wwt-ink-900); line-height: 1.4;
    transition: color .12s ease;
}
.wwt-blog-related:hover .title { color: var(--wwt-primary-dark); }
.wwt-blog-related .meta { font-size: .75rem; color: var(--wwt-ink-500); margin-top: .25rem; }

/* =========================================================
   OFFCANVAS — MOBILE NAV + SEARCH DRAWER
   ========================================================= */
.ur-offcanvas {
    width: 320px !important; max-width: 85vw;
    background: #fff; border-right: 1px solid var(--wwt-border);
}
.ur-offcanvas .offcanvas-header {
    padding: 1rem 1.25rem; border-bottom: 1px solid var(--wwt-border);
}
.ur-offcanvas-close {
    background: transparent; border: 1px solid var(--wwt-border); border-radius: 8px;
    width: 36px; height: 36px; display: grid; place-items: center;
    color: var(--wwt-ink-700); font-size: 1rem; transition: all .12s ease;
}
.ur-offcanvas-close:hover { border-color: var(--wwt-primary); color: var(--wwt-primary-dark); }
.ur-offcanvas .offcanvas-body { padding: 1rem .75rem; }

.ur-offcanvas-nav { list-style: none; padding: 0; margin: 0 0 1rem; }
.ur-offcanvas-nav li { margin-bottom: .125rem; }
.ur-offcanvas-nav a {
    display: flex; align-items: center; gap: .75rem;
    padding: .75rem .875rem; border-radius: 8px;
    color: var(--wwt-ink-800); text-decoration: none; font-weight: 500; font-size: .9375rem;
    transition: all .12s ease;
}
.ur-offcanvas-nav a:hover { background: var(--wwt-primary-50); color: var(--wwt-primary-dark); }
.ur-offcanvas-nav a i { font-size: 1.0625rem; color: var(--wwt-ink-500); width: 20px; }
.ur-offcanvas-nav a:hover i { color: var(--wwt-primary-dark); }

.ur-offcanvas-section-title {
    font-size: .75rem; font-weight: 700; color: var(--wwt-ink-500);
    text-transform: uppercase; letter-spacing: .08em;
    padding: .5rem .875rem; margin-top: .5rem;
}

.ur-offcanvas-footer {
    margin-top: 1rem; padding: 1rem .5rem; border-top: 1px solid var(--wwt-border);
}
.ur-offcanvas-footer .ur-btn-primary { padding: .625rem 1rem; font-size: .875rem; }

/* Search drawer (top slide-down) */
.ur-search-drawer {
    height: auto !important; min-height: 120px;
    background: #fff; border-bottom: 1px solid var(--wwt-border);
    box-shadow: 0 10px 30px rgba(15,23,42,.1);
}
.ur-search-drawer-inner { padding: 1.25rem 0; }
.ur-search-drawer-form {
    display: flex; align-items: center; gap: .5rem;
    background: var(--wwt-surface-50); border: 1px solid var(--wwt-border);
    border-radius: 12px; padding: .5rem;
    transition: border-color .12s ease, box-shadow .12s ease;
}
.ur-search-drawer-form:focus-within {
    border-color: var(--wwt-primary); box-shadow: 0 0 0 3px rgba(13,148,136,.15); background: #fff;
}
.ur-search-drawer-icon {
    width: 40px; height: 40px; display: grid; place-items: center;
    color: var(--wwt-ink-500); font-size: 1.125rem; flex-shrink: 0;
}
.ur-search-drawer-form input {
    flex: 1; border: 0; outline: 0; background: transparent;
    padding: .5rem .25rem; font-size: 1rem; color: var(--wwt-ink-900);
}
.ur-search-drawer-form input::placeholder { color: var(--wwt-ink-400); }
.ur-search-drawer-form .ur-btn-primary { white-space: nowrap; }
.ur-search-drawer-hint {
    margin-top: .75rem; font-size: .8125rem; color: var(--wwt-ink-500);
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem;
}
.ur-search-drawer-hint kbd {
    background: var(--wwt-surface-100); border: 1px solid var(--wwt-border);
    border-radius: 4px; padding: .125rem .375rem; font-size: .75rem;
    color: var(--wwt-ink-700); font-family: inherit !important;
}
.ur-search-drawer-hint a { color: var(--wwt-primary-dark); text-decoration: none; }
.ur-search-drawer-hint a:hover { text-decoration: underline; }

/* =========================================================
   SITE FOOTER
   ========================================================= */
.ur-footer {
    background: var(--wwt-ink-900);
    color: rgba(255,255,255,.75);
    padding: 4rem 0 1.5rem;
    margin-top: 4rem;
}
.ur-footer-top { padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.ur-footer-brand { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; }
.ur-footer-brand-text { color: #fff; font-weight: 700; font-size: 1.25rem; }
.ur-footer-desc { color: rgba(255,255,255,.6); font-size: .9375rem; line-height: 1.6; margin-bottom: 1.25rem; max-width: 360px; }
.ur-footer-socials { display: flex; gap: .5rem; }
.ur-social {
    width: 36px; height: 36px; border-radius: 8px;
    background: rgba(255,255,255,.06); color: rgba(255,255,255,.7);
    display: grid; place-items: center; text-decoration: none;
    transition: all .15s ease;
}
.ur-social:hover { background: var(--wwt-primary); color: #fff; transform: translateY(-2px); }
.ur-footer-heading {
    color: #fff; font-weight: 700; font-size: .8125rem;
    text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1rem;
}
.ur-footer-list { list-style: none; padding: 0; margin: 0; }
.ur-footer-list li { margin-bottom: .625rem; }
.ur-footer-list a {
    color: rgba(255,255,255,.6); text-decoration: none; font-size: .875rem;
    transition: color .15s ease;
}
.ur-footer-list a:hover { color: var(--wwt-primary-100); }
.ur-footer-support-text { color: rgba(255,255,255,.6); font-size: .875rem; margin-bottom: 1rem; }
.ur-newsletter {
    display: flex; gap: .5rem; align-items: stretch;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px; padding: .375rem;
    max-width: 380px;
}
.ur-newsletter input {
    flex: 1; background: transparent; border: 0; outline: 0;
    padding: .5rem .75rem; color: #fff; font-size: .875rem;
}
.ur-newsletter input::placeholder { color: rgba(255,255,255,.4); }
.ur-newsletter .ur-btn-primary { padding: .5rem .875rem; }
.ur-footer-bottom {
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
    gap: 1rem; padding-top: 1.5rem;
    font-size: .8125rem; color: rgba(255,255,255,.5);
}
.ur-footer-copy strong { color: rgba(255,255,255,.8); font-weight: 600; }
.ur-footer-legal a { color: rgba(255,255,255,.6); text-decoration: none; margin: 0 .125rem; }
.ur-footer-legal a:hover { color: #fff; }
.ur-footer-legal .sep { margin: 0 .25rem; color: rgba(255,255,255,.3); }

/* =========================================================
   SITE HOME (tpl-home.php)
   ========================================================= */
.home-pg { background: #fff; }
.ur-home-hero {
    position: relative; overflow: hidden;
    background:
      radial-gradient(900px 400px at 90% -10%, rgba(13,148,136,.12), transparent 60%),
      radial-gradient(700px 300px at 0% 100%, rgba(6,182,212,.10), transparent 60%),
      linear-gradient(180deg, #ffffff 0%, var(--wwt-surface-50) 100%);
    padding: 5rem 0 4rem;
}
.ur-home-hero-inner { position: relative; z-index: 2; text-align: center; max-width: 820px; margin: 0 auto; }
.ur-home-eyebrow {
    display: inline-flex; align-items: center; gap: .5rem;
    background: #fff; border: 1px solid var(--wwt-border);
    padding: .4375rem .875rem; border-radius: 999px;
    font-size: .8125rem; font-weight: 600; color: var(--wwt-ink-700);
    margin-bottom: 1.25rem; box-shadow: var(--wwt-shadow-sm);
}
.ur-home-eyebrow i { color: var(--wwt-primary); }
.ur-home-hero h1 {
    font-size: 3.25rem; font-weight: 800; line-height: 1.1;
    letter-spacing: -0.025em; color: var(--wwt-ink-900); margin-bottom: 1rem;
}
.ur-home-hero h1 .highlight { color: var(--wwt-primary-dark); }
.ur-home-hero p.lead {
    font-size: 1.1875rem; color: var(--wwt-ink-500); line-height: 1.6;
    max-width: 640px; margin: 0 auto 2rem;
}
.ur-home-cta-row { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; }
.ur-btn-lg {
    padding: .875rem 1.75rem !important; font-size: .9375rem !important; border-radius: 10px !important;
}
.ur-home-trust {
    margin-top: 2.5rem; display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap;
    font-size: .8125rem; color: var(--wwt-ink-500);
}
.ur-home-trust-item { display: flex; align-items: center; gap: .5rem; }
.ur-home-trust-item i { color: var(--wwt-primary); font-size: 1rem; }

/* =========================================================
   LOCATION INDEX PAGES (country/state/city/search)
   ========================================================= */
.wwt-loc-hero {
    background: linear-gradient(180deg, #ffffff 0%, var(--wwt-surface-50) 100%);
    border-bottom: 1px solid var(--wwt-border);
    padding: 2.5rem 0;
}
.wwt-loc-title {
    font-size: 2rem; font-weight: 800; color: var(--wwt-ink-900);
    letter-spacing: -0.015em; margin: 1rem 0 .5rem; line-height: 1.2;
}
.wwt-loc-subtitle { color: var(--wwt-ink-500); font-size: 1rem; margin-bottom: .5rem; }
.wwt-loc-intro {
    color: var(--wwt-ink-700); font-size: .9375rem; line-height: 1.6;
    margin-top: 1rem; max-width: 760px;
}

/* Filter sidebar */
.wwt-filter-card {
    background: #fff; border: 1px solid var(--wwt-border);
    border-radius: var(--wwt-radius-lg); padding: 1.25rem;
}
.wwt-filter-head {
    display: flex; justify-content: space-between; align-items: center;
    font-size: .8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
    color: var(--wwt-ink-900); padding-bottom: .875rem; margin-bottom: .875rem;
    border-bottom: 1px solid var(--wwt-border);
}
.wwt-filter-clear {
    font-size: .75rem; font-weight: 600; text-transform: none; letter-spacing: 0;
    color: var(--wwt-primary-dark); text-decoration: none;
}
.wwt-filter-clear:hover { text-decoration: underline; }
.wwt-filter-group { margin-bottom: 1.25rem; }
.wwt-filter-group:last-child { margin-bottom: 0; }
.wwt-filter-group-title {
    font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
    color: var(--wwt-ink-500); margin-bottom: .5rem;
}
.wwt-filter-list { list-style: none; padding: 0; margin: 0; }
.wwt-filter-list li { margin-bottom: .125rem; }
.wwt-filter-item {
    display: flex; justify-content: space-between; align-items: center;
    padding: .5rem .625rem; border-radius: 6px;
    text-decoration: none; color: var(--wwt-ink-700);
    font-size: .875rem; transition: all .12s ease;
}
.wwt-filter-item:hover { background: var(--wwt-surface-100); color: var(--wwt-ink-900); }
.wwt-filter-item.is-active {
    background: var(--wwt-primary-50); color: var(--wwt-primary-dark); font-weight: 600;
}
.wwt-filter-item .label { flex: 1; }
.wwt-filter-item .count { font-size: .75rem; color: var(--wwt-ink-400); font-variant-numeric: tabular-nums; }
.wwt-filter-item.is-active .count { color: var(--wwt-primary-dark); }

/* Nav list (states / cities in sidebar) */
.wwt-nav-list { list-style: none; padding: 0; margin: 0; }
.wwt-nav-list li { margin-bottom: .125rem; }
.wwt-nav-list a {
    display: flex; justify-content: space-between; align-items: center;
    padding: .5rem .625rem; border-radius: 6px; text-decoration: none;
    color: var(--wwt-ink-700); font-size: .875rem; transition: all .12s ease;
}
.wwt-nav-list a:hover { background: var(--wwt-primary-50); color: var(--wwt-primary-dark); }
.wwt-nav-list .count { font-size: .75rem; color: var(--wwt-ink-400); font-variant-numeric: tabular-nums; }
.wwt-nav-more { font-size: .75rem; color: var(--wwt-ink-500); margin-top: .5rem; padding: 0 .625rem; }

/* Results header */
.wwt-results-head {
    display: flex; justify-content: space-between; align-items: center;
    padding: 0 0 1rem; margin-bottom: 1rem;
    border-bottom: 1px solid var(--wwt-border);
}
.wwt-results-count { color: var(--wwt-ink-700); font-size: .9375rem; }
.wwt-results-count strong { color: var(--wwt-ink-900); font-weight: 700; }

/* Plant list row */
.wwt-plant-list { display: flex; flex-direction: column; gap: .75rem; }
.wwt-plant-row {
    display: flex; gap: 1.5rem; padding: 1.25rem; background: #fff;
    border: 1px solid var(--wwt-border); border-radius: var(--wwt-radius-lg);
    text-decoration: none; color: inherit; transition: all .15s ease;
}
.wwt-plant-row:hover {
    border-color: var(--wwt-primary); transform: translateY(-1px);
    box-shadow: var(--wwt-shadow-md); color: inherit;
}
.wwt-plant-row-main { flex: 1; min-width: 0; }
.wwt-plant-row-name {
    font-size: 1.0625rem; font-weight: 700; color: var(--wwt-ink-900);
    margin: 0 0 .25rem; line-height: 1.35;
}
.wwt-plant-row-loc {
    color: var(--wwt-ink-500); font-size: .8125rem;
    display: flex; align-items: center; gap: .375rem; margin-bottom: .5rem;
}
.wwt-plant-row-summary {
    color: var(--wwt-ink-500); font-size: .875rem; line-height: 1.5; margin: 0;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.wwt-plant-row-meta {
    display: flex; flex-direction: column; align-items: flex-end; gap: .375rem;
    flex-shrink: 0; min-width: 140px;
}
.wwt-plant-pop-inline {
    display: inline-flex; align-items: center; gap: .375rem;
    color: var(--wwt-ink-700); font-size: .8125rem; font-weight: 600;
    font-variant-numeric: tabular-nums;
}

/* Empty state */
.wwt-empty {
    text-align: center; padding: 3rem 1rem;
    background: var(--wwt-surface-50); border: 1px solid var(--wwt-border);
    border-radius: var(--wwt-radius-lg);
}
.wwt-empty i { font-size: 2.5rem; color: var(--wwt-ink-400); display: block; margin-bottom: .75rem; }
.wwt-empty h3 { font-size: 1.125rem; font-weight: 700; color: var(--wwt-ink-900); margin-bottom: .5rem; }
.wwt-empty p { color: var(--wwt-ink-500); font-size: .9375rem; margin: 0; }
.wwt-empty a { color: var(--wwt-primary-dark); }

/* Pagination */
.wwt-pagination { margin-top: 2rem; display: flex; justify-content: center; }
.wwt-pagination ul.pagination {
    display: flex; gap: .25rem; list-style: none; padding: 0; margin: 0; flex-wrap: wrap;
}
.wwt-pagination ul.pagination li a,
.wwt-pagination ul.pagination li span {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 40px; height: 40px; padding: 0 .75rem;
    border: 1px solid var(--wwt-border); border-radius: 8px;
    color: var(--wwt-ink-700); text-decoration: none; font-size: .875rem; font-weight: 500;
    background: #fff; transition: all .12s ease;
}
.wwt-pagination ul.pagination li a:hover {
    border-color: var(--wwt-primary); color: var(--wwt-primary-dark); background: var(--wwt-primary-50);
}
.wwt-pagination ul.pagination li.active a,
.wwt-pagination ul.pagination li.active span,
.wwt-pagination ul.pagination li .current {
    background: var(--wwt-primary); border-color: var(--wwt-primary); color: #fff;
}
.wwt-pagination ul.pagination li.disabled a,
.wwt-pagination ul.pagination li.disabled span { color: var(--wwt-ink-400); cursor: not-allowed; }

@media (max-width: 768px) {
    .wwt-plant-row { flex-direction: column; gap: .75rem; }
    .wwt-plant-row-meta { flex-direction: row; align-items: center; min-width: 0; flex-wrap: wrap; }
    .wwt-loc-title { font-size: 1.5rem; }
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .wwt-hero { padding: 3.5rem 0 3rem; }
    .wwt-hero h1 { font-size: 2rem; }
    .wwt-hero .wwt-hero-lead { font-size: 1rem; }
    .wwt-heading { font-size: 1.625rem; }
    .wwt-detail-title { font-size: 1.5rem; }
    .wwt-stat + .wwt-stat::before { display: none; }
    .wwt-cta { padding: 2rem; }
    .wwt-cta h2 { font-size: 1.375rem; }
    .wwt-section { padding: 2.5rem 0; }
}
