/*
Theme Name: UNO Care One Page
Theme URI: https://uno.care
Author: UNO.care
Author URI: https://uno.care
Description: A modern, single-page WordPress theme inspired by the UNO.care site — navy + coral palette, Plus Jakarta Sans headings, Inter body. Built for landing pages with hero, features, testimonials, and CTA sections.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uno-care
Tags: one-page, business, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, translation-ready
*/

/* ---------- Design tokens ---------- */
:root {
  --uno-navy: #0b1b3b;
  --uno-navy-2: #122a5c;
  --uno-coral: #ff6a4d;
  --uno-coral-2: #ff8a72;
  --uno-bg: #ffffff;
  --uno-soft: #f7f8fb;
  --uno-text: #0b1b3b;
  --uno-muted: #5b6478;
  --uno-border: #e6e8ef;
  --uno-radius: 14px;
  --uno-shadow: 0 10px 30px rgba(11, 27, 59, 0.08);
  --uno-container: 1200px;
  --uno-font-head: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --uno-font-body: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--uno-font-body);
  color: var(--uno-text);
  background: var(--uno-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--uno-coral); text-decoration: none; }
a:hover { color: var(--uno-coral-2); }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--uno-font-head);
  color: var(--uno-navy);
  line-height: 1.2;
  margin: 0 0 .5em;
  font-weight: 700;
}
h1 { font-size: clamp(2rem, 4vw, 3.25rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: 1.25rem; }
p  { margin: 0 0 1em; color: var(--uno-muted); }

.container {
  width: 100%;
  max-width: var(--uno-container);
  padding: 0 24px;
  margin: 0 auto;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: var(--uno-font-head);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn-primary { background: var(--uno-coral); color: #fff; }
.btn-primary:hover { background: var(--uno-coral-2); color: #fff; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--uno-navy); border-color: var(--uno-border); }
.btn-ghost:hover { border-color: var(--uno-navy); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--uno-border);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.site-branding a { color: var(--uno-navy); font-family: var(--uno-font-head); font-weight: 800; font-size: 1.25rem; }
.main-nav ul { list-style: none; display: flex; gap: 28px; padding: 0; margin: 0; }
.main-nav a { color: var(--uno-navy); font-weight: 500; font-size: 0.95rem; }
.main-nav a:hover { color: var(--uno-coral); }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.5rem; cursor: pointer; color: var(--uno-navy); }

@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--uno-border); }
  .main-nav.is-open { display: block; }
  .main-nav ul { flex-direction: column; padding: 16px 24px; gap: 14px; }
}

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section-soft { background: var(--uno-soft); }
.section-navy { background: var(--uno-navy); color: #fff; }
.section-navy h1, .section-navy h2, .section-navy h3 { color: #fff; }
.section-navy p { color: rgba(255,255,255,.8); }
.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .8rem;
  font-weight: 700;
  color: var(--uno-coral);
  margin-bottom: 12px;
}

/* ---------- Hero ---------- */
.hero { padding: 120px 0 80px; background: linear-gradient(180deg, #fff 0%, var(--uno-soft) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.hero h1 { margin-bottom: 16px; }
.hero p.lede { font-size: 1.125rem; color: var(--uno-muted); margin-bottom: 28px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-art { background: #fff; border: 1px solid var(--uno-border); border-radius: 24px; box-shadow: var(--uno-shadow); aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; color: var(--uno-muted); }
@media (max-width: 820px) { .hero-grid { grid-template-columns: 1fr; } }

/* ---------- Feature grid ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .grid-3 { grid-template-columns: 1fr; } }
.card { background: #fff; border: 1px solid var(--uno-border); border-radius: var(--uno-radius); padding: 28px; box-shadow: var(--uno-shadow); transition: transform .2s ease; }
.card:hover { transform: translateY(-4px); }
.card .icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(255, 106, 77, .12); color: var(--uno-coral); display: flex; align-items: center; justify-content: center; font-weight: 700; margin-bottom: 16px; }

/* ---------- Testimonial ---------- */
.testimonial { max-width: 780px; margin: 0 auto; text-align: center; }
.testimonial blockquote { font-family: var(--uno-font-head); font-size: 1.5rem; line-height: 1.4; color: var(--uno-navy); margin: 0 0 16px; }
.testimonial cite { color: var(--uno-muted); font-style: normal; font-weight: 600; }

/* ---------- CTA ---------- */
.cta { text-align: center; }
.cta h2 { color: #fff; margin-bottom: 12px; }
.cta p { color: rgba(255,255,255,.85); margin-bottom: 24px; }

/* ---------- Footer ---------- */
.site-footer { background: #06122a; color: rgba(255,255,255,.7); padding: 48px 0 32px; }
.site-footer a { color: #fff; }
.site-footer .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.site-footer .legal { font-size: .9rem; }

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.mt-2 { margin-top: 16px; }
.mt-4 { margin-top: 32px; }
.section-title { max-width: 720px; margin: 0 auto 48px; text-align: center; }
