/*
Theme Name: Securus Trustee
Theme URI: https://securustrustee.com
Author: Securus Trusteeship Services Private Limited
Author URI: https://securustrustee.com
Description: A professional, single-page WordPress theme for Securus Trusteeship Services Private Limited. Navy & gold design, responsive layout, smooth-scroll navigation, FAQ accordion, contact form and 13 content sections covering services, team, offices and more.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: securus-trustee
Tags: one-column, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
  --primary: #0A2540;
  --primary-foreground: #ffffff;
  --accent: #c9a84c;
  --accent-hover: #b8963f;
  --accent-light: #FFF8E6;
  --background: #ffffff;
  --foreground: #1a1a2e;
  --muted-bg: #fafafa;
  --muted-fg: #6b7280;
  --border: #e2e8f0;
  --radius: 0.625rem;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',ui-sans-serif,system-ui,-apple-system,sans-serif;background:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}

.container{max-width:1280px;margin:0 auto;padding:0 1rem}
.section-padding{padding:4rem 0}
@media(min-width:640px){.section-padding{padding:6rem 0}}

.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;letter-spacing:.025em;white-space:nowrap}
.badge-outline{border:1px solid var(--accent);color:var(--accent);background:transparent}
.badge-gold{background:rgba(201,168,76,.2);color:var(--accent);border:1px solid rgba(201,168,76,.3)}
.badge-dark{background:var(--primary);color:#fff;border:none}
.badge-footer{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.5);font-size:.75rem;padding:.125rem .625rem}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:var(--radius);border:none;cursor:pointer;transition:background .2s,color .2s;text-decoration:none;line-height:1.25;font-family:inherit}
.btn-primary{background:var(--accent);color:#fff}
.btn-primary:hover{background:var(--accent-hover);color:#fff}
.btn-outline-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}
.btn-outline-light:hover{background:rgba(255,255,255,.1);color:#fff}
.btn-lg{padding:.75rem 1.5rem;font-size:1rem}
.btn-sm{padding:.375rem .75rem;font-size:.875rem}
.btn-block{width:100%}

.card{background:var(--background);border:1px solid var(--border);border-radius:1rem;transition:box-shadow .2s}
.card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}
.card-body{padding:1.5rem}

/* Top Bar */
.top-bar{background:var(--primary);color:rgba(255,255,255,.8);font-size:.75rem;padding:.5rem 1rem}
.top-bar a{color:rgba(255,255,255,.8);transition:color .2s}
.top-bar a:hover{color:#fff}
.top-bar-inner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.25rem}
.top-bar-sep{color:rgba(255,255,255,.4)}
@media(min-width:640px){.top-bar{font-size:.875rem}}

/* Header */
.site-header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid var(--border)}
.nav-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem}
.site-logo{display:flex;align-items:baseline;gap:.25rem;font-size:1.25rem;font-weight:800;color:var(--primary)}
.logo-accent{font-weight:400;color:var(--accent)}
.nav-links{display:none;align-items:center;gap:1.5rem}
@media(min-width:1024px){.nav-links{display:flex}}
.nav-links a{font-size:.875rem;font-weight:500;color:var(--foreground);transition:color .2s}
.nav-links a:hover{color:var(--accent)}

.hamburger{display:flex;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--foreground)}
@media(min-width:1024px){.hamburger{display:none}}

.mobile-drawer{position:fixed;top:0;right:0;width:100%;max-width:288px;height:100%;background:#fff;z-index:50;transform:translateX(100%);transition:transform .3s ease;overflow-y:auto}
.mobile-drawer.open{transform:translateX(0)}
.mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:49;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}
.mobile-overlay.open{opacity:1;visibility:visible}
.mobile-drawer-header{padding:1rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.mobile-drawer-close{background:none;border:none;cursor:pointer;padding:.25rem;color:var(--foreground)}
.mobile-drawer-nav{padding:1rem;display:flex;flex-direction:column;gap:.25rem}
.mobile-drawer-nav a{display:block;padding:.625rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500;color:var(--foreground);transition:background .2s}
.mobile-drawer-nav a:hover{background:var(--accent-light)}
.mobile-drawer-sep{height:1px;background:var(--border);margin:.5rem 0}

/* Hero */
.hero{background:var(--primary);color:#fff;padding:4rem 1rem}
@media(min-width:640px){.hero{padding:6rem 1rem}}
@media(min-width:1024px){.hero{padding:8rem 1rem}}
.hero h1{font-size:2.25rem;font-weight:800;line-height:1.1;max-width:48rem;margin-bottom:1.5rem}
@media(min-width:640px){.hero h1{font-size:3rem}}
@media(min-width:1024px){.hero h1{font-size:3.75rem}}
.hero-desc{color:rgba(255,255,255,.7);font-size:1rem;max-width:40rem;margin-bottom:2rem;line-height:1.75}
@media(min-width:640px){.hero-desc{font-size:1.125rem}}
.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}
.hero-stats{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;flex-wrap:wrap;gap:1.5rem}
@media(min-width:640px){.hero-stats{gap:3rem}}
.hero-stat{display:flex;align-items:center;gap:.75rem}
.hero-stat svg{width:1.25rem;height:1.25rem;color:var(--accent)}
.hero-stat span{font-size:.875rem;font-weight:500;color:rgba(255,255,255,.8)}
.hero-cin{margin-top:1.5rem;font-size:.75rem;color:rgba(255,255,255,.4)}

/* Trust Indicators */
.trust-quote{font-size:1.25rem;font-weight:600;color:var(--primary);max-width:48rem;margin:0 auto 1rem;text-align:center;line-height:1.4}
@media(min-width:640px){.trust-quote{font-size:1.5rem}}
@media(min-width:1024px){.trust-quote{font-size:1.875rem}}
.trust-quote-sub{color:var(--muted-fg);font-size:.875rem;max-width:40rem;margin:0 auto 3rem;text-align:center;line-height:1.75}
@media(min-width:640px){.trust-quote-sub{font-size:1rem}}
.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}
@media(min-width:1024px){.stat-grid{grid-template-columns:repeat(4,1fr)}}
.stat-item{text-align:center;padding:1rem}
.stat-value{font-size:1.875rem;font-weight:800;color:var(--accent);margin-bottom:.25rem}
@media(min-width:640px){.stat-value{font-size:2.25rem}}
.stat-label{font-size:.75rem;font-weight:500;color:var(--muted-fg);letter-spacing:.05em}
@media(min-width:640px){.stat-label{font-size:.875rem}}
.feature-grid{display:grid;gap:1.5rem}
@media(min-width:640px){.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.feature-grid{grid-template-columns:repeat(4,1fr)}}
.feature-icon{width:2rem;height:2rem;color:var(--accent);margin-bottom:1rem}
.feature-title{font-weight:600;color:var(--primary);margin-bottom:.5rem}
.feature-desc{font-size:.875rem;color:var(--muted-fg);line-height:1.625}

/* About */
.section-about{background:var(--muted-bg)}
.section-desc{color:var(--muted-fg);font-size:.875rem;max-width:48rem;margin-bottom:2rem;line-height:1.75}
@media(min-width:640px){.section-desc{font-size:1rem}}
h2.section-heading{font-size:1.875rem;font-weight:700;color:var(--primary);max-width:48rem;margin-bottom:1rem;line-height:1.2}
@media(min-width:640px){h2.section-heading{font-size:2.25rem}}
h2.inline-heading{font-size:1.875rem;font-weight:700;color:var(--primary);max-width:48rem;margin-bottom:1rem;line-height:1.2}
@media(min-width:640px){h2.inline-heading{font-size:2.25rem}}
.badge-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem}
.vm-grid{display:grid;gap:1.5rem}
@media(min-width:768px){.vm-grid{grid-template-columns:repeat(2,1fr)}}
.vm-card{background:#fff;border:1px solid var(--border);border-radius:1rem;padding:1.5rem}
@media(min-width:640px){.vm-card{padding:2rem}}
.vm-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.vm-card-header svg{width:1.5rem;height:1.5rem;color:var(--accent)}
.vm-card-header h3{font-size:1.25rem;font-weight:700;color:var(--primary)}
.vm-card p,.vm-card li{font-size:.875rem;color:var(--muted-fg);line-height:1.625}
.vm-card ul{display:flex;flex-direction:column;gap:.5rem}
.vm-card li{display:flex;align-items:flex-start;gap:.5rem}
.vm-card li svg{width:1rem;height:1rem;color:var(--accent);flex-shrink:0;margin-top:.125rem}

/* Services */
.services-grid{display:grid;gap:1.5rem;margin-bottom:3rem}
@media(min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}
.service-card{position:relative}
.service-icon{width:2rem;height:2rem;color:var(--accent);margin-bottom:1rem}
.service-title{font-weight:600;color:var(--primary);margin-bottom:.5rem}
.service-desc{font-size:.875rem;color:var(--muted-fg);line-height:1.625;margin-bottom:1rem}
.service-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:var(--accent);transition:gap .2s}
.service-card:hover .service-link{gap:.5rem}
.service-link svg{width:1rem;height:1rem}

/* CTA box */
.cta-box{background:var(--accent-light);border-radius:1rem;padding:1.5rem;text-align:center}
@media(min-width:640px){.cta-box{padding:2rem}}
.cta-box p{color:var(--foreground);font-weight:500;margin-bottom:1rem;max-width:40rem;margin-left:auto;margin-right:auto}

/* Why Us */
.why-us{background:var(--primary);color:#fff}
.why-us h2{font-size:1.875rem;font-weight:700;max-width:48rem;margin-bottom:1rem;line-height:1.2}
@media(min-width:640px){.why-us h2{font-size:2.25rem}}
.why-us .section-desc{color:rgba(255,255,255,.7)}
.why-us-grid{display:grid;gap:1.5rem;margin-bottom:3rem}
@media(min-width:640px){.why-us-grid{grid-template-columns:repeat(2,1fr)}}
.why-us-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.5rem}
.why-us-card svg{width:2rem;height:2rem;color:var(--accent);margin-bottom:1rem}
.why-us-card h3{font-weight:600;font-size:1.125rem;margin-bottom:.5rem}
.why-us-card p{color:rgba(255,255,255,.6);font-size:.875rem;line-height:1.625}
.why-us-bottom-stats{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;text-align:center}
@media(min-width:1024px){.why-us-bottom-stats{grid-template-columns:repeat(4,1fr)}}
.why-us-bottom-stats span{font-size:.875rem;color:rgba(255,255,255,.6)}

/* How We Work */
.steps-grid{display:grid;gap:1.5rem}
@media(min-width:768px){.steps-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.steps-grid{grid-template-columns:repeat(4,1fr)}}
.step-card{background:var(--primary);color:#fff;border-radius:1rem;padding:1.5rem;height:100%}
.step-number{font-size:2.25rem;font-weight:800;color:rgba(201,168,76,.3);margin-bottom:.75rem}
.step-card h3{font-weight:600;font-size:1.125rem;margin-bottom:.75rem}
.step-card p{color:rgba(255,255,255,.6);font-size:.875rem;line-height:1.625}

/* Team */
.section-team{background:var(--muted-bg)}
.team-grid{display:grid;gap:1.5rem;margin-bottom:3rem}
@media(min-width:640px){.team-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.team-grid{grid-template-columns:repeat(3,1fr)}}
.team-avatar{width:3.5rem;height:3.5rem;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;color:var(--accent);font-weight:700;font-size:1.125rem;margin-bottom:1rem}
.team-name{font-weight:600;color:var(--primary);font-size:1.125rem}
.team-role{color:var(--accent);font-size:.875rem;font-weight:500;margin-bottom:.75rem}
.team-desc{font-size:.875rem;color:var(--muted-fg);line-height:1.625}

/* Testimonials */
.testimonials{background:#f0f4f8}
.testimonials h2{font-size:1.875rem;font-weight:700;color:var(--primary);max-width:48rem;margin:0 auto 1rem;line-height:1.2}
@media(min-width:640px){.testimonials h2{font-size:2.25rem}}
.testimonials-grid{display:grid;gap:1.5rem;margin-bottom:2rem}
@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}
.testimonial-card{text-align:left}
.testimonial-quote{font-size:.875rem;color:var(--muted-fg);line-height:1.625;font-style:italic;margin-bottom:1.5rem}
.testimonial-author{display:flex;align-items:center;gap:.75rem}
.testimonial-initials{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;color:var(--accent);font-weight:700;font-size:.875rem;flex-shrink:0}
.testimonial-role{font-size:.75rem;color:var(--muted-fg);font-weight:500}
.testimonials .center-sub{font-size:.75rem;color:var(--muted-fg);max-width:36rem;margin:0 auto}

/* Offices */
.office-contact-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;font-size:.875rem;color:var(--muted-fg)}
.office-contact-row a{display:inline-flex;align-items:center;gap:.5rem;transition:color .2s}
.office-contact-row a:hover{color:var(--primary)}
.office-contact-row svg{width:1rem;height:1rem}
.offices-grid{display:grid;gap:1.5rem}
@media(min-width:640px){.offices-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.offices-grid{grid-template-columns:repeat(4,1fr)}}
.office-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}
.office-card-header svg{width:1.25rem;height:1.25rem;color:var(--accent)}
.office-city{font-weight:600;color:var(--primary);margin-bottom:.5rem}
.office-address{font-size:.875rem;color:var(--muted-fg);line-height:1.625;margin-bottom:.5rem}
.office-cin{font-size:.75rem;color:rgba(107,114,128,.6)}

/* FAQ */
.faq-section{background:var(--muted-bg)}
.faq-wrapper{max-width:48rem;margin:0 auto}
.faq-header{text-align:center;margin-bottom:3rem}
.faq-header h2{font-size:1.875rem;font-weight:700;color:var(--primary);margin-bottom:1rem;line-height:1.2}
@media(min-width:640px){.faq-header h2{font-size:2.25rem}}
.accordion{border-top:1px solid var(--border)}
.accordion-item{border-bottom:1px solid var(--border)}
.accordion-trigger{width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:1rem 0;font-size:.875rem;font-weight:500;color:var(--primary);display:flex;align-items:center;justify-content:space-between;gap:1rem}
@media(min-width:640px){.accordion-trigger{font-size:1rem}}
.accordion-trigger svg{width:1.25rem;height:1.25rem;flex-shrink:0;transition:transform .2s;color:var(--muted-fg)}
.accordion-item.active .accordion-trigger svg{transform:rotate(180deg)}
.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}
.accordion-content-inner{padding:0 0 1rem;font-size:.875rem;color:var(--muted-fg);line-height:1.625}
.faq-cta{margin-top:2.5rem;text-align:center}
.faq-cta p{font-size:.875rem;color:var(--muted-fg);margin-bottom:1rem;max-width:36rem;margin-left:auto;margin-right:auto}

/* Insights */
.insights-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}
@media(min-width:640px){.insights-header{flex-direction:row;align-items:flex-end;justify-content:space-between}}
.insights-header h2{font-size:1.875rem;font-weight:700;color:var(--primary);line-height:1.2}
@media(min-width:640px){.insights-header h2{font-size:2.25rem}}
.view-all-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:var(--accent);white-space:nowrap}
.view-all-link:hover{text-decoration:underline}
.view-all-link svg{width:1rem;height:1rem}
.insights-grid{display:grid;gap:1.5rem}
@media(min-width:768px){.insights-grid{grid-template-columns:repeat(3,1fr)}}
.insight-excerpt{font-size:.875rem;color:var(--muted-fg);line-height:1.625;margin-bottom:1rem}
.insight-meta{display:flex;align-items:center;justify-content:space-between}
.insight-author{font-size:.75rem;color:var(--muted-fg)}

/* Contact */
.section-contact{background:var(--muted-bg)}
.contact-layout{display:grid;gap:2rem}
@media(min-width:1024px){.contact-layout{grid-template-columns:2fr 3fr;gap:3rem}}
.contact-info h3{font-weight:600;color:var(--primary);margin-bottom:1rem}
.contact-info-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}
.contact-info-item svg{width:1.25rem;height:1.25rem;color:var(--accent);flex-shrink:0;margin-top:.125rem}
.contact-info-item p,.contact-info-item a{font-size:.875rem;color:var(--muted-fg)}
.contact-info-item a:hover{color:var(--primary)}
.contact-info-item .info-label{font-weight:500;color:var(--primary);margin-bottom:.125rem}

.contact-form{display:flex;flex-direction:column;gap:1.25rem}
.form-grid-2{display:grid;gap:1rem}
@media(min-width:640px){.form-grid-2{grid-template-columns:repeat(2,1fr)}}
.form-group{display:flex;flex-direction:column;gap:.5rem}
.form-label{font-size:.875rem;font-weight:500;color:var(--foreground)}
.form-label .required{color:#ef4444}
.form-input,.form-textarea,.form-select{width:100%;padding:.5rem .75rem;font-size:.875rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--foreground);transition:border-color .2s,box-shadow .2s;outline:none;font-family:inherit}
.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--primary);box-shadow:0 0 0 2px rgba(10,37,64,.15)}
.form-textarea{resize:vertical;min-height:100px}
.form-disclaimer{font-size:.75rem;color:var(--muted-fg);line-height:1.625;margin-top:.5rem}

/* CTA Banner */
.cta-banner{background:var(--primary);color:#fff;padding:4rem 1rem;text-align:center}
@media(min-width:640px){.cta-banner{padding:5rem 1rem}}
.cta-banner h2{font-size:1.875rem;font-weight:700;margin-bottom:1rem;line-height:1.2;max-width:48rem;margin-left:auto;margin-right:auto}
@media(min-width:640px){.cta-banner h2{font-size:2.25rem}}
.cta-banner h2 .gold{color:var(--accent)}
.cta-banner p{color:rgba(255,255,255,.6);font-size:.875rem;margin-bottom:2rem;max-width:36rem;margin-left:auto;margin-right:auto;line-height:1.75}
@media(min-width:640px){.cta-banner p{font-size:1rem}}

/* Footer */
.site-footer{background:var(--primary);color:#fff;margin-top:auto}
.footer-inner{max-width:1280px;margin:0 auto;padding:3rem 1rem}
@media(min-width:640px){.footer-inner{padding:4rem 1rem}}
.footer-grid{display:grid;gap:2rem;margin-bottom:3rem}
@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}
@media(min-width:1024px){.footer-grid{grid-template-columns:1fr 1fr 1fr 1fr;gap:3rem}}
.footer-col-logo{grid-column:span 1}
@media(min-width:640px){.footer-col-logo{grid-column:span 2}}
@media(min-width:1024px){.footer-col-logo{grid-column:span 1}}
.footer-logo{display:flex;align-items:baseline;gap:.25rem;font-size:1.25rem;font-weight:800;margin-bottom:1rem}
.footer-tagline{font-size:.75rem;color:rgba(255,255,255,.5);margin-bottom:.25rem}
.footer-about{font-size:.875rem;color:rgba(255,255,255,.6);line-height:1.625;margin-bottom:1rem}
.footer-address{font-size:.75rem;color:rgba(255,255,255,.4);line-height:1.625}
.footer-col h4{font-weight:600;font-size:.875rem;margin-bottom:1rem}
.footer-col ul{display:flex;flex-direction:column;gap:.5rem}
.footer-col ul a{font-size:.875rem;color:rgba(255,255,255,.6);transition:color .2s}
.footer-col ul a:hover{color:#fff}
.footer-newsletter-desc{font-size:.875rem;color:rgba(255,255,255,.6);line-height:1.625;margin-bottom:1rem}
.footer-newsletter-form{display:flex;gap:.5rem;margin-bottom:1.5rem}
.footer-newsletter-form input{flex:1;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff;padding:.375rem .75rem;font-size:.875rem;border-radius:var(--radius);outline:none;font-family:inherit}
.footer-newsletter-form input::placeholder{color:rgba(255,255,255,.4)}
.footer-contact-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:rgba(255,255,255,.6);margin-bottom:.5rem}
.footer-contact-item a{color:rgba(255,255,255,.6);transition:color .2s}
.footer-contact-item a:hover{color:#fff}
.footer-contact-item svg{width:1rem;height:1rem;color:var(--accent);flex-shrink:0}
.footer-badges{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;margin-bottom:2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}
@media(min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between}}
.footer-copyright{font-size:.75rem;color:rgba(255,255,255,.4);text-align:center}
@media(min-width:640px){.footer-copyright{text-align:left}}
.footer-legal-links{display:flex;align-items:center;gap:1rem;font-size:.75rem}
.footer-legal-links a{color:rgba(255,255,255,.4);transition:color .2s}
.footer-legal-links a:hover{color:rgba(255,255,255,.7)}

/* Page / Single / 404 */
.page-content{padding:4rem 1rem;max-width:800px;margin:0 auto}
.page-content h1{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:1rem}
.page-content p,.page-content li{font-size:1rem;color:var(--muted-fg);line-height:1.75;margin-bottom:1rem}
.error-404{text-align:center;padding:6rem 1rem}
.error-404 h1{font-size:6rem;font-weight:800;color:var(--accent);line-height:1;margin-bottom:1rem}
.error-404 p{color:var(--muted-fg);margin-bottom:2rem}

/* WP overrides */
.alignwide{max-width:1280px;margin-left:auto;margin-right:auto}
.alignfull{max-width:100%}
.wp-caption{margin-bottom:1rem}
.wp-caption-text{font-size:.875rem;color:var(--muted-fg);text-align:center;margin-top:.5rem}
