/*
Theme Name:        GFTL Logistics
Theme URI:         https://www.globalfasttracklogistics.com
Author:            Your Name
Author URI:        https://yoursite.com
Description:       Professional white-label logistics & transport theme. All colors, content, images, and contact info editable via WP Customizer (Appearance → Customize). No code editing needed.
Version:           2.0.0
Requires at least: 5.5
Tested up to:      6.4
Requires PHP:      7.4
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       gftl
Tags:              business, logistics, custom-logo, custom-menu, featured-images, theme-options, translation-ready
*/

/* ═══════════════════════════════════════════════════
   ⚙  DYNAMIC CSS VARIABLES
   These are injected by the WP Customizer.
   See inc/customizer.php → gftl_customizer_css().
   The values below are FALLBACKS only.
═══════════════════════════════════════════════════ */
:root {
  --brand-primary: #E8400C;
  --brand-dark:    #0A1628;
  --brand-mid:     #122040;
  --brand-light:   #F4F6FA;
  --brand-accent:  #FFB400;
  --font-display:  'Barlow Condensed', sans-serif;
  --font-body:     'Barlow', sans-serif;
}

/* ═══════════════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); background: var(--brand-light); color: #1a1a2e; line-height: 1.65; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }
button { font-family: inherit; cursor: pointer; }

/* WP core */
.alignleft { float: left; margin: 5px 20px 20px 0; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.screen-reader-text, .sr-only { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }

/* ═══════════════════════════════════════════════════
   UTILITIES
═══════════════════════════════════════════════════ */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-label { display: inline-block; font-family: var(--font-display); font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--brand-primary); margin-bottom: 12px; }
.section-title { font-family: var(--font-display); font-size: clamp(28px,4vw,44px); font-weight: 800; line-height: 1.1; color: var(--brand-dark); text-transform: uppercase; margin: 0; }
.section-title span { color: var(--brand-primary); }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 30px; font-family: var(--font-display); font-size: 14px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border: none; transition: all .25s ease; }
.btn-primary { background: var(--brand-primary); color: #fff; clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px)); }
.btn-primary:hover { background: var(--brand-dark); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--brand-dark); border: 2px solid var(--brand-dark); }
.btn-outline:hover { background: var(--brand-dark); color: #fff; }
.btn-white { background: #fff; color: var(--brand-primary); clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px)); }
.btn-white:hover { background: var(--brand-dark); color: #fff; }

/* TOPBAR */
.topbar { background: var(--brand-primary); color: #fff; font-size: 13px; padding: 8px 0; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; }
.topbar a { color: #fff; }
.topbar a:hover { text-decoration: underline; }

/* NAV */
.site-nav { background: var(--brand-dark); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 20px rgba(0,0,0,.4); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 24px; max-width: 1200px; margin: 0 auto; height: 70px; }
.site-logo { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: #fff; letter-spacing: 1px; display: flex; align-items: center; gap: 10px; }
.site-logo img { max-height: 44px; width: auto; }
.logo-icon { width: 36px; height: 36px; background: var(--brand-primary); display: grid; place-items: center; clip-path: polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px)); }
.logo-icon svg { width: 20px; height: 20px; fill: #fff; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { color: rgba(255,255,255,.75); font-family: var(--font-display); font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; transition: color .2s; position: relative; }
.nav-links a::after { content:''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--brand-primary); transition: width .2s; }
.nav-links a:hover, .nav-links li.current-menu-item > a, .nav-links a.current-menu-item { color: #fff; }
.nav-links a:hover::after, .nav-links li.current-menu-item > a::after, .nav-links a.current-menu-item::after { width: 100%; }
.nav-links li.current-menu-item > a, .nav-links a.current-menu-item { color: var(--brand-primary); }
.nav-cta { padding: 10px 20px !important; font-size: 12px !important; background: var(--brand-primary); color: #fff !important; clip-path: polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px)); }
.nav-cta:hover { background: #c43309 !important; }
.nav-hamburger { display: none; background: none; border: none; padding: 4px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: all .3s; }

/* HERO (home) */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; background: var(--brand-dark); }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg,rgba(10,22,40,.95) 0%,rgba(10,22,40,.7) 60%,transparent 100%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(232,64,12,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(232,64,12,.07) 1px,transparent 1px); background-size: 60px 60px; }
.hero-content { position: relative; z-index: 2; max-width: 750px; padding: 80px 24px; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,64,12,.15); border: 1px solid rgba(232,64,12,.4); color: var(--brand-primary); font-family: var(--font-display); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; margin-bottom: 24px; }
.hero-tag::before { content:''; width: 6px; height: 6px; background: var(--brand-primary); border-radius: 50%; animation: pulse 1.4s infinite; }
@keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:.3;} }
.hero h1 { font-family: var(--font-display); font-size: clamp(44px,7vw,88px); font-weight: 800; color: #fff; text-transform: uppercase; line-height: 1; margin: 0 0 24px; }
.hero h1 span { color: var(--brand-primary); }
.hero p { font-size: 17px; color: rgba(255,255,255,.75); max-width: 520px; margin: 0 0 36px; font-weight: 300; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; background: rgba(255,255,255,.04); backdrop-filter: blur(10px); border-top: 1px solid rgba(255,255,255,.08); }
.hero-stats .container { display: flex; padding-left: 0; padding-right: 0; }
.stat-item { flex: 1; padding: 22px 28px; border-right: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; gap: 14px; }
.stat-item:last-child { border-right: none; }
.stat-icon { width: 44px; height: 44px; background: rgba(232,64,12,.15); border: 1px solid rgba(232,64,12,.3); display: grid; place-items: center; flex-shrink: 0; }
.stat-icon svg { width: 22px; height: 22px; stroke: var(--brand-primary); fill: none; stroke-width: 1.8; }
.stat-num { font-family: var(--font-display); font-size: 26px; font-weight: 800; color: #fff; line-height: 1; }
.stat-label { font-size: 12px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1px; }

/* SERVICES */
.services-strip { background: #fff; padding: 70px 0; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 24px; }
.service-card { position: relative; overflow: hidden; background: var(--brand-light); border-left: 4px solid transparent; padding: 36px 28px; transition: all .3s ease; }
.service-card:hover { border-left-color: var(--brand-primary); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.1); }
.service-icon { width: 56px; height: 56px; background: var(--brand-dark); display: grid; place-items: center; margin-bottom: 20px; clip-path: polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px)); transition: background .3s; }
.service-card:hover .service-icon { background: var(--brand-primary); }
.service-icon svg { width: 26px; height: 26px; stroke: #fff; fill: none; stroke-width: 1.8; }
.service-card h3 { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--brand-dark); text-transform: uppercase; margin: 0 0 12px; }
.service-card p { font-size: 14px; color: #5a6478; line-height: 1.7; margin: 0; }
.learn-link { display: inline-flex; align-items: center; gap: 6px; color: var(--brand-primary); font-family: var(--font-display); font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-top: 18px; transition: gap .2s; }
.service-card:hover .learn-link { gap: 10px; }

/* APPROACH */
.approach { background: var(--brand-dark); padding: 90px 0; position: relative; overflow: hidden; }
.approach::before { content:''; position: absolute; right: -120px; top: -120px; width: 500px; height: 500px; border-radius: 50%; border: 80px solid rgba(232,64,12,.07); }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.approach-img { position: relative; }
.approach-img-inner { aspect-ratio: 4/3; background-size: cover; background-position: center; clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px)); }
.approach-badge { position: absolute; bottom: -20px; right: -20px; background: var(--brand-primary); color: #fff; padding: 24px 28px; text-align: center; }
.approach-badge .num { font-family: var(--font-display); font-size: 40px; font-weight: 800; line-height: 1; }
.approach-badge .lbl { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; opacity: .85; }
.approach-content .section-title { color: #fff; }
.approach-desc { color: rgba(255,255,255,.65); font-size: 15px; margin: 20px 0 30px; font-weight: 300; }
.approach-list { margin-bottom: 32px; }
.approach-list li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.75); font-size: 14px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.approach-list li::before { content:''; width: 8px; height: 8px; background: var(--brand-primary); flex-shrink: 0; clip-path: polygon(50% 0%,100% 50%,50% 100%,0% 50%); }

/* FEATURES */
.features { padding: 90px 0; background: #fff; }
.features-header { text-align: center; max-width: 580px; margin: 0 auto 56px; }
.features-header p { color: #5a6478; margin-top: 14px; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 28px; }
.feature-card { text-align: center; padding: 40px 28px; border: 1px solid #e8eaf0; position: relative; transition: all .3s; }
.feature-card::after { content:''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 3px; background: var(--brand-primary); transition: width .3s; }
.feature-card:hover { box-shadow: 0 12px 36px rgba(0,0,0,.08); }
.feature-card:hover::after { width: 60%; }
.feature-num { font-family: var(--font-display); font-size: 64px; font-weight: 800; color: rgba(232,64,12,.08); line-height: 1; margin-bottom: 4px; }
.feat-icon { width: 64px; height: 64px; background: linear-gradient(135deg,var(--brand-dark),#1e3a6e); margin: 0 auto 20px; display: grid; place-items: center; clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); }
.feat-icon svg { width: 28px; height: 28px; stroke: #fff; fill: none; stroke-width: 1.8; }
.feature-card h4 { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--brand-dark); text-transform: uppercase; margin: 0 0 12px; }
.feature-card p { font-size: 13.5px; color: #6b7280; line-height: 1.7; margin: 0; }

/* CALCULATOR */
.calculator { background: var(--brand-light); padding: 90px 0; }
.calc-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.calc-form-wrap { background: #fff; padding: 44px; border-top: 4px solid var(--brand-primary); box-shadow: 0 8px 40px rgba(0,0,0,.07); }
.calc-form-wrap h3 { font-family: var(--font-display); font-size: 26px; font-weight: 800; color: var(--brand-dark); text-transform: uppercase; margin: 0 0 28px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-family: var(--font-display); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brand-dark); margin-bottom: 8px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1px solid #dde1ea; background: var(--brand-light); font-family: var(--font-body); font-size: 14px; color: var(--brand-dark); outline: none; transition: border-color .2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--brand-primary); background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-section-label { font-family: var(--font-display); font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brand-dark); margin: 20px 0 16px; }
.freight-tabs { display: flex; gap: 0; border: 1px solid #dde1ea; }
.freight-tab { flex: 1; padding: 11px; text-align: center; font-family: var(--font-display); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #6b7280; border: none; background: transparent; transition: all .2s; }
.freight-tab.active { background: var(--brand-primary); color: #fff; }
.calc-info > p { color: #5a6478; margin: 0 0 32px; font-size: 15px; }
.info-point { display: flex; align-items: flex-start; gap: 16px; padding: 18px 0; border-bottom: 1px solid #e8eaf0; }
.info-point:first-of-type { border-top: 1px solid #e8eaf0; }
.info-icon { width: 40px; height: 40px; background: var(--brand-dark); display: grid; place-items: center; flex-shrink: 0; }
.info-icon svg { width: 20px; height: 20px; stroke: var(--brand-primary); fill: none; stroke-width: 2; }
.info-point h5 { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--brand-dark); text-transform: uppercase; margin: 0 0 4px; }
.info-point p { font-size: 13.5px; color: #6b7280; margin: 0; }
.emergency-box { margin-top: 32px; padding: 24px; background: var(--brand-dark); display: flex; align-items: center; gap: 16px; }
.emergency-box svg { stroke: var(--brand-primary); fill: none; stroke-width: 2; }
.emergency-label { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 4px; }
.emergency-email a { color: #fff; font-size: 15px; }
.form-success { display: none; padding: 14px 18px; font-size: 14px; margin-top: 14px; gap: 10px; align-items: center; }
.form-success.success { background: #d1fae5; border: 1px solid #6ee7b7; color: #065f46; display: flex; }
.form-success.error { background: #fee2e2; border: 1px solid #fca5a5; color: #991b1b; display: flex; }

/* REVIEWS */
.reviews { padding: 90px 0; background: var(--brand-dark); position: relative; overflow: hidden; }
.reviews::before { content:''; position: absolute; left: -100px; bottom: -100px; width: 400px; height: 400px; border-radius: 50%; border: 70px solid rgba(232,64,12,.06); pointer-events: none; }
.reviews-header { text-align: center; margin-bottom: 56px; }
.reviews-header .section-title { color: #fff; }
.reviews-header p { color: rgba(255,255,255,.5); margin-top: 12px; font-size: 15px; }
.review-agg { display: flex; align-items: center; justify-content: center; gap: 32px; flex-wrap: wrap; margin: 0 auto 52px; padding: 28px 36px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); max-width: 640px; }
.agg-score { font-family: var(--font-display); font-size: 72px; font-weight: 800; color: #fff; line-height: 1; }
.agg-right { display: flex; flex-direction: column; gap: 6px; }
.stars-row { display: flex; gap: 4px; }
.star { width: 22px; height: 22px; fill: var(--brand-accent); }
.agg-label { color: rgba(255,255,255,.5); font-size: 13px; letter-spacing: 1px; }
.agg-bars { flex: 1; min-width: 200px; display: flex; flex-direction: column; gap: 6px; }
.agg-bar-row { display: flex; align-items: center; gap: 10px; font-size: 12px; color: rgba(255,255,255,.4); }
.agg-bar-row span:first-child { width: 10px; text-align: right; }
.agg-bar-track { flex: 1; height: 6px; background: rgba(255,255,255,.08); overflow: hidden; }
.agg-bar-fill { height: 100%; background: var(--brand-accent); }
.agg-bar-row span:last-child { width: 28px; }
.reviews-carousel { position: relative; overflow: hidden; }
.reviews-track { display: flex; gap: 24px; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.review-card { flex: 0 0 calc(33.333% - 16px); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); padding: 32px 28px; position: relative; transition: border-color .3s; }
.review-card:hover { border-color: rgba(232,64,12,.35); }
.review-card::before { content:'\201C'; font-family: Georgia, serif; font-size: 80px; color: rgba(232,64,12,.18); position: absolute; top: 12px; left: 20px; line-height: 1; }
.rc-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.rc-stars svg { width: 16px; height: 16px; fill: var(--brand-accent); }
.rc-text { color: rgba(255,255,255,.7); font-size: 14.5px; line-height: 1.75; margin: 0 0 24px; position: relative; z-index: 1; }
.rc-footer { display: flex; align-items: center; gap: 14px; border-top: 1px solid rgba(255,255,255,.06); padding-top: 18px; }
.rc-avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg,var(--brand-primary),#c43309); display: grid; place-items: center; font-family: var(--font-display); font-size: 18px; font-weight: 800; color: #fff; flex-shrink: 0; }
.rc-name { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: #fff; text-transform: uppercase; }
.rc-role { font-size: 12px; color: rgba(255,255,255,.4); margin-top: 2px; }
.rc-badge { margin-left: auto; background: rgba(232,64,12,.12); border: 1px solid rgba(232,64,12,.25); color: var(--brand-primary); font-family: var(--font-display); font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 10px; white-space: nowrap; }
.carousel-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 40px; }
.carousel-arrow { width: 44px; height: 44px; background: rgba(255,255,255,.06); border: none; display: grid; place-items: center; transition: all .2s; }
.carousel-arrow:hover { background: var(--brand-primary); }
.carousel-arrow svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2.5; }
.carousel-dots { display: flex; gap: 8px; align-items: center; }
.cdot { width: 8px; height: 8px; background: rgba(255,255,255,.2); border: none; transition: all .2s; }
.cdot.active { background: var(--brand-primary); width: 24px; }
.trust-strip { margin-top: 56px; display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.06); }
.trust-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.5); font-size: 13px; }
.trust-item svg { width: 20px; height: 20px; stroke: var(--brand-primary); fill: none; stroke-width: 2; flex-shrink: 0; }

/* CTA BANNER */
.cta-banner { background: var(--brand-primary); padding: 60px 0; position: relative; overflow: hidden; }
.cta-banner::before { content:''; position: absolute; right: 0; top: 0; bottom: 0; width: 40%; background: rgba(0,0,0,.08); clip-path: polygon(15% 0%,100% 0%,100% 100%,0% 100%); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; position: relative; z-index: 1; }
.cta-text h2 { font-family: var(--font-display); font-size: clamp(26px,3vw,40px); font-weight: 800; color: #fff; text-transform: uppercase; line-height: 1.1; margin: 0; }
.cta-text p { color: rgba(255,255,255,.8); margin: 8px 0 0; font-size: 15px; }

/* PAGE HERO */
.page-hero { background: var(--brand-dark); padding: 80px 0 60px; position: relative; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg,rgba(10,22,40,.97) 0%,rgba(10,22,40,.75) 100%); }
.page-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(232,64,12,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(232,64,12,.06) 1px,transparent 1px); background-size: 60px 60px; }
.page-hero-inner { position: relative; z-index: 2; }
.breadcrumb { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.45); font-size: 13px; margin-bottom: 20px; }
.breadcrumb a { color: var(--brand-primary); }
.breadcrumb .sep { color: rgba(255,255,255,.3); }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(36px,6vw,72px); font-weight: 800; color: #fff; text-transform: uppercase; line-height: 1; margin: 0; }
.page-hero h1 span { color: var(--brand-primary); }
.page-hero .hero-desc { color: rgba(255,255,255,.6); font-size: 16px; margin: 16px 0 0; max-width: 560px; font-weight: 300; }

/* ABOUT PAGE */
.about-intro { padding: 90px 0; background: #fff; }
.about-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-img-stack { position: relative; padding-bottom: 40px; padding-right: 40px; }
.about-img-main { aspect-ratio: 4/3; background-size: cover; background-position: center; clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px)); }
.about-img-accent { position: absolute; right: 0; bottom: 0; width: 55%; aspect-ratio: 1; background-size: cover; background-position: center; border: 6px solid #fff; clip-path: polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px)); }
.founder-chip { position: absolute; top: 24px; left: -24px; background: var(--brand-primary); color: #fff; padding: 16px 22px; display: flex; align-items: center; gap: 12px; }
.founder-chip .avatar { width: 44px; height: 44px; background: rgba(255,255,255,.2); border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-size: 20px; font-weight: 800; }
.founder-chip .name { font-family: var(--font-display); font-size: 16px; font-weight: 700; }
.founder-chip .role { font-size: 12px; opacity: .8; }
.about-text > p { color: #5a6478; font-size: 15px; margin: 0 0 18px; font-weight: 300; }
.about-text > p:first-of-type { font-size: 17px; color: #374151; font-weight: 400; }
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
.pillar { display: flex; align-items: flex-start; gap: 12px; padding: 16px; background: var(--brand-light); }
.pillar-icon { width: 36px; height: 36px; background: var(--brand-primary); display: grid; place-items: center; flex-shrink: 0; }
.pillar-icon svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2; }
.pillar h5 { font-family: var(--font-display); font-size: 14px; font-weight: 700; text-transform: uppercase; color: var(--brand-dark); margin: 0 0 4px; }
.pillar p { font-size: 12.5px; color: #6b7280; margin: 0; }
.stats-band { background: var(--brand-primary); padding: 50px 0; }
.stats-band .container { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.sband-item { text-align: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.2); }
.sband-item:last-child { border-right: none; }
.sband-num { font-family: var(--font-display); font-size: 52px; font-weight: 800; color: #fff; line-height: 1; }
.sband-lbl { font-size: 13px; color: rgba(255,255,255,.75); text-transform: uppercase; letter-spacing: 1.5px; margin-top: 4px; }
.mission { padding: 90px 0; background: var(--brand-light); }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.mv-card { padding: 44px; position: relative; overflow: hidden; }
.mv-card.mission-card { background: var(--brand-dark); }
.mv-card.vision-card { background: #fff; border: 1px solid #e8eaf0; }
.mv-card::before { content:''; position: absolute; right: -30px; top: -30px; width: 120px; height: 120px; border-radius: 50%; border: 30px solid rgba(232,64,12,.08); }
.mv-label { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--brand-primary); margin-bottom: 12px; }
.mv-card h3 { font-family: var(--font-display); font-size: 30px; font-weight: 800; text-transform: uppercase; margin: 0 0 18px; }
.mission-card h3 { color: #fff; }
.vision-card h3 { color: var(--brand-dark); }
.mission-card p { color: rgba(255,255,255,.65); font-size: 15px; font-weight: 300; }
.vision-card p { color: #5a6478; font-size: 15px; font-weight: 300; }
.mv-list-item { display: flex; align-items: center; gap: 10px; font-size: 14px; padding: 6px 0; }
.mv-list-item { color: rgba(255,255,255,.75); }
.mv-list-item.dark { color: #5a6478; }
.mv-diamond { width: 6px; height: 6px; background: var(--brand-primary); flex-shrink: 0; clip-path: polygon(50% 0%,100% 50%,50% 100%,0% 50%); }
.team { padding: 90px 0; background: #fff; }
.team-header { text-align: center; max-width: 540px; margin: 0 auto 52px; }
.team-header p { color: #5a6478; margin-top: 12px; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 28px; }
.team-card { position: relative; overflow: hidden; }
.team-img { aspect-ratio: 3/4; background: var(--brand-light); overflow: hidden; }
.team-img-inner { width: 100%; height: 100%; background-size: cover; background-position: center; background-color: var(--brand-dark); display: grid; place-items: center; font-family: var(--font-display); font-size: 72px; font-weight: 800; color: rgba(255,255,255,.3); }
.team-info { padding: 20px 20px 24px; background: #fff; border-top: 3px solid var(--brand-primary); }
.team-info h4 { font-family: var(--font-display); font-size: 20px; font-weight: 800; color: var(--brand-dark); text-transform: uppercase; margin: 0; }
.team-info span { font-size: 13px; color: var(--brand-primary); font-weight: 500; }
.team-info p { font-size: 13.5px; color: #6b7280; margin: 10px 0 0; line-height: 1.6; }
.partners { padding: 70px 0; background: var(--brand-dark); }
.partners h2 { font-family: var(--font-display); font-size: clamp(22px,3vw,36px); font-weight: 800; color: #fff; text-transform: uppercase; text-align: center; margin: 0 0 40px; }
.partners h2 span { color: var(--brand-primary); }
.partners-strip { display: flex; gap: 32px; flex-wrap: wrap; justify-content: center; align-items: center; }
.partner-badge { padding: 16px 32px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); font-family: var(--font-display); font-size: 16px; font-weight: 700; color: rgba(255,255,255,.4); letter-spacing: 1.5px; text-transform: uppercase; transition: all .3s; }
.partner-badge:hover { background: rgba(232,64,12,.12); border-color: rgba(232,64,12,.3); color: #fff; }
.partner-desc { text-align: center; color: rgba(255,255,255,.5); font-size: 14px; max-width: 600px; margin: 36px auto 0; line-height: 1.7; }

/* CONTACT PAGE */
.contact-cards { padding: 70px 0 40px; background: #fff; }
.contact-cards-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 24px; }
.ccard { padding: 36px 28px; text-align: center; border: 1px solid #e8eaf0; position: relative; overflow: hidden; transition: all .3s; }
.ccard::before { content:''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--brand-primary); transform: scaleX(0); transition: transform .3s; }
.ccard:hover { box-shadow: 0 12px 36px rgba(0,0,0,.09); transform: translateY(-4px); }
.ccard:hover::before { transform: scaleX(1); }
.ccard-icon { width: 64px; height: 64px; background: var(--brand-dark); margin: 0 auto 18px; display: grid; place-items: center; clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); transition: background .3s; }
.ccard:hover .ccard-icon { background: var(--brand-primary); }
.ccard-icon svg { width: 28px; height: 28px; stroke: #fff; fill: none; stroke-width: 1.8; }
.ccard h4 { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--brand-dark); text-transform: uppercase; margin: 0 0 8px; }
.ccard p { font-size: 13.5px; color: #6b7280; line-height: 1.6; margin: 0; }
.ccard a { color: var(--brand-primary); font-weight: 600; }
.contact-main { padding: 70px 0 90px; background: var(--brand-light); }
.contact-main-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; }
.tracking-panel { background: var(--brand-dark); padding: 40px; position: relative; overflow: hidden; }
.tracking-panel::before { content:''; position: absolute; right: -40px; top: -40px; width: 150px; height: 150px; border-radius: 50%; border: 40px solid rgba(232,64,12,.08); }
.tracking-panel h3 { font-family: var(--font-display); font-size: 24px; font-weight: 800; color: #fff; text-transform: uppercase; margin: 0 0 8px; }
.tracking-panel p { color: rgba(255,255,255,.55); font-size: 14px; margin: 0 0 24px; }
.track-input-wrap { display: flex; }
.track-input-wrap input { flex: 1; padding: 13px 16px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); color: #fff; font-family: var(--font-body); font-size: 14px; outline: none; }
.track-input-wrap input::placeholder { color: rgba(255,255,255,.3); }
.track-btn { padding: 13px 20px; background: var(--brand-primary); border: none; display: grid; place-items: center; transition: background .2s; }
.track-btn svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 2.5; }
.track-result { margin-top: 14px; padding: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.75); font-size: 13.5px; }
.track-result a { color: var(--brand-primary); }
.panel-divider { border: none; border-top: 1px solid rgba(255,255,255,.07); margin: 32px 0; }
.info-grid { display: flex; flex-direction: column; }
.info-row { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
.info-row:last-child { border-bottom: none; }
.info-row-icon { width: 38px; height: 38px; background: rgba(232,64,12,.12); border: 1px solid rgba(232,64,12,.2); display: grid; place-items: center; flex-shrink: 0; }
.info-row-icon svg { width: 18px; height: 18px; stroke: var(--brand-primary); fill: none; stroke-width: 2; }
.info-row-label { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 4px; }
.info-row-val { color: rgba(255,255,255,.85); font-size: 14px; }
.info-row-val a { color: rgba(255,255,255,.85); }
.contact-form-wrap { background: #fff; padding: 44px; border-top: 4px solid var(--brand-primary); box-shadow: 0 8px 40px rgba(0,0,0,.06); }
.contact-form-wrap h3 { font-family: var(--font-display); font-size: 28px; font-weight: 800; color: var(--brand-dark); text-transform: uppercase; margin: 0 0 6px; }
.contact-form-wrap > p { color: #6b7280; font-size: 14px; margin: 0 0 28px; }
.subject-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.stab { padding: 8px 16px; background: transparent; border: 1px solid #dde1ea; font-family: var(--font-display); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #6b7280; transition: all .2s; }
.stab.active { background: var(--brand-primary); color: #fff; border-color: var(--brand-primary); }
.form-check { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: #6b7280; margin-bottom: 20px; }
.form-check input { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; accent-color: var(--brand-primary); }
.map-section { background: var(--brand-dark); padding: 0; }
.map-placeholder { width: 100%; height: 380px; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 16px; position: relative; }
.map-overlay-dim { position: absolute; inset: 0; background: rgba(10,22,40,.6); }
.map-pin { position: relative; z-index: 2; width: 60px; height: 60px; background: var(--brand-primary); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); display: grid; place-items: center; box-shadow: 0 8px 30px rgba(232,64,12,.4); animation: bounce 2s infinite; }
.map-pin svg { transform: rotate(45deg); width: 26px; height: 26px; stroke: #fff; fill: none; stroke-width: 2; }
@keyframes bounce { 0%,100%{transform:rotate(-45deg) translateY(0);} 50%{transform:rotate(-45deg) translateY(-8px);} }
.map-label { position: relative; z-index: 2; font-family: var(--font-display); font-size: 16px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 2px; }
.map-label span { color: var(--brand-primary); }
.map-overlay-card { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); background: #fff; padding: 18px 28px; display: flex; align-items: center; gap: 20px; box-shadow: 0 12px 40px rgba(0,0,0,.2); z-index: 2; }
.map-overlay-card .dot { width: 10px; height: 10px; background: var(--brand-primary); border-radius: 50%; flex-shrink: 0; animation: pulse 1.4s infinite; }
.map-overlay-card span { font-family: var(--font-display); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--brand-dark); }
.map-overlay-card small { font-size: 12px; color: #6b7280; display: block; }
.faq { padding: 90px 0; background: #fff; }
.faq-header { text-align: center; max-width: 540px; margin: 0 auto 52px; }
.faq-header p { color: #5a6478; margin-top: 12px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 960px; margin: 0 auto; }
.faq-item { border: 1px solid #e8eaf0; overflow: hidden; }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--brand-dark); text-transform: uppercase; gap: 12px; background: #fff; border: none; width: 100%; text-align: left; transition: background .2s; }
.faq-q:hover { background: var(--brand-light); }
.faq-q.open { color: var(--brand-primary); }
.faq-icon { width: 24px; height: 24px; background: var(--brand-dark); display: grid; place-items: center; flex-shrink: 0; transition: background .2s; }
.faq-q.open .faq-icon { background: var(--brand-primary); }
.faq-icon svg { width: 14px; height: 14px; stroke: #fff; fill: none; stroke-width: 2.5; transition: transform .3s; }
.faq-q.open .faq-icon svg { transform: rotate(45deg); }
.faq-a { display: none; padding: 14px 22px 18px; font-size: 14px; color: #5a6478; line-height: 1.75; border-top: 1px solid #f0f0f5; }
.faq-a.open { display: block; }

/* FOOTER */
.site-footer { background: var(--brand-mid); color: rgba(255,255,255,.6); padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 50px; }
.footer-brand p { font-size: 14px; line-height: 1.75; margin: 16px 0 24px; }
.footer-social { display: flex; gap: 10px; }
.social-btn { width: 36px; height: 36px; background: rgba(255,255,255,.07); display: grid; place-items: center; transition: background .2s; }
.social-btn:hover { background: var(--brand-primary); }
.social-btn svg { width: 16px; height: 16px; stroke: #fff; fill: none; stroke-width: 2; }
.footer-col h4 { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 20px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,.55); transition: color .2s; display: flex; align-items: center; gap: 6px; }
.footer-col ul li a::before { content:'›'; color: var(--brand-primary); }
.footer-col ul li a:hover { color: #fff; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.footer-contact-item svg { width: 16px; height: 16px; stroke: var(--brand-primary); fill: none; stroke-width: 2; flex-shrink: 0; margin-top: 2px; }
.footer-contact-item span { font-size: 14px; line-height: 1.5; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13px; }
.footer-bottom a { color: var(--brand-primary); }

/* WP BLOG/ARCHIVE/SINGLE STYLES */
.content-area { max-width: 800px; margin: 80px auto; padding: 0 24px; }
.content-area article { margin-bottom: 60px; padding-bottom: 40px; border-bottom: 1px solid #e8eaf0; }
.content-area article:last-child { border-bottom: none; }
.content-area h1, .content-area h2 { font-family: var(--font-display); color: var(--brand-dark); }
.content-area h1 { font-size: clamp(28px,4vw,40px); margin-bottom: 16px; }
.entry-meta { color: #6b7280; font-size: 13px; margin-bottom: 20px; }
.entry-content { font-size: 16px; line-height: 1.8; color: #374151; }
.entry-content p { margin-bottom: 16px; }
.entry-content a { color: var(--brand-primary); }
.read-more { display: inline-flex; gap: 6px; color: var(--brand-primary); font-family: var(--font-display); font-weight: 700; letter-spacing: 1px; text-transform: uppercase; font-size: 13px; margin-top: 12px; }
.pagination { margin: 40px 0; display: flex; justify-content: center; gap: 8px; }
.pagination .page-numbers { padding: 10px 16px; background: #fff; border: 1px solid #e8eaf0; color: var(--brand-dark); font-family: var(--font-display); font-weight: 700; }
.pagination .page-numbers.current { background: var(--brand-primary); color: #fff; border-color: var(--brand-primary); }
.pagination .page-numbers:hover { background: var(--brand-dark); color: #fff; }
.error-404 { text-align: center; padding: 120px 24px; }
.error-404 h1 { font-family: var(--font-display); font-size: 120px; font-weight: 800; color: var(--brand-primary); line-height: 1; margin: 0; }
.error-404 h2 { font-family: var(--font-display); font-size: 32px; color: var(--brand-dark); text-transform: uppercase; margin: 12px 0 24px; }
.error-404 p { color: #6b7280; max-width: 480px; margin: 0 auto 32px; }

/* COMMENTS */
.comments-area { max-width: 800px; margin: 60px auto; padding: 0 24px; }
.comments-area h2 { font-family: var(--font-display); color: var(--brand-dark); margin-bottom: 24px; }
.comment-list { padding: 0; }
.comment { padding: 20px; border: 1px solid #e8eaf0; margin-bottom: 16px; }
.comment-author { font-weight: 700; }
.comment-form input, .comment-form textarea { width: 100%; padding: 12px 16px; border: 1px solid #dde1ea; margin-bottom: 12px; font-family: var(--font-body); }

/* ═══════════════════════════════════════════════════
   PET TRANSPORT PAGE
═══════════════════════════════════════════════════ */

/* Hero */
.pet-hero { min-height: 520px; display: flex; align-items: center; padding: 80px 0 60px; }
.pet-hero-content { display: grid; grid-template-columns: 1fr 340px; gap: 60px; align-items: center; position: relative; z-index: 2; }
.pet-hero-text h1 { font-family: var(--font-display); font-size: clamp(40px,6vw,72px); font-weight: 800; color: #fff; text-transform: uppercase; line-height: 1; margin: 20px 0 20px; }
.pet-hero-text h1 span { color: var(--brand-primary); }
.pet-hero-text p { font-size: 16px; color: rgba(255,255,255,.72); max-width: 500px; line-height: 1.8; margin: 0 0 32px; }
.pet-hero-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pet-trust-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); padding: 20px 16px; text-align: center; backdrop-filter: blur(6px); }
.ptc-icon { margin: 0 auto 10px; width: 40px; height: 40px; background: rgba(232,64,12,.2); border: 1px solid rgba(232,64,12,.4); display: grid; place-items: center; }
.ptc-icon svg { width: 20px; height: 20px; stroke: var(--brand-primary); }
.ptc-val { font-family: var(--font-display); font-size: 26px; font-weight: 800; color: #fff; line-height: 1; }
.ptc-label { font-size: 11px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }

/* Why-us strip */
.pet-why-strip { background: var(--brand-primary); padding: 18px 0; }
.pet-why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.pet-why-item { display: flex; align-items: center; gap: 10px; padding: 10px 20px; border-right: 1px solid rgba(255,255,255,.2); font-family: var(--font-display); font-size: 13px; font-weight: 700; color: #fff; letter-spacing: .5px; text-transform: uppercase; }
.pet-why-item:last-child { border-right: none; }
.pet-why-item svg { width: 18px; height: 18px; flex-shrink: 0; stroke: rgba(255,255,255,.8); }

/* Section base */
.pet-section { padding: 80px 0; }
.bg-white { background: #fff; }
.pet-section-header { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.pet-section-header p { font-size: 16px; color: #6b7280; margin-top: 16px; line-height: 1.75; }
.pet-section-header--light p { color: rgba(255,255,255,.65); }

/* Services grid */
.pet-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.pet-service-card { background: var(--brand-light); border: 1px solid #e8eaf0; padding: 32px 28px; position: relative; border-top: 4px solid transparent; transition: all .3s; }
.pet-service-card:hover { border-top-color: var(--brand-primary); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.08); }
.psc-featured { border-top-color: var(--brand-primary); background: #fff; box-shadow: 0 8px 32px rgba(0,0,0,.08); }
.psc-icon { width: 52px; height: 52px; background: var(--brand-dark); display: grid; place-items: center; margin-bottom: 16px; clip-path: polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px)); transition: background .3s; }
.pet-service-card:hover .psc-icon { background: var(--brand-primary); }
.psc-icon svg { width: 24px; height: 24px; stroke: #fff; }
.psc-tag { display: inline-block; background: var(--brand-primary); color: #fff; font-family: var(--font-display); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 3px 10px; margin-bottom: 10px; }
.pet-service-card h3 { font-family: var(--font-display); font-size: 18px; font-weight: 800; color: var(--brand-dark); text-transform: uppercase; margin: 0 0 10px; }
.pet-service-card > p { font-size: 14px; color: #6b7280; line-height: 1.7; margin: 0 0 16px; }
.psc-features { list-style: none; padding: 0; margin: 0; border-top: 1px solid #e8eaf0; padding-top: 14px; }
.psc-features li { font-size: 13px; color: #374151; padding: 5px 0; display: flex; align-items: flex-start; gap: 8px; }
.psc-features li::before { content: ''; width: 5px; height: 5px; background: var(--brand-primary); flex-shrink: 0; margin-top: 7px; }

/* Process */
.pet-process-section { background: var(--brand-dark); }
.pet-process-track { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 24px; margin-top: 12px; }
.ppt-line { position: absolute; top: 44px; left: calc(10% + 20px); right: calc(10% + 20px); height: 2px; background: rgba(232,64,12,.3); z-index: 0; }
.pet-process-step { position: relative; z-index: 1; text-align: center; }
.pps-num { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 2px; color: var(--brand-primary); margin-bottom: 10px; }
.pps-icon { width: 56px; height: 56px; background: var(--brand-mid); border: 2px solid rgba(232,64,12,.4); display: grid; place-items: center; margin: 0 auto 16px; transition: all .3s; }
.pet-process-step:hover .pps-icon { background: var(--brand-primary); border-color: var(--brand-primary); }
.pps-icon svg { width: 24px; height: 24px; stroke: var(--brand-primary); transition: stroke .3s; }
.pet-process-step:hover .pps-icon svg { stroke: #fff; }
.pet-process-step h4 { font-family: var(--font-display); font-size: 14px; font-weight: 800; color: #fff; text-transform: uppercase; margin: 0 0 8px; }
.pet-process-step p { font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.65; margin: 0; }

/* Animals grid */
.pet-animals-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.pet-animal-card { background: var(--brand-light); border: 1px solid #e8eaf0; padding: 28px 24px; text-align: center; transition: all .3s; display: flex; flex-direction: column; overflow: hidden; }
.pet-animal-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.08); border-color: var(--brand-primary); }
.pet-animal-card.has-image { padding: 0; }
.pet-animal-card.has-image .pac-body { padding: 24px 22px; text-align: center; }
.pac-image { width: 100%; aspect-ratio: 4/3; background-size: cover; background-position: center; background-repeat: no-repeat; }
.pac-body { display: flex; flex-direction: column; gap: 0; }
.pac-emoji { font-size: 48px; line-height: 1; margin-bottom: 14px; }
.pet-animal-card h4 { font-family: var(--font-display); font-size: 16px; font-weight: 800; color: var(--brand-dark); text-transform: uppercase; margin: 0 0 10px; }
.pet-animal-card p { font-size: 13.5px; color: #6b7280; line-height: 1.65; margin: 0; }
.pac-btn { margin-top: 16px; font-size: 12px !important; padding: 10px 20px !important; align-self: center; }
.pac-enquire { border: 2px dashed rgba(232,64,12,.3); background: rgba(232,64,12,.03); align-items: center; }
.pac-enquire .pac-body { align-items: center; padding: 28px 24px; }

/* Requirements */
.pet-reqs-section { background: var(--brand-light); }
.pet-reqs-layout { display: grid; grid-template-columns: 1fr 320px; gap: 60px; align-items: start; }
.pet-req-list { margin-top: 28px; display: flex; flex-direction: column; gap: 0; }
.pet-req-item { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid #e8eaf0; }
.pet-req-item:last-child { border-bottom: none; }
.pri-icon { width: 42px; height: 42px; background: var(--brand-dark); display: grid; place-items: center; flex-shrink: 0; }
.pri-icon svg { width: 20px; height: 20px; stroke: var(--brand-primary); }
.pet-req-item strong { display: block; font-family: var(--font-display); font-size: 14px; font-weight: 800; color: var(--brand-dark); text-transform: uppercase; margin-bottom: 4px; }
.pet-req-item p { font-size: 13.5px; color: #6b7280; margin: 0; line-height: 1.65; }
.pet-reqs-aside { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 90px; }
.pet-reqs-card { background: #fff; border: 1px solid #e8eaf0; padding: 28px 24px; border-top: 4px solid var(--brand-primary); }
.pet-reqs-card--dark { background: var(--brand-dark); border-color: var(--brand-dark); }
.prc-header { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; }
.prc-header svg { stroke: var(--brand-primary); flex-shrink: 0; }
.prc-header h4 { font-family: var(--font-display); font-size: 15px; font-weight: 800; color: var(--brand-dark); text-transform: uppercase; margin: 0; }
.pet-reqs-card--dark .prc-header h4 { color: #fff; }
.pet-reqs-card p { font-size: 13.5px; color: #6b7280; line-height: 1.65; margin: 0 0 6px; }
.pet-reqs-card--dark p { color: rgba(255,255,255,.6); }
.pet-reqs-card ul { list-style: none; padding: 0; margin: 10px 0 0; }
.pet-reqs-card ul li { font-size: 13px; color: #374151; padding: 5px 0; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #f0f0f5; }
.pet-reqs-card ul li:last-child { border-bottom: none; }
.pet-reqs-card ul li::before { content: ''; width: 5px; height: 5px; background: var(--brand-primary); flex-shrink: 0; }

/* FAQ */
.pet-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pet-faq-item { background: var(--brand-light); border: 1px solid #e8eaf0; padding: 28px 24px; border-left: 4px solid transparent; transition: border-color .2s; }
.pet-faq-item:hover { border-left-color: var(--brand-primary); }
.pfi-q { display: flex; gap: 10px; align-items: flex-start; font-family: var(--font-display); font-size: 15px; font-weight: 800; color: var(--brand-dark); text-transform: uppercase; margin-bottom: 12px; line-height: 1.3; }
.pfi-q svg { flex-shrink: 0; stroke: var(--brand-primary); margin-top: 1px; }
.pet-faq-item p { font-size: 14px; color: #6b7280; line-height: 1.75; margin: 0; }

/* CTA */
.pet-cta-section { background: var(--brand-light); border-top: 4px solid var(--brand-primary); padding: 70px 0; }
.pet-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.pet-cta-text h2 { font-family: var(--font-display); font-size: clamp(26px,3vw,40px); font-weight: 800; color: var(--brand-dark); text-transform: uppercase; margin: 8px 0 12px; }
.pet-cta-text p { font-size: 15px; color: #6b7280; max-width: 500px; margin: 0; line-height: 1.75; }
.pet-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; flex-shrink: 0; }
.btn-lg { padding: 16px 36px; font-size: 15px; }

/* ── RESPONSIVE — pet transport ── */
@media (max-width: 960px) {
  .pet-hero-content { grid-template-columns: 1fr; gap: 36px; }
  .pet-hero-badges { grid-template-columns: repeat(4,1fr); }
  .pet-why-grid { grid-template-columns: 1fr 1fr; }
  .pet-why-item { border-bottom: 1px solid rgba(255,255,255,.15); border-right: none; }
  .pet-why-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.2); }
  .pet-services-grid { grid-template-columns: 1fr 1fr; }
  .pet-process-track { grid-template-columns: 1fr 1fr; gap: 20px; }
  .ppt-line { display: none; }
  .pet-animals-grid { grid-template-columns: 1fr 1fr; }
  .pet-reqs-layout { grid-template-columns: 1fr; }
  .pet-reqs-aside { position: static; flex-direction: row; }
  .pet-reqs-card { flex: 1; }
  .pet-faq-grid { grid-template-columns: 1fr; }
  .pet-cta-inner { flex-direction: column; text-align: center; }
  .pet-cta-actions { justify-content: center; }
}
@media (max-width: 640px) {
  .pet-hero-badges { grid-template-columns: 1fr 1fr; }
  .pet-why-grid { grid-template-columns: 1fr; }
  .pet-why-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); }
  .pet-services-grid { grid-template-columns: 1fr; }
  .pet-process-track { grid-template-columns: 1fr; }
  .pet-animals-grid { grid-template-columns: 1fr 1fr; }
  .pet-reqs-aside { flex-direction: column; }
}

/* ═══════════════════════════════════════════════════
   LEGAL PAGES (Privacy Policy & Terms of Service)
═══════════════════════════════════════════════════ */

/* Hero tweaks for legal pages */
.legal-hero { padding: 100px 0 70px; }
.legal-meta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.legal-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.7); font-family: var(--font-display);
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 6px 14px;
}

/* Page wrap */
.legal-page-wrap { background: var(--brand-light); padding: 60px 0 100px; }

/* Two-column layout: TOC + content */
.legal-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: start;
}

/* ── TABLE OF CONTENTS ── */
.legal-toc-inner {
  position: sticky;
  top: 90px;
  background: #fff;
  border-top: 4px solid var(--brand-primary);
  padding: 28px 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
}
.legal-toc-inner h3 {
  font-family: var(--font-display);
  font-size: 13px; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--brand-dark); margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8eaf0;
}
.toc-list { list-style: none; padding: 0; margin: 0; counter-reset: none; }
.toc-list li { margin-bottom: 2px; }
.toc-list a {
  display: block; padding: 7px 10px;
  font-size: 13px; color: #5a6478;
  transition: all .2s; border-left: 2px solid transparent;
  line-height: 1.4;
}
.toc-list a:hover {
  color: var(--brand-primary);
  border-left-color: var(--brand-primary);
  background: rgba(232,64,12,.04);
  padding-left: 14px;
}

/* ── MAIN CONTENT ── */
.legal-content { min-width: 0; }

/* Intro box */
.legal-intro-box {
  display: flex; gap: 20px; align-items: flex-start;
  background: var(--brand-dark); color: rgba(255,255,255,.8);
  padding: 28px 32px; margin-bottom: 40px;
  border-left: 4px solid var(--brand-primary);
}
.legal-intro-box svg {
  width: 32px; height: 32px; flex-shrink: 0;
  stroke: var(--brand-primary); margin-top: 2px;
}
.legal-intro-box p { margin: 0; font-size: 15px; line-height: 1.75; }
.legal-intro-box strong { color: #fff; }

/* Section */
.legal-section {
  background: #fff;
  padding: 40px 44px;
  margin-bottom: 24px;
  border: 1px solid #e8eaf0;
  scroll-margin-top: 100px;
}
.legal-section-head {
  display: flex; align-items: center; gap: 18px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f5;
}
.legal-section-num {
  font-family: var(--font-display);
  font-size: 48px; font-weight: 800; line-height: 1;
  color: rgba(232,64,12,.12);
  flex-shrink: 0;
}
.legal-section h2 {
  font-family: var(--font-display);
  font-size: clamp(20px,2.5vw,28px);
  font-weight: 800; color: var(--brand-dark);
  text-transform: uppercase; margin: 0;
}
.legal-section h3 {
  font-family: var(--font-display);
  font-size: 16px; font-weight: 700;
  color: var(--brand-dark); text-transform: uppercase;
  letter-spacing: .5px; margin: 24px 0 10px;
}
.legal-section p {
  font-size: 15px; color: #374151;
  line-height: 1.8; margin: 0 0 16px;
}
.legal-section p:last-child { margin-bottom: 0; }
.legal-section a { color: var(--brand-primary); }

/* Lists */
.legal-list { list-style: none; padding: 0; margin: 0 0 20px; }
.legal-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14.5px; color: #374151; line-height: 1.75;
  padding: 6px 0; border-bottom: 1px solid #f5f5f8;
}
.legal-list li:last-child { border-bottom: none; }
.legal-list li::before {
  content: '';
  width: 6px; height: 6px; background: var(--brand-primary);
  flex-shrink: 0; margin-top: 8px;
  clip-path: polygon(50% 0%,100% 50%,50% 100%,0% 50%);
}

/* Use-case cards */
.legal-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px; margin: 20px 0;
}
.legal-use-card {
  background: var(--brand-light);
  border: 1px solid #e8eaf0;
  padding: 24px 20px;
  border-bottom: 3px solid var(--brand-primary);
  transition: box-shadow .2s;
}
.legal-use-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.07); }
.legal-use-card svg {
  width: 28px; height: 28px;
  stroke: var(--brand-primary); margin-bottom: 12px;
}
.legal-use-card h4 {
  font-family: var(--font-display); font-size: 15px;
  font-weight: 800; color: var(--brand-dark);
  text-transform: uppercase; margin: 0 0 8px;
}
.legal-use-card p { font-size: 13px; color: #6b7280; margin: 0; line-height: 1.65; }

/* Highlight / info box */
.legal-highlight-box {
  display: flex; gap: 16px; align-items: flex-start;
  background: rgba(232,64,12,.05);
  border: 1px solid rgba(232,64,12,.2);
  border-left: 4px solid var(--brand-primary);
  padding: 18px 20px; margin: 20px 0;
}
.legal-highlight-box svg {
  width: 22px; height: 22px; flex-shrink: 0;
  stroke: var(--brand-primary); margin-top: 1px;
}
.legal-highlight-box p { font-size: 14px; color: #374151; margin: 0; line-height: 1.7; }
.legal-highlight-warning {
  background: rgba(255,180,0,.06);
  border-color: rgba(255,180,0,.4);
  border-left-color: var(--brand-accent);
}
.legal-highlight-warning svg { stroke: var(--brand-accent); }

/* Table */
.legal-table-wrap { overflow-x: auto; margin: 20px 0; }
.legal-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.legal-table th {
  background: var(--brand-dark); color: #fff;
  padding: 12px 16px; font-family: var(--font-display);
  font-size: 12px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; text-align: left;
}
.legal-table td {
  padding: 13px 16px; border-bottom: 1px solid #e8eaf0; color: #374151;
}
.legal-table tr:last-child td { border-bottom: none; }
.legal-table tr:nth-child(even) td { background: var(--brand-light); }

/* Rights grid */
.legal-rights-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin: 20px 0;
}
.legal-right-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px; background: var(--brand-light);
  border: 1px solid #e8eaf0;
}
.legal-right-icon {
  width: 38px; height: 38px; flex-shrink: 0;
  background: var(--brand-dark);
  display: grid; place-items: center;
}
.legal-right-icon svg { width: 18px; height: 18px; stroke: var(--brand-primary); }
.legal-right-item strong {
  display: block; font-family: var(--font-display);
  font-size: 14px; font-weight: 700;
  color: var(--brand-dark); text-transform: uppercase;
  margin-bottom: 4px;
}
.legal-right-item p { font-size: 12.5px; color: #6b7280; margin: 0; line-height: 1.6; }

/* Contact block */
.legal-contact-block {
  background: var(--brand-dark);
  padding: 32px 36px; margin-top: 20px;
}
.legal-contact-grid { display: flex; gap: 32px; flex-wrap: wrap; }
.legal-contact-item {
  display: flex; gap: 14px; align-items: flex-start;
}
.legal-contact-item svg {
  width: 20px; height: 20px; flex-shrink: 0;
  stroke: var(--brand-primary); margin-top: 2px;
}
.lci-label {
  display: block; font-family: var(--font-display);
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,.4);
  margin-bottom: 4px;
}
.legal-contact-item a,
.legal-contact-item span {
  font-size: 14px; color: rgba(255,255,255,.85);
}
.legal-contact-item a:hover { color: var(--brand-primary); }

/* Also-see footer */
.legal-also-see {
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap; padding: 32px 0 0;
  border-top: 1px solid #e8eaf0; margin-top: 8px;
}
.legal-also-see p {
  font-family: var(--font-display); font-size: 13px;
  font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: #6b7280; margin: 0;
}

/* ── RESPONSIVE — legal pages ── */
@media (max-width: 960px) {
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc-inner { position: static; }
  .toc-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
  .legal-section { padding: 28px 24px; }
  .legal-cards-grid { grid-template-columns: 1fr; }
  .legal-rights-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .legal-section { padding: 22px 18px; }
  .toc-list { grid-template-columns: 1fr; }
  .legal-contact-grid { flex-direction: column; gap: 20px; }
  .legal-intro-box { flex-direction: column; gap: 14px; padding: 22px 20px; }
  .legal-also-see { flex-direction: column; align-items: flex-start; }
}

/* RESPONSIVE — all breakpoints unified */
@media (max-width: 960px) {
  /* Core pages */
  .approach-grid, .calc-inner, .about-intro-grid, .mission-grid, .contact-main-grid { grid-template-columns: 1fr; }
  .approach-img, .about-img-stack { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-band .container { grid-template-columns: repeat(2,1fr); }
  .review-card { flex: 0 0 calc(50% - 12px); }
  .form-row { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .hero-stats .container { flex-wrap: wrap; }
  .stat-item { flex: 0 0 50%; }
  .pillars { grid-template-columns: 1fr; }
  /* Reviews & Track pages */
  .agg-full-grid { grid-template-columns: 1fr 1fr; }
  .agg-big-score { grid-column: span 2; padding: 28px; }
  .track-page-box { padding: 32px 24px; }
  .leave-review-inner { flex-direction: column; text-align: center; }
  .leave-review-text { max-width: 100%; }
  .leave-review-links { justify-content: center; }
}
@media (max-width: 640px) {
  /* Core pages */
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: var(--brand-dark); padding: 20px 24px; gap: 16px; }
  .nav-hamburger { display: block; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 48px; }
  .review-card { flex: 0 0 100%; }
  .contact-cards-grid { grid-template-columns: 1fr 1fr; }
  .stats-band .container { grid-template-columns: 1fr 1fr; }
  .founder-chip { display: none; }
  /* Reviews & Track pages */
  .agg-full-grid { grid-template-columns: 1fr; }
  .agg-big-score { grid-column: span 1; }
  .agg-big-num { font-size: 64px; }
  .reviews-full-grid { grid-template-columns: 1fr; }
  .reviews-filters { gap: 6px; }
  .rfil { padding: 8px 14px; font-size: 11px; }
  .track-page-box { padding: 24px 18px; }
  .cat-row { grid-template-columns: 1fr 60px 40px; }
  .cat-label { font-size: 12px; }
}

/* ═══════════════════════════════════════════════════
   TRACK PAGE (simple — just shortcode container)
═══════════════════════════════════════════════════ */
.track-page-section {
  padding: 80px 0;
  background: var(--brand-light);
  min-height: 60vh;
}
.track-page-box {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-top: 4px solid var(--brand-primary);
  box-shadow: 0 8px 40px rgba(0,0,0,.07);
  padding: 48px;
}

/* WPCargo plugin form styling overrides — higher specificity to beat plugin stylesheet */
.track-page-section .track-page-box form { margin: 0; }
.track-page-section .track-page-box label {
  display: block;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--brand-dark);
  margin-bottom: 8px;
}
.track-page-section .track-page-box input[type="text"],
.track-page-section .track-page-box input[type="search"],
.track-page-section .track-page-box input[type="email"] {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #dde1ea;
  background: var(--brand-light);
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--brand-dark);
  outline: none;
  margin-bottom: 16px;
  transition: border-color .2s;
}
.track-page-section .track-page-box input[type="text"]:focus,
.track-page-section .track-page-box input[type="search"]:focus {
  border-color: var(--brand-primary);
  background: #fff;
}
.track-page-section .track-page-box input[type="submit"],
.track-page-section .track-page-box button[type="submit"] {
  background: var(--brand-primary);
  color: #fff;
  border: none;
  padding: 14px 36px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.track-page-section .track-page-box input[type="submit"]:hover,
.track-page-section .track-page-box button[type="submit"]:hover {
  background: var(--brand-dark);
  transform: translateY(-2px);
}
.track-page-section .track-page-box table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  font-size: 14px;
}
.track-page-section .track-page-box table th {
  background: var(--brand-dark);
  color: #fff;
  padding: 12px 16px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}
.track-page-section .track-page-box table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e8eaf0;
  color: #374151;
}
.track-page-section .track-page-box table tr:last-child td {
  border-bottom: none;
}
.track-page-section .track-page-box .wpcargo-result,
.track-page-section .track-page-box .wpcargo-tracking-result {
  margin-top: 24px;
}

/* ═══════════════════════════════════════════════════
   REVIEWS PAGE
═══════════════════════════════════════════════════ */

/* AGGREGATE SECTION */
.reviews-aggregate-section {
  padding: 70px 0;
  background: #fff;
}
.agg-full-grid {
  display: grid;
  grid-template-columns: 280px 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

/* Big score block */
.agg-big-score {
  background: var(--brand-dark);
  padding: 36px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.agg-big-num {
  font-family: var(--font-display);
  font-size: 84px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 12px;
}
.agg-big-score .stars-row {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-bottom: 10px;
}
.agg-big-score .stars-row svg {
  width: 22px;
  height: 22px;
  fill: var(--brand-accent);
}
.agg-big-label {
  color: rgba(255,255,255,.6);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* Side blocks (breakdown / categories) */
.agg-breakdown,
.agg-categories,
.agg-platforms {
  background: var(--brand-light);
  padding: 28px;
  border-left: 3px solid var(--brand-primary);
}
.agg-breakdown h3,
.agg-categories h3,
.agg-platforms h3 {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  color: var(--brand-dark);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 18px;
}

/* Breakdown bars */
.agg-bar-full-row {
  display: grid;
  grid-template-columns: 28px 1fr 38px;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 12px;
  color: #6b7280;
}
.agg-bar-full-row .bar-star {
  color: var(--brand-dark);
  font-weight: 700;
  font-size: 13px;
}
.agg-bar-full-row .agg-bar-track {
  height: 8px;
  background: #e0e4ec;
  overflow: hidden;
}
.agg-bar-full-row .agg-bar-fill {
  height: 100%;
  background: var(--brand-accent);
  transition: width .6s ease;
}
.agg-bar-full-row .bar-pct {
  text-align: right;
  font-weight: 600;
  color: var(--brand-dark);
}

/* Categories */
.cat-row {
  display: grid;
  grid-template-columns: 1fr 100px 40px;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.cat-label {
  font-size: 13px;
  color: var(--brand-dark);
}
.cat-bar-wrap {
  height: 8px;
  background: #e0e4ec;
  overflow: hidden;
}
.cat-bar-fill {
  height: 100%;
  background: var(--brand-primary);
  transition: width .6s ease;
}
.cat-score {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-dark);
  text-align: right;
}

/* Platforms (hidden by default in lean version) */
.agg-platforms { display: none; }

/* FILTER TABS */
.reviews-list-section {
  padding: 70px 0 90px;
  background: var(--brand-light);
}
.reviews-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d8dde6;
}
.rfil {
  padding: 10px 22px;
  background: #fff;
  border: 1px solid #dde1ea;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6b7280;
  cursor: pointer;
  transition: all .2s;
}
.rfil.active {
  background: var(--brand-primary);
  color: #fff;
  border-color: var(--brand-primary);
}
.rfil:hover:not(.active) {
  background: var(--brand-dark);
  color: #fff;
  border-color: var(--brand-dark);
}

/* REVIEWS GRID */
.reviews-full-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}
.rfull-card {
  background: #fff;
  padding: 32px 28px 24px;
  border: 1px solid #e8eaf0;
  transition: all .3s;
  position: relative;
  display: flex;
  flex-direction: column;
}
.rfull-card::before {
  content: '\201C';
  font-family: Georgia, serif;
  font-size: 64px;
  color: rgba(232,64,12,.12);
  position: absolute;
  top: 6px;
  left: 18px;
  line-height: 1;
  pointer-events: none;
}
.rfull-card:hover {
  box-shadow: 0 12px 36px rgba(0,0,0,.08);
  transform: translateY(-3px);
  border-color: rgba(232,64,12,.25);
}
.rfull-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.rfull-stars {
  display: flex;
  gap: 3px;
}
.rfull-stars svg {
  width: 16px;
  height: 16px;
  fill: var(--brand-accent);
}
.rfull-card .rc-badge {
  margin-left: 0;
  background: rgba(232,64,12,.08);
  border: 1px solid rgba(232,64,12,.2);
  color: var(--brand-primary);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  white-space: nowrap;
}
.rfull-text {
  font-size: 14.5px;
  color: #374151;
  line-height: 1.75;
  margin: 0 0 22px;
  position: relative;
  z-index: 1;
  flex: 1;
}
.rfull-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid #f0f0f5;
}
.rfull-card .rc-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-primary), #c43309);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}
.rfull-meta {
  flex: 1;
  min-width: 0;
}
.rfull-name {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--brand-dark);
  text-transform: uppercase;
  line-height: 1.2;
}
.rfull-role {
  font-size: 12px;
  color: #6b7280;
  margin-top: 3px;
  line-height: 1.3;
}
.rfull-location {
  font-size: 11px;
  color: var(--brand-primary);
  margin-top: 4px;
  font-weight: 500;
}

/* No-results */
#noResults {
  text-align: center;
  padding: 60px 0;
  color: #6b7280;
  font-size: 15px;
}

/* LEAVE REVIEW SECTION */
.leave-review-section {
  padding: 80px 0;
  background: #fff;
}
.leave-review-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.leave-review-text {
  max-width: 540px;
}
.leave-review-text p {
  color: #5a6478;
  margin: 14px 0 0;
  font-size: 15px;
}
.leave-review-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}



/* ═══════════════════════════════════════════════════
   MISSING CLASS FILLERS
═══════════════════════════════════════════════════ */
.legal-toc { display: block; }
.pet-reqs-text { min-width: 0; }

/* ═══════════════════════════════════════════════════
   MOBILE FIXES — Legal & Pet Pages
   Targeted overrides to ensure clean mobile display
═══════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  /* Legal pages */
  .legal-layout { grid-template-columns: 1fr !important; gap: 24px; }
  .legal-toc-inner { position: static; }
  .toc-list { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }

  /* Pet hero */
  .pet-hero-content { grid-template-columns: 1fr; gap: 32px; }
  .pet-hero-badges { grid-template-columns: repeat(2, 1fr); max-width: 480px; margin: 0 auto; }

  /* Pet sections */
  .pet-services-grid { grid-template-columns: repeat(2, 1fr); }
  .pet-process-track { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .pet-animals-grid { grid-template-columns: repeat(2, 1fr); }
  .pet-reqs-layout { grid-template-columns: 1fr !important; gap: 32px; }
}

@media (max-width: 768px) {
  /* Hero padding */
  .page-hero { padding: 60px 0 50px; }
  .page-hero h1 { font-size: clamp(32px, 8vw, 48px) !important; }
  .legal-hero { padding: 70px 0 50px; }

  /* Legal page mobile */
  .legal-section { padding: 24px 20px; margin-bottom: 16px; }
  .legal-section-head { flex-wrap: wrap; gap: 10px; padding-bottom: 16px; margin-bottom: 18px; }
  .legal-section-num { font-size: 36px; }
  .legal-section h2 { font-size: 20px !important; }
  .legal-section h3 { font-size: 15px; margin: 18px 0 10px; }
  .legal-section p { font-size: 14px; line-height: 1.7; }
  .legal-list li { font-size: 13.5px; padding: 5px 0; }
  .legal-cards-grid { grid-template-columns: 1fr !important; }
  .legal-intro-box { flex-direction: column; gap: 14px; padding: 20px 18px; }
  .legal-intro-box p { font-size: 14px; }
  .toc-list { grid-template-columns: 1fr; }
  .toc-list a { font-size: 12.5px; padding: 6px 10px; }
  .legal-meta { gap: 8px; margin-top: 16px; }
  .legal-badge { font-size: 10px; padding: 5px 10px; }

  /* Pet page mobile */
  .pet-hero { min-height: auto; padding: 60px 0 50px; }
  .pet-hero-text h1 { font-size: clamp(32px, 8vw, 52px); margin: 16px 0; }
  .pet-hero-text p { font-size: 15px; }
  .pet-hero-badges { grid-template-columns: 1fr 1fr; }
  .pet-trust-card { padding: 16px 12px; }
  .ptc-val { font-size: 22px; }
  .ptc-label { font-size: 10px; }

  .pet-why-grid { grid-template-columns: 1fr 1fr; }
  .pet-why-item { padding: 8px 12px; font-size: 11px; border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); }
  .pet-why-item:nth-child(2n) { border-right: none; }

  .pet-section { padding: 50px 0; }
  .pet-section-header { margin-bottom: 32px; }
  .pet-section-header p { font-size: 14px; }
  .pet-services-grid { grid-template-columns: 1fr; gap: 16px; }
  .pet-service-card { padding: 24px 22px; }
  .pet-process-track { grid-template-columns: 1fr; gap: 24px; }
  .pet-animals-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .pet-animal-card { padding: 22px 18px; }
  .pet-animal-card.has-image { padding: 0; }
  .pet-animal-card.has-image .pac-body { padding: 18px 14px; }
  .pet-animal-card h4 { font-size: 14px; }
  .pet-animal-card p { font-size: 12.5px; }
  .pac-emoji { font-size: 38px; margin-bottom: 10px; }
  .pet-reqs-layout { gap: 24px; }
  .pet-cta-section { padding: 50px 0; }
  .pet-cta-inner { flex-direction: column; text-align: center; gap: 24px; }
  .pet-cta-actions { justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 480px) {
  /* Smallest screens */
  .container { padding: 0 18px; }
  .page-hero { padding: 50px 0 40px; }

  /* Legal page extra-small */
  .legal-section { padding: 20px 16px; }
  .legal-section-num { font-size: 28px; }
  .legal-section h2 { font-size: 17px !important; }
  .legal-page-wrap { padding: 40px 0 60px; }

  /* Pet page extra-small */
  .pet-hero-badges { grid-template-columns: 1fr; max-width: 100%; }
  .pet-animals-grid { grid-template-columns: 1fr; }
  .pet-why-grid { grid-template-columns: 1fr; }
  .pet-why-item { border-bottom: 1px solid rgba(255,255,255,.15); }
  .pet-why-item:last-child { border-bottom: none; }
  .pet-services-grid { gap: 14px; }
}
