.elementor-kit-5{--e-global-color-primary:#085041;--e-global-color-secondary:#0F6E56;--e-global-color-text:#5DCAA5;--e-global-color-accent:#3DDDA6;--e-global-color-b5aeb33:#534AB7;--e-global-color-c58817e:#F7F4EF;--e-global-color-5420d44:#67768c;--e-global-color-58be983:#ffffff;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#B8C0CC;--e-global-color-dff8941:#4ECDC4;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5535e8e-font-family:"Gruppo";--e-global-typography-5535e8e-font-size:3rem;--e-global-typography-5535e8e-font-weight:700;--e-global-typography-c83476d-font-family:"Gruppo";--e-global-typography-c83476d-font-size:2.5rem;--e-global-typography-c83476d-font-weight:bold;--e-global-typography-887fca2-font-family:"Montserrat";--e-global-typography-887fca2-font-size:1rem;--e-global-typography-887fca2-font-weight:400;--e-global-typography-2142591-font-family:"Montserrat";--e-global-typography-2142591-font-size:1rem;--e-global-typography-2142591-font-weight:700;--e-global-typography-6e52843-font-family:"Montserrat";--e-global-typography-6e52843-font-size:1rem;--e-global-typography-6e52843-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}.entry-title, .wp-block-post-title{display:var(--page-title-display);}@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-kit-5{--e-global-typography-c83476d-font-size:1.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --teal-deep: #085041;
    --teal-mid: #0F6E56;
    --teal-light: #5DCAA5;
    --teal-pale: #E1F5EE;
    --purple: #534AB7;
    --purple-light: #AFA9EC;
    --cream: #F7F4EF;
    --warm-cream: #F0EDE8;
    --ink: #1C1C1A;
    --mid-grey: #888780;
  }
 
  * { box-sizing: border-box; margin: 0; padding: 0; }
 
  body {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    background: #fff;
    color: var(--ink);
    font-size: 16px;
    line-height: 1.8;
  }
 
  /* ─── REFERENCE HEADER ─── */
  .ref-header {
    background: var(--teal-deep);
    color: var(--teal-pale);
    padding: 20px 40px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ref-header strong { font-family: 'Dancing Script', cursive; font-size: 22px; text-transform: none; letter-spacing: 0; color: #fff; }
 
  /* ─── SECTION LABELS ─── */
  .section-label {
    background: var(--purple);
    color: #fff;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 0;
  }
  .section-meta {
    background: var(--warm-cream);
    border-left: 3px solid var(--purple-light);
    padding: 12px 20px;
    font-size: 11px;
    color: var(--mid-grey);
    letter-spacing: 0.5px;
    margin-bottom: 0;
  }
  .section-meta strong { color: var(--teal-deep); }
 
  /* ─── SECTIONS ─── */
  section { position: relative; }
 
  /* HERO */
  .hero {
    background: linear-gradient(135deg, rgba(8,80,65,0.82) 0%, rgba(15,110,86,0.65) 50%, rgba(8,80,65,0.75) 100%),
                linear-gradient(to right, #085041, #1D9E75);
    min-height: 560px;
    display: flex;
    align-items: center;
    padding: 80px 8%;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%235DCAA5' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='28'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.4;
  }
  .hero-content { position: relative; max-width: 620px; }
  .hero-eyebrow {
    font-size: 10px;
    letter-spacing: 3.5px;
    color: var(--teal-light);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .hero h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .hero h1 em {
    font-style: italic;
    color: var(--teal-light);
  }
  .hero-sub {
    font-size: 17px;
    color: rgba(255,255,255,0.82);
    font-weight: 300;
    margin-bottom: 36px;
    line-height: 1.7;
  }
  .btn-primary {
    display: inline-block;
    background: var(--teal-light);
    color: var(--teal-deep);
    padding: 14px 34px;
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  .btn-primary:hover { background: #fff; }
 
  .btn-ghost {
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.4);
    color: rgba(255,255,255,0.85);
    padding: 14px 34px;
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    margin-left: 14px;
  }
 
  /* INTRO */
  .intro {
    background: var(--cream);
    padding: 80px 8%;
    text-align: center;
  }
  .intro-inner { max-width: 700px; margin: 0 auto; }
  .intro-inner p {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(20px, 2.5vw, 26px);
    font-style: italic;
    color: var(--teal-deep);
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .intro-inner .sub {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-style: normal;
    color: var(--mid-grey);
    font-weight: 300;
  }
  .divider-line {
    width: 48px;
    height: 1px;
    background: var(--teal-light);
    margin: 28px auto;
  }
 
  /* TWO-COL */
  .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 480px;
  }
  .two-col.reverse { direction: rtl; }
  .two-col.reverse > * { direction: ltr; }
 
  .col-image {
    background: var(--warm-cream);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    position: relative;
    overflow: hidden;
  }
  .image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--mid-grey);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .image-placeholder span { font-size: 28px; opacity: 0.3; }
 
  .col-text {
    padding: 72px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
  }
  .col-text.cream { background: var(--cream); }
  .col-text.teal-pale { background: var(--teal-pale); }
 
  .eyebrow {
    font-size: 10px;
    letter-spacing: 3px;
    color: var(--purple);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 14px;
  }
  .col-text h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 600;
    color: var(--teal-deep);
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .col-text p {
    font-size: 15px;
    color: #444441;
    line-height: 1.85;
    margin-bottom: 16px;
    font-weight: 300;
  }
  .check-list {
    list-style: none;
    margin: 16px 0 28px;
  }
  .check-list li {
    font-size: 15px;
    color: #444441;
    padding: 7px 0;
    padding-left: 22px;
    position: relative;
    font-weight: 300;
    line-height: 1.6;
  }
  .check-list li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: var(--teal-mid);
    font-size: 9px;
    top: 10px;
  }
  .text-link {
    font-size: 13px;
    color: var(--teal-mid);
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid var(--teal-light);
    padding-bottom: 2px;
  }
 
  /* SERVICES */
  .services {
    background: var(--teal-deep);
    padding: 80px 8%;
  }
  .services-header {
    text-align: center;
    margin-bottom: 56px;
  }
  .services-header .eyebrow { color: var(--teal-light); margin-bottom: 12px; }
  .services-header h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 600;
    color: #fff;
    line-height: 1.25;
  }
  .services-header p {
    color: rgba(255,255,255,0.65);
    font-size: 15px;
    margin-top: 14px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
  }
  .card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(93,202,165,0.15);
    padding: 40px 28px;
    transition: background 0.3s ease;
  }
  .card:hover { background: rgba(93,202,165,0.1); }
  .card-icon {
    width: 36px;
    height: 1px;
    background: var(--teal-light);
    margin-bottom: 24px;
  }
  .card h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .card .tag {
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--teal-light);
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
  }
  .card p {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 1.75;
    font-weight: 300;
  }
 
  /* TRANSFORMATION */
  .transformation {
    background: var(--teal-deep);
    padding: 80px 8%;
    position: relative;
    overflow: hidden;
  }
  .transformation::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: rgba(93,202,165,0.06);
  }
  .transformation-inner {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 48px;
    align-items: center;
  }
  .transform-col { }
  .transform-col .label {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 500;
  }
  .transform-col.before .label { color: rgba(255,255,255,0.4); }
  .transform-col.after .label { color: var(--teal-light); }
  .transform-col ul { list-style: none; }
  .transform-col ul li {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    font-weight: 300;
    line-height: 1.6;
  }
  .transform-col.after ul li { color: rgba(225,245,238,0.9); }
  .transform-col.after ul li::before {
    content: '→ ';
    color: var(--teal-light);
  }
  .transform-arrow {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    color: var(--teal-light);
    opacity: 0.4;
  }
  .transform-header {
    text-align: center;
    margin-bottom: 56px;
  }
  .transform-header h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
  }
  .transform-header p {
    color: rgba(255,255,255,0.55);
    font-size: 15px;
    margin-top: 12px;
  }
 
  /* TESTIMONIALS */
  .testimonials {
    background: var(--cream);
    padding: 80px 8%;
    text-align: center;
  }
  .testimonials h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 600;
    color: var(--teal-deep);
    margin-bottom: 48px;
  }
  .testimonial-placeholder {
    border: 1px dashed var(--purple-light);
    border-radius: 4px;
    padding: 40px;
    color: var(--mid-grey);
    font-size: 13px;
    letter-spacing: 0.5px;
    max-width: 600px;
    margin: 0 auto;
  }
 
  /* FINAL CTA */
  .final-cta {
    background: var(--cream);
    padding: 100px 8%;
    text-align: center;
    border-top: 1px solid rgba(8,80,65,0.08);
  }
  .final-cta h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 600;
    color: var(--teal-deep);
    line-height: 1.25;
    margin-bottom: 16px;
  }
  .final-cta h2 em { font-style: italic; color: var(--purple); }
  .final-cta p {
    color: var(--mid-grey);
    font-size: 15px;
    margin-bottom: 36px;
    font-weight: 300;
  }
  .btn-dark {
    display: inline-block;
    background: var(--teal-deep);
    color: #fff;
    padding: 16px 40px;
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
  }
  .tagline-close {
    margin-top: 40px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 14px;
    color: var(--teal-mid);
    opacity: 0.7;
  }
 
  /* ─── RESPONSIVE ─── */
  @media (max-width: 768px) {
    .two-col, .two-col.reverse { grid-template-columns: 1fr; direction: ltr; }
    .cards { grid-template-columns: 1fr 1fr; }
    .transformation-inner { grid-template-columns: 1fr; }
    .transform-arrow { display: none; }
    .col-text { padding: 48px 32px; }
  }
  @media (max-width: 480px) {
    .cards { grid-template-columns: 1fr; }
  }/* End custom CSS */