/*
Theme Name: Boca Totes
Theme URI: https://www.bocatotes.com
Author: Boca Totes
Description: Custom WordPress theme for Boca Totes moving tote rental service in Boca Raton and Palm Beach County, FL.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boca-totes
*/

/* ─── Design tokens ─────────────────────────────────────── */
:root {
  --teal:       #0d9488;
  --teal-dark:  #0f766e;
  --teal-light: #ccfbf1;
  --coral:      #f97316;
  --coral-dark: #ea6c0a;
  --navy:       #0f172a;
  --slate:      #334155;
  --muted:      #64748b;
  --border:     #e2e8f0;
  --bg:         #f8fafc;
  --white:      #ffffff;
  --radius-sm:  6px;
  --radius:     12px;
  --radius-lg:  20px;
  --shadow-sm:  0 1px 3px rgba(0,0,0,.08);
  --shadow:     0 4px 16px rgba(0,0,0,.10);
  --shadow-lg:  0 12px 40px rgba(0,0,0,.14);
}

/* ─── Reset ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; color: var(--navy); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }

/* ─── Utilities ──────────────────────────────────────────── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.section-label { font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; }
.section-title { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; line-height: 1.2; color: var(--navy); }
.section-sub { font-size: 1.05rem; color: var(--muted); margin-top: 14px; max-width: 560px; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 50px; font-weight: 700; font-size: .95rem; transition: all .2s; white-space: nowrap; }
.btn-primary { background: var(--coral); color: var(--white); }
.btn-primary:hover { background: var(--coral-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(249,115,22,.35); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.7); }
.btn-outline:hover { background: rgba(255,255,255,.12); }
.btn-teal { background: var(--teal); color: var(--white); }
.btn-teal:hover { background: var(--teal-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(13,148,136,.35); }
.card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.tag { display: inline-block; background: var(--teal-light); color: var(--teal-dark); font-size: .78rem; font-weight: 700; padding: 4px 12px; border-radius: 50px; }
.green-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: #22c55e; margin-right: 6px; }

/* ─── Nav ────────────────────────────────────────────────── */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.nav-logo { display: flex; align-items: center; gap: 10px; font-weight: 900; font-size: 1.3rem; color: var(--navy); }
.nav-logo svg { width: 36px; height: 36px; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: .9rem; font-weight: 500; color: var(--slate); transition: color .15s; }
.nav-links a:hover { color: var(--teal); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-phone { font-size: .88rem; font-weight: 600; color: var(--slate); }
.nav-phone:hover { color: var(--teal); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: all .25s; }
.mobile-menu { display: none; flex-direction: column; gap: 0; border-top: 1px solid var(--border); background: var(--white); }
.mobile-menu a { display: block; padding: 14px 20px; font-size: .95rem; font-weight: 500; color: var(--slate); border-bottom: 1px solid var(--border); }
.mobile-menu .btn { margin: 16px 20px; }
.mobile-menu.open { display: flex; }

/* ─── Hero ───────────────────────────────────────────────── */
.hero { background: linear-gradient(135deg, #0f172a 0%, #134e4a 60%, #0d9488 100%); color: var(--white); padding: 88px 0 80px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 50px; padding: 6px 16px; font-size: .82rem; font-weight: 600; margin-bottom: 24px; }
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 900; line-height: 1.1; margin-bottom: 20px; }
.hero h1 span { color: #5eead4; }
.hero p { font-size: 1.1rem; color: rgba(255,255,255,.8); margin-bottom: 36px; max-width: 480px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-trust { display: flex; gap: 24px; margin-top: 40px; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 8px; font-size: .85rem; color: rgba(255,255,255,.75); }
.hero-trust-item svg { width: 18px; height: 18px; color: #5eead4; flex-shrink: 0; }
.hero-visual { display: flex; flex-direction: column; gap: 14px; }
.tote-stack { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-lg); padding: 32px; text-align: center; }
.tote-icon { font-size: 5rem; margin-bottom: 12px; }
.tote-stack p { font-size: .9rem; color: rgba(255,255,255,.7); }
.hero-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 16px; text-align: center; }
.hero-stat strong { display: block; font-size: 1.5rem; font-weight: 900; color: #5eead4; }
.hero-stat span { font-size: .75rem; color: rgba(255,255,255,.65); }

/* ─── Trust Bar ──────────────────────────────────────────── */
.trust-bar { background: var(--teal-light); border-bottom: 1px solid #b2f5ea; padding: 14px 0; }
.trust-bar-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 600; color: var(--teal-dark); }
.trust-item svg { width: 16px; height: 16px; }

/* ─── How It Works ───────────────────────────────────────── */
.how { padding: 88px 0; }
.how-header { text-align: center; margin-bottom: 56px; }
.how-header .section-sub { margin: 14px auto 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; position: relative; }
.steps::before { content: ''; position: absolute; top: 52px; left: calc(16.66% + 20px); right: calc(16.66% + 20px); height: 2px; background: linear-gradient(90deg, var(--teal) 0%, var(--teal-light) 100%); z-index: 0; }
.step { text-align: center; padding: 0 20px; position: relative; z-index: 1; }
.step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--teal); color: var(--white); font-size: 1.2rem; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; border: 4px solid var(--white); box-shadow: 0 0 0 3px var(--teal); }
.step-icon { font-size: 2.2rem; margin-bottom: 14px; }
.step h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
.step p { font-size: .9rem; color: var(--muted); }

/* ─── Pricing ────────────────────────────────────────────── */
.pricing { background: var(--bg); padding: 88px 0; }
.pricing-header { text-align: center; margin-bottom: 52px; }
.pricing-header .section-sub { margin: 14px auto 0; }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.price-card { border-radius: var(--radius); border: 2px solid var(--border); background: var(--white); padding: 28px 24px 32px; display: flex; flex-direction: column; transition: all .2s; position: relative; }
.price-card:hover { border-color: var(--teal); box-shadow: var(--shadow); transform: translateY(-4px); }
.price-card.featured { border-color: var(--teal); background: linear-gradient(135deg, #f0fdfa 0%, var(--white) 100%); }
.price-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--coral); color: var(--white); font-size: .72rem; font-weight: 800; padding: 4px 14px; border-radius: 50px; white-space: nowrap; }
.price-type { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.price-home { font-size: 1.15rem; font-weight: 800; color: var(--navy); margin-bottom: 16px; }
.price-amount { font-size: 2.4rem; font-weight: 900; color: var(--teal); line-height: 1; margin-bottom: 4px; }
.price-amount span { font-size: 1rem; font-weight: 600; color: var(--muted); }
.price-note { font-size: .78rem; color: var(--muted); margin-bottom: 20px; }
.price-features { flex: 1; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.price-feature { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: var(--slate); }
.price-feature svg { width: 16px; height: 16px; color: var(--teal); flex-shrink: 0; }
.price-card .btn { width: 100%; justify-content: center; padding: 12px 20px; }

/* ─── Benefits ───────────────────────────────────────────── */
.benefits { padding: 88px 0; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.benefits-text .section-sub { max-width: 100%; }
.benefit-list { margin-top: 32px; display: flex; flex-direction: column; gap: 20px; }
.benefit-item { display: flex; gap: 16px; }
.benefit-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--teal-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.3rem; }
.benefit-item h4 { font-size: .98rem; font-weight: 700; margin-bottom: 4px; }
.benefit-item p { font-size: .88rem; color: var(--muted); }
.benefits-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bv-card { border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.bv-card.teal { background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%); color: var(--white); }
.bv-card.light { background: var(--teal-light); }
.bv-card.coral { background: linear-gradient(135deg, var(--coral) 0%, var(--coral-dark) 100%); color: var(--white); }
.bv-card.dark { background: var(--navy); color: var(--white); }
.bv-card .big { font-size: 2rem; font-weight: 900; }
.bv-card .label { font-size: .82rem; opacity: .85; }
.bv-card .em { font-size: 1.15rem; font-weight: 800; }

/* ─── Service Area ───────────────────────────────────────── */
.area { background: var(--bg); padding: 88px 0; }
.area-header { text-align: center; margin-bottom: 48px; }
.area-header .section-sub { margin: 14px auto 0; }
.cities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 40px; }
.city-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 16px; display: flex; align-items: center; gap: 12px; transition: all .18s; }
.city-card:hover { border-color: var(--teal); box-shadow: var(--shadow-sm); }
.city-pin { width: 36px; height: 36px; background: var(--teal-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.city-card h3 { font-size: .9rem; font-weight: 700; margin-bottom: 2px; }
.city-card p { font-size: .76rem; color: var(--muted); }
.area-note { text-align: center; font-size: .88rem; color: var(--muted); }
.area-note a { color: var(--teal); font-weight: 600; }

/* ─── FAQ ────────────────────────────────────────────────── */
.faq { background: var(--bg); padding: 88px 0; }
.faq-header { text-align: center; margin-bottom: 52px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 900px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 20px 22px; cursor: pointer; font-weight: 600; font-size: .95rem; gap: 12px; user-select: none; }
.faq-q:hover { background: var(--teal-light); }
.faq-chevron { width: 20px; height: 20px; flex-shrink: 0; color: var(--teal); transition: transform .25s; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-a { display: none; padding: 0 22px 20px; font-size: .9rem; color: var(--muted); line-height: 1.7; }
.faq-item.open .faq-a { display: block; }

/* ─── CTA Banner ─────────────────────────────────────────── */
.cta-banner { background: linear-gradient(135deg, var(--teal-dark) 0%, #134e4a 100%); padding: 72px 0; color: var(--white); text-align: center; }
.cta-banner h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); font-weight: 900; margin-bottom: 16px; }
.cta-banner p { font-size: 1.05rem; color: rgba(255,255,255,.8); margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; align-items: center; }
.cta-or { font-size: .85rem; opacity: .65; }

/* ─── Footer ─────────────────────────────────────────────── */
.footer { background: var(--navy); color: rgba(255,255,255,.75); padding: 60px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; margin-bottom: 48px; }
.footer-brand { max-width: 300px; }
.footer-logo { display: flex; align-items: center; gap: 10px; font-weight: 900; font-size: 1.2rem; color: var(--white); margin-bottom: 14px; }
.footer-brand p { font-size: .88rem; line-height: 1.7; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; transition: background .15s; }
.footer-social a:hover { background: var(--teal); }
.footer-social svg { width: 16px; height: 16px; color: var(--white); }
.footer-col h4 { font-size: .85rem; font-weight: 700; color: var(--white); letter-spacing: .05em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: .88rem; transition: color .15s; }
.footer-col a:hover { color: var(--white); }
.footer-contact p { font-size: .88rem; display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
.footer-contact svg { width: 16px; height: 16px; color: var(--teal); flex-shrink: 0; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; font-size: .8rem; }
.footer-bottom a { transition: color .15s; }
.footer-bottom a:hover { color: var(--white); }

/* ─── Booking Modal ──────────────────────────────────────── */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 999; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.open { display: flex; }
.modal { background: var(--white); border-radius: var(--radius-lg); padding: 40px; max-width: 540px; width: 100%; position: relative; box-shadow: var(--shadow-lg); max-height: 90vh; overflow-y: auto; }
.modal-close { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; border-radius: 50%; background: var(--bg); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--muted); }
.modal-close:hover { background: var(--border); color: var(--navy); }
.modal h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 6px; }
.modal p { font-size: .9rem; color: var(--muted); margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.form-group label { font-size: .82rem; font-weight: 600; color: var(--slate); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font: inherit; font-size: .92rem; color: var(--navy); background: var(--white); transition: border-color .15s; outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13,148,136,.12); }
.form-group textarea { resize: vertical; min-height: 80px; }
.form-submit { width: 100%; padding: 14px; font-size: 1rem; font-weight: 700; background: var(--coral); color: var(--white); border-radius: 50px; transition: background .2s; }
.form-submit:hover { background: var(--coral-dark); }
.form-success { display: none; text-align: center; padding: 20px 0; }
.form-success .check { font-size: 3rem; margin-bottom: 12px; }
.form-success h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 8px; }
.form-success p { color: var(--muted); }

/* ─── Responsive ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .cities-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta .btn { display: none; }
  .nav-hamburger { display: flex; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding: 60px 0; }
  .hero-visual { display: none; }
  .steps::before { display: none; }
  .steps { grid-template-columns: 1fr; gap: 32px; }
  .step-num { margin-bottom: 14px; }
  .price-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-visual { display: grid; }
  .faq-grid { grid-template-columns: 1fr; }
  .cities-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { max-width: 100%; }
  .hero-stat-row { grid-template-columns: repeat(3,1fr); }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .cities-grid { grid-template-columns: 1fr; }
  .hero-trust { flex-direction: column; gap: 10px; }
  .hero-stat-row { grid-template-columns: repeat(3,1fr); gap: 6px; }
  .hero-stat strong { font-size: 1.2rem; }
  .trust-bar-inner { gap: 14px; justify-content: flex-start; }
  .cta-actions { flex-direction: column; }
  .modal { padding: 28px 20px; }
}
