/* =========================================================
   PlayOn Active — brand stylesheet
   Navy  #18306C   Orange #FC8400
   ========================================================= */

:root {
  --navy:        #18306C;
  --navy-deep:   #112555;
  --navy-soft:   #2a4a93;
  --orange:      #FC8400;
  --orange-deep: #e06f00;
  --ink:         #1c2541;
  --grey:        #5b6478;
  --line:        #e6e9f0;
  --bg:          #ffffff;
  --bg-soft:     #f5f7fb;
  --bg-navy-tint:#eef2fb;
  --white:       #ffffff;
  --radius:      16px;
  --radius-lg:   26px;
  --shadow-sm:   0 2px 10px rgba(24, 48, 108, .07);
  --shadow:      0 14px 40px rgba(24, 48, 108, .12);
  --shadow-lg:   0 30px 70px rgba(24, 48, 108, .18);
  --maxw:        1180px;
  --font:        'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { line-height: 1.15; color: var(--navy); font-weight: 700; }
h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); letter-spacing: -.5px; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); letter-spacing: -.3px; }
h3 { font-size: 1.25rem; }
p  { color: var(--grey); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.section--soft { background: var(--bg-soft); }
.section--navy { background: var(--navy); }
.center { text-align: center; }

.eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
}
.lead { font-size: 1.12rem; color: var(--grey); max-width: 620px; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 600; font-size: 1rem;
  padding: 14px 28px; border-radius: 999px;
  cursor: pointer; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--orange); color: #fff; box-shadow: 0 10px 24px rgba(252,132,0,.32); }
.btn--primary:hover { background: var(--orange-deep); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-deep); }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--navy); }
.btn--white { background: #fff; color: var(--navy); }
.btn--lg { padding: 17px 36px; font-size: 1.05rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 100px; gap: 18px;
}
.nav__logo { flex: 0 0 auto; display: inline-flex; }
.nav__logo img { height: 60px; width: auto; max-width: none; object-fit: contain; display: block; }
.nav__links { display: flex; align-items: center; gap: 22px; list-style: none; }
.nav__links a {
  font-weight: 500; font-size: .94rem; color: var(--navy); white-space: nowrap;
  position: relative; padding: 6px 0;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--orange); transition: width .2s ease;
}
.nav__links a:hover::after, .nav__links a.is-active::after { width: 100%; }
.nav__cta { display: flex; align-items: center; gap: 14px; }
.nav__toggle {
  display: none; flex-direction: column; gap: 5px; background: none;
  border: 0; cursor: pointer; padding: 8px;
}
.nav__toggle span { width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: .2s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 520px at 85% -10%, rgba(252,132,0,.10), transparent 60%),
    linear-gradient(180deg, var(--bg-navy-tint), #ffffff 70%);
  padding: 76px 0 90px;
}
.hero__grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.hero h1 span { color: var(--orange); }
.hero p { font-size: 1.18rem; margin: 22px 0 30px; max-width: 560px; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__trust { display: flex; gap: 26px; margin-top: 34px; flex-wrap: wrap; }
.hero__trust div { display: flex; align-items: center; gap: 9px; font-size: .92rem; color: var(--navy); font-weight: 500; }
.hero__trust .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); }

.hero__art {
  position: relative; border-radius: var(--radius-lg);
  background: linear-gradient(150deg, var(--navy), var(--navy-soft));
  box-shadow: var(--shadow-lg);
  padding: 40px; color: #fff; overflow: hidden; min-height: 420px;
}
.hero__art::before {
  content: ""; position: absolute; right: -60px; top: -60px;
  width: 240px; height: 240px; border-radius: 50%;
  background: radial-gradient(circle, rgba(252,132,0,.55), transparent 70%);
}
.hero__art h3 { color: #fff; font-size: 1.45rem; }
.hero__statgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; position: relative; }
.hero__stat {
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius); padding: 20px;
}
.hero__stat b { display: block; font-size: 1.9rem; color: var(--orange); font-weight: 700; }
.hero__stat span { font-size: .85rem; color: rgba(255,255,255,.82); }

/* ---------- Logo strip / values ---------- */
.pillrow { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.pill {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 11px 22px; font-weight: 600; color: var(--navy); font-size: .95rem;
  box-shadow: var(--shadow-sm); display: flex; align-items: center; gap: 9px;
}
.pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }

/* ---------- Cards ---------- */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .2s ease, border-color .2s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.card__icon {
  width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center;
  background: var(--bg-navy-tint); color: var(--navy); margin-bottom: 18px;
}
.card__icon svg { width: 28px; height: 28px; }
.card--accent .card__icon { background: rgba(252,132,0,.12); color: var(--orange-deep); }
.card h3 { margin-bottom: 8px; }
.card p { font-size: .97rem; }
.card__link { color: var(--orange-deep); font-weight: 600; font-size: .92rem; margin-top: 16px; display: inline-flex; gap: 6px; align-items: center; }

/* Service card with price footer */
.service { display: flex; flex-direction: column; }
.service .tag {
  align-self: flex-start; font-size: .74rem; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; color: var(--orange-deep); background: rgba(252,132,0,.10);
  padding: 5px 12px; border-radius: 999px; margin-bottom: 16px;
}
.service ul { list-style: none; margin: 16px 0; }
.service li { position: relative; padding-left: 26px; margin-bottom: 9px; font-size: .95rem; color: var(--grey); }
.service li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 15px; height: 15px;
  border-radius: 50%; background: rgba(252,132,0,.15);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e06f00' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 10px; background-repeat: no-repeat; background-position: center;
}
.service .price { margin-top: auto; padding-top: 18px; border-top: 1px dashed var(--line); font-size: .92rem; color: var(--navy); font-weight: 600; }

/* ---------- Split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split--flip .split__media { order: 2; }
.split__media {
  border-radius: var(--radius-lg); min-height: 360px;
  background: linear-gradient(150deg, var(--navy), var(--navy-soft));
  box-shadow: var(--shadow); position: relative; overflow: hidden; color: #fff;
  display: grid; place-content: center; padding: 40px; text-align: center;
}
.split__media .big { font-size: 3.4rem; font-weight: 700; color: var(--orange); }
.split__media.alt { background: linear-gradient(150deg, var(--orange), #ffb14d); }
.split__media.alt .big, .split__media.alt h3 { color: #fff; }
.split ul.checks { list-style: none; margin-top: 20px; }
.split ul.checks li { position: relative; padding-left: 32px; margin-bottom: 13px; color: var(--grey); }
.split ul.checks li b { color: var(--ink); }
.split ul.checks li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--orange);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 12px; background-repeat: no-repeat; background-position: center;
}

/* ---------- Numbered approach ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: s; }
.step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px;
}
.step__num {
  width: 44px; height: 44px; border-radius: 12px; background: var(--navy); color: #fff;
  font-weight: 700; display: grid; place-items: center; margin-bottom: 16px; font-size: 1.1rem;
}
.step:nth-child(even) .step__num { background: var(--orange); }
.step h3 { font-size: 1.05rem; margin-bottom: 6px; }
.step p { font-size: .9rem; }

/* ---------- Stat band ---------- */
.statband { background: var(--navy); color: #fff; }
.statband .grid-4 { gap: 20px; }
.statband .stat { text-align: center; padding: 14px; }
.statband .stat b { display: block; font-size: clamp(2rem, 4vw, 2.8rem); color: var(--orange); font-weight: 700; }
.statband .stat span { color: rgba(255,255,255,.78); font-size: .95rem; }

/* ---------- Table ---------- */
.tablecard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
table.rates { width: 100%; border-collapse: collapse; }
table.rates th, table.rates td { padding: 16px 22px; text-align: left; border-bottom: 1px solid var(--line); font-size: .96rem; }
table.rates thead th { background: var(--bg-navy-tint); color: var(--navy); font-weight: 600; }
table.rates td:first-child { font-weight: 600; color: var(--navy); }
table.rates tr:last-child td { border-bottom: 0; }
table.rates .total td { background: var(--bg-soft); font-weight: 700; color: var(--navy); }

/* ---------- CTA band ---------- */
.cta {
  background: linear-gradient(135deg, var(--navy), var(--navy-soft));
  border-radius: var(--radius-lg); padding: 60px; color: #fff; text-align: center;
  position: relative; overflow: hidden; box-shadow: var(--shadow);
}
.cta::before, .cta::after {
  content: ""; position: absolute; border-radius: 50%;
  background: radial-gradient(circle, rgba(252,132,0,.5), transparent 70%);
}
.cta::before { width: 280px; height: 280px; top: -120px; left: -80px; }
.cta::after  { width: 320px; height: 320px; bottom: -160px; right: -90px; }
.cta h2 { color: #fff; position: relative; }
.cta p { color: rgba(255,255,255,.85); max-width: 560px; margin: 14px auto 28px; position: relative; }
.cta .hero__actions { justify-content: center; position: relative; }

/* ---------- Accordion / FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: 14px; margin-bottom: 14px; overflow: hidden; }
.faq__q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 20px 24px; font-size: 1.05rem; font-weight: 600; color: var(--navy);
  display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: inherit;
}
.faq__q span.ic { flex: 0 0 auto; transition: transform .2s; color: var(--orange); font-size: 1.4rem; line-height: 1; }
.faq__item.open .faq__q span.ic { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq__a p { padding: 0 24px 22px; font-size: .98rem; }

/* ---------- Testimonials ---------- */
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.quote .stars { color: var(--orange); letter-spacing: 2px; margin-bottom: 12px; }
.quote p { color: var(--ink); font-size: 1.02rem; font-style: italic; }
.quote .who { margin-top: 18px; display: flex; align-items: center; gap: 12px; }
.quote .who .av { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 700; }
.quote .who b { color: var(--navy); display: block; font-size: .95rem; }
.quote .who span { font-size: .85rem; color: var(--grey); }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: start; }
.contact__info .item { display: flex; gap: 16px; margin-bottom: 24px; }
.contact__info .item .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--bg-navy-tint); color: var(--navy); display: grid; place-items: center; flex: 0 0 auto; }
.contact__info .item b { color: var(--navy); display: block; }
.contact__info .item span { color: var(--grey); font-size: .95rem; }
.formcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .9rem; font-weight: 600; color: var(--navy); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: inherit; font-size: .98rem; color: var(--ink); background: #fff; transition: border-color .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--orange); }
.field textarea { resize: vertical; min-height: 120px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: .82rem; color: var(--grey); margin-top: 8px; }
.form-success { display: none; background: rgba(40,167,69,.08); border: 1px solid rgba(40,167,69,.3); color: #1e7e34; padding: 14px 16px; border-radius: 12px; margin-bottom: 18px; font-size: .95rem; }
.form-success.show { display: block; }

/* ---------- Page hero (interior) ---------- */
.page-hero { background: linear-gradient(180deg, var(--bg-navy-tint), #fff); padding: 64px 0 56px; text-align: center; }
.page-hero .crumb { font-size: .85rem; color: var(--grey); margin-bottom: 14px; }
.page-hero .crumb a { color: var(--orange-deep); }
.page-hero p { max-width: 640px; margin: 18px auto 0; font-size: 1.1rem; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-deep); color: #cfd6e8; padding: 64px 0 28px; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; }
.footer__logo { background: #fff; border-radius: 12px; padding: 14px 18px; display: inline-block; margin-bottom: 18px; }
.footer__logo img { height: 56px; width: auto; max-width: none; object-fit: contain; display: block; }
.footer p { color: #aab4d0; font-size: .92rem; }
.footer h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 10px; }
.footer ul a { color: #aab4d0; font-size: .92rem; transition: color .15s; }
.footer ul a:hover { color: var(--orange); }
.footer__social { display: flex; gap: 12px; margin-top: 16px; }
.footer__social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #fff; transition: background .15s; }
.footer__social a:hover { background: var(--orange); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .85rem; color: #8b96b6; }

/* ---------- Image placeholders ---------- */
.imgph {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  background:
    linear-gradient(135deg, rgba(24,48,108,.04), rgba(252,132,0,.05)),
    repeating-linear-gradient(45deg, #f1f4fb 0 18px, #eaeefb 18px 36px);
  border: 2px dashed #b9c4e0;
  display: grid; place-content: center; text-align: center; color: var(--navy);
  min-height: 340px; padding: 26px;
}
.imgph__inner { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.imgph .ic { width: 60px; height: 60px; border-radius: 16px; background: #fff;
  display: grid; place-items: center; color: var(--navy); box-shadow: var(--shadow-sm); margin-bottom: 4px; }
.imgph .ic svg { width: 30px; height: 30px; }
.imgph b { font-size: 1rem; color: var(--navy); }
.imgph small { color: var(--grey); font-size: .82rem; max-width: 240px; }
.imgph .badge { position: absolute; top: 14px; left: 14px; background: var(--orange);
  color: #fff; font-size: .68rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px; }
/* photo placeholder variants used inside sliders (filled, on-brand) */
.imgph--photo { border: 0; color: #fff;
  background: linear-gradient(150deg, var(--navy), var(--navy-soft)); }
.imgph--photo.alt { background: linear-gradient(150deg, var(--orange), #ffb14d); }
.imgph--photo b { color: #fff; } .imgph--photo small { color: rgba(255,255,255,.85); }
.imgph--photo .ic { background: rgba(255,255,255,.16); color: #fff; box-shadow: none; }

/* real photos replacing the original placeholder panels */
.media {
  width: 100%;
  height: 420px;
  min-height: 340px;
  border-radius: var(--radius-lg);
  object-fit: cover;
  background: var(--bg-navy-tint);
  box-shadow: var(--shadow);
}

/* ---------- Slider / carousel ---------- */
.slider { position: relative; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.slider__viewport { overflow: hidden; }
.slider__track { display: flex; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.slide { min-width: 100%; flex: 0 0 100%; }
.slide .imgph { border-radius: 0; min-height: 420px; }
.slide .media { border-radius: 0; min-height: 420px; height: 420px; box-shadow: none; }
.slider__btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255,255,255,.92); color: var(--navy); display: grid; place-items: center;
  box-shadow: var(--shadow-sm); transition: background .15s, transform .15s; z-index: 3;
}
.slider__btn:hover { background: #fff; transform: translateY(-50%) scale(1.06); }
.slider__btn svg { width: 22px; height: 22px; }
.slider__btn--prev { left: 16px; } .slider__btn--next { right: 16px; }
.slider__dots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 9px; z-index: 3; }
.slider__dot { width: 11px; height: 11px; border-radius: 999px; border: 0; cursor: pointer;
  background: rgba(255,255,255,.55); transition: width .2s, background .2s; padding: 0; }
.slider__dot.is-active { background: var(--orange); width: 30px; }

/* light-background slider (e.g. testimonials) */
.slider--plain { box-shadow: none; overflow: visible; }
.slider--plain .slider__viewport { overflow: hidden; padding: 6px; }
.slide--pad { padding: 6px; }
.slider--plain .slider__btn { background: var(--navy); color: #fff; }
.slider--plain .slider__btn:hover { background: var(--navy-deep); }
.slider--plain .slider__btn--prev { left: -6px; } .slider--plain .slider__btn--next { right: -6px; }
.slider--plain .slider__dots { position: static; transform: none; justify-content: center; margin-top: 22px; }
.slider--plain .slider__dot { background: #cdd5e8; }
.slider--plain .slider__dot.is-active { background: var(--orange); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
/* Collapse the nav to a hamburger before the links get cramped */
@media (max-width: 1040px) {
  .nav__links, .nav__cta .btn--ghost { display: none; }
  .nav__toggle { display: flex; }
  .nav.is-open .nav__links {
    display: flex; position: absolute; top: 100px; left: 0; right: 0;
    flex-direction: column; align-items: flex-start; background: #fff; padding: 20px 24px; gap: 16px;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow); z-index: 60;
  }
  .nav.is-open .nav__links a { font-size: 1.02rem; }
}
@media (max-width: 960px) {
  .hero__grid, .split, .contact { grid-template-columns: 1fr; }
  .split--flip .split__media { order: 0; }
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .hero__art { min-height: auto; }
}
@media (max-width: 680px) {
  .section { padding: 60px 0; }
  .nav__logo img { height: 50px; }
  .nav { height: 82px; }
  .nav.is-open .nav__links { top: 82px; }
  .grid-3, .grid-4, .grid-2, .field-row { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .cta { padding: 40px 26px; }
  .hero__art { padding: 28px; }
  .media { height: 320px; min-height: 300px; }
  .slide .imgph { min-height: 300px; }
  .slide .media { min-height: 300px; height: 300px; }
  .slider__btn { width: 38px; height: 38px; }
}
