
:root {
  --greenColor: #166534;
  --optionalColor: #14532d;
  --bodyColor: #4b5563;
  --titleColor: #0f172a;
  --arrahmahSoft: #f4fbf6;
  --arrahmahBorder: #d9efe0;
  --arrahmahAccent: #22c55e;
}
body {
  background: #f8faf8;
  color: var(--bodyColor);
}
#topbar {
  background: #14532d !important;
  padding: 10px 0;
}
#topbar .contact-info span,
#topbar a {
  color: #ecfdf5 !important;
  font-size: 12px;
}
#topbar .social-links {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.navbar-area {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(22,101,52,.08);
  position: relative;
  z-index: 1200;
}
.desktop-nav {
  background: transparent !important;
}
.desktop-nav,
.desktop-nav .navbar,
.desktop-nav .navbar .navbar-nav,
.desktop-nav .navbar .navbar-nav .nav-item {
  overflow: visible;
}
.desktop-nav .navbar {
  min-height: 92px;
}
.desktop-nav .navbar .navbar-nav {
  align-items: center;
}
.desktop-nav .navbar .navbar-nav .nav-item a,
.mean-container a.meanmenu-reveal,
.search-btn a,
.mobile-nav .search-btn a {
  color: #0f172a !important;
}
.desktop-nav .navbar .navbar-nav .nav-item a:hover,
.desktop-nav .navbar .navbar-nav .nav-item a.active,
.desktop-nav .navbar .navbar-nav .nav-item:hover > a,
.search-btn a:hover {
  color: var(--greenColor) !important;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu,
.searchmodal .modal-content,
.blog-item,
.best-seller-card,
.feature-card,
.card-contact,
.footer-widget,
.inner-banner .inner-title,
.blog-details-desc,
.product-desc,
.contact-wrap {
  border-radius: 20px !important;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  min-width: 280px;
  top: calc(100% - 10px) !important;
  border-top: 3px solid var(--greenColor) !important;
  border-bottom: none !important;
  border-radius: 18px !important;
  box-shadow: 0 24px 60px rgba(15,23,42,.16) !important;
  padding: 12px 10px 8px !important;
  z-index: 1400 !important;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu,
.desktop-nav .navbar .navbar-nav .nav-item:focus-within .dropdown-menu {
  top: calc(100% - 10px) !important;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid rgba(22,101,52,.08) !important;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none !important;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  display: block;
  margin: 0 !important;
  padding: 12px 14px 10px !important;
  border-radius: 14px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
  display: none !important;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  background: #f4fbf6;
  color: var(--greenColor) !important;
  margin-left: 0 !important;
  padding-left: 14px !important;
}
.desktop-nav .navbar .navbar-nav .nav-item .papuw {
  width: 320px !important;
}
.section-bg,
.best-seller-area,
.blog-area,
.footer-area,
.inner-banner {
  background: transparent !important;
}
.hero-home-shell,
.about-showcase,
.footer-shell {
  background: #ffffff;
  border: 1px solid var(--arrahmahBorder);
  box-shadow: 0 16px 45px rgba(15,23,42,.06);
}
.hero-home-shell {
  border-radius: 32px;
  padding: 48px;
}
.hero-home-kicker,
.hero-home-book-label,
.footer-cta-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #ecfdf3;
  color: #166534;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.hero-home-copy h1 {
  margin: 18px 0 18px;
  color: var(--titleColor);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
}
.hero-home-copy p {
  font-size: 17px;
  line-height: 1.9;
  color: var(--bodyColor);
  max-width: 640px;
}
.hero-home-copy,
.hero-home-book-meta,
.about-showcase-note,
.best-seller-spotlight .content {
  overflow-wrap: anywhere;
}
.hero-home-copy h1,
.hero-home-copy p,
.hero-home-book-meta h3,
.hero-home-book-meta p,
.about-area .about-content h3,
.about-area .about-content p {
  max-width: 100%;
}
.hero-home-shell .row > *,
.about-area .row > *,
.identity-band .row > * {
  min-width: 0;
}
.hero-home-actions,
.hero-home-points,
.about-showcase-tags,
.footer-badge-row,
.footer-inline-actions {
  display: flex;
  flex-wrap: wrap;
}
.hero-home-actions {
  gap: 14px;
  margin-top: 28px;
}
.hero-home-points {
  gap: 12px;
  margin-top: 26px;
}
.hero-home-point,
.about-showcase-tags span,
.footer-badge-row span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--arrahmahBorder);
  background: #f8faf8;
  color: #166534;
  font-size: 13px;
  font-weight: 600;
}
.hero-home-book-card {
  background: linear-gradient(180deg, #143320 0%, #0f2b1a 100%);
  color: #ffffff;
  border-radius: 30px;
  padding: 28px;
  min-height: 100%;
}
.hero-home-book-card img {
  display: block;
  width: 100%;
  max-width: 320px;
  max-height: 420px;
  margin: 22px auto 24px;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(15,23,42,.28));
}
.hero-home-book-meta span {
  color: #bbf7d0;
  font-size: 13px;
  font-weight: 600;
}
.hero-home-book-meta h3 {
  margin: 10px 0 12px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.2;
}
.hero-home-book-meta p {
  margin-bottom: 0;
  color: rgba(240,253,244,.84);
  line-height: 1.8;
}
.about-area .about-content,
.feature-card,
.best-seller-card,
.blog-item,
.footer-widget,
.inner-title,
.blog-details-desc,
.product-desc,
.contact-wrap {
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(15,23,42,.06);
  border: 1px solid var(--arrahmahBorder);
}
.about-area .about-content {
  padding: 22px;
  border-radius: 24px;
}
.about-showcase {
  border-radius: 28px;
  padding: 28px;
  height: 100%;
}
.about-showcase img {
  width: 100%;
  max-height: 340px;
  object-fit: contain;
  display: block;
  background: #f8faf8;
  border: 1px solid var(--arrahmahBorder);
  border-radius: 22px;
  padding: 18px;
}
.about-showcase-tags {
  gap: 12px;
  margin-top: 20px;
}
.about-showcase-note {
  margin-top: 18px;
  padding: 20px;
  border-radius: 20px;
  background: var(--arrahmahSoft);
  border: 1px solid var(--arrahmahBorder);
}
.about-showcase-note strong {
  display: block;
  margin-bottom: 10px;
  color: var(--titleColor);
  font-size: 19px;
}
.about-showcase-note p {
  color: var(--bodyColor);
  line-height: 1.8;
}
.about-img img,
.best-seller-card .best-seller-img img,
.blog-item .blog-img img {
  border-radius: 18px;
}
.section-title .section-subtitle span,
.best-seller-card .content span a,
.blog-btn,
.footer-list li a:hover,
.social-link li a:hover,
.copy-right-text a,
.blog-meta h4 a:hover,
.best-seller-card .content h3 a:hover {
  color: var(--greenColor) !important;
}
.default-btn,
.best-seller-card .best-seller-img .addcart,
.blog-btn,
.qlwapp-toggle,
.btn-success,
.btn-light {
  background: linear-gradient(135deg, #166534 0%, #22c55e 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 28px rgba(22,101,52,.18);
}
.default-btn::before,
.best-seller-card .best-seller-img .addcart::before,
.blog-btn::before {
  display: none !important;
}
.default-btn:hover,
.best-seller-card .best-seller-img .addcart:hover,
.blog-btn:hover,
.btn-success:hover,
.btn-light:hover {
  transform: translateY(-1px);
}
.feature-card {
  padding: 26px 22px;
  background: #fff !important;
}
.feature-card::before {
  background: linear-gradient(180deg, rgba(34,197,94,.14), rgba(22,101,52,.02)) !important;
}
.feature-card .feature-top i {
  background: #ecfdf3;
  border-radius: 14px;
}
.feature-card .feature-top h3,
.feature-card p {
  color: #0f172a !important;
}
.wrapp:nth-child(2n+2) .feature-card {
  background: #f4fbf6 !important;
}
.card-contact.mayou {
  background: linear-gradient(135deg, #166534 0%, #14532d 100%) !important;
  border: none !important;
}
.best-seller-spotlight {
  max-width: 460px;
  margin: 0 auto;
}
.best-seller-spotlight .best-seller-img {
  background: #f8faf8;
  padding: 22px;
}
.best-seller-spotlight .best-seller-img img {
  width: 100%;
  max-height: 440px;
  object-fit: contain;
}
.best-seller-spotlight .best-seller-img .addcart {
  visibility: visible;
  opacity: 1;
  left: 50%;
  right: auto !important;
  top: 50%;
  bottom: auto;
  min-width: 120px;
  padding: 10px 24px;
  border-radius: 999px !important;
  transform: translate(-50%, -50%) !important;
}
.best-seller-spotlight .content {
  padding: 26px 24px 30px;
  text-align: center;
}
.best-seller-spotlight .content span a {
  font-size: 14px;
}
.best-seller-spotlight .content h3 {
  margin-top: 10px;
}
.best-seller-spotlight .content h3 a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.best-seller-spotlight .content p {
  margin: 14px auto 0;
  max-width: 360px;
  color: var(--bodyColor);
  line-height: 1.8;
}
.card-contact .poow,
.card-contact .btn,
.newsletter-area-widget h2,
.newsletter-area-widget p {
  color: #ffffff !important;
}
.newsletter-area-widget {
  background: linear-gradient(135deg, #166534 0%, #14532d 100%) !important;
}
.footer-cta-band {
  padding: 56px 0 !important;
}
.footer-cta-shell {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.footer-cta-copy {
  max-width: 760px;
}
.footer-cta-copy h2 {
  margin: 14px 0 12px;
  color: #ffffff !important;
  text-transform: uppercase;
}
.footer-cta-copy p {
  margin-bottom: 0;
  color: rgba(240,253,244,.92) !important;
  line-height: 1.8;
}
.footer-cta-kicker {
  background: rgba(255,255,255,.12);
  color: #dcfce7;
}
.footer-cta-action {
  flex-shrink: 0;
}
.footer-area {
  background: #0c2617 !important;
  padding: 72px 0 24px;
}
.footer-shell {
  background: transparent;
  border: none;
  box-shadow: none;
}
.footer-main-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 36px;
}
.footer-brand-block,
.footer-contact-block,
.footer-links-block {
  color: #f0fdf4;
}
.footer-brand-logo {
  display: inline-flex;
  margin-bottom: 18px;
}
.footer-brand-logo img {
  width: min(100%, 280px);
  height: auto;
  object-fit: contain;
}
.footer-brand-block p,
.footer-contact-list strong,
.footer-contact-list a,
.footer-list li a,
.footer-bottom-note {
  color: rgba(240,253,244,.84) !important;
}
.footer-brand-block p,
.footer-contact-list strong {
  line-height: 1.9;
}
.footer-badge-row {
  gap: 10px;
  margin-top: 20px;
}
.footer-badge-row span {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.12);
  color: #dcfce7;
}
.footer-contact-block h3,
.footer-links-block h3 {
  color: #ffffff;
  margin-bottom: 18px;
  font-size: 30px;
}
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.footer-contact-list li span {
  display: block;
  margin-bottom: 6px;
  color: #86efac;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.footer-inline-actions {
  gap: 12px;
  margin-top: 22px;
}
.footer-inline-actions a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #ffffff !important;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.footer-inline-actions a:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,.14);
}
.footer-link-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}
.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-list li + li {
  margin-top: 14px;
}
.footer-list li a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  text-decoration: none;
}
.footer-list li a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #22c55e;
}
.copyright-area {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.footer-widget,
.copy-right-text {
  background: #0f2f1d;
  border-color: rgba(255,255,255,.08);
}
.footer-widget p,
.footer-widget h3,
.footer-widget td,
.footer-list li a,
.copy-right-text p,
.copy-right-text a {
  color: #f0fdf4 !important;
}
.footer-logo img {
  object-fit: contain;
}
.social-link li a {
  background: rgba(255,255,255,.08) !important;
}
.copy-right-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.copy-right-text p {
  margin: 0;
}
.footer-bottom-note {
  font-size: 14px;
}
.right-bg,
.newsletter-shape img:nth-child(1),
.newsletter-shape img:nth-child(2) {
  opacity: .12;
}
.patom .date,
.patom .jenis {
  background: rgba(255,255,255,.92);
  border-radius: 999px;
  padding: 6px 12px;
  box-shadow: 0 8px 20px rgba(15,23,42,.08);
}
.searchmodal .modal-content,
.searchmodal .search-field {
  border: 1px solid var(--arrahmahBorder) !important;
}
.searchmodal .search-field:focus {
  border-color: #22c55e !important;
}
.back-to-top {
  background: #166534 !important;
}
.identity-band,
.legalitas-panel {
  background: #ffffff;
  border: 1px solid var(--arrahmahBorder);
  box-shadow: 0 16px 45px rgba(15,23,42,.06);
}
.identity-band {
  border-radius: 28px;
  padding: 32px;
}
.identity-kop-image,
.legalitas-panel img {
  width: 100%;
  height: auto;
  display: block;
  background: #ffffff;
  border: 1px solid var(--arrahmahBorder);
  border-radius: 20px;
}
.identity-facts,
.legalitas-list {
  display: grid;
  gap: 14px;
}
.identity-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}
.identity-fact,
.legalitas-item {
  background: var(--arrahmahSoft);
  border: 1px solid var(--arrahmahBorder);
  border-radius: 18px;
  padding: 18px;
}
.identity-fact span,
.legalitas-item span {
  display: block;
  margin-bottom: 8px;
  color: #166534;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.identity-fact strong,
.legalitas-item strong {
  color: var(--titleColor);
  font-size: 15px;
  line-height: 1.55;
}
.identity-note,
.legalitas-caption,
.legalitas-footnote {
  color: var(--bodyColor);
  line-height: 1.8;
}
.identity-note {
  margin-top: 18px;
}
.legalitas-panel {
  border-radius: 24px;
  padding: 24px;
}
.focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.focus-card,
.editorial-card,
.editorial-principle {
  background: #ffffff;
  border: 1px solid var(--arrahmahBorder);
  box-shadow: 0 16px 45px rgba(15,23,42,.06);
}
.focus-card {
  border-radius: 22px;
  padding: 24px;
}
.focus-kicker,
.editorial-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ecfdf3;
  color: #166534;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.focus-card h4,
.editorial-card h4,
.editorial-principle h4 {
  margin: 16px 0 12px;
  color: var(--titleColor);
}
.focus-card p,
.editorial-card p,
.editorial-principle p,
.editorial-points li {
  color: var(--bodyColor);
  line-height: 1.8;
}
.editorial-card,
.editorial-principle {
  border-radius: 22px;
  padding: 24px;
}
.editorial-points {
  margin: 16px 0 0;
  padding-left: 18px;
}
.editorial-points li + li {
  margin-top: 10px;
}
.submit-intro-card,
.submit-summary-card,
.submit-checklist-card,
.submit-process-step,
.submit-cta-card,
.submit-focus-card {
  background: #ffffff;
  border: 1px solid var(--arrahmahBorder);
  box-shadow: 0 16px 45px rgba(15,23,42,.06);
}
.submit-intro-card,
.submit-summary-card,
.submit-checklist-card,
.submit-cta-card {
  border-radius: 24px;
  padding: 28px;
}
.submit-summary-card img {
  width: 100%;
  max-height: 290px;
  object-fit: contain;
  background: #f8faf8;
  border: 1px solid var(--arrahmahBorder);
  border-radius: 20px;
  padding: 18px;
}
.submit-summary-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}
.submit-summary-item {
  background: var(--arrahmahSoft);
  border: 1px solid var(--arrahmahBorder);
  border-radius: 18px;
  padding: 16px 18px;
}
.submit-summary-item span {
  display: block;
  margin-bottom: 6px;
  color: #166534;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.submit-summary-item strong,
.submit-summary-item a {
  color: var(--titleColor);
}
.submit-focus-grid,
.submit-process-grid {
  display: grid;
  gap: 20px;
}
.submit-focus-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.submit-focus-card,
.submit-process-step {
  border-radius: 22px;
  padding: 24px;
}
.submit-focus-card h4,
.submit-process-step h4,
.submit-checklist-card h3,
.submit-cta-card h3 {
  margin-bottom: 12px;
  color: var(--titleColor);
}
.submit-focus-card p,
.submit-process-step p,
.submit-cta-card p {
  color: var(--bodyColor);
  line-height: 1.8;
}
.submit-checklist {
  margin: 18px 0 0;
  padding-left: 18px;
}
.submit-checklist li {
  color: var(--bodyColor);
  line-height: 1.8;
}
.submit-checklist li + li {
  margin-top: 10px;
}
.submit-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.submit-process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #ecfdf3;
  color: #166534;
  font-weight: 700;
  margin-bottom: 16px;
}
.submit-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.submit-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.submit-cta-secondary {
  background: #ffffff !important;
  color: #166534 !important;
  border: 1px solid var(--arrahmahBorder) !important;
  box-shadow: none !important;
}
.contact-page-intro,
.contact-highlight-card,
.contact-channel-card,
.contact-form-card,
.contact-map-card,
.contact-header-card {
  background: #ffffff;
  border: 1px solid var(--arrahmahBorder);
  box-shadow: 0 16px 45px rgba(15,23,42,.06);
}
.contact-page-intro,
.contact-highlight-card,
.contact-form-card,
.contact-map-card,
.contact-header-card {
  border-radius: 24px;
  padding: 28px;
}
.contact-header-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--bodyColor);
  font-size: 14px;
  margin-bottom: 18px;
}
.contact-header-breadcrumb a {
  color: #166534;
  font-weight: 600;
}
.contact-header-card h1 {
  margin: 10px 0 14px;
  color: var(--titleColor);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
}
.contact-header-card p {
  color: var(--bodyColor);
  line-height: 1.85;
}
.contact-highlight-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  border: 1px solid var(--arrahmahBorder);
  background: #fff;
  margin-bottom: 16px;
}
.contact-quick-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.contact-outline-btn {
  background: #ffffff !important;
  color: #166534 !important;
  border: 1px solid var(--arrahmahBorder) !important;
  box-shadow: none !important;
}
.contact-channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.contact-channel-card {
  border-radius: 22px;
  padding: 24px;
}
.contact-channel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #ecfdf3;
  color: #166534;
  font-size: 22px;
}
.contact-channel-card h4,
.contact-help-note h4,
.contact-office-item strong,
.contact-form-card h3,
.contact-map-card h3 {
  color: var(--titleColor);
}
.contact-channel-card p,
.contact-channel-card a,
.contact-channel-text,
.contact-help-note li {
  color: var(--bodyColor);
  line-height: 1.8;
}
.contact-channel-card a {
  font-weight: 600;
}
.contact-office-box {
  display: grid;
  gap: 14px;
  margin: 20px 0;
}
.contact-office-item {
  background: var(--arrahmahSoft);
  border: 1px solid var(--arrahmahBorder);
  border-radius: 18px;
  padding: 16px 18px;
}
.contact-office-item span {
  display: block;
  margin-bottom: 6px;
  color: #166534;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.contact-clean-form {
  margin-top: 20px;
}
.contact-form-field {
  margin-bottom: 16px;
}
.contact-form-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--titleColor);
  font-weight: 600;
}
.contact-form-field input,
.contact-form-field textarea {
  width: 100%;
  border: 1px solid var(--arrahmahBorder);
  border-radius: 14px;
  background: #f8faf8;
  padding: 14px 16px;
  color: var(--titleColor);
}
.contact-form-field input:focus,
.contact-form-field textarea:focus {
  outline: none;
  border-color: #22c55e;
  background: #ffffff;
}
.contact-map-fallback {
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid var(--arrahmahBorder);
  background: linear-gradient(180deg, #f8faf8 0%, #eef9f1 100%);
  padding: 28px;
  text-align: center;
}
.contact-map-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: #ecfdf3;
  color: #166534;
  font-size: 28px;
  margin-bottom: 14px;
}
.contact-map-fallback h4 {
  margin-bottom: 10px;
  color: var(--titleColor);
}
.contact-map-fallback p {
  color: var(--bodyColor);
  line-height: 1.8;
  margin-bottom: 18px;
}
.contact-help-note {
  margin-top: 20px;
}
.contact-help-note ul {
  margin: 12px 0 0;
  padding-left: 18px;
}
.contact-help-note li + li {
  margin-top: 8px;
}
.legalitas-caption {
  margin-top: 16px;
}
.legalitas-footnote {
  margin-top: 18px;
}
@media (max-width: 1199px) {
  .hero-home-shell {
    padding: 36px;
  }
  .focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .submit-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-main-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-brand-block {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767px) {
  #topbar .container {
    flex-direction: column;
    gap: 8px;
  }
  #topbar .contact-info {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  #topbar .social-links {
    display: none !important;
  }
  .hero-home-shell,
  .about-showcase {
    padding: 22px;
    border-radius: 24px;
  }
  .hero-home-copy h1 {
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1.14;
  }
  .hero-home-copy p {
    font-size: 14px;
    max-width: none;
    line-height: 1.8;
  }
  .hero-home-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-home-book-card {
    padding: 22px;
  }
  .hero-home-book-card img {
    max-height: 320px;
  }
  .hero-home-book-meta h3 {
    font-size: 18px;
    line-height: 1.35;
  }
  .hero-home-book-meta p {
    font-size: 14px;
  }
  .about-showcase img {
    max-height: 260px;
  }
  .identity-band {
    padding: 22px;
  }
  .identity-facts {
    grid-template-columns: 1fr;
  }
  .focus-grid {
    grid-template-columns: 1fr;
  }
  .submit-focus-grid,
  .submit-process-grid {
    grid-template-columns: 1fr;
  }
  .contact-channel-grid,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
  .legalitas-panel {
    padding: 20px;
  }
  .focus-card,
  .editorial-card,
  .editorial-principle,
  .submit-intro-card,
  .submit-summary-card,
  .submit-checklist-card,
  .submit-process-step,
  .submit-cta-card,
  .submit-focus-card,
  .contact-page-intro,
  .contact-highlight-card,
  .contact-channel-card,
  .contact-form-card,
  .contact-map-card,
  .contact-header-card {
    padding: 20px;
  }
  .submit-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-cta-band {
    padding: 44px 0 !important;
  }
  .footer-cta-shell {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-area {
    padding-top: 56px;
  }
  .footer-main-grid,
  .footer-link-columns {
    grid-template-columns: 1fr;
  }
  .copy-right-text {
    align-items: flex-start;
    flex-direction: column;
  }
}
