/* IKUJI SEN WORLD — Design System v2.0 */
/* Warm, nurturing palette for a children's therapy center */

:root {
  --clr-primary: #2D6A4F;
  --clr-primary-light: #40916C;
  --clr-primary-dark: #1B4332;
  --clr-secondary: #52B788;
  --clr-secondary-light: #74C69D;
  --clr-accent: #F77F00;
  --clr-accent-light: #FCBF49;
  --clr-accent-dark: #E36414;
  --clr-bg: #FDFCFA;
  --clr-bg-alt: #F0F7F4;
  --clr-text: #1B2631;
  --clr-text-muted: #566573;
  --clr-white: #ffffff;
  --clr-dark: #212529;
  --clr-danger: #e74c3c;
  --clr-border: #dee2e6;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.12);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 50%;
  --transition: all 0.3s ease;
  --font-primary: 'Poppins', sans-serif;
  --font-body: 'Roboto', sans-serif;
}

/* ===== GLOBAL RESETS ===== */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--clr-text);
  background: var(--clr-bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--clr-primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--clr-accent); }

/* ===== HEADER ===== */
.header_section {
  background: linear-gradient(135deg, var(--clr-primary-dark), var(--clr-primary));
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 12px 24px;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  font-family: var(--font-primary);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: var(--transition);
  position: relative;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--clr-accent-light);
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
  content: "";
  position: absolute;
  width: 60%;
  left: 50%;
  height: 3px;
  background: var(--clr-accent);
  bottom: 6px;
  display: block;
  transform: translateX(-50%);
  border-radius: 2px;
  transition: var(--transition);
}
.navbar-brand span {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-left: 10px;
  text-transform: uppercase;
  font-family: var(--font-primary);
  letter-spacing: 1px;
}
.navbar-brand img { margin-right: 5px; }
.navbar-brand { display: flex; align-items: center; }
.custom_nav-container { z-index: 99999; padding: 8px 0; }
.custom_nav-container .navbar-toggler { outline: none; border: 2px solid rgba(255,255,255,0.3); padding: 6px 10px; }
.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-size: 24px;
  width: 24px;
  height: 24px;
}
.navbar-collapse { transition: var(--transition); }
/* Phone CTA in nav */
.nav-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--clr-accent);
  color: #fff !important;
  padding: 8px 20px !important;
  border-radius: 50px;
  font-weight: 600;
  margin-left: 12px;
  transition: var(--transition);
}
.nav-phone-btn:hover { background: var(--clr-accent-dark); transform: translateY(-1px); }

/* ===== HERO SECTION ===== */
.hero_area {
  position: relative;
  background: linear-gradient(135deg, var(--clr-primary-dark) 0%, var(--clr-primary) 100%);
  min-height: auto;
  height: auto;
}
.sub_page .hero_area { height: auto; }
.hero-section {
  position: relative;
  background: linear-gradient(135deg, rgba(27,67,50,0.92), rgba(45,106,79,0.88)),
              url(../images/slider-bg.jpg) center/cover no-repeat;
  padding: 80px 0 60px;
  color: #fff;
  overflow: hidden;
}
.hero-section .hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 20px;
  border: 1px solid rgba(255,255,255,0.2);
}
.hero-section h1 {
  font-family: var(--font-primary);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hero-section h1 span { color: var(--clr-accent-light); }
.hero-section p { font-size: 1.1rem; opacity: 0.9; margin-bottom: 30px; max-width: 540px; }
.hero-section .hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.hero-section .hero-stats .stat {
  text-align: center;
}
.hero-section .hero-stats .stat-number {
  font-family: var(--font-primary);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--clr-accent-light);
  display: block;
}
.hero-section .hero-stats .stat-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}
/* Buttons */
.btn-primary-custom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 36px;
  background: var(--clr-accent);
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(247,127,0,0.3);
}
.btn-primary-custom:hover {
  background: var(--clr-accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(247,127,0,0.4);
  color: #fff;
}
.btn-secondary-custom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 36px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: var(--transition);
  cursor: pointer;
}
.btn-secondary-custom:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
  color: #fff;
}

/* ===== SECTION STYLES ===== */
.section-padding { padding: 80px 0; }
.section-padding-sm { padding: 60px 0; }
.heading_container h2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 2rem;
  color: var(--clr-text);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}
.heading_container h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--clr-accent);
  border-radius: 2px;
  margin-top: 12px;
}
.heading_container.text-center h2::after { margin-left: auto; margin-right: auto; }
.heading_container p {
  color: var(--clr-text-muted);
  font-size: 1.05rem;
  max-width: 600px;
}
.heading_container.text-center p { margin: 0 auto; }

/* ===== SPECIALITY / FEATURES ===== */
.speciality_section { background: var(--clr-bg); }
.speciality_section .content-box {
  display: flex;
  align-items: flex-start;
  margin: 24px 0;
  padding: 28px;
  border-radius: var(--radius-md);
  background: var(--clr-white);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid transparent;
}
.speciality_section .content-box:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--clr-secondary-light);
  transform: translateY(-4px);
}
.speciality_section .content-box .img-box {
  min-width: 80px;
  min-height: 80px;
  width: 80px;
  height: 80px;
  background: var(--clr-bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  border-radius: var(--radius-md);
  transition: var(--transition);
  flex-shrink: 0;
}
.speciality_section .content-box .img-box svg { width: 40px; height: auto; fill: var(--clr-primary); }
.speciality_section .content-box:hover .img-box { background: var(--clr-primary); }
.speciality_section .content-box:hover .img-box svg,
.speciality_section .content-box:hover .img-box svg g,
.speciality_section .content-box:hover .img-box svg path { fill: #fff !important; }
.speciality_section .content-box .detail-box h6 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--clr-text);
  margin-bottom: 8px;
}
.speciality_section .content-box .detail-box p {
  margin: 0;
  color: var(--clr-text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ===== CONDITIONS SECTION ===== */
.conditions-section { background: var(--clr-bg-alt); }
.condition-card {
  text-align: center;
  padding: 32px 20px;
  background: var(--clr-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  height: 100%;
}
.condition-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.condition-card .icon {
  width: 72px;
  height: 72px;
  border-radius: var(--radius-full);
  background: var(--clr-bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 2rem;
}
.condition-card h5 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 1rem;
  color: var(--clr-text);
}

/* ===== TESTIMONIALS ===== */
.client_section { background: var(--clr-bg-alt); }
.client_section .client_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
}
.client_section .client_container .img-box {
  width: 100px;
  height: 100px;
  border: 4px solid var(--clr-secondary);
  border-radius: var(--radius-full);
  overflow: hidden;
  margin-bottom: 20px;
}
.client_section .client_container .img-box img { width: 100%; height: 100%; object-fit: cover; }
.client_section .client_container .detail-box p {
  color: var(--clr-text-muted);
  font-style: italic;
  max-width: 600px;
  margin: 0 auto 16px;
  line-height: 1.8;
}
.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 48px;
  height: 48px;
  background: var(--clr-primary);
  opacity: 1;
  top: 40%;
  border-radius: var(--radius-full);
  transition: var(--transition);
}
.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover { background: var(--clr-primary-dark); }

/* ===== CONTACT SECTION ===== */
.contact_section {
  background: linear-gradient(135deg, var(--clr-primary-dark), var(--clr-primary));
  color: #fff;
  font-family: var(--font-primary);
}
.contact_section h2 { text-align: center; margin-bottom: 40px; color: #fff; }
.contact_section h2 span { color: var(--clr-accent-light); }
.contact_section form { padding-right: 30px; }
.contact_section input, .contact_section textarea {
  width: 100%;
  border: 2px solid transparent;
  height: 52px;
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
  padding: 0 20px;
  background: rgba(255,255,255,0.95);
  outline: none;
  color: var(--clr-text);
  font-size: 0.95rem;
  transition: var(--transition);
}
.contact_section input::placeholder, .contact_section textarea::placeholder {
  color: var(--clr-text-muted);
  opacity: 1;
}
.contact_section input:focus, .contact_section textarea:focus {
  border-color: var(--clr-accent);
  box-shadow: 0 0 0 3px rgba(247,127,0,0.15);
}
.contact_section input.message-box, .contact_section textarea { height: 120px; padding-top: 14px; resize: vertical; }
.contact_section button {
  padding: 14px 48px;
  border: none;
  border-radius: 50px;
  background: var(--clr-accent);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact_section button:hover { background: var(--clr-accent-dark); transform: translateY(-2px); }

/* ===== FOUNDER SECTION ===== */
.founder-section { background: var(--clr-white); }
.founder-card {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 48px;
  background: var(--clr-bg-alt);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.founder-card .founder-img {
  width: 200px;
  height: 200px;
  border-radius: var(--radius-full);
  overflow: hidden;
  flex-shrink: 0;
  border: 5px solid var(--clr-secondary);
}
.founder-card .founder-img img { width: 100%; height: 100%; object-fit: cover; }
.founder-card h3 { font-family: var(--font-primary); font-weight: 700; color: var(--clr-text); margin-bottom: 4px; }
.founder-card .title { color: var(--clr-primary); font-weight: 500; margin-bottom: 16px; display: block; }
.founder-card p { color: var(--clr-text-muted); line-height: 1.8; }

/* ===== FOOTER ===== */
.info_section { background: var(--clr-dark); color: rgba(255,255,255,0.8); }
.site-footer {
  background: #1a1d21;
  padding: 60px 0 24px;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
}
.site-footer h3, .site-footer h2 { color: #fff; }
.site-footer a { color: rgba(255,255,255,0.7); transition: var(--transition); }
.site-footer a:hover { color: var(--clr-accent-light); }
.site-footer hr { border-color: rgba(255,255,255,0.1); }
.Igsabe { font-size: 1.3rem; margin: 0 0 32px; text-align: center; text-transform: uppercase; font-family: var(--font-primary); color: #fff; }
.fGZQDc { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; }
.kCmrbf { flex: 1; min-width: 200px; max-width: 300px; }
.Gou21b { font-size: 1rem; font-family: var(--font-primary); margin-bottom: 12px; color: var(--clr-accent-light); }
.PDvGL {
  display: inline-block;
  padding: 10px 24px;
  background: var(--clr-accent);
  color: #fff;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
  transition: var(--transition);
}
.PDvGL:hover { background: var(--clr-accent-dark); color: #fff; text-decoration: none; }
.qhkvMe { font-style: normal; line-height: 1.8; }
.social-icons { padding: 0; margin: 0; list-style: none; }
.social-icons li { display: inline-block; margin-right: 8px; }
.social-icons a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7);
  display: inline-block;
  transition: var(--transition);
  font-size: 16px;
}
.social-icons a:hover { color: #fff; transform: translateY(-2px); }
.social-icons a.facebook:hover { background: #3b5998; }
.social-icons a.instagram:hover { background: #E1306C; }
.social-icons a.linkedin:hover { background: #007bb6; }

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  z-index: 9999;
  transition: var(--transition);
  animation: pulse-wa 2s infinite;
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 30px rgba(37,211,102,0.5); }
.whatsapp-float svg { width: 32px; height: 32px; fill: #fff; }
@keyframes pulse-wa {
  0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); }
  50% { box-shadow: 0 4px 30px rgba(37,211,102,0.6); }
}

/* ===== GALLERY ===== */
.gallery-section { background: var(--clr-bg); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; padding: 20px 0; }
.gallery-item {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  aspect-ratio: 4/3;
}
.gallery-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }
.gallery-item:hover img { transform: scale(1.05); }

/* ===== PROGRAMS / SERVICES ===== */
.c-section { padding: 0 24px; }
.c-section__title {
  padding: 40px 24px 80px;
  margin: 0 -24px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  font-family: var(--font-primary);
  text-align: center;
  position: relative;
}
.c-section span:before {
  background: var(--clr-primary);
  background-image: none;
}
.c-section span:after {
  color: var(--clr-text-muted);
  font-size: 1rem;
  font-weight: 400;
}
.c-services__item {
  background: var(--clr-white);
  padding: 32px 24px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid transparent;
}
.c-services__item:hover {
  background: var(--clr-primary);
  border-color: var(--clr-primary);
  transform: translateY(-8px) !important;
  box-shadow: var(--shadow-lg);
}
.c-services__item h3 { color: var(--clr-primary); font-family: var(--font-primary); font-weight: 600; }
.c-services__item:hover h3 { color: #fff; }
.c-services__item p { color: var(--clr-text-muted); }
.c-services__item:hover p { color: rgba(255,255,255,0.85); }

/* ===== ABOUT PAGE ===== */
.about { padding-top: 60px; }
.about .content ul { list-style: none; padding: 0; }
.about .content ul li { padding-left: 28px; position: relative; margin-bottom: 8px; }
.about .content ul i { position: absolute; left: 0; top: 4px; font-size: 18px; color: var(--clr-accent); }
.about .content .btn-learn-more {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 12px 32px;
  border-radius: 50px;
  color: var(--clr-accent);
  border: 2px solid var(--clr-accent);
  transition: var(--transition);
  display: inline-block;
  margin-top: 8px;
}
.about .content .btn-learn-more:hover { background: var(--clr-accent); color: #fff; }
.section-title h2 {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--clr-text-muted);
  font-family: var(--font-primary);
}
.section-title h2::after { content: ''; width: 80px; height: 2px; display: inline-block; background: var(--clr-accent); margin: 4px 10px; }
.section-title p { font-size: 2rem; font-weight: 700; text-transform: uppercase; font-family: var(--font-primary); color: var(--clr-text); }

/* FAQ */
.faq .faq-list .question { color: var(--clr-primary-dark); font-family: var(--font-primary); }
.faq .faq-list .collapsed { color: var(--clr-text); }
.faq .faq-list .collapsed:hover { color: var(--clr-accent); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .hero-section h1 { font-size: 2.2rem; }
  .founder-card { flex-direction: column; text-align: center; padding: 32px; }
  .founder-card .founder-img { margin: 0 auto; }
}
@media (max-width: 768px) {
  .hero_area { height: auto; }
  .hero-section { padding: 50px 0 40px; }
  .hero-section h1 { font-size: 1.8rem; }
  .hero-section .hero-stats { gap: 24px; justify-content: center; }
  .contact_section form { padding-right: 0; margin-bottom: 32px; }
  .fGZQDc { flex-direction: column; }
  .kCmrbf { max-width: 100%; }
  .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
  .section-title p { font-size: 1.5rem; }
}
@media (max-width: 576px) {
  .hero-section h1 { font-size: 1.5rem; }
  .hero-section .hero-stats { flex-direction: column; gap: 16px; }
  .btn-primary-custom, .btn-secondary-custom { padding: 12px 28px; font-size: 0.9rem; }
  .gallery-grid { grid-template-columns: 1fr; }
}

/* ===== SKIP NAV (Accessibility) ===== */
.skip-nav {
  position: absolute;
  top: -100%;
  left: 16px;
  background: var(--clr-primary);
  color: #fff;
  padding: 12px 24px;
  border-radius: 0 0 8px 8px;
  z-index: 10000;
  font-weight: 600;
  transition: top 0.3s;
}
.skip-nav:focus { top: 0; color: #fff; }

/* ===== LAYOUT HELPERS ===== */
.layout_padding { padding: 80px 0; }
.layout_padding2 { padding: 48px 0; }
.layout_padding2-top { padding-top: 48px; }
.hero_next_section-margin { margin-top: 0; }

/* Override old carousel indicators */
.slider_section ol.carousel-indicators li { background-color: var(--clr-accent); }
.slider_section ol.carousel-indicators li.active { background-color: transparent; border-color: #fff; }

/* ===== GOOGLE REVIEWS WIDGET ===== */
.g-review-card {
  background: var(--clr-white);
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(0,0,0,0.06);
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.g-review-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.g-review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.g-review-avatar {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-full);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.g-review-name {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--clr-text);
}
.g-review-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.g-review-stars {
  color: #FBBC05;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.g-review-date {
  font-size: 0.75rem;
  color: var(--clr-text-muted);
}
.g-review-google {
  margin-left: auto;
  flex-shrink: 0;
  opacity: 0.6;
  transition: var(--transition);
}
.g-review-card:hover .g-review-google { opacity: 1; }
.g-review-text {
  color: var(--clr-text-muted);
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 0;
  flex-grow: 1;
}
.g-review-cta {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background: var(--clr-white);
  color: var(--clr-text);
  border: 2px solid var(--clr-border);
  border-radius: 50px;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 0.9rem;
  transition: var(--transition);
}
.g-review-cta:hover {
  border-color: #4285F4;
  color: #4285F4;
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

/* ===== SMART INTAKE FORM ===== */
.smart-form-container {
  background: var(--clr-white);
  padding: 32px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  margin-bottom: 24px;
}
.smart-form h3 {
  font-family: var(--font-primary);
  color: var(--clr-text);
  font-weight: 700;
  margin-bottom: 8px;
}
.smart-form p {
  color: var(--clr-text-muted);
  font-size: 0.95rem;
  margin-bottom: 24px;
}
.sf-progress {
  height: 6px;
  background: var(--clr-bg-alt);
  border-radius: 3px;
  margin-bottom: 32px;
  overflow: hidden;
}
.sf-progress-bar {
  height: 100%;
  background: var(--clr-accent);
  border-radius: 3px;
  transition: width 0.4s ease;
}
.sf-step {
  display: none;
  animation: fadeIn 0.4s ease;
}
.sf-step.sf-active {
  display: block;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.sf-group {
  margin-bottom: 20px;
  text-align: left;
}
.sf-group label {
  display: block;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--clr-text);
  margin-bottom: 8px;
}
.smart-form input[type="text"],
.smart-form input[type="email"],
.smart-form input[type="tel"],
.smart-form input[type="number"] {
  width: 100%;
  padding: 14px 20px;
  border: 2px solid var(--clr-border);
  border-radius: var(--radius-sm);
  background: var(--clr-bg);
  color: var(--clr-text);
  font-size: 1rem;
  transition: var(--transition);
}
.smart-form input::placeholder, .smart-form textarea::placeholder {
  color: #9ba4b5;
  opacity: 1;
}
.smart-form input:focus {
  border-color: var(--clr-primary);
  box-shadow: 0 0 0 4px rgba(45,106,79,0.1);
  outline: none;
}
.sf-checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.sf-checkbox-card {
  cursor: pointer;
  margin: 0;
}
.sf-checkbox-card input {
  display: none;
}
.sf-card-content {
  padding: 16px;
  border: 2px solid var(--clr-border);
  border-radius: var(--radius-sm);
  text-align: center;
  font-weight: 500;
  font-size: 0.95rem;
  transition: var(--transition);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--clr-bg);
  color: var(--clr-text);
}
.sf-checkbox-card:hover .sf-card-content {
  border-color: var(--clr-primary-light);
  background: var(--clr-bg-alt);
}
.sf-checkbox-card input:checked + .sf-card-content {
  border-color: var(--clr-primary);
  background: var(--clr-primary);
  color: #fff;
  box-shadow: var(--shadow-sm);
}
