.elementor-5963 .elementor-element.elementor-element-46431eb{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */.casulo-atelier-page {
  font-family: inherit;
  color: #2d2d2d;
  line-height: 1.7;
}
.ca-section {
  padding: 80px 0;
}
.ca-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
.ca-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c89f3a;
  margin-bottom: 16px;
  display: block;
}
.ca-hero {
  background: #faf6ef;
  padding: 100px 0 80px;
  text-align: center;
}
.ca-hero h1 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 24px;
  line-height: 1.2;
}
.ca-hero p {
  font-size: 1.05rem;
  color: #555;
  max-width: 640px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.ca-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.2s;
  margin: 6px;
}
.ca-btn-primary {
  background: #c89f3a;
  color: #fff;
}
.ca-btn-primary:hover {
  background: #b08a2e;
  color: #fff;
}
.ca-btn-outline {
  background: transparent;
  color: #c89f3a;
  border: 2px solid #c89f3a;
}
.ca-btn-outline:hover {
  background: #c89f3a;
  color: #fff;
}
.ca-section-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 16px;
}
.ca-section-subtitle {
  text-align: center;
  color: #666;
  font-size: 1rem;
  max-width: 580px;
  margin: 0 auto 50px;
}
.ca-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.ca-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.ca-card-number {
  width: 40px;
  height: 40px;
  background: #fdf3dc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: #c89f3a;
  margin-bottom: 16px;
}
.ca-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px;
}
.ca-card p {
  font-size: 0.92rem;
  color: #666;
  margin: 0;
  line-height: 1.6;
}
.ca-section-alt {
  background: #faf6ef;
}
.ca-info-box {
  background: #fff;
  border-radius: 16px;
  padding: 36px 40px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.ca-info-box p {
  color: #555;
  margin: 0 0 14px;
  font-size: 0.95rem;
  line-height: 1.7;
}
.ca-info-box p:last-child { margin: 0; }
.ca-form-placeholder {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  border: 2px dashed #e0d5c1;
  color: #999;
  font-size: 0.9rem;
}
.ca-pro-box {
  background: #1a1a1a;
  border-radius: 20px;
  padding: 50px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.ca-pro-box h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
}
.ca-pro-box .ca-pro-subtitle {
  color: #c89f3a;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.ca-pro-box p {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 14px;
}
.ca-pro-note {
  background: rgba(200,159,58,0.15);
  border-left: 3px solid #c89f3a;
  border-radius: 8px;
  padding: 16px 20px;
  color: #ccc;
  font-size: 0.88rem;
  font-style: italic;
  margin-top: 20px;
}
.ca-faq-item {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 12px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  overflow: hidden;
}
.ca-faq-question {
  padding: 20px 24px;
  font-weight: 600;
  color: #1a1a1a;
  font-size: 0.97rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}
.ca-faq-question::after {
  content: "+";
  font-size: 1.2rem;
  color: #c89f3a;
  font-weight: 300;
  flex-shrink: 0;
  margin-left: 12px;
}
.ca-faq-answer {
  padding: 0 24px 20px;
  color: #666;
  font-size: 0.92rem;
  line-height: 1.7;
  display: none;
}
.ca-faq-item.open .ca-faq-answer { display: block; }
.ca-faq-item.open .ca-faq-question::after { content: "−"; }
@media (max-width: 768px) {
  .ca-hero h1 { font-size: 1.8rem; }
  .ca-cards-grid { grid-template-columns: 1fr; }
  .ca-pro-box { grid-template-columns: 1fr; padding: 32px 24px; }
  .ca-section { padding: 60px 0; }
}/* End custom CSS */