  :root {
    --teal: #2F5F4F;
    --teal-dark: #1e3d32;
    --teal-light: #3d7a66;
    --gold: #C9A961;
    --gold-light: #e8c97a;
    --cream: #FAF8F4;
    --ink: #1a1a1a;
    --muted: #5a5a5a;
    --rule: #e2ddd5;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Source Serif 4', Georgia, serif; background: var(--cream); color: var(--ink); min-height: 100vh; }

  /* MASTHEAD */
  .masthead { background: var(--teal-dark); border-bottom: 3px solid var(--gold); padding: 22px 40px; display: flex; align-items: center; justify-content: space-between; }
  .masthead-brand { display: flex; flex-direction: column; gap: 2px; }
  .masthead-name { font-family: 'Playfair Display', serif; font-size: 1.35rem; font-weight: 900; color: #fff; letter-spacing: 0.08em; text-transform: uppercase; }
  .masthead-sub { font-family: 'DM Sans', sans-serif; font-size: 0.6rem; font-weight: 500; color: rgba(255,255,255,0.5); letter-spacing: 0.18em; text-transform: uppercase; }
  .masthead-nav { font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 500; color: var(--gold); letter-spacing: 0.14em; text-transform: uppercase; }

  /* HERO */
  .hero { background: linear-gradient(160deg, var(--teal-dark) 0%, var(--teal) 60%, #3d7a66 100%); padding: 64px 40px 56px; text-align: center; position: relative; overflow: hidden; }
  .hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 15% 50%, rgba(201,169,97,0.09) 0%, transparent 55%), radial-gradient(circle at 85% 20%, rgba(201,169,97,0.06) 0%, transparent 50%); }
  .hero-eyebrow { font-family: 'DM Sans', sans-serif; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; position: relative; display: flex; align-items: center; justify-content: center; gap: 14px; }
  .hero-eyebrow::before, .hero-eyebrow::after { content: ''; width: 40px; height: 1px; background: var(--gold); opacity: 0.5; }
  .hero-title { font-family: 'Playfair Display', serif; font-size: clamp(1.9rem, 4.5vw, 3.1rem); font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 16px; position: relative; }
  .hero-title em { font-style: italic; color: var(--gold-light); }
  .hero-sub { font-family: 'Source Serif 4', serif; font-size: 1.02rem; font-style: italic; color: rgba(255,255,255,0.72); max-width: 500px; margin: 0 auto; line-height: 1.65; position: relative; }

  /* PATH SELECTOR */
  .path-selector-wrap { max-width: 680px; margin: -26px auto 0; padding: 0 32px; position: relative; z-index: 10; }
  .path-selector { display: grid; grid-template-columns: 1fr 1fr; background: #fff; border: 1px solid var(--rule); border-top: 4px solid var(--gold); box-shadow: 0 8px 32px rgba(0,0,0,0.1); }
  .path-btn { padding: 22px 20px; text-align: center; cursor: pointer; border: none; background: transparent; border-right: 1px solid var(--rule); transition: background 0.2s; position: relative; }
  .path-btn:last-child { border-right: none; }
  .path-btn:hover { background: rgba(47,95,79,0.04); }
  .path-btn.active { background: var(--teal-dark); }
  .path-btn.active .path-icon { color: var(--gold); }
  .path-btn.active .path-label { color: #fff; }
  .path-btn.active .path-desc { color: rgba(255,255,255,0.58); }
  .path-icon { font-size: 1.3rem; margin-bottom: 6px; color: var(--teal); display: block; }
  .path-label { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; color: var(--teal-dark); display: block; margin-bottom: 4px; }
  .path-desc { font-family: 'DM Sans', sans-serif; font-size: 0.69rem; color: var(--muted); line-height: 1.4; }
  .path-active-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--gold); display: none; }
  .path-btn.active .path-active-bar { display: block; }

  /* PAGE LAYOUT */
  .page-wrap { max-width: 1040px; margin: 0 auto; padding: 52px 32px 80px; display: grid; grid-template-columns: 1fr 2fr; gap: 52px; align-items: start; }

  /* SIDEBAR */
  .contact-sidebar { display: flex; flex-direction: column; gap: 28px; }
  .sidebar-badge { display: flex; justify-content: center; padding: 4px 0; }
  .sidebar-intro { border-left: 4px solid var(--gold); padding-left: 20px; }
  .sidebar-intro h2 { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--teal-dark); margin-bottom: 10px; line-height: 1.3; }
  .sidebar-intro p { font-family: 'Source Serif 4', serif; font-size: 0.9rem; color: var(--muted); line-height: 1.7; }
  .contact-info { display: flex; flex-direction: column; gap: 18px; }
  .contact-item { display: flex; flex-direction: column; gap: 3px; }
  .contact-label { font-family: 'DM Sans', sans-serif; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
  .contact-value { font-family: 'Source Serif 4', serif; font-size: 0.88rem; color: var(--teal-dark); }
  .promise-card { background: linear-gradient(135deg, var(--teal-dark) 0%, var(--teal) 100%); border-radius: 3px; padding: 26px 22px; }
  .promise-card-title { font-family: 'DM Sans', sans-serif; font-size: 0.6rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
  .promise-card-body { font-family: 'Source Serif 4', serif; font-size: 0.87rem; font-style: italic; color: rgba(255,255,255,0.85); line-height: 1.65; }
  .promise-card-sig { margin-top: 12px; font-family: 'DM Sans', sans-serif; font-size: 0.68rem; color: var(--gold); letter-spacing: 0.08em; }

  /* FORM CARD */
  .form-card { background: #fff; border: 1px solid var(--rule); border-top: 4px solid var(--teal); padding: 44px 40px 48px; }
  .track-panel { display: none; }
  .track-panel.active { display: block; }
  .form-section-title { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; color: var(--teal-dark); margin-bottom: 6px; padding-bottom: 10px; border-bottom: 2px solid var(--gold); display: inline-block; }
  .form-section-desc { font-family: 'Source Serif 4', serif; font-size: 0.87rem; color: var(--muted); font-style: italic; margin-bottom: 28px; margin-top: 8px; line-height: 1.6; }
  .form-group { margin-bottom: 22px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 22px; }

  label { display: block; font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin-bottom: 7px; }
  label .optional { font-weight: 400; color: #aaa; font-size: 0.65rem; text-transform: none; letter-spacing: 0; margin-left: 4px; }
  input[type="text"], input[type="email"], input[type="tel"], select, textarea { width: 100%; font-family: 'Source Serif 4', serif; font-size: 0.92rem; color: var(--ink); background: var(--cream); border: 1px solid var(--rule); border-radius: 2px; padding: 11px 14px; outline: none; transition: border-color 0.2s, box-shadow 0.2s; -webkit-appearance: none; }
  input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(47,95,79,0.08); background: #fff; }
  textarea { resize: vertical; min-height: 88px; line-height: 1.6; }
  select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232F5F4F' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
  .divider { border: none; border-top: 1px solid var(--rule); margin: 32px 0; }

  .q-wrap { position: relative; padding-left: 36px; margin-bottom: 24px; }
  .q-num { position: absolute; left: 0; top: 28px; width: 22px; height: 22px; background: var(--teal-dark); color: var(--gold); font-family: 'DM Sans', sans-serif; font-size: 0.65rem; font-weight: 600; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

  .radio-group, .checkbox-group { display: flex; flex-direction: column; gap: 9px; margin-top: 8px; }
  .radio-option, .checkbox-option { display: flex !important; align-items: flex-start !important; gap: 12px; cursor: pointer; padding: 9px 14px; border: 1px solid var(--rule); border-radius: 2px; transition: border-color 0.18s, background 0.18s; text-transform: none !important; font-size: inherit !important; letter-spacing: 0 !important; font-weight: 400 !important; color: var(--ink) !important; margin-bottom: 0 !important; }
  .radio-option:hover, .checkbox-option:hover { border-color: var(--teal-light); background: rgba(47,95,79,0.03); }
  .radio-option input, .checkbox-option input { margin-top: 3px; accent-color: var(--teal); flex-shrink: 0; }
  .radio-option span, .checkbox-option span { font-family: 'Source Serif 4', serif; font-size: 0.88rem; color: var(--ink); line-height: 1.45; }

  .submit-wrap { margin-top: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
  .submit-note { font-family: 'DM Sans', sans-serif; font-size: 0.72rem; color: var(--muted); font-style: italic; flex: 1; min-width: 180px; }
  .btn-submit { background: var(--teal-dark); color: #fff; font-family: 'DM Sans', sans-serif; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; border: none; padding: 15px 34px; cursor: pointer; border-bottom: 3px solid var(--gold); transition: background 0.2s, transform 0.15s; border-radius: 2px; }
  .btn-submit:hover { background: var(--teal); transform: translateY(-1px); }

  .success-msg { display: none; text-align: center; padding: 52px 24px; }
  .success-msg.visible { display: block; }
  .success-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--teal-dark); margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; }
  .success-icon svg { stroke: var(--gold); }
  .success-msg h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--teal-dark); margin-bottom: 10px; }
  .success-msg p { font-family: 'Source Serif 4', serif; font-size: 0.95rem; color: var(--muted); font-style: italic; line-height: 1.7; max-width: 380px; margin: 0 auto; }

  /* FOOTER */
  .site-footer { background: var(--teal-dark); border-top: 3px solid var(--gold); padding: 52px 40px 40px; text-align: center; }
  .footer-badge { display: flex; justify-content: center; margin-bottom: 22px; }
  .footer-brand { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 900; color: #fff; letter-spacing: 0.1em; text-transform: uppercase; }
  .footer-sub { font-family: 'DM Sans', sans-serif; font-size: 0.65rem; font-weight: 500; color: var(--gold); letter-spacing: 0.2em; text-transform: uppercase; margin-top: 4px; margin-bottom: 20px; }
  .footer-tagline { font-family: 'Source Serif 4', serif; font-size: 0.9rem; font-style: italic; color: rgba(255,255,255,0.55); }
  .footer-divider { width: 60px; height: 2px; background: var(--gold); margin: 20px auto; opacity: 0.4; }
  .footer-copy { font-family: 'DM Sans', sans-serif; font-size: 0.72rem; color: rgba(255,255,255,0.3); letter-spacing: 0.06em; }

  @media (max-width: 820px) {
    .page-wrap { grid-template-columns: 1fr; gap: 36px; padding: 36px 20px 64px; }
    .form-card { padding: 28px 20px 32px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .form-row .form-group { margin-bottom: 22px; }
    .hero { padding: 48px 24px 44px; }
    .masthead { padding: 18px 24px; }
    .path-selector-wrap { padding: 0 20px; }
  }



body.page-template-contact-php footer.site-footer {
    max-width: 100%;
}




.packages-hero{
    padding:80px 0;
    background:#f7f6f3;
	min-height: 100vh;
}

.container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

.hero-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:60px;
}

/* Image */

.hero-image img{
    width:100%;
    height:auto;
    border-radius:6px;
}

/* Logo Circle */

.hero-logo{
    margin-bottom:20px;
}

.circle{
    width:120px;
    height:120px;
    border:3px solid #2f5d50;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.logo-title{
    font-weight:700;
    color:#2f5d50;
    font-size:18px;
    letter-spacing:2px;
}

.logo-sub{
    font-size:10px;
    color:#8c7a5a;
}

/* Tagline */

.tagline{
    color:#6c7a6e;
    font-style:italic;
    margin-bottom:10px;
}

/* Heading */

.hero-content h1{
    font-size:52px;
    line-height:1.2;
    font-family:serif;
    color:#2f5d50;
    margin-bottom:20px;
}

.hero-content h1 span{
    font-style:italic;
}

/* Description */

.description{
    color:#444;
    line-height:1.7;
    margin-bottom:10px;
}

.quote{
    font-style:italic;
    color:#2f5d50;
    margin-bottom:30px;
}

/* Buttons */

.hero-buttons{
    display:flex;
    gap:20px;
}

.btn{
    padding:14px 28px;
    text-decoration:none;
    font-size:15px;
    border-radius:4px;
    transition:0.3s;
}

.btn.primary{
    background:#2f5d50;
    color:#fff;
}

.btn.primary:hover{
    background:#244a40;
}

.btn.outline{
    border:1px solid #2f5d50;
    color:#2f5d50;
}

.btn.outline:hover{
    background:#2f5d50;
    color:#fff;
}

/* Responsive */

@media (max-width:900px){

.hero-grid{
    grid-template-columns:1fr;
}

.hero-content{
    text-align:center;
}

.hero-buttons{
    justify-content:center;
}

}



section.packages-hero {
    background-size: 50% !important;
    background-repeat: no-repeat !important;
}

.hero-content .hero-logo img {
    width: 250px;
}

.hero-content h1 {
	font-family: "Reckless Wide XL-TRIAL", Sans-serif;
    font-size: 55px;
    font-weight: 500;
    font-style: italic;
}

.hero-content p {
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #474747;
}

.hero-content p.quote {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 2px;
    color: #2A4F3F;
    font-family: "Reckless Wide XL-TRIAL", Sans-serif;
}

.hero-grid {
    display: flex;
}

.hero-grid .hero-image {
    width: 50%;
}

.hero-content {
    width: 50%;
    padding-left: 50px;
}

section.packages-hero .container {
    max-width: 1400px;
}

.hero-grid a.btn.primary {
    background-color: var(--e-global-color-primary);
    font-family: "Reckless Wide S-TRIAL", Sans-serif;
    font-size: 17px;
    line-height: 25px;
    fill: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    border-radius: 5px 5px 5px 5px;
    padding: 10px 30px 10px 30px;
    max-height: 45px;
}

.hero-grid a.btn.outline {
    background-color: #2A4F3F00;
    font-family: "Reckless Wide S-TRIAL", Sans-serif;
    font-size: 17px;
    text-transform: capitalize;
    line-height: 25px;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
    border-radius: 5px 5px 5px 5px;
    padding: 10px 30px 10px 30px;
    max-height: 45px;
}
.hero-content h1 span {
    color: #3d7a66;
}

body.page-template-contact-php a.elementor-item {
    color: #305f4f !important;
    font-size: 18px !important;
}
section.packages-hero:before {
    content: '';
    position: absolute;
    width: 50%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(90deg, #02010100 66%, #FAF8F5 100%);
    height: 100vh;
    left: 0;
    top: 0;
}

.path-selector-wrap button#btn-org:hover {
    background-color: var(--e-global-color-secondary);
}

.path-selector-wrap .path-selector {
}

.path-selector-wrap {
    max-width: fit-content;
}

button#btn-org.path-btn.active {
    background: #1e3d32;
}


.path-selector-wrap span.path-icon {
    margin-bottom: 30px;
}

.path-selector-wrap  span.path-label {
    margin-bottom: 20px;
}

.selector-section button.track-btn:nth-child(2) {border-top-left-radius: 0px;border-bottom-left-radius: 0px;color: #2f5f4f;background: #fff;}

.selector-section button.track-btn:nth-child(1) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #2f5f4f;
}

.hero-logo {
    height: 150px;
    opacity: 0;
}

section.packages-hero {
    background-position: top 100px left !important;
}
.hero-grid a.btn.outline {
    font-size: 15px;
    padding: 10px 20px 10px 20px;
}