/* Main SCSS File */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* Corrected */
  background-color: #f5f5f7;
  /* Corrected */
  color: #1d1d1f;
  /* Corrected */
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* Navbar */
.navbar {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid #d2d2d7;
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 60px;
  display: flex;
  align-items: center;
}
.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  padding: 0 20px;
}
.navbar .brand {
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  color: #1d1d1f;
  transition: opacity 0.2s;
}
.navbar .brand:hover {
  opacity: 0.7;
}
.navbar .nav-links a {
  text-decoration: none;
  color: #86868b;
  font-size: 0.9rem;
  margin-left: 20px;
  transition: color 0.2s;
}
.navbar .nav-links a:hover {
  color: #0071e3;
}
.navbar {
  /* Lang Selector */
}
.navbar .lang-selector {
  display: flex;
  align-items: center;
  margin-left: 20px;
  background: #f5f5f7;
  padding: 4px;
  border-radius: 8px;
}
.navbar .lang-selector .lang-btn {
  background: none;
  border: none;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 6px;
  color: #86868b;
  transition: all 0.2s;
}
.navbar .lang-selector .lang-btn.active {
  background: white;
  color: #0071e3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.navbar .lang-selector .lang-btn:hover:not(.active) {
  color: #1d1d1f;
}

/* Rest of Styles */
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

/* Buttons */
.btn {
  display: inline-block;
  background-color: #0071e3;
  color: #fff;
  padding: 10px 20px;
  border-radius: 980px;
  /* Pill shape */
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}
.btn:hover {
  background-color: #0056b3;
}
.btn:active {
  transform: scale(0.98);
}
.btn--secondary {
  background-color: rgba(0, 113, 227, 0.1);
  /* fallback or variable */
  color: #0071e3;
}
.btn--secondary:hover {
  background-color: rgba(0, 113, 227, 0.2);
}
.btn--outline {
  background: transparent;
  border: 1px solid #d2d2d7;
  color: #86868b;
}
.btn--outline:hover {
  color: #1d1d1f;
  border-color: #86868b;
}

/* Cards */
.card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  transition: transform 0.2s;
}
.card h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* Forms */
.input-group {
  margin-bottom: 20px;
}
.input-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #86868b;
}
.input-group input,
.input-group select,
.input-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #d2d2d7;
  border-radius: 10px;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.2s;
}
.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
  outline: none;
  border-color: #0071e3;
}

/* Landing Page Specifics */
.hero-section {
  text-align: center;
  padding: 80px 20px;
}
.hero-section h1 {
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  background: -webkit-linear-gradient(#1d1d1f, #424245);
  -webkit-background-clip: text;
}
.hero-section h1 span.text-muted {
  color: #86868b;
  background: none;
}
.hero-section p {
  font-size: 1.3rem;
  color: #86868b;
  max-width: 600px;
  margin: 0 auto 40px;
  font-weight: 300;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin: 60px 0;
  padding: 0 20px;
}
.feature-grid .feature-item {
  text-align: center;
}
.feature-grid .feature-item .icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.feature-grid .feature-item h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.feature-grid .feature-item p {
  color: #86868b;
  font-size: 1rem;
  line-height: 1.6;
}

.mini-banner {
  background: #f5f5f7;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  margin: 40px 0;
}
.mini-banner p {
  font-size: 1.1rem;
  font-weight: 500;
}

.cta-section {
  text-align: center;
  padding: 60px 0;
}
.cta-section h2 {
  font-size: 2.5rem;
}

/* Utility */
.text-muted {
  color: #86868b !important;
}

.text-gradient {
  background: linear-gradient(135deg, #0071e3, #ff3b30);
  /* Fallback */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Calendar Widget */
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-top: 15px;
  text-align: center;
}

.cal-day-header {
  font-size: 0.7rem;
  color: #86868b;
  font-weight: 600;
  margin-bottom: 5px;
}

.cal-day {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 0.8rem;
  color: #1d1d1f;
  transition: all 0.2s;
  background: #f5f5f7;
}
.cal-day.completed {
  background-color: #0071e3;
  color: white;
  box-shadow: 0 2px 5px rgba(0, 113, 227, 0.3);
}
.cal-day.today {
  border: 2px solid #0071e3;
  /* if not completed, just border. if completed, border blends or adds inset? */
}

/*# sourceMappingURL=main.css.map */
