/* ==========================================================================
   public.css — marketing-site design system for DoggyStyle
   Palette matches the DoggyStyle logo: deep navy blue + bright cyan accent.
   Scope: all styles target `.public-page` so nothing leaks into the app.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  /* Brand colors sampled from the DoggyStyle logo */
  --hs-coral:       #06B6D4;  /* primary accent = logo "Style" cyan */
  --hs-coral-dark:  #0891B2;
  --hs-navy:        #0F3E6B;  /* deep brand blue = logo "Doggy" text */
  --hs-navy-deep:   #072944;
  --hs-slate:       #516F90;
  --hs-muted:       #7C98B6;
  --hs-cream:       #ECF7FB;  /* soft cyan-tinted neutral */
  --hs-cream-dark:  #F2F7FB;
  --hs-border:      #E0EAF2;
  --hs-yellow:      #FFC21F;
  --hs-teal:        #22D3EE;  /* brighter cyan for highlights */
}

/* ── Base ───────────────────────────────────────────────────────────────── */
.public-page {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color: var(--hs-navy);
  background: #fff;
  line-height: 1.55;
  font-size: 16px;
}

.public-page h1,
.public-page h2,
.public-page h3,
.public-page h4 {
  color: var(--hs-navy);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.public-page p { color: var(--hs-slate); }

.public-page a { color: var(--hs-coral); text-decoration: none; }
.public-page a:hover { color: var(--hs-coral-dark); }

.public-page .hs-lead {
  color: var(--hs-slate);
  font-size: 1.2rem;
  line-height: 1.65;
}

.hs-eyebrow {
  color: var(--hs-coral);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: inline-block;
}

/* ── Buttons (pill-shaped) ──────────────────────────────────────────────── */
.public-page .btn {
  border-radius: 999px;
  padding: 0.65rem 1.5rem;
  font-weight: 600;
  transition: all 0.18s ease;
  border-width: 2px;
  letter-spacing: -0.005em;
}
.public-page .btn-lg {
  padding: 0.9rem 2rem;
  font-size: 1rem;
}

.public-page .btn-hs-primary,
.public-page .btn-primary {
  background: var(--hs-coral);
  border-color: var(--hs-coral);
  color: #fff;
  box-shadow: 0 4px 14px rgba(6, 182, 212, 0.35);
}
.public-page .btn-hs-primary:hover,
.public-page .btn-primary:hover {
  background: var(--hs-coral-dark);
  border-color: var(--hs-coral-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(6, 182, 212, 0.45);
  color: #fff;
}

.public-page .btn-outline-hs {
  background: transparent;
  border-color: var(--hs-navy);
  color: var(--hs-navy);
}
.public-page .btn-outline-hs:hover {
  background: var(--hs-navy);
  color: #fff;
}
.public-page .btn-hs-navy {
  background: var(--hs-navy);
  border-color: var(--hs-navy);
  color: #fff;
  box-shadow: 0 4px 14px rgba(15, 62, 107, 0.35);
}
.public-page .btn-hs-navy:hover {
  background: var(--hs-navy-deep);
  border-color: var(--hs-navy-deep);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(15, 62, 107, 0.45);
}

.public-page .btn-hs-ghost {
  background: #fff;
  border-color: var(--hs-border);
  color: var(--hs-navy);
}
.public-page .btn-hs-ghost:hover {
  border-color: var(--hs-coral);
  color: var(--hs-coral);
}

/* ── Navbar ─────────────────────────────────────────────────────────────── */
.hs-nav {
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(150%) blur(8px);
  -webkit-backdrop-filter: saturate(150%) blur(8px);
  border-bottom: 1px solid var(--hs-border);
  padding: 0.5rem 0;
}
.hs-nav .navbar-brand {
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 800;
  color: var(--hs-navy);
  font-size: 1.3rem;
  letter-spacing: -0.01em;
}
.hs-nav .brand-dot { color: var(--hs-coral); }
/* Logo overflows the navbar so it appears larger without enlarging the ribbon */
.hs-nav-logo {
  height: 110px;
  width: auto;
  display: block;
  margin: -24px 0;
}
.hs-footer-logo { height: 80px; width: auto; display: block; margin-bottom: 1.25rem; filter: brightness(0) invert(1); }
.hs-nav .nav-link {
  color: var(--hs-slate) !important;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  font-size: 0.95rem;
}
.hs-nav .nav-link:hover { color: var(--hs-coral) !important; }

/* ── Hero ───────────────────────────────────────────────────────────────── */
.hs-hero {
  background:
    radial-gradient(circle at 85% 15%, rgba(6, 182, 212, 0.16), transparent 42%),
    radial-gradient(circle at 10% 85%, rgba(15, 62, 107, 0.10), transparent 40%),
    linear-gradient(140deg, #E3F3F9 0%, #F3FAFC 45%, #FBFEFF 100%);
  padding: 6.5rem 0 7rem;
  position: relative;
  overflow: hidden;
}
.hs-hero h1 {
  font-size: clamp(2.3rem, 5vw, 3.9rem);
  font-weight: 800;
  margin-bottom: 1.25rem;
}
.hs-hero h1 .accent { color: var(--hs-coral); }
.hs-hero .hs-lead { max-width: 560px; margin-bottom: 2rem; }
.hs-hero .hero-tagline {
  color: var(--hs-muted);
  font-size: 0.88rem;
  margin-top: 1rem;
}

/* Mockup card in hero */
.hs-mockup {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 30px 60px -20px rgba(15, 62, 107, .28), 0 0 0 1px var(--hs-border);
  overflow: hidden;
  transform: rotate(-0.4deg);
}
.hs-mockup .mockup-chrome {
  background: var(--hs-cream-dark);
  padding: 0.55rem 0.9rem;
  display: flex;
  gap: 0.35rem;
  border-bottom: 1px solid var(--hs-border);
}
.hs-mockup .mockup-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: #D9E1EC;
}
.hs-mockup .mockup-dot:nth-child(1) { background: #06B6D4; opacity: .7; }
.hs-mockup .mockup-dot:nth-child(2) { background: #22D3EE; opacity: .7; }
.hs-mockup .mockup-dot:nth-child(3) { background: #0F3E6B; opacity: .7; }
.hs-mockup .mockup-body { padding: 1.4rem 1.6rem; }
.hs-mockup .mock-title {
  font-weight: 700; font-size: 0.95rem; color: var(--hs-navy);
  margin-bottom: 1rem;
}
.hs-mockup .mock-card {
  background: var(--hs-cream-dark);
  border: 1px solid var(--hs-border);
  border-radius: 10px;
  padding: 0.85rem 1rem;
  margin-bottom: 0.75rem;
  display: flex; align-items: center; gap: 0.85rem;
}
.hs-mockup .mock-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, var(--hs-navy), var(--hs-teal));
  color: #fff;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
}
.hs-mockup .mock-line { flex: 1; }
.hs-mockup .mock-line .name { font-weight: 600; color: var(--hs-navy); font-size: 0.9rem; }
.hs-mockup .mock-line .meta { color: var(--hs-muted); font-size: 0.78rem; }
.hs-mockup .mock-pill {
  font-size: 0.7rem; font-weight: 700; padding: 0.2rem 0.6rem;
  border-radius: 999px; background: #D9F5E0; color: #158756;
}
.hs-mockup .mock-pill.yellow { background: #FFF2C9; color: #A37800; }
.hs-mockup .mock-pill.orange { background: #CFF3FB; color: #0E6E85; }

/* ── Trust / stats strip ────────────────────────────────────────────────── */
.hs-trust {
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--hs-border);
  background: #fff;
}
.hs-trust .trust-label {
  text-align: center;
  color: var(--hs-muted);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 700;
}
.hs-stat { text-align: center; }
.hs-stat .num {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--hs-navy);
  letter-spacing: -0.02em;
  line-height: 1;
}
.hs-stat .num .unit { color: var(--hs-coral); }
.hs-stat .lbl {
  color: var(--hs-slate);
  font-size: 0.95rem;
  margin-top: 0.35rem;
}

/* ── Generic section ────────────────────────────────────────────────────── */
.hs-section { padding: 6rem 0; }
.hs-section.alt { background: var(--hs-cream); }
.hs-section-title { text-align: center; margin-bottom: 4rem; }
.hs-section-title h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); }
.hs-section-title p {
  color: var(--hs-slate);
  font-size: 1.1rem;
  max-width: 640px;
  margin: 1rem auto 0;
}

/* ── Alternating feature rows ───────────────────────────────────────────── */
.hs-feature {
  padding: 4rem 0;
}
.hs-feature + .hs-feature { border-top: 1px solid var(--hs-border); }
.hs-feature h3 {
  font-size: 1.85rem;
  margin: 0.75rem 0 1.25rem;
}
.hs-feature-list {
  list-style: none;
  padding: 0;
  color: var(--hs-slate);
}
.hs-feature-list li {
  padding-left: 1.9rem;
  position: relative;
  margin-bottom: 0.8rem;
  line-height: 1.55;
}
.hs-feature-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.35rem;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--hs-coral);
  opacity: 0.18;
}
.hs-feature-list li::after {
  content: "✓";
  color: var(--hs-coral);
  font-weight: 700;
  position: absolute;
  left: 5px; top: 0.1rem;
  font-size: 0.9rem;
}

.hs-feature-visual {
  background: linear-gradient(135deg, #CFEFF8, #ECF7FB);
  border-radius: 20px;
  padding: 3rem 2.5rem;
  position: relative;
  box-shadow: 0 20px 40px -20px rgba(15, 62, 107, .18);
  overflow: hidden;
}
.hs-feature-visual.teal  { background: linear-gradient(135deg, #BDECF5, #E8F7FB); }
.hs-feature-visual.yellow { background: linear-gradient(135deg, #FFF2C9, #FFFAE8); }
.hs-feature-visual.slate  { background: linear-gradient(135deg, #DCE6F2, #F0F5FA); }

.hs-visual-icon {
  width: 72px; height: 72px;
  border-radius: 18px;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  color: var(--hs-coral);
  box-shadow: 0 8px 24px rgba(15, 62, 107, .14);
  margin-bottom: 1.5rem;
}
.hs-feature-visual.teal .hs-visual-icon  { color: var(--hs-teal); }
.hs-feature-visual.yellow .hs-visual-icon { color: #C79200; }
.hs-feature-visual.slate .hs-visual-icon  { color: var(--hs-navy); }

.hs-visual-headline {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--hs-navy);
  margin-bottom: 0.5rem;
}
.hs-visual-sub { color: var(--hs-slate); font-size: 0.95rem; }
.hs-visual-chip {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  background: #fff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--hs-navy);
  margin: 0.25rem 0.25rem 0 0;
  box-shadow: 0 4px 10px rgba(15, 62, 107, .10);
}

/* ── How-it-works steps ─────────────────────────────────────────────────── */
.hs-steps .hs-step {
  text-align: center;
  padding: 1rem;
}
.hs-step-num {
  width: 56px; height: 56px; margin: 0 auto 1.25rem;
  background: var(--hs-coral);
  color: #fff;
  font-weight: 800;
  font-size: 1.3rem;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(6, 182, 212, .35);
}
.hs-step h4 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.hs-step p  { color: var(--hs-slate); }

/* ── Testimonial ────────────────────────────────────────────────────────── */
.hs-testimonial {
  background: var(--hs-navy-deep);
  border-radius: 24px;
  color: #fff;
  padding: 4rem 3.5rem;
  position: relative;
  overflow: hidden;
}
.hs-testimonial::before {
  content: "\201C";
  position: absolute;
  top: -50px; left: 30px;
  font-size: 14rem;
  color: rgba(34, 211, 238, .35);
  font-family: Georgia, serif;
  line-height: 1;
}
.hs-testimonial .quote {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  color: #fff;
}
.hs-testimonial .attribution {
  display: flex; align-items: center; gap: 1rem;
  position: relative; z-index: 1;
}
.hs-testimonial .avatar {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, var(--hs-coral), var(--hs-teal));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 1.4rem;
}
.hs-testimonial .name { font-weight: 700; }
.hs-testimonial .role { color: rgba(255,255,255,.7); font-size: 0.9rem; }

/* ── Pricing cards ──────────────────────────────────────────────────────── */
.hs-pricing-card {
  background: #fff;
  border-radius: 18px;
  padding: 2.5rem 2rem;
  border: 1.5px solid var(--hs-border);
  transition: all 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.hs-pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -15px rgba(15, 62, 107, .18);
}
.hs-pricing-card.featured {
  border-color: var(--hs-coral);
  border-width: 2px;
  box-shadow: 0 20px 50px -10px rgba(6, 182, 212, .30);
}
.hs-pricing-card .featured-ribbon {
  position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--hs-coral);
  color: #fff;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(6, 182, 212, .45);
}
.hs-pricing-card .tier-name {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hs-coral);
  margin-bottom: 0.5rem;
}
.hs-pricing-card .tier-desc {
  color: var(--hs-slate);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  min-height: 2.8rem;
}
.hs-pricing-card .price {
  font-size: 3rem; font-weight: 800;
  color: var(--hs-navy); letter-spacing: -0.02em;
  line-height: 1;
}
.hs-pricing-card .price small {
  color: var(--hs-muted);
  font-size: 1rem;
  font-weight: 500;
}
.hs-pricing-card .price-sub {
  color: var(--hs-muted);
  font-size: 0.85rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.hs-pricing-card ul.features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  flex-grow: 1;
}
.hs-pricing-card ul.features li {
  padding: 0.45rem 0 0.45rem 1.75rem;
  color: var(--hs-slate);
  position: relative;
  font-size: 0.95rem;
}
.hs-pricing-card ul.features li::before {
  content: "✓";
  color: var(--hs-coral);
  font-weight: 700;
  position: absolute;
  left: 0; top: 0.45rem;
}
.hs-pricing-card ul.features li.muted {
  color: var(--hs-muted);
}
.hs-pricing-card ul.features li.muted::before {
  content: "–";
  color: var(--hs-muted);
}

/* ── FAQ ────────────────────────────────────────────────────────────────── */
.hs-faq .accordion-item {
  border: 1px solid var(--hs-border) !important;
  border-radius: 12px !important;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.hs-faq .accordion-button {
  font-weight: 600;
  color: var(--hs-navy);
  background: #fff;
  padding: 1.25rem 1.5rem;
  box-shadow: none !important;
  border-radius: 12px !important;
}
.hs-faq .accordion-button:not(.collapsed) {
  background: var(--hs-cream);
  color: var(--hs-navy);
}
.hs-faq .accordion-body {
  color: var(--hs-slate);
  padding: 0 1.5rem 1.5rem;
  font-size: 0.98rem;
}

/* ── Final CTA ──────────────────────────────────────────────────────────── */
.hs-final-cta-wrap { padding: 4rem 0; }
.hs-final-cta {
  background:
    radial-gradient(circle at 85% 15%, rgba(6, 182, 212, 0.40), transparent 50%),
    radial-gradient(circle at 15% 85%, rgba(34, 211, 238, 0.25), transparent 55%),
    linear-gradient(135deg, var(--hs-navy-deep) 0%, var(--hs-navy) 100%);
  color: #fff;
  text-align: center;
  padding: 5.5rem 2rem;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.hs-final-cta h2 {
  color: #fff;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  margin-bottom: 1rem;
}
.hs-final-cta p {
  color: rgba(255,255,255,.78);
  font-size: 1.15rem;
  margin-bottom: 2rem;
}

/* ── Footer ─────────────────────────────────────────────────────────────── */
.hs-footer {
  background: var(--hs-navy-deep);
  color: rgba(255,255,255,.75);
  padding: 4.5rem 0 2rem;
}
.hs-footer h5 {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.hs-footer a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  display: block;
  padding: 0.35rem 0;
  font-size: 0.95rem;
}
.hs-footer a:hover { color: var(--hs-teal); }
.hs-footer .footer-brand {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  display: inline-block;
}
.hs-footer .footer-tag {
  color: rgba(255,255,255,.6);
  font-size: 0.92rem;
  max-width: 300px;
}
.hs-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 3rem;
  padding-top: 2rem;
  color: rgba(255,255,255,.5);
  font-size: 0.85rem;
  text-align: center;
}

/* ── Toggles / misc ─────────────────────────────────────────────────────── */
.public-page .form-switch .form-check-input {
  background-color: var(--hs-border);
  border-color: var(--hs-border);
}
.public-page .form-switch .form-check-input:checked {
  background-color: var(--hs-coral);
  border-color: var(--hs-coral);
}

.hs-badge-save {
  background: #CFF3FB;
  color: #0E6E85;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  text-transform: uppercase;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
  .hs-hero { padding: 4rem 0 5rem; }
  .hs-hero .hs-mockup { margin-top: 3rem; }
  .hs-nav-logo { height: 88px; margin: -20px 0; }
  .hs-footer-logo { height: 64px; }
}
@media (max-width: 768px) {
  .hs-section { padding: 4rem 0; }
  .hs-testimonial { padding: 2.5rem 1.75rem; }
  .hs-testimonial .quote { font-size: 1.2rem; }
  .hs-final-cta { padding: 4rem 1.5rem; }
  .hs-feature-visual { padding: 2rem 1.5rem; }
  .hs-feature { padding: 2.5rem 0; }
  .hs-nav-logo { height: 68px; margin: -14px 0; }
}
