/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* ============================================
   SPLOOSH LANDING PAGE STYLES
   ============================================ */

.sploosh-landing {
  background-color: #CCE9FF;
}

:root {
  --sploosh-blue: #87CEEB;
  --sploosh-dark-blue: #1a5276;
  --sploosh-navy: #0d2137;
  --sploosh-light: #f8f9fa;
  --sploosh-accent: #3498db;
}

/* Typography */
.sploosh-heading {
  font-weight: 800;
  line-height: 1.1;
  color: var(--sploosh-navy);
}

/* Navigation */
.sploosh-nav {
  background: #CCE9FF;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 0;
}

.sploosh-nav .container-xxl {
  background: #8FCDFF;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.sploosh-nav .navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--sploosh-navy);
}

.sploosh-nav .nav-link {
  color: var(--sploosh-navy);
  font-weight: 500;
}

/* Hero Section */
.hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-section .container-xxl {
  background-color: #8FCDFF;
}

.hero-content {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .hero-content {
    padding-left: 6rem;
  }
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--sploosh-navy);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 1rem;
  font-weight: 500;
}

.hero-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.hero-image {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}

/* CTA Button */
.btn-sploosh {
  background-color: var(--sploosh-navy);
  color: white;
  padding: 0.875rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-sploosh:hover {
  background-color: var(--sploosh-dark-blue);
  color: white;
}

.btn-sploosh-outline {
  background-color: transparent;
  color: var(--sploosh-navy);
  border: 2px solid var(--sploosh-navy);
  padding: 0.875rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-sploosh-outline:hover {
  background-color: var(--sploosh-navy);
  color: white;
}

/* Benefits Section */
.benefits-section .container {
  padding: 5rem 0;
  background-color: white;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--sploosh-navy);
  margin-bottom: 3rem;
  text-align: center;
}

.benefit-card {
  text-align: center;
  padding: 2rem;
}

.benefit-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}

.benefit-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--sploosh-navy);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.benefit-text {
  color: #666;
  line-height: 1.6;
}

/* Features Accordion Section */
.features-section .container-xxl {
  background: linear-gradient(to right, white 50%, #8FCDFF 50%);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.features-content {
  padding: 3rem;
  height: 100%;
  background-color: white;
}

.features-image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #8FCDFF;
}

.features-image img {
  max-width: 100%;
  height: auto;
}

.features-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e9ecef;
}

.features-accordion .accordion-button {
  background: transparent;
  font-weight: 600;
  color: var(--sploosh-navy);
  padding: 1.25rem 0;
  box-shadow: none;
}

.features-accordion .accordion-button:not(.collapsed) {
  color: var(--sploosh-accent);
  background: transparent;
}

.features-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d2137'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.features-accordion .accordion-body {
  padding: 0 0 1.25rem 0;
  color: #666;
  line-height: 1.7;
}

/* Quote Section */
.quote-section {
  padding: 5rem 0;
  background: var(--sploosh-navy);
  color: white;
  text-align: center;
}

.quote-text {
  font-size: 2.5rem;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.quote-author {
  font-size: 1.125rem;
  opacity: 0.8;
}

/* Main Content Area (for non-home pages) */
.sploosh-main-content {
  background: white;
  min-height: calc(100vh - 200px);
}

/* Product Section */
.product-section .container {
  padding: 5rem 0;
  background: white;
}

.product-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 60px rgba(0,0,0,0.1);
  overflow: hidden;
}

.product-image {
  background: var(--sploosh-light);
  padding: 3rem;
  text-align: center;
}

.product-image img {
  max-width: 250px;
  height: auto;
}

.product-details {
  padding: 2rem;
}

.product-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--sploosh-navy);
  margin-bottom: 0.5rem;
}

.product-subtitle {
  color: #666;
  margin-bottom: 1.5rem;
}

.product-price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--sploosh-navy);
}

.product-price-note {
  font-size: 0.875rem;
  color: #666;
}

/* FAQ Section */
.faq-section .container {
  padding: 5rem 0;
  background: var(--sploosh-light);
}

.faq-accordion .accordion-item {
  background: white;
  border: none;
  border-radius: 10px !important;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.faq-accordion .accordion-button {
  font-weight: 600;
  color: var(--sploosh-navy);
  background: white;
  padding: 1.25rem 1.5rem;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--sploosh-accent);
  background: white;
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  content: '+';
  background-image: none;
  font-size: 1.5rem;
  font-weight: 300;
  width: auto;
  height: auto;
  transform: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: '-';
  transform: none;
}

.faq-accordion .accordion-body {
  padding: 0 1.5rem 1.25rem;
  color: #666;
  line-height: 1.7;
}

/* Contact Section */
.contact-section .container {
  padding: 5rem 3rem;
  background: white;
}

.contact-info {
  padding-right: 3rem;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--sploosh-navy);
  margin-bottom: 1.5rem;
}

.contact-text {
  color: #666;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.contact-method {
  margin-bottom: 1.5rem;
}

.contact-method h5 {
  font-weight: 600;
  color: var(--sploosh-navy);
  margin-bottom: 0.25rem;
}

.contact-method p {
  color: #666;
  margin-bottom: 0;
}

.contact-method a {
  color: var(--sploosh-accent);
  text-decoration: none;
}

.contact-method a:hover {
  text-decoration: underline;
}

.contact-form {
  background: var(--sploosh-light);
  padding: 2.5rem;
  border-radius: 20px;
}

.contact-form .form-control {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 0.875rem 1rem;
  margin-bottom: 1rem;
}

.contact-form .form-control:focus {
  border-color: var(--sploosh-accent);
  box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.15);
}

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

/* Footer */
.sploosh-footer {
  background: var(--sploosh-navy);
  color: white;
  padding: 3rem 0 1.5rem;
}

.sploosh-footer a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.3s;
}

.sploosh-footer a:hover {
  color: white;
}

.footer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}

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

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 2rem;
  padding-top: 1.5rem;
  text-align: center;
  color: rgba(255,255,255,0.6);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .features-section {
    background: white;
  }

  .features-content {
    padding: 2rem;
  }

  .contact-info {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding-top: 100px;
    text-align: center;
  }

  .hero-section .row {
    min-height: auto;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-image {
    margin-top: 2rem;
    justify-content: center;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .quote-text {
    font-size: 1.5rem;
  }

  .contact-title {
    font-size: 1.75rem;
  }
}

/* Product placeholder image styling */
.product-placeholder {
  width: 200px;
  height: 350px;
  background: linear-gradient(180deg, #1a5276 0%, #0d2137 100%);
  border-radius: 20px 20px 5px 5px;
  position: relative;
  margin: 0 auto;
}

.product-placeholder::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 40px;
  background: #e9ecef;
  border-radius: 10px 10px 0 0;
}

/* Icon styles using Bootstrap Icons or custom SVG */
.bi {
  display: inline-block;
  vertical-align: middle;
}

/* Social media icon size */
.social-icon {
  font-size: 1.5rem;
}

/* Footer text muted color */
.footer-text-muted {
  color: rgba(255,255,255,0.7);
}

/* Newsletter email input */
.newsletter-input {
  border-radius: 50px;
}
