/* eDayWeb landing — palette from brand: #54B4B0 teal, #BBC39A sage, deep forest */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

.page-landing {
  --c-teal: #54b4b0;
  --c-teal-dark: #3a9a96;
  --c-teal-deep: #2d7a77;
  --c-sage: #bbc39a;
  --c-sage-light: #d4e4bc;
  --c-ink: #0c1a19;
  --c-ink-soft: #1e3533;
  --c-surface: #f4faf9;
  --c-surface-2: #e8f4f2;
  --c-white: #ffffff;
  --font: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --shadow-soft: 0 18px 50px rgba(12, 26, 25, 0.08);
  --shadow-card: 0 12px 40px rgba(45, 122, 119, 0.12);
  --header-h: 76px;
}

.page-landing *,
.page-landing *::before,
.page-landing *::after {
  box-sizing: border-box;
}

.page-landing {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--c-ink-soft);
  background: var(--c-surface);
  -webkit-font-smoothing: antialiased;
}

/* Bootstrap + nav use their own stacks; force brand font on all UI text */
.page-landing .site-header,
.page-landing .site-header .navbar,
.page-landing .navbar-brand,
.page-landing button,
.page-landing input,
.page-landing textarea,
.page-landing select,
.page-landing .btn-hero-primary,
.page-landing .btn-hero-secondary,
.page-landing .btn-about-cta,
.page-landing .btn-contact-submit {
  font-family: var(--font) !important;
}

.page-landing .btn-hero-primary,
.page-landing .btn-hero-secondary,
.page-landing .btn-about-cta,
.page-landing .btn-contact-submit,
.page-landing .site-header .nav-link.btn-nav-solid,
.page-landing .site-header .nav-link.btn-nav-ghost {
  text-transform: none;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-landing img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.page-landing a {
  color: var(--c-teal-deep);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.page-landing a.btn-hero-primary,
.page-landing a.btn-hero-secondary,
.page-landing a.btn-about-cta {
  color: inherit;
}

.page-landing a.btn-hero-primary {
  color: var(--c-ink);
}

.page-landing a.btn-hero-secondary {
  color: var(--c-ink);
}

.page-landing a.btn-about-cta {
  color: var(--c-white);
}

.page-landing a:hover {
  color: var(--c-teal);
  text-decoration: none;
}

/* ——— Header ——— */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-h);
  background: rgba(12, 26, 25, 0.88);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(84, 180, 176, 0.2);
}

.site-header .navbar {
  height: var(--header-h);
  padding: 0 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.site-header .navbar-brand img {
  height: 40px;
  width: auto;
}

.site-header .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.35rem 0.5rem;
}

.site-header .navbar-toggler-icon {
  display: inline-block;
  width: 1.35em;
  height: 1.35em;
  background: no-repeat center / 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28244,251,249,0.9%29' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.site-header .nav-link {
  color: rgba(244, 251, 249, 0.92) !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 1rem !important;
}

.site-header .nav-link:hover {
  color: var(--c-sage-light) !important;
}

.site-header .btn-nav-ghost {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  margin-left: 0.25rem;
}

.site-header .btn-nav-solid {
  background: linear-gradient(135deg, var(--c-sage-light) 0%, var(--c-teal) 100%);
  color: var(--c-ink) !important;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.35;
  margin-left: 0.35rem;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  border: none;
}

.site-header .btn-nav-solid:hover {
  color: var(--c-ink) !important;
  filter: brightness(1.06);
}

@media (max-width: 991.98px) {
  .site-header .navbar-collapse {
    background: rgba(8, 22, 21, 0.98);
    padding: 1rem;
    margin: 0.5rem -0.5rem 0;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(84, 180, 176, 0.25);
  }

  .site-header .navbar-nav {
    align-items: center;
  }

  .site-header .btn-nav-ghost,
  .site-header .btn-nav-solid {
    margin: 0.35rem 0 0;
    text-align: center;
    width: 100%;
    max-width: 220px;
  }
}

/* ——— Hero ——— */
.hero {
  position: relative;
  padding: calc(var(--header-h) + 3rem) 0 4rem;
  overflow: hidden;
  background: linear-gradient(165deg, var(--c-surface) 0%, var(--c-surface-2) 45%, #dff0ee 100%);
}

.hero__mesh {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 85% 10%, rgba(187, 195, 154, 0.35), transparent 55%),
    radial-gradient(ellipse 60% 45% at 10% 90%, rgba(84, 180, 176, 0.22), transparent 50%);
}

.hero__grid {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: linear-gradient(var(--c-ink) 1px, transparent 1px),
    linear-gradient(90deg, var(--c-ink) 1px, transparent 1px);
  background-size: 48px 48px;
}

.hero__inner {
  position: relative;
  z-index: 1;
}

.hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--c-teal-deep);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(84, 180, 176, 0.35);
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.hero__title {
  font-size: clamp(2.1rem, 4.5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--c-ink);
  margin: 0 0 1.25rem;
}

.hero__title span {
  background: linear-gradient(120deg, var(--c-teal-deep) 0%, var(--c-teal) 40%, var(--c-sage) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__lead {
  font-size: 1.1rem;
  max-width: 34rem;
  color: var(--c-ink-soft);
  margin-bottom: 2rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.35;
  color: var(--c-ink);
  background: linear-gradient(135deg, var(--c-sage-light) 0%, var(--c-teal) 55%, var(--c-teal-dark) 100%);
  border: none;
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(84, 180, 176, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-hero-primary:hover {
  color: var(--c-ink);
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(84, 180, 176, 0.5);
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.35;
  color: var(--c-ink);
  background: var(--c-white);
  border: 2px solid rgba(84, 180, 176, 0.45);
  border-radius: 999px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.btn-hero-secondary:hover {
  color: var(--c-ink);
  background: rgba(255, 255, 255, 0.95);
  border-color: var(--c-teal);
}

.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem 2.5rem;
}

.hero__stat strong {
  display: block;
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--c-teal-deep);
  line-height: 1.2;
}

.hero__stat span {
  font-size: 0.85rem;
  color: var(--c-ink-soft);
}

.hero__visual {
  position: relative;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .hero__visual {
    margin-top: 0;
  }
}

.hero__visual-frame {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft), 0 0 0 1px rgba(84, 180, 176, 0.15);
}

.hero__visual-frame img.hero-illustration {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 720 / 560;
}

.section-about .about-illustration {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 640 / 480;
}

.hero__visual-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.hero__visual-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  padding: 1rem 1.25rem;
  background: rgba(12, 26, 25, 0.82);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  border: 1px solid rgba(84, 180, 176, 0.3);
  color: rgba(244, 251, 249, 0.95);
  font-size: 0.9rem;
}

.hero__visual-badge strong {
  color: var(--c-sage-light);
  font-weight: 600;
}

/* ——— Features ——— */
.section-features {
  padding: 4.5rem 0 5rem;
  background: var(--c-white);
}

.section-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 3rem;
}

.section-head h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--c-ink);
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}

.section-head p {
  margin: 0;
  color: var(--c-ink-soft);
}

.feature-card {
  height: 100%;
  padding: 2rem 1.75rem;
  background: var(--c-surface);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(84, 180, 176, 0.18);
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(45, 122, 119, 0.18);
}

.feature-card__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 1.25rem;
  background: linear-gradient(145deg, rgba(187, 195, 154, 0.35), rgba(84, 180, 176, 0.25));
  color: var(--c-teal-deep);
}

.feature-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--c-ink);
  margin: 0 0 0.65rem;
}

.feature-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--c-ink-soft);
}

/* ——— Benefits ——— */
.section-benefits {
  padding: 4rem 0 4.5rem;
  background: linear-gradient(180deg, var(--c-surface) 0%, var(--c-surface-2) 100%);
}

.benefit-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.benefit-list li {
  position: relative;
  padding: 0 0 1.1rem 1.75rem;
  font-size: 0.98rem;
  color: var(--c-ink-soft);
}

.benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-teal), var(--c-sage));
}

.benefit-list li strong {
  color: var(--c-ink);
}

.benefit-note {
  margin: 1.5rem auto 0;
  max-width: 32rem;
  text-align: center;
  font-size: 0.95rem;
  color: var(--c-teal-deep);
  font-weight: 500;
}

.section-about .about-copy .btn-hero-secondary {
  margin-left: 0.5rem;
}

@media (max-width: 575.98px) {
  .section-about .about-copy .btn-hero-secondary {
    margin-left: 0;
    margin-top: 0.75rem;
  }
}

/* ——— About ——— */
.section-about {
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--c-white) 0%, var(--c-surface) 100%);
}

.section-about .about-copy h2 {
  font-size: clamp(1.75rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--c-ink);
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.section-about .about-copy .lead-bar {
  width: 56px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--c-teal), var(--c-sage));
  margin-bottom: 1.25rem;
}

.section-about .about-copy p {
  margin: 0 0 1rem;
}

.section-about .about-media {
  position: relative;
}

.section-about .about-media__inner {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.section-about .about-float {
  position: absolute;
  bottom: -1rem;
  right: -0.5rem;
  max-width: 200px;
  padding: 1rem 1.15rem;
  background: var(--c-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(84, 180, 176, 0.2);
  font-size: 0.85rem;
  color: var(--c-ink-soft);
}

@media (max-width: 991.98px) {
  .section-about .about-float {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin-top: 1.25rem;
  }
}

.section-about .about-float strong {
  display: block;
  color: var(--c-teal-deep);
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.btn-about-cta {
  display: inline-flex;
  margin-top: 1.25rem;
  padding: 0.7rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.35;
  color: var(--c-white);
  background: var(--c-teal-deep);
  border-radius: 999px;
  border: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn-about-cta:hover {
  color: var(--c-white);
  background: var(--c-teal);
  transform: translateY(-1px);
}

/* ——— CTA strip ——— */
.section-cta {
  padding: 3.5rem 0;
  background: linear-gradient(110deg, var(--c-ink) 0%, var(--c-ink-soft) 45%, #1a4543 100%);
  color: rgba(244, 251, 249, 0.95);
  text-align: center;
}

.section-cta h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: var(--c-white);
}

.section-cta p {
  margin: 0 auto 1.5rem;
  max-width: 32rem;
  opacity: 0.9;
}

.section-cta .btn-hero-primary {
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
}

/* ——— Contact + footer block ——— */
.section-contact {
  padding: 4.5rem 0 3rem;
  background: var(--c-ink);
  color: rgba(244, 251, 249, 0.88);
}

.section-contact h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--c-white);
  margin: 0 0 0.5rem;
}

.section-contact .contact-lead {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-bottom: 2rem;
}

.contact-brand img {
  height: 44px;
  width: auto;
  margin-bottom: 1.5rem;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.contact-list img {
  width: 20px;
  height: auto;
  margin-top: 0.2rem;
  opacity: 0.85;
}

.contact-links h3,
.contact-form-wrap h3 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-sage);
  margin: 0 0 1rem;
}

.contact-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-links a {
  color: rgba(244, 251, 249, 0.9);
  display: inline-block;
  padding: 0.35rem 0;
}

.contact-links a:hover {
  color: var(--c-teal);
}

.contact-form-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(84, 180, 176, 0.25);
  border-radius: var(--radius-xl);
  padding: 1.75rem 1.5rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.contact-form-card .form-control {
  background: rgba(12, 26, 25, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--c-white);
  border-radius: 12px;
  padding: 0.65rem 0.9rem;
  margin-bottom: 0.75rem;
}

.contact-form-card .form-control:focus {
  background: rgba(12, 26, 25, 0.65);
  border-color: var(--c-teal);
  color: var(--c-white);
  box-shadow: 0 0 0 3px rgba(84, 180, 176, 0.2);
}

.contact-form-card .form-control::placeholder {
  color: rgba(244, 251, 249, 0.45);
}

.contact-form-card textarea.form-control {
  min-height: 88px;
  resize: vertical;
}

.btn-contact-submit {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.35;
  border: none;
  border-radius: 999px;
  color: var(--c-ink);
  background: linear-gradient(135deg, var(--c-sage-light), var(--c-teal));
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.btn-contact-submit:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.contact-alert {
  margin-bottom: 1rem;
  padding: 0.85rem 1.1rem;
  border-radius: 14px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.45;
  border: 1px solid transparent;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.contact-alert-success {
  color: #e8fffb;
  background: rgba(45, 122, 119, 0.55);
  border-color: rgba(84, 180, 176, 0.55);
}

.contact-alert-danger {
  color: #fff;
  background: rgba(180, 60, 60, 0.55);
  border-color: rgba(255, 120, 120, 0.55);
}

.contact-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  padding: 1.25rem 0;
  background: #070f0e;
  color: rgba(244, 251, 249, 0.55);
  font-size: 0.875rem;
  text-align: center;
}

.site-footer a {
  color: var(--c-sage-light);
}

.site-footer a:hover {
  color: var(--c-teal);
}

@media (prefers-reduced-motion: reduce) {
  .feature-card,
  .btn-hero-primary,
  .btn-hero-secondary,
  .btn-about-cta,
  .btn-contact-submit {
    transition: none;
  }

  .feature-card:hover,
  .btn-hero-primary:hover {
    transform: none;
  }
}
