/* ===== Template 8: Charcoal & Mint ===== */
/* PT Anargya Aset Manajemen — ALL CAPS Nav, Bold/Disruptor Persona */

@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;500;600;700;800;900&family=Archivo:wght@300;400;500;600;700&display=swap');

:root {
  --primary: #1B1B2F;
  --accent: #2ECC71;
  --dark: #0F0F1A;
  --light-bg: #F4FAF6;
  --white: #ffffff;
  --gray-100: #F3F4F6;
  --gray-200: #E5E7EB;
  --gray-600: #4B5563;
  --gray-700: #374151;
  --gray-900: #111827;
  --font-heading: 'Unbounded', sans-serif;
  --font-body: 'Archivo', sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  color: var(--gray-900);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, .display-7 {
  font-family: var(--font-heading);
  font-weight: 700;
}

/* ===== Navbar ===== */
nav.menu_box {
  background: var(--white);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  padding: 8px 16px;
  z-index: 1030;
  position: relative;
}

nav.menu_box .navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

nav.menu_box .navbar-brand img {
  height: 3.2rem;
  margin-right: 12px;
}

nav.menu_box .navbar-caption {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary) !important;
  text-decoration: none;
}

nav.menu_box .navbar-toggler {
  border: none;
  padding: 8px 10px;
  background: transparent;
}

nav.menu_box .navbar-toggler:focus {
  box-shadow: none;
}

nav.menu_box .navbar-toggler .hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--primary);
  margin: 5px 0;
  transition: all 0.3s ease;
}

nav.menu_box .nav-link {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--primary) !important;
  text-transform: uppercase;
  padding: 8px 16px !important;
  transition: color 0.3s ease;
}

nav.menu_box .nav-link:hover,
nav.menu_box .nav-link.active {
  color: var(--accent) !important;
}

nav.menu_box .mbr-section-btn-main {
  margin-left: 16px;
}

nav.menu_box .btn-black {
  background: var(--primary);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 6px;
  border: 2px solid var(--primary);
  transition: all 0.3s ease;
}

nav.menu_box .btn-black:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

/* ===== Hero Section ===== */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/hero-banner.jpg') center center / cover no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.hero-section .hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(15, 15, 26, 0.7);
  z-index: 1;
}

.hero-section .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
}

.hero-section .hero-content h1 {
  font-family: var(--font-heading);
  font-size: 4rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 1.5rem;
  line-height: 1.15;
}

.hero-section .hero-content h1 strong {
  font-weight: 900;
  color: var(--accent);
}

.hero-section .hero-content p {
  font-family: var(--font-body);
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin: 0 auto 2rem;
  line-height: 1.8;
}

.hero-section .btn-hero {
  display: inline-block;
  background: var(--accent);
  color: var(--dark);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 6px;
  border: 2px solid var(--accent);
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-section .btn-hero:hover {
  background: transparent;
  color: var(--accent);
}

/* ===== Section Common ===== */
.section {
  padding: 80px 0;
}

.section-dark {
  background: var(--primary);
  color: var(--white);
}

.section-light {
  background: var(--light-bg);
}

.section-title {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
}

.section-title.text-white {
  color: var(--white);
}

.section-subtitle {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--gray-600);
  max-width: 650px;
  margin: 0 auto 3rem;
  line-height: 1.7;
}

/* ===== Advantages Section (Template 8 unique 4/8 split) ===== */
.advantages-row {
  display: flex;
  flex-wrap: wrap;
}

.advantages-title-col {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding-right: 30px;
}

.advantages-list-col {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.advantage-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 24px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease;
}

.advantage-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.advantage-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: var(--light-bg);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.advantage-icon i {
  font-size: 1.6rem;
  color: var(--accent);
}

.advantage-text h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.advantage-text p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--gray-600);
  margin: 0;
  line-height: 1.7;
}

/* ===== Image + Text Section ===== */
.img-text-section {
  padding: 80px 0;
}

.img-text-section .image-col img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.img-text-section .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img-text-section .text-col h3 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.img-text-section .text-col p {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--gray-600);
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* ===== Services Section ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--white);
  border-radius: 10px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.service-card .service-icon {
  width: 70px;
  height: 70px;
  background: var(--light-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.service-card .service-icon i {
  font-size: 2rem;
  color: var(--accent);
}

.service-card h4 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-card p {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--gray-600);
  line-height: 1.7;
  margin: 0;
}

/* ===== Parallax CTA Section ===== */
.parallax-cta {
  position: relative;
  padding: 100px 0;
  background: url('../images/team-collab.jpg') center center / cover no-repeat;
  background-attachment: fixed;
}

.parallax-cta .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(15, 15, 26, 0.8);
  z-index: 1;
}

.parallax-cta .container {
  position: relative;
  z-index: 2;
}

.parallax-cta h2 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--white);
  text-align: center;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.parallax-cta p {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.parallax-cta .btn-accent {
  display: inline-block;
  background: var(--accent);
  color: var(--dark);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.parallax-cta .btn-accent:hover {
  background: var(--white);
  color: var(--primary);
}

/* ===== FAQ Accordion ===== */
.faq-section {
  background: var(--light-bg);
}

.accordion-item {
  border: none;
  margin-bottom: 12px;
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.accordion-button {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary);
  background: var(--white);
  padding: 18px 24px;
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--accent);
  background: var(--white);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button::after {
  background-image: none;
  content: '+';
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--accent);
  width: auto;
  height: auto;
  transform: none;
}

.accordion-button:not(.collapsed)::after {
  content: '−';
  transform: none;
}

.accordion-body {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--gray-600);
  padding: 0 24px 18px;
  line-height: 1.7;
}

/* ===== Contact Form ===== */
.contact-section {
  background: var(--white);
}

.form-control {
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 14px 18px;
  border: 2px solid var(--gray-200);
  border-radius: 8px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.15);
}

textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.btn-submit {
  background: var(--primary);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 40px;
  border-radius: 6px;
  border: 2px solid var(--primary);
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

/* ===== Contact Info Row ===== */
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.contact-info-card {
  text-align: center;
  padding: 32px 20px;
}

.contact-info-card .info-icon {
  width: 64px;
  height: 64px;
  background: var(--light-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.contact-info-card .info-icon i {
  font-size: 1.8rem;
  color: var(--accent);
}

.contact-info-card h5 {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-info-card p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--gray-600);
  margin: 0;
  line-height: 1.6;
}

/* ===== Map ===== */
.map-wrapper {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.map-wrapper iframe {
  width: 100%;
  height: 400px;
  border: none;
}

/* ===== Footer ===== */
.footer {
  background: var(--dark);
  color: var(--white);
  padding: 40px 0;
  text-align: center;
}

.footer .footer-links {
  margin-bottom: 16px;
}

.footer .footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-body);
  font-size: 0.9rem;
  text-decoration: none;
  margin: 0 12px;
  transition: color 0.3s ease;
}

.footer .footer-links a:hover {
  color: var(--accent);
}

.footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-body);
  font-size: 0.85rem;
}

/* ===== About Page ===== */
.about-hero {
  position: relative;
  min-height: 50vh;
  background: url('../images/hero-alt.jpg') center center / cover no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(15, 15, 26, 0.75);
  z-index: 1;
}

.about-hero .about-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.about-hero .about-hero-content h1 {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.manifesto-section {
  background: var(--primary);
  color: var(--white);
  padding: 80px 0;
}

.manifesto-section h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: var(--accent);
}

.manifesto-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}

.manifesto-number {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  margin-right: 24px;
  flex-shrink: 0;
  min-width: 60px;
}

.manifesto-text h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.manifesto-text p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin: 0;
}

/* ===== Team Section ===== */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.team-card {
  text-align: center;
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-4px);
}

.team-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.team-card .team-info {
  padding: 20px;
}

.team-card .team-info h4 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team-card .team-info p {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--gray-600);
  margin: 0;
}

/* ===== Testimonials/Case Studies ===== */
.case-study-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.case-study-card {
  background: var(--white);
  border-radius: 10px;
  padding: 32px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.case-study-card .client-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  overflow: hidden;
}

.case-study-card .client-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-study-card blockquote {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--gray-600);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 16px;
  border: none;
  padding: 0;
}

.case-study-card .client-name {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===== Legal Pages ===== */
.legal-content {
  padding: 60px 0;
}

.legal-content h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.legal-content h3.wp-block-heading {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary);
  margin-top: 32px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.legal-content h4.wp-block-heading {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--primary);
  margin-top: 20px;
  margin-bottom: 10px;
}

.legal-content p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--gray-700);
  line-height: 1.8;
  margin-bottom: 12px;
}

.legal-content ul, .legal-content ol {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--gray-700);
  line-height: 1.8;
  padding-left: 24px;
  margin-bottom: 16px;
}

.legal-content ul li, .legal-content ol li {
  margin-bottom: 8px;
}

.legal-content .cookie-tables-white .wp-block-table table,
.legal-content .cookie-tables-white .wp-block-table th,
.legal-content .cookie-tables-white .wp-block-table td {
  border: 1px solid black !important;
  border-collapse: collapse !important;
}

.legal-content .cookie-tables-white .wp-block-table th,
.legal-content .cookie-tables-white .wp-block-table td {
  padding: 12px 8px !important;
}

.legal-content .cookie-tables-white .wp-block-table th {
  background: var(--gray-100);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.legal-content .cookie-tables-white .wp-block-table td {
  font-family: var(--font-body);
  font-size: 0.85rem;
}

.legal-content .container a {
  color: #000000;
  text-decoration: none;
}

.legal-content .container a:hover {
  color: #00008B;
  text-decoration: underline;
}

/* ===== Page Header for Sub-pages ===== */
.page-header {
  background: var(--primary);
  padding: 80px 0 60px;
  text-align: center;
}

.page-header h1 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.page-header p {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
}

/* ===== Cookie Consent Overlay ===== */
.cookie-alert-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--white);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-family: var(--font-body);
  font-size: 0.9rem;
}

.cookie-alert-overlay a {
  color: var(--primary);
  text-decoration: underline;
}

.cookie-alert-overlay .cookie-buttons {
  display: flex;
  gap: 10px;
}

.cookie-alert-overlay .btn-cookie-accept {
  background: var(--accent);
  color: var(--white);
  border: none;
  padding: 10px 24px;
  border-radius: 6px;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-alert-overlay .btn-cookie-reject {
  background: transparent;
  color: var(--gray-600);
  border: 2px solid var(--gray-200);
  padding: 10px 24px;
  border-radius: 6px;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
  .hero-section .hero-content h1 {
    font-size: 2.5rem;
  }
  .hero-section .hero-content p {
    font-size: 1rem;
  }
  .advantages-title-col,
  .advantages-list-col {
    width: 100%;
  }
  .advantages-title-col {
    margin-bottom: 24px;
    padding-right: 0;
  }
  .services-grid,
  .team-grid,
  .case-study-grid {
    grid-template-columns: 1fr;
  }
  .contact-info-grid {
    grid-template-columns: 1fr;
  }
  .about-hero .about-hero-content h1 {
    font-size: 2rem;
  }
  .section-title {
    font-size: 1.7rem;
  }
}

@media (max-width: 767.98px) {
  nav.menu_box .navbar-brand img {
    height: 2.5rem;
  }
  nav.menu_box .navbar-caption {
    font-size: 0.9rem;
  }
  .hero-section {
    min-height: 70vh;
  }
  .hero-section .hero-content h1 {
    font-size: 1.8rem;
  }
  .section {
    padding: 50px 0;
  }
  .team-card img {
    height: 220px;
  }
  .cookie-alert-overlay {
    flex-direction: column;
    text-align: center;
  }
}
