/* _content/Carrendario/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Brand Fonts */
body[b-h3b7ung6p8], input[b-h3b7ung6p8], select[b-h3b7ung6p8], textarea[b-h3b7ung6p8], button[b-h3b7ung6p8] {
  font-family: 'Inter', Arial, sans-serif;
}
h1[b-h3b7ung6p8], h2[b-h3b7ung6p8], h3[b-h3b7ung6p8], h4[b-h3b7ung6p8], h5[b-h3b7ung6p8], h6[b-h3b7ung6p8], .navbar-brand[b-h3b7ung6p8], .btn[b-h3b7ung6p8], .form-label[b-h3b7ung6p8] {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
}

/* Color Palette */
:root[b-h3b7ung6p8] {
  --primary: #5A7CFF; /* Softer blue */
  --secondary: #FF6FB7; /* Softer magenta */
  --accent: #D7FFB6; /* Softer lime */
  --neutral: #F5F7FA; /* Soft light gray background */
  --card-bg: #FFFFFF; /* Card background */
  --text-main: #23272A; /* Main text color */
}

body[b-h3b7ung6p8] {
  background: var(--neutral);
  color: var(--text-main);
}

/* Buttons */
.btn-primary[b-h3b7ung6p8] {
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: 'Montserrat';
  font-weight: 700;
  transition: background 0.2s, color 0.2s, transform 0.1s;
}
.btn-primary:hover[b-h3b7ung6p8] {
  background: var(--accent);
  color: var(--primary);
  transform: scale(1.03);
}
.btn-secondary[b-h3b7ung6p8] {
  background: var(--secondary);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: 'Montserrat';
  font-weight: 700;
}
.btn-secondary:hover[b-h3b7ung6p8] {
  border: 2px solid var(--accent);
  color: var(--secondary);
  background: #fff;
}
.btn:disabled[b-h3b7ung6p8] {
  background: var(--neutral);
  color: #888;
}

/* Forms */
.form-control[b-h3b7ung6p8], .form-select[b-h3b7ung6p8] {
  border-radius: 8px;
  border: none;
  box-shadow: 0 2px 8px rgba(90,124,255,0.08);
  font-family: 'Inter';
  font-size: 1rem;
  background: #fff;
  color: var(--text-main);
}
.form-control:focus[b-h3b7ung6p8], .form-select:focus[b-h3b7ung6p8] {
  outline: none;
  box-shadow: 0 0 0 2px var(--accent);
}
.form-label[b-h3b7ung6p8] {
  color: var(--primary);
  font-family: 'Montserrat';
  font-weight: 700;
}

/* Cards */
.card[b-h3b7ung6p8] {
  background: var(--card-bg);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(90,124,255,0.10);
  border: none;
  color: var(--text-main);
  transition: box-shadow 0.2s;
}
.card:hover[b-h3b7ung6p8] {
  box-shadow: 0 8px 32px rgba(255,111,183,0.15);
}
.card-title[b-h3b7ung6p8] {
  color: var(--primary);
  font-family: 'Montserrat';
  font-weight: 700;
}
.card-footer[b-h3b7ung6p8] {
  background: var(--card-bg);
  border-top: 1px solid #eee;
}

/* Badges */
.badge.bg-primary[b-h3b7ung6p8] {
  background: var(--primary);
  color: #fff;
}
.badge.bg-blue-lt[b-h3b7ung6p8] {
  background: var(--primary);
  color: #fff;
}
.badge.bg-green-lt[b-h3b7ung6p8] {
  background: var(--accent);
  color: var(--text-main);
}

/* Navbar & Footer */
.navbar[b-h3b7ung6p8], .footer[b-h3b7ung6p8] {
  background: #fff;
  color: var(--text-main);
  border-bottom: 1px solid #eee;
}
.nav-link[b-h3b7ung6p8] {
  color: var(--primary) !important;
  font-family: 'Montserrat';
  font-weight: 700;
}
.nav-link:hover[b-h3b7ung6p8] {
  color: var(--secondary) !important;
}

/* Iconography */
.icon[b-h3b7ung6p8] {
  stroke: var(--primary);
  fill: var(--accent);
}

/* Newsletter Signup */
.newsletter-signup[b-h3b7ung6p8] {
  background: var(--primary);
  color: #fff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(90,124,255,0.10);
}

/* Social Proof */
.social-proof-logo[b-h3b7ung6p8] {
  filter: grayscale(1) brightness(1.2);
  opacity: 0.8;
  transition: opacity 0.2s, filter 0.2s;
}
.social-proof-logo:hover[b-h3b7ung6p8] {
  filter: none;
  opacity: 1;
}

a.navbar-brand[b-h3b7ung6p8] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-h3b7ung6p8] {
  color: #0077cc;
}

.btn-primary[b-h3b7ung6p8] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-h3b7ung6p8], .nav-pills .show > .nav-link[b-h3b7ung6p8] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-h3b7ung6p8] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-h3b7ung6p8] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-h3b7ung6p8] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-h3b7ung6p8] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-h3b7ung6p8] {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
