:root {
    --gold: #c9a227;
    --gold-light: #e2b94a;
    --gold-muted: #f0d080;
    --dark: #1a0e00;
    --dark2: #2b1800;
    --dark3: #231200;
    --cream: #fdf6ec;
    --white: #ffffff;
    --text: #3a2800;
    --text-muted: #7a6040;
    --border: #e8d8b0;
    --input-bg: #fdfaf4;
  }
  *, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
  body { font-family:'Lato',sans-serif; background:var(--cream); color:var(--text); }


  /* ── HERO ── */
  .hero {
    background:none;
    min-height:200px; display:flex; align-items:center;
    position:relative; overflow:hidden;
    padding:60px 80px;
  }
  .hero-bg {
    position: absolute; inset: 0;
    background: url('images/C1.jpeg') center/cover no-repeat;
    opacity: 1;
  }

  .hero-overlay {
    position: absolute; inset: 0;
  }
  .hero-content {
    position: relative;
    padding: 0px 20px;
    max-width: 560px;
  }
  
  .hero-mantra { color:var(--gold); font-size:13px; margin-bottom:14px;margin-top:40px;margin-left: -30px;  letter-spacing:1px; }
  .hero h1 { font-family: 'Cinzel', serif; font-size: 46px;text-transform: uppercase !important; font-weight: 700; color: var(--white); line-height: 1.1; margin-bottom: 14px; margin-left: -30px; }
  .hero-tagline { color:var(--gold); font-size:17px; font-family:'Cinzel', serif; font-style:normal; margin-bottom:16px;margin-left: -30px;  }
  .hero p { color:white; font-size:14.5px; line-height:1.75; max-width:440px;margin-left: -30px;font-family: 'Cinzel',serif; font-family: Georgia, 'Times New Roman', Times, serif; }

  /* ── MAIN BODY ── */
  .page-body { padding:60px 80px; }

  /* ── FORM + SIDEBAR GRID ── */
  .appt-grid { display:grid; grid-template-columns:1fr 420px; gap:28px; margin-bottom:60px; }

  /* Form card */
  .form-card {
    background:var(--white); border-radius:14px;
    box-shadow:0 4px 30px rgba(0,0,0,.08); padding:40px;
  }
  .card-title { font-family: Georgia, 'Times New Roman', Times, serif; font-size:22px; text-align:center; margin-bottom:6px; }
  .divider { display:flex; align-items:center; justify-content:center; gap:8px; margin-bottom:28px; }
  .divider::before,.divider::after { content:''; width:50px; height:1px; background:var(--gold); }
  .divider span { color:var(--gold); font-size:14px; }

  .form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px; }
  .form-group { display:flex; flex-direction:column; gap:5px; margin-bottom:16px; }
  .form-group label { font-size:13px; font-weight:700; color:var(--text); }
  .form-group label sup { color:#c0392b; }
  .form-group input,
  .form-group select,
  .form-group textarea {
    width:100%; padding:11px 14px; border:1.5px solid var(--border);
    border-radius:8px; font-size:13.5px; font-family:'Lato',sans-serif;
    background:var(--input-bg); color:var(--text); outline:none;
    transition:border-color .2s;
  }
  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus { border-color:var(--gold); }
  .form-group textarea { resize:vertical; min-height:100px; }
  .form-group select { appearance:none; cursor:pointer; }
  .input-wrap { position:relative; }
  .input-icon {
    position:absolute; right:12px; top:50%; transform:translateY(-50%);
    color:var(--text-muted); font-size:14px; pointer-events:none;
  }

  .checkbox-row { display:flex; align-items:center; gap:8px; margin-bottom:20px; font-size:13px; }
  .checkbox-row input { width:15px; height:15px; accent-color:var(--gold); cursor:pointer; }
  .checkbox-row a { color:var(--gold); }

  .btn-submit {
    width:100%; background: linear-gradient(135deg,#C00000,#7A0000);
    padding:15px; border:none; border-radius:9px; font-size:15px;
    font-weight:700; cursor:pointer; display:flex; align-items:center;
    justify-content:center; gap:8px; transition:background .2s;text-decoration: none;
    font-family:'Lato',sans-serif; letter-spacing:.3px; color: white;
  }
  .btn-submit:hover { transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(201,168,76,0.5); }
  .secure-note { text-align:center; font-size:12px; color:var(--text-muted); margin-top:10px; }

  /* Sidebar */
  .sidebar-card {
    background:linear-gradient(90deg,#1A0604,#3B0000,#5C0000); border-radius:14px;
    padding:36px 32px; color:#ddd;
  }
  .sidebar-card .card-title { color:var(--white); }
  .sidebar-card .divider::before,.sidebar-card .divider::after { background:var(--gold); }
  .why-list { display:flex; flex-direction:column; gap:22px; }
  .why-item { display:flex; gap:16px; align-items:flex-start; }
  .why-icon {
    width:44px; height:44px; min-width:44px;
    border:1.5px solid rgba(201,162,39,.5); border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    font-size:18px; color:var(--gold); background:rgba(201,162,39,.08);
  }
  .why-item h4 { color:var(--gold); font-size:14px; margin-bottom:4px;font-family: Georgia, 'Times New Roman', Times, serif; }
  .why-item p { font-size:12.5px; color:#aaa; line-height:1.6; font-family: Georgia, 'Times New Roman', Times, serif;}

  .help-box {
    background:rgba(201,162,39,.1); border:1px solid rgba(201,162,39,.3);
    border-radius:10px; padding:20px 22px; margin-top:28px;
    display:flex; align-items:center; gap:16px;font-family: Georgia, 'Times New Roman', Times, serif;
  }
  .help-icon { font-size:28px; color:var(--gold); }
  .help-box h4 { color:var(--gold); font-size:14px; margin-bottom:4px; }
  .help-box p { font-size:12px; color:#bbb; }
  .help-box strong { color:var(--gold-light); font-size:15px; }

  /* ── PROCESS SECTION ── */
  .process-section { margin-bottom:60px; }
  .section-head { text-align:center; margin-bottom:40px; }
  .section-head h2 { font-family:'Playfair Display',serif; font-size:32px; }
  .process-track { display:flex; align-items:flex-start; justify-content:space-between; position:relative; }
  .process-track::before {
    content:''; position:absolute; top:36px; left:60px; right:60px;
    height:1px; background:var(--border); z-index:0;
  }
  .process-step { display:flex; flex-direction:column; align-items:center; text-align:center; flex:1; position:relative; z-index:1; }
  .step-circle {
    width:72px; height:72px; border-radius:50%;
    border:2px solid var(--gold); background:var(--white);
    display:flex; align-items:center; justify-content:center;
    font-size:24px; color:var(--gold); margin-bottom:10px;
    position:relative;
  }
  .step-num {
    position:absolute; top:-4px; right:-4px;
    width:22px; height:22px; background:var(--gold); border-radius:50%;
    font-size:10px; font-weight:700; color:var(--dark);
    display:flex; align-items:center; justify-content:center;
  }
  .arrow-between {
    font-size:18px; color:var(--gold-muted); margin-top:26px; flex-shrink:0;
  }
  .process-step h4 { font-size:13.5px; font-weight:700; margin-bottom:6px; }
  .process-step p { font-size:12px; color:var(--text-muted); line-height:1.6; max-width:130px; }

  /* ── NOTES + CONSULTATION OPTIONS ── */
  .two-col { display:grid; grid-template-columns:1fr 1fr; gap:30px; margin-bottom:60px; }

  .notes-card {
    border-radius:14px; overflow:hidden;
    display:grid; grid-template-columns:180px 1fr;
    box-shadow:0 4px 20px rgba(0,0,0,.07);
  }
  .notes-img {
    background:url(images/notes.jpeg);
    display:flex; align-items:center; justify-content:center;
    font-size:60px;
  }
  .notes-body { background:var(--white); padding:30px 28px; }
  .notes-body h3 { font-family:'Playfair Display',serif; font-size:20px; margin-bottom:8px; }
  .notes-list { list-style:none; display:flex; flex-direction:column; gap:10px; margin-top:14px; }
  .notes-list li { display:flex; align-items:flex-start; gap:10px; font-size:13px; color:var(--text); line-height:1.5; }
  .notes-list li::before { content:'✓'; color:var(--gold); font-weight:700; margin-top:1px; flex-shrink:0; }

  .consult-card { background:var(--white); border-radius:14px; padding:30px 28px; box-shadow:0 4px 20px rgba(0,0,0,.07); }
  .consult-card h3 { font-family:'Playfair Display',serif; font-size:20px; margin-bottom:20px; }
  .consult-options { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
  .c-opt {
    border:1.5px solid var(--border); border-radius:10px; padding:22px 14px;
    text-align:center; transition:border-color .2s, box-shadow .2s;
  }
  .c-opt:hover { border-color:var(--gold); box-shadow:0 4px 16px rgba(201,162,39,.15); }
  .c-opt .c-icon { font-size:26px; margin-bottom:10px; }
  .c-opt h4 { font-size:13px; font-weight:700; margin-bottom:6px; }
  .c-opt p { font-size:11.5px; color:var(--text-muted); margin-bottom:14px; line-height:1.5; }
  .c-btn {
    display:inline-flex; align-items:center; gap:5px; padding:8px 14px;
    border-radius:6px; font-size:12px; font-weight:700; cursor:pointer;
    border:1.5px solid var(--text-muted); background:transparent;
    color:var(--text); transition:all .2s;text-decoration: none;
  }
  .c-btn:hover { border-color:var(--gold); color:var(--gold); }

  /* ── CTA ── */
  .cta-section {
    position: relative;
    background: url(images/bg3.png);
    padding: 64px 40px;
    text-align: center;
    overflow: hidden;
  }
  .cta-bg {
    position: absolute; inset: 0;
    background: url('') center/cover no-repeat;
    opacity: 0.15;
  }
  .cta-emblem-left, .cta-emblem-right {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    font-size: 120px;
    color: rgba(201,168,76,0.06);
    font-family: serif;
  }
  .cta-emblem-left { left: 40px; }
  .cta-emblem-right { right: 40px; }
  .cta-section .sub-label {
    font-family: 'Cinzel', serif;
    color: var(--gold);
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
  }
  .cta-section h2 {
    font-family: 'Cinzel', serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 32px;
    position: relative;
  }
  .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 4px;
    font-family: 'EB Garamond', serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    border: 1.5px solid;
    transition: all .2s;
    text-decoration: none;
  }
  .cta-btn.primary { background: linear-gradient(135deg,#C00000,#7A0000); color: white; border-color: #D4A017; }
  .cta-btn.primary:hover { transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(201,168,76,0.5);border-color: #D4A017; }
  .cta-btn.outline-wa { background: white; color: black; border-color: transparent; }
  .cta-btn.outline-wa:hover { background: green;border-color: #D4A017; }
  .cta-btn.outline-call { background: white; color: black; border-color: transparent; }
  .cta-btn.outline-call:hover { background:green;border-color: #D4A017; }

/* ================= WHATSAPP FLOAT ================= */

.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
  box-shadow: 0 6px 24px rgba(37,211,102,0.4);
  cursor: pointer;
  z-index: 999;
  text-decoration: none;
  transition: all .3s ease;
}

.wa-float:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 28px rgba(37,211,102,0.55);
}


/* SUCCESS POPUP */

.success-popup{

    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.75);

    display: none;

    justify-content: center;
    align-items: center;

    z-index: 99999;
}

.success-box{

    width: 420px;

    background: #fff;

    border-radius: 20px;

    padding: 40px;

    text-align: center;

    animation: popupAnim .4s ease;
}

.success-icon{

    width: 80px;
    height: 80px;

    background: #0f9d58;

    color: white;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: auto;

    font-size: 40px;

    margin-bottom: 20px;
}

.success-box h2{

    color: #7A0000;

    margin-bottom: 15px;
}

.success-box p{

    color: #555;

    line-height: 1.7;
}

.success-box button{

    margin-top: 25px;

    padding: 12px 30px;

    border: none;

    background: #7A0000;

    color: white;

    border-radius: 10px;

    cursor: pointer;

    font-size: 16px;
}

@keyframes popupAnim{

    from{

        transform: scale(.7);

        opacity: 0;
    }

    to{

        transform: scale(1);

        opacity: 1;
    }
}

/* =========================
   SUCCESS POPUP
========================= */

.success-popup{

  position:fixed;

  inset:0;

  background:rgba(0,0,0,.65);

  display:none;

  align-items:center;

  justify-content:center;

  z-index:99999;

  padding:20px;
}

.success-popup.active{
  display:flex;
}

.success-box{

  width:100%;

  max-width:420px;

  background:white;

  border-radius:22px;

  padding:40px 30px;

  text-align:center;

  animation:popupScale .35s ease;
}

.success-icon{

  width:80px;

  height:80px;

  background:linear-gradient(
    135deg,
    #0f9d58,
    #34a853
  );

  border-radius:50%;

  margin:auto auto 20px;

  display:flex;

  align-items:center;

  justify-content:center;

  font-size:42px;

  color:white;

  font-weight:bold;
}

.success-box h2{

  font-family:'Cinzel',serif;

  color:#240202;

  margin-bottom:14px;

  font-size:28px;
}

.success-box p{

  color:#555;

  line-height:1.8;

  font-size:15px;

  margin-bottom:25px;
}

.success-box button{

  border:none;

  background:linear-gradient(
    135deg,
    #C00000,
    #7A0000
  );

  color:white;

  padding:12px 34px;

  border-radius:8px;

  font-size:15px;

  cursor:pointer;

  transition:.3s;
}

.success-box button:hover{
  transform:translateY(-2px);
}

@keyframes popupScale{

  from{
    transform:scale(.7);
    opacity:0;
  }

  to{
    transform:scale(1);
    opacity:1;
  }
}


/* =========================================
   TABLET RESPONSIVE
========================================= */

@media screen and (max-width:1024px){

  .page-body{
    padding:45px 22px;
  }

  .appt-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  /* HERO FIX */

  .hero{
    padding:100px 24px 60px;
  }

  .hero-content{

    width:100%;

    max-width:800px;

    margin:0 auto;

    text-align:center;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;
  }

  .hero h1{

    font-size:42px;

    line-height:1.2;

    text-align:center;
  }

  .hero-tagline{

    font-size:14px;

    line-height:1.6;

    text-align:center;
  }

  .hero p{

    font-size:14px;

    line-height:1.8;

    max-width:700px;

    text-align:center;
  }

  /* FORM SMALLER */

  .form-card{

    padding:28px 24px;

    border-radius:12px;
  }

  .sidebar-card{

    padding:28px 24px;

    border-radius:12px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea{

    padding:10px 12px;

    font-size:13px;
  }

  .btn-submit{

    padding:13px;

    font-size:14px;
  }

  /* PROCESS */

  .process-track{

    flex-wrap:wrap;

    gap:28px;

    justify-content:center;
  }

  .process-track::before{
    display:none;
  }

  .arrow-between{
    display:none;
  }

  /* CONSULTATION */

  .two-col{
    grid-template-columns:1fr;
  }

  .consult-options{
    grid-template-columns:1fr 1fr;
  }

}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media screen and (max-width:768px){

  /* HERO */

  .hero{

    min-height:auto;

    padding:90px 16px 45px;
  }

  .hero-content{

    width:100%;

    max-width:100%;

    margin:0 auto;

    padding:0 10px;

    text-align:center;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;
  }

  .hero h1{

    font-size:28px;

    line-height:1.2;

    text-align:center;

    width:100%;
  }

  .hero-tagline{

    font-size:11px;

    line-height:1.5;

    letter-spacing:0.5px;

    text-align:center;

    width:100%;
  }

  .hero p{

    font-size:12px;

    line-height:1.7;

    text-align:center;

    max-width:100%;

    padding:0 4px;
  }

  /* BODY */

  .page-body{

    padding:32px 12px;
  }

  /* FORM + SIDEBAR */

  .appt-grid{

    gap:20px;
  }

  .form-card{

    padding:22px 16px;

    border-radius:10px;
  }

  .sidebar-card{

    padding:22px 16px;

    border-radius:10px;
  }

  /* INPUTS SMALL */

  .form-group{

    margin-bottom:13px;
  }

  .form-row{

    grid-template-columns:1fr;

    gap:0;
  }

  .form-group input,
  .form-group select,
  .form-group textarea{

    padding:9px 11px;

    font-size:12.5px;

    border-radius:7px;
  }

  .form-group textarea{

    min-height:90px;
  }

  .form-group label{

    font-size:12px;
  }

  /* BUTTON */

  .btn-submit{

    padding:12px;

    font-size:13px;

    border-radius:8px;
  }

  .secure-note{

    font-size:11px;
  }

  /* WHY SECTION */

  .why-item{

    gap:12px;
  }

  .why-icon{

    width:38px;
    height:38px;
    min-width:38px;

    font-size:15px;
  }

  .why-item h4{

    font-size:13px;
  }

  .why-item p{

    font-size:11.5px;
  }

  /* PROCESS */

  .process-section{

    margin-bottom:45px;
  }

  .section-head h2{

    font-size:26px;
  }

  .process-step{

    width:100%;
  }

  .process-step p{

    max-width:100%;
  }

  /* NOTES */

  .notes-card{

    grid-template-columns:1fr;
  }

  .notes-img{

    height:170px;
  }

  .notes-body{

    padding:22px 18px;
  }

  /* CONSULTATION */

  .consult-card{

    padding:22px 18px;
  }

  .consult-options{

    grid-template-columns:1fr;
  }

  .c-opt{

    padding:18px 14px;
  }

  /* CTA */

  .cta-section{

    padding:52px 18px;
  }

  .cta-section h2{

    font-size:28px;

    line-height:1.3;
  }

  .cta-buttons{

    flex-direction:column;

    align-items:center;
  }

  .cta-btn{

    width:100%;

    max-width:280px;

    justify-content:center;
  }

  /* SUCCESS POPUP */

  .success-box{

    padding:30px 18px;

    border-radius:16px;
  }

  .success-box h2{

    font-size:22px;
  }

  /* WHATSAPP */

  .wa-float{

    width:50px;
    height:50px;

    font-size:23px;

    bottom:18px;
    right:18px;
  }

}


/* =========================================
   EXTRA SMALL DEVICES
========================================= */

@media screen and (max-width:480px){

  .hero{

    padding:80px 14px 40px;
  }

  .hero-content{

    padding:0 6px;
  }

  .hero h1{

    font-size:22px;

    line-height:1.3;

    text-align:center;
  }

  .hero-tagline{

    font-size:10px;

    line-height:1.5;

    text-align:center;
  }

  .hero p{

    font-size:11px;

    line-height:1.7;

    text-align:center;
  }

  .card-title{

    font-size:20px;
  }

  .section-head h2{

    font-size:22px;
  }

  .cta-section h2{

    font-size:24px;
  }

}