/* ==============================
   PT Urban Ritel Internasional
   Company Website Stylesheet
   ============================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Source+Sans+3:wght@300;400;600;700&display=swap');

:root {
  --red:        #CC0000;
  --red-dark:   #990000;
  --dark:       #1A1A1A;
  --dark2:      #2C2C2C;
  --mid:        #5A5A5A;
  --light:      #F5F5F5;
  --white:      #FFFFFF;
  --border:     #DDDDDD;
  --gold:       #B8964A;
  --font-head:  'Playfair Display', Georgia, serif;
  --font-body:  'Source Sans 3', 'Segoe UI', sans-serif;
  --shadow:     0 4px 24px rgba(0,0,0,0.10);
  --shadow-lg:  0 8px 40px rgba(0,0,0,0.16);
  --transition: all 0.3s ease;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: var(--font-body);
  color: var(--dark);
  background: var(--white);
  font-size: 16px;
  line-height: 1.7;
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-head);
  line-height: 1.25;
  color: var(--dark);
}

a { color: var(--red); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--red-dark); }

img { max-width: 100%; height: auto; }

/* ---- UTILITIES ---- */
.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 50px 0; }

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: var(--dark);
}
.section-title span { color: var(--red); }

.section-subtitle {
  font-size: 1rem;
  color: var(--mid);
  margin-bottom: 2.5rem;
  font-weight: 400;
}

.divider-red {
  width: 56px;
  height: 3px;
  background: var(--red);
  margin: 12px 0 28px 0;
  border-radius: 2px;
}

.divider-red.center { margin-left: auto; margin-right: auto; }

.btn-primary-red {
  background: var(--red);
  color: var(--white);
  border: 2px solid var(--red);
  padding: 12px 32px;
  border-radius: 0;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  transition: var(--transition);
  cursor: pointer;
}
.btn-primary-red:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.btn-outline-red {
  background: transparent;
  color: var(--red);
  border: 2px solid var(--red);
  padding: 12px 32px;
  border-radius: 0;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  transition: var(--transition);
}
.btn-outline-red:hover {
  background: var(--red);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  padding: 12px 32px;
  border-radius: 0;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  transition: var(--transition);
}
.btn-outline-white:hover {
  background: var(--white);
  color: var(--red);
  transform: translateY(-2px);
}

.bg-light-gray { background: var(--light); }
.bg-dark { background: var(--dark); color: var(--white); }
.bg-red { background: var(--red); color: var(--white); }

.text-red { color: var(--red) !important; }
.text-gold { color: var(--gold) !important; }

/* ---- NAVBAR ---- */
.navbar-uri {
  background: var(--white);
  border-bottom: 3px solid var(--red);
  padding: 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-uri .navbar-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
}

.navbar-uri .brand-logo {
  /*width: 44px;*/
  width: 200px;
  height: auto;
}

.navbar-uri .brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.navbar-uri .brand-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--dark);
  letter-spacing: 0.02em;
}

.navbar-uri .brand-tagline {
  font-size: 0.7rem;
  color: var(--mid);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.navbar-uri .nav-link {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--dark) !important;
  padding: 28px 16px !important;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
  transition: var(--transition);
}

.navbar-uri .nav-link:hover,
.navbar-uri .nav-link.active {
  color: var(--red) !important;
  border-bottom-color: var(--red);
}

.navbar-uri .navbar-toggler {
  border: 2px solid var(--red);
  border-radius: 0;
}

.navbar-uri .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23CC0000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ---- TOP BAR ---- */
.top-bar {
  background: var(--dark2);
  color: #ccc;
  font-size: 0.8rem;
  padding: 7px 0;
  font-weight: 400;
}
.top-bar a { color: #ccc; }
.top-bar a:hover { color: var(--red); }
.top-bar .top-bar-item { display: inline-flex; align-items: center; gap: 6px; }

/* ---- HERO ---- */
.hero-section {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 60%, #3a0000 100%);
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(204,0,0,0.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(204,0,0,0.08) 0%, transparent 40%);
}

.hero-hex-bg {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.06;
  width: 520px;
}

.hero-badge {
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-section .hero-badge {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 18px;
  margin-bottom: 20px;
}

.hero-section h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--white);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-section h1 em {
  color: var(--red);
  font-style: normal;
}

.hero-section p.lead {
  color: #ccc;
  font-size: 1.1rem;
  max-width: 560px;
  margin-bottom: 32px;
  font-weight: 300;
}

.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.12);
  flex-wrap: wrap;
}

.hero-stat .num {
  font-family: var(--font-head);
  font-size: 2.2rem;
  color: var(--red);
  font-weight: 700;
  line-height: 1;
}

.hero-stat .lbl {
  font-size: 0.78rem;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

/* ---- PAGE HEADER ---- */
.page-header {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 100%);
  padding: 70px 0 50px;
  position: relative;
  overflow: hidden;
}

.page-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: var(--red);
}

.page-header h1 {
  color: var(--white);
  font-size: 2.4rem;
  margin-bottom: 8px;
}

.page-header .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  color: #aaa;
  font-size: 0.85rem;
}

.page-header .breadcrumb-item.active { color: var(--red); }
.page-header .breadcrumb-item + .breadcrumb-item::before { color: #666; }

/* ---- CARDS ---- */
.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 4px solid var(--red);
  padding: 36px 28px;
  height: 100%;
  transition: var(--transition);
  position: relative;
}

.service-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
  border-top-color: var(--red-dark);
}

.service-card .icon-wrap {
  width: 56px;
  height: 56px;
  background: rgba(204,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: var(--red);
}

.service-card h4 {
  font-size: 1.15rem;
  margin-bottom: 12px;
}

.service-card p {
  color: var(--mid);
  font-size: 0.92rem;
}

/* ---- STAT BOX ---- */
.stat-box {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 30px 20px;
  text-align: center;
  transition: var(--transition);
}
.stat-box:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.stat-box .num { font-family: var(--font-head); font-size: 2.6rem; color: var(--red); font-weight: 700; }
.stat-box .lbl { font-size: 0.82rem; color: var(--mid); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 6px; }

/* ---- CLIENT LOGOS ---- */
.client-logo-wrap {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  transition: var(--transition);
  filter: grayscale(100%);
  opacity: 0.6;
}
.client-logo-wrap:hover {
  filter: none;
  opacity: 1;
  box-shadow: var(--shadow);
  border-color: var(--red);
}
.client-logo-wrap img { max-height: 50px; width: auto; }

/* ---- PARTNER BRANDS ---- */
.partner-badge {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 14px 22px;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
  color: var(--dark);
  transition: var(--transition);
}
.partner-badge:hover {
  border-color: var(--red);
  color: var(--red);
  box-shadow: var(--shadow);
}

/* ---- LEGAL DOC TABLE ---- */
.legal-table {
  font-size: 0.9rem;
}
.legal-table th {
  background: var(--dark);
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
  text-transform: uppercase;
  border: none;
  padding: 14px 16px;
}
.legal-table td {
  padding: 14px 16px;
  border-color: var(--border);
  vertical-align: middle;
}
.legal-table tr:hover td { background: rgba(204,0,0,0.03); }

/* ---- CONTACT ---- */
.contact-info-box {
  background: var(--dark);
  color: var(--white);
  padding: 40px;
  height: 100%;
}
.contact-info-box h3 { color: var(--white); margin-bottom: 28px; }
.contact-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  align-items: flex-start;
}
.contact-item .ci-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1rem;
}
.contact-item .ci-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: #999; margin-bottom: 4px; }
.contact-item .ci-value { color: var(--white); font-size: 0.95rem; }

.branch-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 18px 20px;
  margin-bottom: 12px;
}
.branch-card h6 {
  color: var(--red);
  font-family: var(--font-head);
  font-size: 1rem;
  margin-bottom: 6px;
}
.branch-card p { color: #bbb; font-size: 0.85rem; margin: 0; }

.contact-form-box {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 40px;
}
.contact-form-box h3 { margin-bottom: 24px; }
.contact-form-box .form-control {
  border: 1px solid var(--border);
  border-radius: 0;
  padding: 12px 16px;
  font-size: 0.95rem;
  font-family: var(--font-body);
  transition: var(--transition);
}
.contact-form-box .form-control:focus {
  border-color: var(--red);
  box-shadow: none;
  outline: none;
}
.contact-form-box .form-label {
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--mid);
  margin-bottom: 6px;
}

/* ---- PROJECTS/PORTFOLIO ---- */
.project-card {
  background: var(--white);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
}
.project-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.project-card .project-img {
  background: var(--light);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--red);
  border-bottom: 3px solid var(--red);
}
.project-card .project-body {
  padding: 24px;
}
.project-card .project-cat {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 8px;
}
.project-card h5 { font-size: 1.05rem; margin-bottom: 10px; }
.project-card p { color: var(--mid); font-size: 0.88rem; }
.project-card .project-client {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  font-size: 0.8rem;
  color: var(--mid);
}
.project-card .project-client strong { color: var(--dark); }

/* ---- ABOUT ---- */
.about-img-wrap {
  position: relative;
}
.about-img-wrap::before {
  content: '';
  position: absolute;
  top: -16px;
  left: -16px;
  width: 60%;
  height: 60%;
  border: 4px solid var(--red);
  z-index: 0;
}
.about-img-inner {
  position: relative;
  z-index: 1;
  background: var(--light);
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision-mission-box {
  border-left: 4px solid var(--red);
  padding: 20px 24px;
  background: var(--light);
  margin-bottom: 20px;
}
.vision-mission-box h5 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  color: var(--red);
  margin-bottom: 8px;
}
.vision-mission-box p {
  font-size: 0.93rem;
  color: var(--dark);
  margin: 0;
}

/* ---- FOOTER ---- */
.footer-main {
  background: var(--dark);
  padding: 64px 0 32px;
  color: #ccc;
}

.footer-brand .brand-logo { width: 200px; margin-bottom: 14px; }
.footer-brand p { font-size: 0.88rem; color: #999; max-width: 280px; line-height: 1.6; }

.footer-heading {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--red);
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  color: #999;
  font-size: 0.88rem;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-links a:hover { color: var(--red); padding-left: 4px; }

.footer-contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  color: #999;
  font-size: 0.88rem;
}
.footer-contact-item i { color: var(--red); margin-top: 3px; min-width: 14px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 48px;
  padding-top: 24px;
  font-size: 0.82rem;
  color: #666;
}

.footer-bottom a { color: #888; }
.footer-bottom a:hover { color: var(--red); }

/* ---- LEGALITAS ---- */
.legal-info-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 4px solid var(--red);
  padding: 28px;
  margin-bottom: 24px;
  transition: var(--transition);
}
.legal-info-card:hover { box-shadow: var(--shadow); }
.legal-info-card .legal-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--mid);
  margin-bottom: 6px;
}
.legal-info-card .legal-value {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
}

/* ---- ANIMATIONS ---- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.fade-up { animation: fadeUp 0.6s ease both; }
.fade-up-delay-1 { animation-delay: 0.1s; }
.fade-up-delay-2 { animation-delay: 0.2s; }
.fade-up-delay-3 { animation-delay: 0.3s; }
.fade-up-delay-4 { animation-delay: 0.4s; }

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
  .navbar-uri .nav-link { padding: 12px 16px !important; }
  .navbar-uri .nav-link:hover, .navbar-uri .nav-link.active { border-bottom: none; color: var(--red) !important; }
  .hero-section { min-height: 480px; }
  .hero-stats { gap: 24px; }
  .contact-info-box, .contact-form-box { padding: 28px 20px; }
}

@media (max-width: 767px) {
  .section-pad { padding: 56px 0; }
  .section-title { font-size: 1.7rem; }
  .hero-section h1 { font-size: 1.8rem; }
  .page-header h1 { font-size: 1.8rem; }
  .hero-stats .hero-stat .num { font-size: 1.7rem; }
  .footer-main { padding: 40px 0 24px; }
}
