.elementor-kit-6{--e-global-color-primary:#183862;--e-global-color-secondary:#032F40;--e-global-color-text:#E8E4D8;--e-global-color-accent:#9BB4E0;--e-global-color-d59a68d:#021A25;--e-global-color-d0a13f3:#4A7CB5;--e-global-color-8b5b031:#E8E4D8B3;--e-global-color-12f74fd:#02010100;--e-global-typography-primary-font-family:"Archivo";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Archivo";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:400;background-color:var( --e-global-color-d59a68d );color:var( --e-global-color-text );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Pills + rounded inputs everywhere */
.elementor-button{border-radius:999px !important;
     font-size:17px!important;
  padding:18px 40px!important;
}
.elementor-field-group input,
.elementor-field-group textarea,
.elementor-field-group select{border-radius:16px !important;}

/* Reusable rounded surfaces */
.pollux-card{border-radius:28px;}
.pollux-panel{border-radius:40px;}



/* form styling */

.elementor-form .elementor-field-group input,
.elementor-form .elementor-field-group textarea {
  background: rgba(232,228,216,.04) !important;
  border: 1px solid rgba(232,228,216,.15) !important;
  border-radius: 16px !important;
  color: #E8E4D8 !important;
  padding: 14px 16px !important;
  height: auto !important;
  box-shadow: none !important;
}
.elementor-form .elementor-field-group input::placeholder,
.elementor-form .elementor-field-group textarea::placeholder { color: rgba(232,228,216,.4) !important; }
.elementor-form .elementor-field-group textarea { min-height: 120px; }
.elementor-form .elementor-field-group > label {
  color: rgba(232,228,216,.6) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin-bottom: 8px !important;
}
.elementor-form .elementor-button {
  background: #9BB4E0 !important;
  color: #021a25 !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  padding: 15px 32px !important;
}
.elementor-form .elementor-button:hover { background: #B5C8E8 !important; }

/* Pollux content-width clamp for hero */
.pollux-hero-inner {
  max-width: var(--container-max-width, 1200px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.chapter-marker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.chapter-marker .chapter-label {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #9BB4E0;
  white-space: nowrap;
}/* End custom CSS */