/* =========================
   RESET
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =========================
   FONT & ROOT
========================= */
:root {
  --ungu: #4b3f72;
  --ungu-soft: #7a6cb6;
  --text: #555;
  --hitam: #000;

  --pink-box: #ffd1e8;
  --pink-box-2: #ffc0e1;

  --bg-soft: #fdf6ff;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--bg-soft);
  color: var(--text);
  line-height: 1.9;
}

/* =========================
   TEXT GLOBAL
========================= */
h1, h2, h3 {
  color: var(--ungu);
  font-weight: 700;
}

p, li {
  font-size: 16px;
  text-align: justify;
  color: var(--text);
}

/* =========================
   NAVBAR UNGU PASTEL (SUPER SOFT)
========================= */
.navbar {
  background: linear-gradient(135deg, #e7ddff, #d8cfff); /* ungu pastel lembut */
  padding: 22px 80px;

  border-radius: 0 0 35px 35px;
  box-shadow:
    0 14px 35px rgba(180, 165, 235, 0.35),
    inset 0 0 0 1px rgba(255,255,255,0.6);

  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* TEKS KIRI */
.nav-left .company-text {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #6b5fa8; /* ungu pastel tua dikit biar kebaca */
  font-size: 18px;
}

/* MENU */
.nav-menu a {
  background: #ffffff;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #6b5fa8;
  font-weight: 600;
  margin-left: 10px;
  transition: 0.3s ease;
}

.nav-menu a:hover {
  background: #b9aef2; /* hover pastel */
  color: #ffffff;
}
/* =========================
   HERO / HOME
========================= */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 160px 80px 80px;
  background: url("bg-soft.PNG") center/cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,245,250,0.78);
}

.hero-content {
  position: relative;
  max-width: 800px;
  margin: auto;
  text-align: center;
  animation: fadeUp 1s ease;
}

/* WELCOME TO CAPCUT */
.hero h1 {
  font-family: 'Pacifico', cursive;
  font-size: 52px;
  margin-bottom: 15px;
}

/* Bawa kreativitas... */
.hero p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}


/* hover efek */
.hero .btn-primary:hover,
.hero a.btn-primary:hover,
.hero .download-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 55px rgba(75, 63, 114, 0.6);
}

/* =========================
   SECTION GLOBAL
========================= */
section {
  padding: 100px 80px;
  animation: fadeUp 1s ease;
}

/* =========================
   BOX PINK (SEMUA PENJELASAN)
========================= */
.box-pink {
  background: linear-gradient(135deg, var(--pink-box), var(--pink-box-2));
  padding: 45px;
  border-radius: 30px;
  margin: 40px auto;
  max-width: 900px;

  box-shadow:
    0 22px 55px rgba(190, 120, 170, 0.45),
    inset 0 0 0 1px rgba(255,255,255,0.5);
}

.box-pink h2,
.box-pink h3 {
  text-align: center;
  margin-bottom: 20px;
}

.box-pink p,
.box-pink li {
  text-align: justify;
}

/* =========================
   PROFILE PAGE
========================= */

.profile-section {
  padding: 100px 80px;
}

/* KOTAK BESAR */
.profile-box {
  display: flex;
  align-items: center;
  gap: 40px;

  background: linear-gradient(135deg, #ffd1e8, #ffc0e1);
  padding: 50px;
  border-radius: 35px;
  max-width: 1000px;
  margin: 0 auto;

  box-shadow:
    0 22px 55px rgba(190, 120, 170, 0.45),
    inset 0 0 0 1px rgba(255,255,255,0.5);
}

/* FOTO DI POJOK KIRI */
.profile-photo {
  flex-shrink: 0;
}

.profile-photo img {
  width: 220px;
  height: 220px;
  object-fit: cover;

  border-radius: 50%; /* BUAT BULET */
  border: 6px solid #fff;

  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

/* BIODATA */
.profile-biodata {
  flex: 1;
}

.profile-biodata h2 {
  margin-bottom: 15px;
  color: #4b3f72;
  font-family: 'Poppins' , sans-serif;
  font-weight: 600;
  font-size: 28px;
}

.profile-biodata p {
  margin-bottom: 8px;
  color: #555;
  text-align: justify; /* sekarang sudah justify */
  font-family: 'Poppins' , sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.9;
  
}

.profile-biodata strong {
  color: #4b3f72;
}

/* =========================
   DESKRIPSI CAPCUT - 1 BOX
========================= */

.capcut-box p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #4a2a3a;
  text-align: justify;
}

.capcut-box p:last-child {
  margin-bottom: 0;
}

/* =========================
   BOX UTAMA (COMPANY PROFILE + DESKRIPSI)
========================= */
.company-profile-box {
  max-width: 1000px;
  width: 100%;
}

/* JUDUL COMPANY PROFILE */
.company-profile-box h1 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #5b2d68;
  margin-bottom: 30px;
}

/* BOX DESKRIPSI CAPCUT */
.company-desc {
  background: linear-gradient(135deg, #ffe6f2, #f6ddff);
  padding: 35px 45px;
  border-radius: 30px;
  margin-bottom: 25px;

  font-family: 'Montserrat', sans-serif;
  font-size: 15.5px;
  line-height: 1.9;
  color: #4a2f52;
  text-align: justify;

  box-shadow:
    0 22px 55px rgba(220, 160, 210, 0.45),
    inset 0 0 0 2px rgba(255,255,255,0.6);
}

.capcut-box {
  max-width: 950px;
  margin: 0 auto 50px;
  background: linear-gradient(135deg, #ffd1e8, #ffc0e1);
  padding: 45px 55px;
  border-radius: 40px;
}

/* =========================
   COMPANY PROFILE PAGE
========================= */

.company-section {
  display: flex;
  justify-content: center;
}

.company-profile-box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

/* JUDUL */
.company-profile-box h1 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #5b2d68;
  margin-bottom: 35px;
}

/* DESKRIPSI CAPCUT - SATU BOX */
.capcut-box {
  max-width: 950px;
  margin: 0 auto 50px;
  background: linear-gradient(135deg, #ffd1e8, #ffc0e1);
  padding: 45px 55px;
  border-radius: 40px;

  box-shadow:
    0 26px 65px rgba(255, 140, 190, 0.45),
    inset 0 0 0 2px rgba(255,255,255,0.6);
}

.capcut-box p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15.5px;
  line-height: 1.9;
  color: #4a2a3a;
  text-align: justify;
}

/* VISI MISI NILAI */
.company-card {
  max-width: 950px;
  margin: 0 auto 40px;
  background: linear-gradient(135deg, #ffd1e8, #ffc0e1);
  padding: 40px 50px;
  border-radius: 35px;

  box-shadow:
    0 26px 65px rgba(190, 120, 170, 0.45),
    inset 0 0 0 2px rgba(255,255,255,0.6);
}

.company-card h3 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: #5b2d68;
  margin-bottom: 20px;
}

.company-card p,
.company-card li {
  font-family: 'Montserrat', sans-serif;
  font-size: 15.5px;
  line-height: 1.9;
  color: #4a2a3a;
  text-align: justify;
}

/* =========================
   CARD VISI / MISI / NILAI (PINK)
========================= */
.company-card {
  background: linear-gradient(135deg, #ffd1e8, #ffc0e1);
  padding: 40px 50px;
  border-radius: 35px;
  margin-top: 40px;

  box-shadow:
    0 26px 65px rgba(190, 120, 170, 0.45),
    inset 0 0 0 2px rgba(255,255,255,0.6);
}

/* JUDUL + ICON SEJAJAR */
.company-card h3 {
  display: flex;
  align-items: center;
  justify-content: center; /* posisi tetap tengah */
  gap: 12px;

  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: #5b2d68;
  margin-bottom: 20px;
}

/* ICON */
.company-card h3 i {
  font-size: 26px;
  color: #c95c96;
}
.company-card p,
.company-card li {
  font-size: 15.5px;
  line-height: 1.9;
  color: #4a2a3a;
  text-align: justify;
}

/* =========================
   ABOUT PAGE FIX & ALIGN
========================= */

/* HERO ABOUT */
.about-section {
  padding: 120px 20px 60px;
  display: flex;
  justify-content: center;
}

.about-box h1 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #6b3f75;
  margin-bottom: 15px;
}

.about-box p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* =========================
   TENTANG APLIKASI CAPCUT - PINK
========================= */

.section {
  display: flex;
  justify-content: center;
  padding: 100px 20px;
}

/* KOTAK PINK */
.about-box {
  max-width: 900px;
  width: 100%;
  background: #ffd6e8; /* PINK SOFT */
  padding: 45px 55px;
  border-radius: 35px;

  text-align: center;

  box-shadow:
    0 25px 60px rgba(255, 140, 190, 0.45),
    inset 0 0 0 2px rgba(255,255,255,0.6);
}

/* JUDUL */
.about-title {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 32px;
}

/* ISI TEKS */
.about-text {
  font-size: 15.5px;
  line-height: 1.9;
  color: #4a2a3a;
  text-align: justify;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
/* =========================
   CONTACT US FINAL FIX
========================= */

/* SECTION CONTACT */
.contact-section {
  padding: 100px 80px;
  text-align: center;
}

/* JUDUL CONTACT US */
.contact-section h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #4b3f72;
  font-family: 'Poppins' , sans-serif;
  font-weight: 600;
  font-size: 32px;
}

/* BOX CONTACT (BUNGKUS) */
.contact-box {
  background: linear-gradient(135deg, #ffd1e8, #ffc0e1);
  padding: 40px 50px;
  border-radius: 30px;
  max-width: 550px;
  margin: 0 auto; /* ⬅️ INI KUNCI KE TENGAH */

  box-shadow:
    0 22px 55px rgba(190, 120, 170, 0.45),
    inset 0 0 0 1px rgba(255,255,255,0.5);

  display: flex;
  flex-direction: column;
  align-items: center; /* ⬅️ isi ke tengah */
  gap: 15px;
}

/* ISI TEXT CONTACT */
.contact-box p {
  color: #d86aa3;
  font-weight: 600;
  font-size: 16px;

  display: flex;
  align-items: center;
  justify-content: center; /* ⬅️ teks + icon ke tengah */
  gap: 10px;

  text-align: center;
}

/* ICON */
.contact-box i {
  color: #c95c96;
  font-size: 18px;
}

/* =========================
   ANIMATION
========================= */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   BUTTON UNDUH GRATIS (UNGU)
========================= */
.hero .btn-primary,
.hero a.btn-primary,
.hero .download-btn {
  display: inline-block;
  padding: 14px 38px;

  background: linear-gradient(135deg, #6f63a6, #4b3f72);
  color: #fff !important;

  border-radius: 35px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;

  box-shadow: 0 18px 40px rgba(75, 63, 114, 0.45);
  transition: 0.3s ease;
}

/* hover efek */
.hero .btn-primary:hover,
.hero a.btn-primary:hover,
.hero .download-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 55px rgba(75, 63, 114, 0.6);
}

/* =========================
   FORCE CENTER JUDUL TENTANG CAPCUT
========================= */
.box-pink h1,
.box-pink h2,
.box-pink h3,
.box-pink .title,
.box-pink .judul,
.box-pink strong:first-child {
  text-align: center !important;
  display: block;
}

/* =========================
   WEBSITE INTEGRATION (2 KOTAK)
========================= */

.integration-section {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 100px 80px;
}

/* KOTAK PINK */
.integration-card {
  width: 320px;
  background: linear-gradient(135deg, var(--pink-box), var(--pink-box-2));
  padding: 40px 35px;
  border-radius: 35px;
  text-align: center;

  box-shadow:
    0 22px 55px rgba(190, 120, 170, 0.45),
    inset 0 0 0 2px rgba(255,255,255,0.5);

  transition: all 0.35s ease;
}

/* HOVER NAIK HALUS */
.integration-card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 30px 65px rgba(190, 120, 170, 0.6),
    inset 0 0 0 2px rgba(255,255,255,0.6);
}

/* JUDUL */
.integration-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: var(--ungu);
  margin-bottom: 25px;
}

/* TOMBOL VISIT */
.integration-card .visit-btn {
  display: inline-block;
  padding: 14px 36px;
  background: linear-gradient(135deg, #6f63a6, #4b3f72);
  color: #fff;
  border-radius: 35px;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;

  box-shadow: 0 18px 40px rgba(75, 63, 114, 0.45);
  transition: 0.3s ease;
}

/* HOVER TOMBOL */
.integration-card .visit-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 55px rgba(75, 63, 114, 0.6);
}

/* =========================
   DECORATION ELEMENT FULL PAGE
========================= */

.decor{
  position: fixed; /* ini kunci supaya ikut scroll */
  z-index: -1;
  opacity: 0.25;
  pointer-events: none;
  animation: floatDecor 6s ease-in-out infinite;
}

/* kiri atas */
.decor-1{
  width:120px;
  height:120px;
  background:#ffd1e8;
  border-radius:50%;
  top:120px;
  left:30px;
}

/* kanan tengah */
.decor-2{
  width:160px;
  height:160px;
  background:#e2d7ff;
  border-radius:40px;
  top:300px;
  right:30px;
  transform:rotate(20deg);
}

/* kiri bawah */
.decor-3{
  width:140px;
  height:140px;
  background:#ffc0e1;
  border-radius:50%;
  bottom:120px;
  left:40px;
}

/* kanan bawah */
.decor-4{
  width:120px;
  height:120px;
  background:#dcd1ff;
  border-radius:30px;
  bottom:200px;
  right:50px;
  transform:rotate(-20deg);
}


/* =========================
   DECORATION ABOUT PAGE
========================= */

.decor{
  position: fixed;
  z-index: -1;
  opacity: 0.25;
  pointer-events: none;
}

.decor-1{
  width:120px;
  height:120px;
  background:#ffd1e8;
  border-radius:50%;
  top:120px;
  left:30px;
}

.decor-2{
  width:160px;
  height:160px;
  background:#e2d7ff;
  border-radius:40px;
  top:300px;
  right:30px;
}


/* =========================
   DECORATION COMPANY PAGE
========================= */

.company-page .decor{
  position: fixed;
  z-index: -1;
  opacity: 0.25;
  pointer-events: none;
}

.company-page .decor-1{
  width:180px;
  height:180px;
  background:linear-gradient(135deg,#e6ddff,#ffd1e8);
  border-radius:60% 40% 50% 70%;
  top:120px;
  left:20px;
}

.company-page .decor-2{
  width:130px;
  height:130px;
  background:#dcd1ff;
  transform:rotate(45deg);
  top:350px;
  right:40px;
}


/* =========================
   DECORATION ANIMATION
========================= */

@keyframes floatDecor{
  0%{
    transform: translateY(0px);
  }
  50%{
    transform: translateY(-20px);
  }
  100%{
    transform: translateY(0px);
  }
}

@keyframes rotateDecor{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

.decor-1{
  animation-duration: 7s;
}

.decor-2{
  animation-duration: 9s;
}

.decor-3{
  animation-duration: 8s;
}

.decor-4{
  animation-duration: 10s;
}


/* =========================
   SPARKLE EFFECT
========================= */

.sparkle{
  position: fixed;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 10px #fff, 0 0 20px #ffd1e8;
  animation: sparkleMove 6s infinite ease-in-out;
  opacity: 0.7;
  z-index: -1;
}

/* posisi sparkle */
.sparkle{
  top: 200px;
  left: 40px;
}

.sparkle2{
  top: 400px;
  right: 60px;
  animation-delay: 2s;
}

.sparkle3{
  bottom: 200px;
  left: 70px;
  animation-delay: 4s;
}

/* animasi sparkle */
@keyframes sparkleMove{
  0%{
    transform: scale(1) translateY(0);
    opacity:0.7;
  }
  50%{
    transform: scale(1.5) translateY(-20px);
    opacity:1;
  }
  100%{
    transform: scale(1) translateY(0);
    opacity:0.7;
  }
}




/* =========================
   FOOTER
========================= */
.footer{


.about-section,
.company-section{
  position: relative;
  overflow: hidden;
}



/* =========================
   FOOTER
========================= */
.footer {
  background: linear-gradient(135deg, #e7ddff, #d8cfff); /* ungu pastel lembut */
  padding: 25px 20px;
  text-align: center; /* teks di tengah */
  color: #4b3f72;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;

  border-radius: 20px 20px 0 0;
  box-shadow:
    0 -5px 20px rgba(75, 63, 114, 0.25),
    inset 0 0 0 1px rgba(255,255,255,0.3);

  position: relative; /* biar tetap normal tapi bisa diatur */
  margin-top: 50px; /* jarak dari content atas */
}



/* Media Queries */

/* Laptop */
@media (max-width: 1366px) {
  html {
    font-size: 75%;
  }
}

/* Tablet */
@media (max-width: 768px) {
  html {
    font-size: 62.5%;
  }

  #aperture {
    display: inline-block;
  }

  .navbar .navbar-nav {
    position: absolute;
    top: 100%;
    right: -100%;
    background-color: #53b2ff;
    width: 30rem;
    height: 100vh;
    transition: 0.3s;
  }

  .navbar .navbar-nav.active {
    right: 0;
  }

  .navbar .navbar-nav a {
    color: var(--bg);
    display: block;
    margin: 1.5rem;
    padding: 0.5rem;
    font-size: 2rem;
  }

  .navbar .navbar-nav a::after {
    transform-origin: 0 0;
  }

  .navbar .navbar-nav a:hover:after {
    transform: scaleX(0.2);
  }
}

/* Mobile phone */
@media (max-width: 450px) {
  html {
    font-size: 55%;
  }
}

 /* ===== PROFILE RESPONSIVE ===== */
  .profile-box {
    flex-direction: column;
    padding: 30px;
    gap: 20px;
  }
  .profile-photo img {
    width: 180px;
    height: 180px;
  }
  .profile-biodata h2 { font-size: 22px; }
  .profile-biodata p { font-size: 14px; }
}
