:root{
    --blue:#1A3FE4;
    --blue-dark:#0F2A9E;
    --navy:#0A1240;
    --ice:#6FD6F2;
    --ice-soft:#EAF8FC;
    --warm:#FF6A4D;
    --warm-soft:#FFF1EC;
    --bg:#F6F8FC;
    --white:#FFFFFF;
    --ink:#0F1530;
    --muted:#5B6478;
    --line:#E4E9F5;
    --radius:18px;
    --radius-sm:12px;
    --shadow:0 20px 50px -20px rgba(10,18,64,0.25);
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    font-family:'Plus Jakarta Sans', system-ui, sans-serif;
    background:var(--bg);
    color:var(--ink);
    line-height:1.55;
    -webkit-font-smoothing:antialiased;
  }
  img{max-width:100%;display:block;}
  a{color:inherit;text-decoration:none;}
  .wrap{max-width:1180px;margin:0 auto;padding:0 24px;}
  section{padding:88px 0;}
  @media (max-width:768px){section{padding:56px 0;}}

  .eyebrow{
    display:inline-flex;align-items:center;gap:8px;
    font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
    color:var(--blue);background:var(--ice-soft);
    padding:7px 14px;border-radius:999px;margin-bottom:18px;
  }
  .eyebrow.warm{color:var(--warm);background:var(--warm-soft);}
  .eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;}

  h1,h2,h3{font-weight:800;letter-spacing:-0.02em;margin:0 0 16px;color:var(--navy);}
  h1{font-size:clamp(34px,5vw,58px);line-height:1.08;}
  h2{font-size:clamp(26px,3.6vw,40px);line-height:1.15;}
  h3{font-size:20px;line-height:1.3;}
  p{color:var(--muted);margin:0 0 16px;font-size:16.5px;}
  .section-head{max-width:640px;margin-bottom:48px;}
  .section-head.center{margin-left:auto;margin-right:auto;text-align:center;}

  .btn{
    display:inline-flex;align-items:center;justify-content:center;gap:10px;
    font-weight:700;font-size:16px;padding:16px 28px;border-radius:999px;
    border:none;cursor:pointer;transition:transform .15s ease, box-shadow .15s ease;
    white-space:nowrap;
  }
  .btn-primary{background:var(--blue);color:#fff;box-shadow:0 14px 30px -10px rgba(26,63,228,.55);}
  .btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 36px -10px rgba(26,63,228,.6);}
  .btn-secondary{background:#fff;color:var(--navy);border:1.5px solid var(--line);}
  .btn-secondary:hover{border-color:var(--blue);color:var(--blue);}
  .btn-ghost{background:transparent;color:var(--navy);border:1.5px solid rgba(255,255,255,.35);}
  .btn-block{width:100%;}

  .cta-row{display:flex;gap:14px;flex-wrap:wrap;}

  .placeholder-tag{
    display:inline-block;font-size:11.5px;font-weight:700;color:var(--warm);
    background:var(--warm-soft);border:1px dashed #FFB199;padding:3px 9px;
    border-radius:8px;margin-left:8px;letter-spacing:.02em;
  }


  /* ===== HERO ===== */
 /* ===== KODE HERO SECTION LAMA ===== */

 /* ===== PENYESUAIAN UKURAN TEKS HERO SECTION ===== */

/* 1. Judul Utama (H1) */
.hero h1,
.hero-content h1 {
  font-size: 56px !important;       /* Ukuran teks diperbesar */
  font-weight: 800 !important;      /* Ketebalan font (bold ekstra) */
  line-height: 1.15 !important;     /* Jarak antar baris lebih rapat & tegas */
  letter-spacing: -1px !important;  /* Jarak antar huruf lebih padat */
  color: #0b132b !important;        /* Warna navy pekat */
  margin-bottom: 20px !important;
}

/* 2. Paragraf Deskripsi (.lead) */
.hero p.lead,
.hero p {
  font-size: 20px !important;       /* Ukuran teks paragraf diperbesar */
  line-height: 1.6 !important;
  color: #475569 !important;
  max-width: 580px !important;      /* Lebar maksimum area teks */
}

/* 3. Penyesuaian Responsif Layar HP/Tablet */
@media (max-width: 768px) {
  .hero h1,
  .hero-content h1 {
    font-size: 38px !important;     /* Penyesuaian agar tidak terlalu besar di HP */
  }
  .hero p.lead,
  .hero p {
    font-size: 17px !important;
  }
}
.hero {
  padding: 64px 0 40px;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(26,63,228,.10), transparent 60%),
    radial-gradient(700px 400px at 0% 20%, rgba(111,214,242,.25), transparent 60%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; } }
.hero p.lead { font-size: 18.5px; max-width: 520px; }
.hero-trust-row { display: flex; gap: 22px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--navy); }
.hero-trust-item .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }

/* ===== TOMBOL KIRI HERO (Chat WhatsApp Sekarang) ===== */
.hero .btn-primary,
.hero a.btn-primary,
.hero .cta-row a:first-child {
  color: #ffffff !important;
  transition: all 0.3s ease !important;
  display: inline-block;
}

.hero .btn-primary:hover,
.hero a.btn-primary:hover,
.hero .cta-row a:first-child:hover {
  color: #ffffff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 20px rgba(26, 63, 228, 0.3) !important;
}

/* ===== TOMBOL KANAN HERO (Cek Masalah AC Saya) ===== */
.hero .btn-secondary,
.hero a.btn-secondary,
.hero .cta-row a:last-child {
  transition: all 0.3s ease !important;
  display: inline-block;
}

.hero .btn-secondary:hover,
.hero a.btn-secondary:hover,
.hero .cta-row a:last-child:hover {
  transform: translateY(-3px) !important;
  background-color: rgba(26, 63, 228, 0.05) !important;
  border-color: var(--blue, #1a3fe4) !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08) !important;
}

  /* Signature gauge */
  .gauge-card{
    background:var(--navy);border-radius:28px;padding:38px 34px 30px;
    box-shadow:var(--shadow);color:#fff;position:relative;overflow:hidden;
  }
  .gauge-card::after{
    content:"";position:absolute;inset:-40% -20% auto auto;width:280px;height:280px;
    background:radial-gradient(circle, rgba(111,214,242,.25), transparent 70%);
  }
  .gauge-label{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9FB2FF;margin-bottom:6px;}
  .gauge-svg{width:100%;height:auto;margin:10px 0 4px;}
  .gauge-readout{display:flex;justify-content:space-between;align-items:flex-end;margin-top:8px;}
  .gauge-readout .state{font-size:26px;font-weight:800;}
  .gauge-readout .state.cold{color:var(--ice);}
  .gauge-readout .sub{font-size:13px;color:#B9C4F0;}
  .gauge-scale{display:flex;justify-content:space-between;font-size:12px;font-weight:600;color:#8C9BE0;margin-top:14px;}

  /* ===== PROBLEM RECOGNITION ===== */
  .symptom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
  @media (max-width:860px){.symptom-grid{grid-template-columns:repeat(2,1fr);}}
  @media (max-width:560px){.symptom-grid{grid-template-columns:1fr;}}
  .symptom-card{
    background:#fff;border:1.5px solid var(--line);border-radius:var(--radius);
    padding:22px 20px;transition:border-color .15s ease, transform .15s ease;
  }
  .symptom-card:hover{border-color:var(--warm);transform:translateY(-3px);}
  .symptom-card .icon{
    width:42px;height:42px;border-radius:12px;background:var(--warm-soft);
    display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:20px;
  }
  .symptom-card h3{font-size:16.5px;margin-bottom:6px;}
  .symptom-card p{font-size:14.5px;margin:0;}
  .problem-footnote{
    display:flex;align-items:center;gap:14px;margin-top:30px;padding:18px 22px;
    background:#fff;border:1.5px solid var(--line);border-radius:var(--radius-sm);
    font-size:14.5px;color:var(--navy);font-weight:600;
  }

  /* ===== AC CHECKER ===== */
  .checker-section{
    background:var(--navy);border-radius:32px;color:#fff;
    padding:56px 48px;position:relative;overflow:hidden;
  }
  @media (max-width:768px){.checker-section{padding:40px 24px;border-radius:24px;}}
  .checker-section::before{
    content:"";position:absolute;left:-10%;bottom:-30%;width:420px;height:420px;
    background:radial-gradient(circle, rgba(26,63,228,.5), transparent 70%);
  }
  .checker-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;position:relative;}
  @media (max-width:860px){.checker-grid{grid-template-columns:1fr;}}
  .checker-section .eyebrow{background:rgba(111,214,242,.15);color:var(--ice);}
  .checker-section h2{color:#fff;}
  .checker-section p{color:#B9C4F0;}
  .checker-steps{list-style:none;margin:26px 0 0;padding:0;display:flex;flex-direction:column;gap:14px;}
  .checker-steps li{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:#DCE3FA;font-weight:500;}
  .checker-steps .num{
    flex:none;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.1);
    display:flex;align-items:center;justify-content:center;font-size:12.5px;font-weight:800;color:var(--ice);
  }
  .checker-mock{
    background:#fff;border-radius:20px;padding:26px;color:var(--ink);box-shadow:var(--shadow);
  }
  .checker-mock .q-label{font-size:12.5px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;}
  .checker-mock h3{font-size:18px;margin-bottom:18px;}
  .checker-options{display:flex;flex-direction:column;gap:10px;margin-bottom:22px;}
  .checker-option{
    border:1.5px solid var(--line);border-radius:12px;padding:13px 16px;font-size:14.5px;font-weight:600;
    display:flex;align-items:center;justify-content:space-between;
  }
  .checker-option.active{border-color:var(--blue);background:var(--ice-soft);color:var(--blue-dark);}
  .checker-option .radio{width:16px;height:16px;border-radius:50%;border:2px solid var(--line);flex:none;}
  .checker-option.active .radio{border-color:var(--blue);background:var(--blue);}
  .checker-progress{height:6px;border-radius:99px;background:var(--line);overflow:hidden;margin-bottom:8px;}
  .checker-progress span{display:block;height:100%;width:40%;background:var(--blue);border-radius:99px;}
  .checker-progress-label{font-size:12.5px;color:var(--muted);font-weight:600;margin-bottom:20px;}

  /* ===== HOW IT WORKS ===== */
  .steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;counter-reset:step;}
  @media (max-width:920px){.steps-row{grid-template-columns:repeat(2,1fr);}}
  @media (max-width:560px){.steps-row{grid-template-columns:1fr;}}
  .step-card{background:#fff;border:1.5px solid var(--line);border-radius:var(--radius);padding:26px 22px;position:relative;}
  .step-num{
    font-size:13px;font-weight:800;color:var(--blue);background:var(--ice-soft);
    width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;
  }
  .step-card h3{font-size:17px;margin-bottom:6px;}
  .step-card p{font-size:14.5px;margin:0;}
  .step-connector{display:none;}
  @media (min-width:920px){
    .step-card:not(:last-child)::after{
      content:"";position:absolute;top:36px;right:-22px;width:22px;height:2px;
      background:repeating-linear-gradient(90deg,var(--line) 0 6px,transparent 6px 10px);
    }
  }

  /* ===== TRUST ===== */
  .trust-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;}
  @media (max-width:900px){.trust-grid{grid-template-columns:1fr;}}
  .trust-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px;}
  .trust-list li{display:flex;gap:16px;align-items:flex-start;}
  .trust-list .ico{
    flex:none;width:44px;height:44px;border-radius:13px;background:var(--ice-soft);
    display:flex;align-items:center;justify-content:center;font-size:19px;
  }
  .trust-list h3{font-size:16.5px;margin-bottom:4px;}
  .trust-list p{font-size:14.5px;margin:0;}
  .trust-visual{
    background:#fff;border:1.5px solid var(--line);border-radius:24px;padding:8px;box-shadow:var(--shadow);
  }
  .trust-visual .frame{
    aspect-ratio:4/3;border-radius:18px;background:
      linear-gradient(160deg, var(--ice-soft), #fff 60%);
    display:flex;align-items:center;justify-content:center;color:var(--muted);font-weight:700;font-size:14px;text-align:center;padding:20px;
  }

  /* ===== SERVICES ===== */
  .service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
  @media (max-width:900px){.service-grid{grid-template-columns:repeat(2,1fr);}}
  @media (max-width:560px){.service-grid{grid-template-columns:1fr;}}
  .service-card{
    background:#fff;border:1.5px solid var(--line);border-radius:var(--radius);padding:26px 22px;
    display:flex;flex-direction:column;height:100%;
  }
  .service-card .icon{
    width:46px;height:46px;border-radius:13px;background:var(--navy);color:var(--ice);
    display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:16px;
  }
  .service-card h3{font-size:17px;margin-bottom:6px;}
  .service-card p{font-size:14.5px;flex:1;}
  .service-card .link{font-size:14px;font-weight:700;color:var(--blue);margin-top:10px;display:inline-flex;align-items:center;gap:6px;}

  /* ===== SOCIAL PROOF ===== */
  .proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
  @media (max-width:900px){.proof-grid{grid-template-columns:1fr;}}
  .proof-card{background:#fff;border:1.5px solid var(--line);border-radius:var(--radius);padding:24px;}
  .proof-stars{color:var(--warm);font-size:14px;letter-spacing:2px;margin-bottom:12px;}
  .proof-card p.quote{font-size:15px;color:var(--ink);font-style:italic;margin-bottom:16px;}
  .proof-who{display:flex;align-items:center;gap:12px;}
  .proof-avatar{width:38px;height:38px;border-radius:50%;background:var(--ice-soft);}
  .proof-who .name{font-size:14px;font-weight:700;}
  .proof-who .meta{font-size:12.5px;color:var(--muted);}

  /* ===== RISK REVERSAL ===== */
  .risk-band{
    background:linear-gradient(120deg, var(--blue), var(--blue-dark));
    border-radius:28px;padding:52px 48px;color:#fff;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;
  }
  @media (max-width:860px){.risk-band{grid-template-columns:1fr;padding:36px 26px;border-radius:22px;}}
  .risk-band h2{color:#fff;}
  .risk-band p{color:#DCE3FA;}
  .risk-points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px;}
  .risk-points li{display:flex;gap:12px;font-size:15px;font-weight:600;color:#fff;}
  .risk-points li::before{content:"✓";flex:none;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;font-size:12px;}

  /* ===== FAQ ===== */
  .faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px;}
  .faq-item{background:#fff;border:1.5px solid var(--line);border-radius:var(--radius-sm);padding:20px 22px;}
  .faq-q{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:15.5px;cursor:pointer;}
  .faq-q .plus{color:var(--blue);font-size:20px;font-weight:400;}
  .faq-a{font-size:14.5px;color:var(--muted);margin-top:10px;display:none;}
  .faq-item.open .faq-a{display:block;}

 /* Styling tombol Petunjuk Arah */
.loc-info a,
.loc-info button,
.btn-directions {
  color: #ffffff !important; /* Warna teks utama tetap putih */
  text-decoration: none;
}

/* ===== LOCATION ===== */
.loc-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:stretch;}
 @media (max-width:900px){.loc-grid{grid-template-columns:1fr;}}
.loc-info{background:#fff;border:1.5px solid var(--line);border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;gap:18px;}
.loc-row{display:flex;gap:14px;align-items:flex-start;}
.loc-row .ico{flex:none;width:38px;height:38px;border-radius:11px;background:var(--ice-soft);display:flex;align-items:center;justify-content:center;font-size:16px;}
   .loc-row h3{font-size:15px;margin-bottom:2px;}
  .loc-row p{font-size:14px;margin:0;}
  .map-box{border-radius:var(--radius);overflow:hidden;border:1.5px solid var(--line);min-height:280px;background:
    repeating-linear-gradient(45deg, #EDF1FA 0 2px, #fff 2px 22px);
    display:flex;align-items:center;justify-content:center;color:var(--muted);font-weight:700;font-size:14px;text-align:center;padding:20px;}
  .map-box {
  width: 100%;
  min-height: 380px;
  border-radius: 20px;
  overflow: hidden; /* Memastikan sudut peta melengkung rapi */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  } 


  /* ===== FINAL CTA ===== */
  .final-cta{
    background:var(--navy);border-radius:32px;padding:64px 40px;text-align:center;color:#fff;position:relative;overflow:hidden;
  }
  .final-cta::before{content:"";position:absolute;inset:auto -10% -40% auto;width:420px;height:420px;background:radial-gradient(circle, rgba(111,214,242,.28), transparent 70%);}
  .final-cta h2{color:#fff;max-width:560px;margin:0 auto 14px;}
  .final-cta p{color:#B9C4F0;max-width:480px;margin:0 auto 30px;}
  .final-cta .cta-row{justify-content:center;}

  /* ===== PERBAIKAN WARNA TOMBOL FINAL CTA ===== */

/* Styling & Transisi Normal Tombol Kanan */
.final-cta a:not(.btn-primary),
.final-cta button:not(.btn-primary),
.final-cta .cta-row a:last-child {
  color: #ffffff !important;
  opacity: 1 !important;
  transition: all 0.3s ease !important; /* Efek halus transisi animasi */
  display: inline-block;
}

/* Animasi Saat Kursor Diarahkan (Hover) */
.final-cta a:not(.btn-primary):hover,
.final-cta button:not(.btn-primary):hover,
.final-cta .cta-row a:last-child:hover {
  background-color: rgba(255, 255, 255, 0.15) !important; /* Latar belakang sedikit terang */
  border-color: #ffffff !important;                     /* Border makin jelas */
  transform: translateY(-3px) !important;                /* Tombol terangkat sedikit ke atas */
  color: #ffffff !important;
}

/* 2. Perbaikan Tombol "Chat WhatsApp Sekarang" saat kursor diarahkan (hover) */
.final-cta .btn-primary:hover,
.final-cta a.btn-primary:hover {
  color: #ffffff !important; /* Menjaga teks tetap warna putih saat hover, tidak jadi abu-abu */
}

  footer{padding:40px 0;border-top:1px solid var(--line);}
  .foot-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;}
  .foot-brand{display:flex;align-items:center;gap:10px;}
  .foot-brand img{height:26px;}
  footer p{font-size:13px;margin:0;color:var(--muted);}

/* ===== ERFOLG AC SHORTCODE INTEGRATION ===== */
.erfolgac-section-wrap{width:100%;}
.erfolgac-section-wrap .wrap{width:100%;}
.erfolgac-footer{width:100%;}
.erfolgac-footer .wrap{width:100%;}

/* Prevent common theme/page-builder spacing from changing the original section rhythm. */
.erfolgac-section-wrap section,
.erfolgac-footer footer{margin:0;}

/* Footer UI */
.erfolgac-footer footer{padding:52px 0 28px;border-top:1px solid var(--line);background:#fff;}
.erfolgac-footer .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;margin-bottom:34px;}
.erfolgac-footer .footer-brand{font-size:20px;font-weight:800;color:var(--navy);margin-bottom:10px;}
.erfolgac-footer .footer-title{font-size:14px;font-weight:800;color:var(--navy);margin-bottom:14px;}
.erfolgac-footer .footer-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px;}
.erfolgac-footer .footer-menu a{font-size:14px;color:var(--muted);}
.erfolgac-footer .footer-menu a:hover{color:var(--blue);}
.erfolgac-footer .footer-desc{font-size:14px;max-width:360px;}
.erfolgac-footer .footer-bottom{padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;}
.erfolgac-footer .footer-bottom p{font-size:13px;margin:0;}
@media (max-width:900px){.erfolgac-footer .footer-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.erfolgac-footer .footer-grid{grid-template-columns:1fr;}}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .ice-crystal, .wind-stream, .gauge-card, .gauge-needle {
    animation: none !important;
  }
}