.page-jl-budi-utomo__hero-section { background-color: #0d1a26; color: #ffffff; padding: 10px 0 60px; text-align: center; position: relative; overflow: hidden; } .page-jl-budi-utomo__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.5); } .page-jl-budi-utomo__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; } .page-jl-budi-utomo__hero-title { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; font-weight: 700; color: #ffcc00; } .page-jl-budi-utomo__hero-description { font-size: 1.2em; margin-bottom: 30px; line-height: 1.6; } .page-jl-budi-utomo__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-jl-budi-utomo__btn { display: inline-block; background-color: #ffcc00; color: #0d1a26; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-jl-budi-utomo__btn:hover { background-color: #e6b800; transform: translateY(-3px); } .page-jl-budi-utomo__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-jl-budi-utomo__section:nth-of-type(even) { background-color: #f8f8f8; } .page-jl-budi-utomo__section-title { font-size: 2.2em; color: #0d1a26; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 15px; } .page-jl-budi-utomo__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffcc00; border-radius: 2px; } .page-jl-budi-utomo__text-content { font-size: 1.1em; line-height: 1.7; color: #333333; margin-bottom: 20px; text-align: justify; } .page-jl-budi-utomo__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-budi-utomo__card { background-color: #ffffff; border-radius: 12px; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-jl-budi-utomo__card:hover { transform: translateY(-8px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); } .page-jl-budi-utomo__card-image-wrapper { width: 100%; height: 200px; overflow: hidden; border-radius: 8px; margin-bottom: 20px; } .page-jl-budi-utomo__card-image { width: 100%; height: 100%; object-fit: cover; display: block; } .page-jl-budi-utomo__card-title { font-size: 1.5em; color: #0d1a26; margin-bottom: 15px; font-weight: 600; } .page-jl-budi-utomo__card-description { font-size: 0.95em; color: #555555; line-height: 1.6; margin-bottom: 20px; flex-grow: 1; } .page-jl-budi-utomo__list-item { background-color: #ffffff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); display: flex; align-items: center; gap: 15px; text-align: left; transition: background-color 0.3s ease; } .page-jl-budi-utomo__list-item:hover { background-color: #fffbe6; } .page-jl-budi-utomo__list-item-icon { width: 60px; height: 60px; object-fit: contain; } .page-jl-budi-utomo__list-item-text { font-size: 1.1em; color: #333333; font-weight: 500; } .page-jl-budi-utomo__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-jl-budi-utomo__quick-access-link { background-color: #0d1a26; color: #ffcc00; padding: 15px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease, color 0.3s ease; border: 2px solid #ffcc00; } .page-jl-budi-utomo__quick-access-link:hover { background-color: #ffcc00; color: #0d1a26; } .page-jl-budi-utomo__faq-item { background-color: #ffffff; border: 1px solid #e0e0e0; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-jl-budi-utomo__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f9f9f9; font-size: 1.1em; color: #0d1a26; font-weight: 600; user-select: none; transition: background-color 0.3s ease; } .page-jl-budi-utomo__faq-question:hover { background-color: #f0f0f0; } .page-jl-budi-utomo__faq-question h3 { margin: 0; pointer-events: none; } .page-jl-budi-utomo__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; pointer-events: none; transition: transform 0.3s ease; } .page-jl-budi-utomo__faq-item.active .page-jl-budi-utomo__faq-toggle { transform: rotate(45deg); } .page-jl-budi-utomo__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #ffffff; color: #555555; } .page-jl-budi-utomo__faq-item.active .page-jl-budi-utomo__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jl-budi-utomo__blog-post { background-color: #ffffff; border-radius: 12px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jl-budi-utomo__blog-post:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); } .page-jl-budi-utomo__blog-image-wrapper { width: 100%; height: 220px; overflow: hidden; } .page-jl-budi-utomo__blog-image { width: 100%; height: 100%; object-fit: cover; display: block; } .page-jl-budi-utomo__blog-content { padding: 25px; } .page-jl-budi-utomo__blog-title { font-size: 1.4em; color: #0d1a26; margin-bottom: 10px; font-weight: 600; line-height: 1.3; } .page-jl-budi-utomo__blog-excerpt { font-size: 0.95em; color: #555555; line-height: 1.6; margin-bottom: 20px; } .page-jl-budi-utomo__read-more { color: #ffcc00; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-jl-budi-utomo__read-more:hover { color: #e6b800; text-decoration: underline; } @media (max-width: 768px) { .page-jl-budi-utomo__hero-title { font-size: 2em; } .page-jl-budi-utomo__hero-description { font-size: 1em; } .page-jl-budi-utomo__hero-buttons { flex-direction: column; gap: 15px; } .page-jl-budi-utomo__btn { width: 100%; padding: 12px 20px; font-size: 1em; } .page-jl-budi-utomo__section { padding: 40px 15px; } .page-jl-budi-utomo__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-jl-budi-utomo__text-content { font-size: 1em; } .page-jl-budi-utomo__grid { grid-template-columns: 1fr; gap: 20px; } .page-jl-budi-utomo__card { padding: 25px; } .page-jl-budi-utomo__card-title { font-size: 1.3em; } .page-jl-budi-utomo__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; } .page-jl-budi-utomo__list-item-text { font-size: 0.95em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jl-budi-utomo__quick-access-link { width: 100%; text-align: center; font-size: 0.95em; } .page-jl-budi-utomo__faq-question { padding: 15px 20px; font-size: 1em; } .page-jl-budi-utomo__faq-answer { padding: 0 20px; } .page-jl-budi-utomo__faq-item.active .page-jl-budi-utomo__faq-answer { padding: 15px 20px !important; } .page-jl-budi-utomo__blog-title { font-size: 1.2em; } .page-jl-budi-utomo__blog-excerpt { font-size: 0.9em; } .page-jl-budi-utomo__blog-image-wrapper { height: 180px; } } @media (max-width: 480px) { .page-jl-budi-utomo__hero-title { font-size: 1.8em; } .page-jl-budi-utomo__hero-description { font-size: 0.9em; } .page-jl-budi-utomo__section-title { font-size: 1.6em; } .page-jl-budi-utomo__card-title { font-size: 1.2em; } .page-jl-budi-utomo__blog-title { font-size: 1.1em; } }