@font-face {
    font-family: 'cherio.tff';
    src: url('fonts/Cherio.ttf');

    font-family: 'aerosoldierbasic.otf';
    src: url('fonts/AerosoldierBasic.otf');

}

body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    color: #000;
}

/* INDISE HTML CSS CODE */

/* NAVBAR */
.navbar {
    display: flex; 
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px;
    position: sticky;
    top: 0%;
}

.logo {
    font-size: 24px;
    font-weight: bold(x);
    font-family: 'aerosoldierbasic.otf';
    text-align: center;
} 
.logo a {
    color: #f4a7b9;
    text-decoration: none;
}

.nav-links a {
    margin-left: 20px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

/* gue lupa deh ini manggil apaan yak?? */
.btn-dark {
    background-color: #111;
    color: #fff;
    padding: 10px 22px;
    border-radius: 4px;
}


/* CATEGORY SECTION */
.categories {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 60px 20px;
}

.category-item {
    text-align: center;
    font-size: 14px;
}

.category-item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    background: #f6f6f6;
    padding: 15px;
    transition: transform 0.3s ease;
}

.category-item p {
    margin-top: 12px;
}

.category-item:hover img {
    transform: scale(1.1);
}



/* HOME PAGE; HERO SECTION */
.hero {
    text-align: center;
    padding: 120px 20px;
    max-width: 800px;
    margin: auto;
}

.hero h1 {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 40px;
    color: #333;
}

.cta-btn {
    background: #000;
    color: #fff;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 4px;
    display: inline-block;
}

/* HOME PAGE; SECOND CONTENT */
.info-section {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
  background: #f5f5f5;
}

.info-container {
  background: white;
  padding: 40px;
  border-radius: 16px;
  max-width: 1100px;
  width: 100%;
  box-shadow: 0 6px 25px rgba(0,0,0,0.1);
}

.info-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}

.info-header h2 {
  font-size: 32px;
  font-weight: 700;
    color: #f4a7b9; /* kamu bisa ubah warna */
  line-height: 1.3;
}

.info-header p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.feature-item {
  text-align: left;
}

.feature-item .icon {
  font-size: 34px;
  margin-bottom: 10px;
}

.feature-item img {
  width: 80px;        /* KUNCI UTAMA */
  height: 80px;
  object-fit: contain;
  margin-bottom: 16px;
}

.feature-item h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color(x: ;): #7a1f3d;
}

.feature-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 850px) {
  .info-header {
    grid-template-columns: 1fr;
  }

  .features {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 550px) {
  .features {
    grid-template-columns: 1fr;
  }
}

/*  ini home sectionn  */

/* HOME PAGE; SECTION */
.about-home {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    padding: 100px 60px;
    align-items: start;
}

.about-home h2 {
    font-size: 32px;
    color: #f4a7b9; 
    margin-bottom: 20px;
}

.about-home h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.about-home p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.see-btn {
    background: #000;
    color: #fff;
    padding: 10px 28px;
    border: none;
    border-radius: 4px;
    margin-bottom: 25px;
    cursor: pointer;
}

.about-style {
    font-size: 14px;
    font-weight: bold;
}

/* IMAGE RIGHT */
.about-right img {
    width: 100%;
    border-radius: 6px;
}


/* HIGHLIGHTED SECTION */
.highlighted {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 120px 60px;
    gap: 40px;
}

.highlight-left h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    color: #f4a7b9;
    margin-bottom: 30px;
}

.highlight-desc {
    font-size: 14px;
    max-width: 350px;
    line-height: 1.6;
}

.highlight-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlight-right li {
    font-size: 14px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}


/* BIG IMAGE */
.big-image-section img {
    width: 100%;
    margin-top: 60px;
    border-radius: 4px;
}


/* RESPONSIVE */
@media (max-width: 900px) {
    .about-home {
        grid-template-columns: 1fr;
    }

    .highlighted {
        grid-template-columns: 1fr;
    }
}

/*    ******      ABOUT SECTION     *****       */

.about-section {
    padding: 60px 100px;
    background: #fff;
}

/* HEADER */
.about-header {
    align-items: flex-start;
    margin-bottom: 60px;
}

.about-label {
    font-size: 14px;
    text-transform: uppercase;
}

.about-title {
    font-size: 50px;
    font-weight: 100;
    line-height: 1.1;
    max-width: 1000px;
}

/* DIVIDER */
.about-divider {
    border: none;
    border-top: 1px solid #000;
    margin-bottom: 60px;
}

/* GRID */
.about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    margin-top: 60px;
}

.about-item {
    padding: 60px 40px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
}

.about-item h3 {
    font-size: 32px;
    font-weight: 400;
    margin: 40px 0 20px;
}

.about-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* YELLOW DOT */
.dot {
    width: 28px;
    height: 28px;
    background:#f4a7b9;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
}

/*         *******     PRODUCT SECTIOON       *****     */

.product-section {
    padding: 120px 80px;
    background: #fff;
}

/* ---------- TOP LARGE IMAGE ---------- */

.product-hero {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 80px;
}

.product-hero-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    background: #eee;
}

.product-hero-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    max-width: 420px;
}

.product-hero-content h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.product-info-card {
    background: rgba(255,255,255,0.9);
    padding: 20px;
    border-radius: 16px;
}

.product-info-card h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.product-info-card p {
    font-size: 14px;
    color: #555;
}

/* ---------- CATEGORY GRID ---------- */

.product-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 100px;
}

.category-card {
    background: #f6f6f6;
    border-radius: 20px;
    padding: 24px;
    text-align: center;
}

.category-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    background: #ddd;
    margin-bottom: 12px;
}

.category-card span {
    font-size: 14px;
}

/* ---------- BOTTOM LARGE IMAGE ---------- */

.product-feature {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.product-feature img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    background: #eee;
}

.product-feature-info {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background: rgba(255,255,255,0.9);
    padding: 24px;
    border-radius: 16px;
    max-width: 280px;
}

.product-feature-info h4 {
    font-size: 18px;
    margin-bottom: 6px;
}

.product-feature-info p {
    font-size: 14px;
    margin-bottom: 16px;
    color: #555;
}

.price {
    display: flex;
    align-items: center;
    gap: 12px;
}

.price button {
    border: none;
    background: #000;
    color: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    cursor: pointer;
}

/*      ****    PRODUCT SECTION     **** */

.product-list-section {
    padding: 80px 80px;
    background: #fff;
}

/* HEADER */
.product-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.product-list-header h3 {
    font-size: 28px;
    font-weight: 400;
}

.view-all {
    background: none;
    border: 1px solid #ddd;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
}

/* PRODUCT ROW */
.product-row {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.product-row::-webkit-scrollbar {
    display: none;
}

/* CARD */
.product-card {
    min-width: 200px;
    background: #555;
    border-radius: 20px;
    padding: 16px;
    position: relative;
    flex-shrink: 0;
}

.product-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    background: #eee;
    border-radius: 12px;
    margin-bottom: 12px;
}

.product-card h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

/* PRICE */
.price-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price {
    font-size: 14px;
    font-weight: 600;
}

/* BADGE */
.badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 12px;
}

/*      8888    INGET INGET SEH LUPOKOKNYA; INI AFTER HERO CARD     0000     */
.beauty-hero {
    padding: 80px;
   
}

/* BIG BANNER */
.beauty-banner {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 32px;
}

.beauty-banner img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    background: #ddd;
}

/* TEXT OVERLAY */
.beauty-text {
    position: absolute;
    top: 40px;
    left: 40px;
    max-width: 420px;
    color: #f86184;
}

.beauty-text h2 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.beauty-text p {
    font-size: 14px;
    opacity: 0.9;
}

/* BUTTON */
.beauty-btn {
    position: absolute;
    right: 40px;
    bottom: 40px;
    background: #f46e8d;
    color: #000;
    padding: 10px 18px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
}

/* CATEGORIES */
.beauty-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 80px;
}

.beauty-cat {
    background: #f8f8f8;
    border-radius: 18px;
    padding: 16px;
    text-align: center;
}

.beauty-cat img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    background: #f8f8f8;
    border-radius: 12px;
    margin-bottom: 8px;
}

.beauty-cat span {
    font-size: 12px;
}

/* TITLE */
.beauty-title {
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
}

.beauty-title h3 {
    font-size: 28px;
    font-family: 'aerosoldierbasic.otf';
    margin-bottom: 12px;
}

.beauty-title p {
    font-size: 14px;
    color: #666;
}

/*      PRODUCT SECTION; YANG TERAKHIR PLIS      */

.shop-highlight {
  padding: 80px 6%;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 260px;
  gap: 24px;
}

/* Promo */
.promo-card {
  grid-column: span 2;
  background:  #f46e8d;
  border-radius: 24px;
  padding: 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.promo-card img {
  width: 500px;
  align-self: flex-end;
}

.promo-badge {
  font-size: 14px;
  opacity: 0.8;
}

.promo-card h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.btn-primary {
  width: fit-content;
  padding: 10px 18px;
  border-radius: 999px;
  background: #080808;
  color: #f9f7f7;
  font-size: 14px;
  text-decoration: none;
}

/* Model */
.model-card {
  grid-column: span 2;
  border-radius: 24px;
  overflow: hidden;
}

.model-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Products */
.product-card {
  background: #efeeeee5;
  border-radius: 24px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}

.product-name {
  font-size: 14px;
  opacity: 0.8;
}

/* Wide card */
.product-card.wide {
  grid-column: span 2;
}

/* Responsive */
@media (max-width: 900px) {
  .highlight-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
}

/*      *************** CONTACTTTT ************   */

.contact-section {
  max-width: 820px;
  margin: 50px auto;
  padding: 0 20px;
}

.contact-title {
  font-size: 40px;
  margin-bottom: 24px;
}

.contact-desc {
  line-height: 1.7;
  margin-bottom: 20px;
}

.contact-address {
  color: #6f7f87;
  margin-bottom: 16px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.form-group {
  position: relative;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  background: transparent;
}

.form-group label {
  font-size: 14px;
  color: #888;
  margin-bottom: 6px;
  display: block;
}

.contact-btn {
  background: #eee;
  border: none;
  padding: 12px 28px;
  cursor: pointer;
}

/*          FINNALY FOOTEEEEER       */

.HIC-footer {
  background: #000;
  color: #fff;
  padding: 80px 60px 40px;
  font-family: 'Helvetica Neue', sans-serif;
}

.HIC-footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* BRAND */
.HIC-footer-brand h2 {
  font-size: 80px;
  color: #ff6fae; /* pink hint */
  margin-bottom: 12px;
  margin-top: 12px;
  font-family: 'aerosoldierbasic.otf';
}

.HIC-footer-brand p {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}

/* CTA */
.HIC-footer-cta {
  text-align: center;
}

.HIC-footer-question {
  font-size: 16px;
  margin-bottom: 16px;
}

.HIC-footer-btn {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #ff6fae;
  color: #ff6fae;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.HIC-footer-btn:hover {
  background: #ff6fae;
  color: #000;
}

/* INFO */
.HIC-footer-info p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.HIC-footer-info span {
  color: #ff6fae;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* BOTTOM */
.HIC-footer-bottom {
  margin-top: 60px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
  opacity: 0.6;
}
