﻿/*
Theme Name: DaycareWebWatch
Theme URI: https://www.daycarewebwatch.com/
Author: DaycareWebWatch
Description: Secure live classroom video homepage and landing page theme with geo-personalized messaging.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.6
Text Domain: daycarewebwatch
*/
:root {
  color-scheme: light;
  --ink: #18202a;
  --muted: #526071;
  --line: #d8e2df;
  --paper: #fbfcfa;
  --soft: #edf5f2;
  --mint: #d6ebe4;
  --teal: #126f68;
  --teal-dark: #0b4e4b;
  --coral: #d9684a;
  --yellow: #f4c95d;
  --white: #ffffff;
  --shadow: 0 20px 55px rgba(24, 32, 42, 0.12);
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(251, 252, 250, 0.96);
  border-bottom: 1px solid var(--line);
}

.brand,
.nav-links,
.header-actions,
.hero-actions,
.trust-list,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--white);
  background: var(--teal);
  border-radius: 7px;
}

.nav-links {
  gap: 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-links ul,
.footer-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a,
.footer-links a {
  text-decoration: none;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--teal-dark);
}

.header-actions {
  gap: 10px;
}

.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 10px 20px rgba(18, 111, 104, 0.18);
}

.button-primary:hover {
  background: var(--teal-dark);
}

.button-secondary {
  color: var(--teal-dark);
  background: var(--mint);
  border-color: #b9d8cf;
}

.button-ghost {
  color: var(--teal-dark);
  background: transparent;
  border-color: var(--line);
}

.button-large {
  min-height: 50px;
  padding-inline: 22px;
}

.elementor-page-content,
.elementor-homepage-content {
  overflow: visible;
}

.elementor-page-content .elementor,
.elementor-homepage-content .elementor {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.98fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(46px, 8vw, 92px) clamp(18px, 5vw, 76px);
  background:
    linear-gradient(135deg, rgba(214, 235, 228, 0.75), rgba(251, 252, 250, 0.9) 44%),
    var(--paper);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.55rem, 6vw, 5.4rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
}

h3 {
  font-size: 1.15rem;
}

.hero-intro {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.trust-list {
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 26px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.trust-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: var(--coral);
  border-radius: 50%;
}

.hero-panel {
  position: relative;
  min-width: 0;
}

.video-card,
.quick-card,
.steps article,
.feature-grid article,
.benefit-grid article,
.mini-grid article,
.testimonial-grid figure,
.privacy-card,
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.video-card {
  overflow: hidden;
  box-shadow: var(--shadow);
}

.video-topbar,
.video-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  color: var(--muted);
  font-size: 0.9rem;
}

.video-topbar strong {
  color: var(--teal-dark);
}

.status-dot {
  width: 10px;
  height: 10px;
  background: #38a169;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(56, 161, 105, 0.14);
}

.classroom-visual {
  position: relative;
  min-height: 380px;
  background:
    linear-gradient(#d9eef6 0 48%, #f7dca8 48% 51%, #e8f0da 51% 100%);
}

.sun,
.shelf,
.table,
.child,
.teacher {
  position: absolute;
}

.sun {
  top: 34px;
  right: 44px;
  width: 58px;
  height: 58px;
  background: var(--yellow);
  border-radius: 50%;
}

.shelf {
  left: 36px;
  bottom: 74px;
  width: 145px;
  height: 78px;
  background: #8a6149;
  border-radius: 6px;
}

.table {
  right: 58px;
  bottom: 70px;
  width: 180px;
  height: 58px;
  background: var(--coral);
  border-radius: 50%;
}

.child,
.teacher {
  width: 42px;
  height: 42px;
  background: #f1b48f;
  border-radius: 50%;
}

.child::after,
.teacher::after {
  content: "";
  position: absolute;
  top: 38px;
  left: 7px;
  width: 28px;
  height: 54px;
  background: var(--teal);
  border-radius: 14px 14px 5px 5px;
}

.child-one {
  right: 94px;
  bottom: 126px;
}

.child-two {
  right: 188px;
  bottom: 108px;
}

.child-two::after {
  background: var(--yellow);
}

.teacher {
  left: 202px;
  bottom: 138px;
  width: 52px;
  height: 52px;
}

.teacher::after {
  top: 48px;
  width: 38px;
  height: 72px;
  background: var(--coral);
}

.quick-card {
  position: absolute;
  right: -16px;
  bottom: -22px;
  display: grid;
  gap: 5px;
  width: min(250px, 72%);
  padding: 18px;
  box-shadow: var(--shadow);
}

.quick-card span {
  color: var(--muted);
}

.section,
.feature-band,
.testimonial-section,
.final-cta {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 76px);
}

.section-tight {
  padding-top: clamp(38px, 6vw, 72px);
}

.section-heading {
  max-width: 840px;
  margin-bottom: 28px;
}

.section-heading h2 {
  max-width: 880px;
}

.steps,
.feature-grid,
.benefit-grid,
.mini-grid,
.testimonial-grid {
  display: grid;
  gap: 18px;
}

.steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.steps article,
.feature-grid article,
.benefit-grid article,
.mini-grid article {
  padding: 24px;
}

.steps span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--white);
  background: var(--teal);
  border-radius: 50%;
  font-weight: 800;
}

.steps p,
.feature-grid p,
.benefit-grid p,
.mini-grid p,
.copy-block p,
details p,
figcaption {
  color: var(--muted);
}

.feature-band {
  color: var(--white);
  background: var(--teal-dark);
}

.feature-band .eyebrow {
  color: var(--yellow);
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.feature-grid article {
  color: var(--ink);
  background: #f8fbf8;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 64px);
}

.copy-block {
  font-size: 1.05rem;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding-left: 28px;
  position: relative;
}

.check-list li::before {
  content: "âœ“";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 900;
}

.benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.privacy-section {
  padding: 0 clamp(18px, 5vw, 76px);
}

.privacy-card {
  padding: clamp(32px, 5vw, 56px);
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
}

.privacy-card .eyebrow {
  color: var(--yellow);
}

.privacy-card p {
  max-width: 820px;
  color: #e9f7f4;
}

.privacy-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.privacy-points span {
  padding: 10px 14px;
  color: var(--teal-dark);
  background: var(--white);
  border-radius: 999px;
  font-weight: 800;
}

.mini-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.testimonial-section {
  background: var(--soft);
}

.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-grid figure {
  margin: 0;
  padding: 26px;
}

blockquote {
  margin: 0 0 20px;
  font-size: 1.1rem;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.demo-form-section {
  background: var(--soft);
}

.demo-form,
.zoho-form-embed {
  max-width: 940px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(24, 32, 42, 0.08);
}

.zoho-form-embed form {
  margin: 0;
}

.zoho-form-embed input,
.zoho-form-embed textarea,
.zoho-form-embed select {
  max-width: 100%;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.demo-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.demo-form input,
.demo-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.demo-form textarea {
  resize: vertical;
}

.demo-form input:focus,
.demo-form textarea:focus {
  outline: 3px solid rgba(18, 111, 104, 0.18);
  border-color: var(--teal);
}

.form-wide {
  grid-column: 1 / -1;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
}

.form-note,
.form-status {
  margin: 0;
  color: var(--muted);
}

.form-status {
  margin-top: 14px;
  font-weight: 800;
}

details {
  padding: 0 20px;
}

summary {
  cursor: pointer;
  padding: 20px 0;
  font-weight: 900;
}

details p {
  margin-top: 0;
}

.final-cta {
  text-align: center;
  background: var(--mint);
}

.final-cta .hero-actions {
  justify-content: center;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 32px clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 6px 0 0;
  color: var(--muted);
}

.footer-links {
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
}

.template-note {
  padding: 14px clamp(18px, 5vw, 76px);
  color: var(--teal-dark);
  background: var(--mint);
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .steps,
  .feature-grid,
  .benefit-grid,
  .mini-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    position: static;
  }

  .brand {
    width: 100%;
  }

  .header-actions {
    width: 100%;
  }

  .header-actions .button,
  .hero-actions .button {
    flex: 1 1 150px;
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: 2.45rem;
  }

  .classroom-visual {
    min-height: 300px;
  }

  .quick-card {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .steps,
  .feature-grid,
  .benefit-grid,
  .mini-grid,
  .testimonial-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}


