:root{--primary:#1a2a80;--primary-light:#2a3d9e;--primary-dark:#111d5c;--accent-gold:#c9a84c;--white:#fff;--off-white:#f8f9fc;--gray-100:#f1f3f8;--gray-200:#e2e6f0;--gray-300:#c5cbdb;--gray-600:#6b7280;--gray-800:#1f2937;--shadow-sm:0 2px 8px #1a2a800f;--shadow-md:0 8px 30px #1a2a801a;--shadow-lg:0 20px 60px #1a2a8026;--shadow-xl:0 30px 80px #1a2a8033;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--transition:.35s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:var(--gray-800);background:var(--white);font-family:Times New Roman,Times,serif;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4{font-family:Times New Roman,Times,serif;line-height:1.3}.navbar{z-index:1000;background:var(--primary);width:100%;transition:var(--transition);padding:0 2rem;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1a2a80f7;box-shadow:0 4px 30px #00000026}.navbar-inner{justify-content:space-between;align-items:center;max-width:1280px;height:72px;margin:0 auto;display:flex}.navbar-logo img{height:36px}.navbar-links{gap:2rem;list-style:none;display:flex}.navbar-links a{color:#ffffffd9;letter-spacing:.02em;transition:var(--transition);cursor:pointer;font-size:.9rem;font-weight:500;text-decoration:none;position:relative}.navbar-links a:after{content:"";background:var(--accent-gold);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.navbar-links a:hover{color:#fff}.navbar-links a:hover:after{width:100%}.mobile-toggle{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.mobile-toggle span{width:24px;height:2px;transition:var(--transition);background:#fff;border-radius:2px;margin:5px 0;display:block}.hero{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 50%, #0d1540 100%);justify-content:center;align-items:center;min-height:100vh;padding:120px 2rem 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle at 20% 80%,#c9a84c14 0%,#0000 50%),radial-gradient(circle at 80% 20%,#2a3d9e4d 0%,#0000 50%);position:absolute;inset:0}.hero-pattern{opacity:.04;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero-orb{filter:blur(80px);border-radius:50%;animation:8s ease-in-out infinite float;position:absolute}.hero-orb-1{background:#c9a84c1a;width:400px;height:400px;animation-delay:0s;top:10%;left:-5%}.hero-orb-2{background:#2a3d9e33;width:300px;height:300px;animation-delay:3s;bottom:10%;right:-5%}.hero-orb-3{background:#c9a84c12;width:200px;height:200px;animation-delay:5s;top:50%;left:60%}@keyframes float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.05)}}.hero-content{text-align:center;z-index:2;max-width:800px;position:relative}.hero-badge{color:#ffffffe6;letter-spacing:.05em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:8px;margin-bottom:2rem;padding:8px 20px;font-size:.85rem;display:inline-flex}.hero-badge .dot{background:var(--accent-gold);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{color:#fff;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800}.hero h1 .highlight{background:linear-gradient(135deg, var(--accent-gold), #e8c96a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-tagline{color:#ffffffbf;letter-spacing:.03em;margin-bottom:2.5rem;font-family:Playfair Display,serif;font-size:clamp(1.1rem,2.5vw,1.4rem);font-style:italic}.hero-stats{border-top:1px solid #ffffff1a;justify-content:center;gap:3rem;margin-top:3rem;padding-top:2rem;display:flex}.hero-stat{text-align:center}.hero-stat .number{color:var(--accent-gold);font-family:Times New Roman,Times,serif;font-size:2rem;font-weight:700}.hero-stat .label{color:#fff9;letter-spacing:.05em;text-transform:uppercase;margin-top:4px;font-size:.8rem}.hero-cta{background:linear-gradient(135deg, var(--accent-gold), #b8922e);color:var(--primary-dark);transition:var(--transition);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:10px;padding:14px 36px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 8px 30px #c9a84c4d}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 12px 40px #c9a84c73}.hero-cta svg{width:18px;height:18px;transition:var(--transition)}.hero-cta:hover svg{transform:translate(4px)}.section{padding:100px 2rem}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-label{text-transform:uppercase;letter-spacing:.15em;color:var(--primary);background:#1a2a800f;border-radius:50px;margin-bottom:1rem;padding:6px 16px;font-size:.75rem;font-weight:700;display:inline-block}.section-header h2{color:var(--primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.section-header p{color:var(--gray-600);font-size:1.05rem}.section-alt{background:var(--off-white)}.books-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1280px;margin:0 auto;display:grid}.book-card{background:var(--white);border-radius:var(--radius-md);transition:var(--transition);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);position:relative;overflow:hidden}.book-card:hover{box-shadow:var(--shadow-xl);border-color:#1a2a8026;transform:translateY(-8px)}.book-cover{aspect-ratio:3/4;background:var(--gray-100);position:relative;overflow:hidden}.book-cover img{object-fit:cover;width:100%;height:100%;transition:var(--transition)}.book-cover-placeholder{width:100%;height:100%;color:var(--gray-300);background:linear-gradient(135deg, var(--gray-100) 0%, var(--gray-200) 100%);flex-direction:column;justify-content:center;align-items:center;gap:.8rem;display:flex}.book-cover-placeholder svg{width:48px;height:48px}.book-cover-placeholder span{letter-spacing:.05em;text-transform:uppercase;color:var(--gray-600);font-size:.75rem}.books-loading{text-align:center;color:var(--gray-600);grid-column:1/-1;padding:3rem 0;font-style:italic}.book-card:hover .book-cover img{transform:scale(1.05)}.book-cover-overlay{opacity:0;transition:var(--transition);background:linear-gradient(#0000 50%,#1a2a80cc 100%);justify-content:center;align-items:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.book-card:hover .book-cover-overlay{opacity:1}.book-cover-overlay span{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #fff3;border-radius:50px;align-items:center;gap:6px;padding:8px 20px;font-size:.85rem;font-weight:600;display:flex}.book-category{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.08em;z-index:2;border-radius:50px;padding:5px 12px;font-size:.7rem;font-weight:600;position:absolute;top:12px;left:12px}.book-info{padding:1.5rem}.book-info h3{color:var(--primary);margin-bottom:.3rem;font-size:1.2rem;font-weight:700}.book-author{color:var(--accent-gold);margin-bottom:.8rem;font-size:.85rem;font-weight:500}.book-synopsis{color:var(--gray-600);-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:.88rem;line-height:1.7;display:-webkit-box;overflow:hidden}.book-meta{border-top:1px solid var(--gray-200);color:var(--gray-600);align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;font-size:.78rem;display:flex}.book-meta span{align-items:center;gap:4px;display:flex}.book-meta svg{width:14px;height:14px;color:var(--gray-300)}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1280px;margin:0 auto;display:grid}.about-text p{color:var(--gray-600);margin-bottom:1.2rem;font-size:.95rem}.about-text h2{color:var(--primary);margin-bottom:1.5rem;font-size:2.5rem}.about-features{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}.about-feature{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-200);transition:var(--transition);padding:1.5rem}.about-feature:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}.about-feature .icon{background:#1a2a800f;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.8rem;display:flex}.about-feature .icon svg{width:22px;height:22px;color:var(--primary)}.about-feature h4{color:var(--primary);margin-bottom:.3rem;font-family:Times New Roman,Times,serif;font-size:1rem;font-weight:600}.about-feature p{color:var(--gray-600);font-size:.82rem;line-height:1.6}.about-visual{justify-content:center;align-items:center;display:flex;position:relative}.about-card{background:linear-gradient(135deg, var(--primary), var(--primary-dark));border-radius:var(--radius-lg);color:#fff;width:100%;padding:3rem;position:relative;overflow:hidden}.about-card:before{content:"";opacity:.06;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='1'%3E%3Cpath d='M20 0L40 20L20 40L0 20z' fill-opacity='0.1'/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.about-card h3{margin-bottom:1rem;font-size:1.6rem;position:relative}.about-card p{opacity:.85;font-size:.92rem;line-height:1.8;position:relative}.about-card .year-badge{color:var(--accent-gold);background:#c9a84c33;border:1px solid #c9a84c4d;border-radius:50px;align-items:center;gap:6px;margin-bottom:1.5rem;padding:6px 16px;font-size:.8rem;display:inline-flex;position:relative}.vm-grid{grid-template-columns:1fr 1fr;gap:2.5rem;max-width:1280px;margin:0 auto;display:grid}.vm-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-200);transition:var(--transition);padding:2.5rem;position:relative;overflow:hidden}.vm-card:before{content:"";background:linear-gradient(180deg, var(--primary), var(--accent-gold));width:4px;height:100%;position:absolute;top:0;left:0}.vm-card:hover{box-shadow:var(--shadow-lg);border-color:#1a2a801a}.vm-card h3{color:var(--primary);margin-bottom:1rem;font-size:1.5rem}.vm-card p{color:var(--gray-600);font-size:.92rem}.vm-card ol{counter-reset:misi;margin-top:1rem;list-style:none}.vm-card ol li{counter-increment:misi;color:var(--gray-600);margin-bottom:1rem;padding-left:2.5rem;font-size:.9rem;position:relative}.vm-card ol li:before{content:counter(misi);width:28px;height:28px;color:var(--primary);background:#1a2a800f;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:0;left:0}.standar-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem;max-width:1280px;margin:0 auto;display:grid}.standar-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-200);transition:var(--transition);padding:2rem;position:relative}.standar-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.standar-card .num{color:#1a2a8014;font-family:Times New Roman,Times,serif;font-size:2.5rem;font-weight:800;position:absolute;top:1rem;right:1.5rem}.standar-card h4{color:var(--primary);margin-bottom:.6rem;font-family:Times New Roman,Times,serif;font-size:1.05rem;font-weight:600}.standar-card p{color:var(--gray-600);font-size:.88rem;line-height:1.7}.footer{background:var(--primary);color:#fff;padding:60px 2rem 30px}.footer-inner{grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:1280px;margin:0 auto;display:grid}.footer-brand img{height:36px;margin-bottom:1rem}.footer-brand p{opacity:.7;max-width:340px;font-size:.88rem;line-height:1.7}.footer h4{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-gold);margin-bottom:1.2rem;font-family:Inter,sans-serif;font-size:.85rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.6rem}.footer-links a{color:#ffffffb3;transition:var(--transition);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.88rem;text-decoration:none}.footer-links a:hover{color:#fff}.footer-bottom{opacity:.6;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;max-width:1280px;margin:2.5rem auto 0;padding-top:1.5rem;font-size:.82rem;display:flex}.legal-wrapper{grid-template-columns:1.5fr 1fr;gap:3rem;max-width:1280px;margin:0 auto;display:grid}.legal-header-card{background:linear-gradient(135deg, var(--primary), var(--primary-dark));border-radius:var(--radius-lg);color:#fff;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding:2.5rem;display:flex}.legal-badge{background:#c9a84c33;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.legal-badge svg{width:28px;height:28px;color:var(--accent-gold)}.legal-company-label{text-transform:uppercase;letter-spacing:.12em;color:#fff9;margin-bottom:.5rem;font-size:.72rem;display:block}.legal-header-card h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.legal-founded{color:var(--accent-gold);background:#c9a84c26;border-radius:50px;padding:4px 14px;font-size:.8rem;display:inline-block}.legal-numbers-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.legal-num-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);transition:var(--transition);padding:1.5rem}.legal-num-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}.legal-num-label{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-600);margin-bottom:.5rem;font-size:.7rem;display:block}.legal-num-value{color:var(--primary);word-break:break-all;margin-bottom:.4rem;font-family:Courier New,monospace;font-size:.95rem;font-weight:700;display:block}.legal-num-note{color:var(--gray-600);font-size:.72rem;line-height:1.5;display:block}.legal-right{flex-direction:column;gap:1.5rem;display:flex}.legal-side-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);transition:var(--transition);padding:1.5rem}.legal-side-card:hover{box-shadow:var(--shadow-md);border-color:#1a2a8026}.legal-card-icon{background:#1a2a800f;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1rem;display:flex}.legal-card-icon svg{width:20px;height:20px;color:var(--primary)}.legal-side-card h4{color:var(--primary);margin-bottom:.8rem;font-size:.95rem;font-weight:600}.legal-side-card address{color:var(--gray-600);font-size:.88rem;font-style:normal;line-height:1.9}.legal-contact-list{list-style:none}.legal-contact-list li{color:var(--gray-600);margin-bottom:.4rem;font-size:.88rem}.legal-contact-list a{color:var(--primary);text-decoration:none}.legal-contact-list a:hover{text-decoration:underline}.legal-isbn p{color:var(--gray-600);font-size:.85rem;line-height:1.7}.publisher-badge-row{border-radius:var(--radius-md);background:#1a2a800a;border:1px solid #1a2a8014;align-items:center;gap:2rem;max-width:1280px;margin:0 auto 3rem;padding:1.5rem 2rem;display:flex}.publisher-type-badge{background:var(--primary);color:#fff;letter-spacing:.04em;border-radius:50px;flex-shrink:0;padding:10px 24px;font-size:.88rem;font-weight:700}.publisher-type-note{color:var(--gray-600);font-size:.9rem;line-height:1.6}.process-section,.kerjasama-section{max-width:1280px;margin:0 auto 3rem}.process-subtitle{color:var(--primary);border-left:3px solid var(--accent-gold);margin-bottom:2rem;padding-left:1rem;font-size:1.35rem}.process-timeline{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.process-step{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-200);transition:var(--transition);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.process-step:hover{box-shadow:var(--shadow-md);border-color:#1a2a8026}.process-step-num{background:var(--primary);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.85rem;font-weight:800;display:flex}.process-step-content h4{color:var(--primary);margin-bottom:.4rem;font-size:.95rem;font-weight:600}.process-step-content p{color:var(--gray-600);font-size:.82rem;line-height:1.6}.kerjasama-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.kerjasama-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-200);transition:var(--transition);padding:2rem;position:relative;overflow:hidden}.kerjasama-card:before{content:"";background:linear-gradient(180deg, var(--primary), var(--accent-gold));width:4px;height:100%;position:absolute;top:0;left:0}.kerjasama-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.kerjasama-icon{background:#1a2a800f;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.kerjasama-icon svg{width:24px;height:24px;color:var(--primary)}.kerjasama-card h4{color:var(--primary);margin-bottom:.6rem;font-size:1.05rem;font-weight:600}.kerjasama-card p{color:var(--gray-600);margin-bottom:.8rem;font-size:.88rem;line-height:1.7}.kerjasama-note{color:var(--accent-gold);background:#c9a84c14;border-radius:50px;padding:4px 12px;font-size:.75rem;font-style:italic;display:inline-block}.distribusi-wrapper{grid-template-columns:1fr 1fr;gap:3rem;max-width:1280px;margin:0 auto 3rem;display:grid}.distribusi-col-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.distribusi-col-icon{background:#1a2a800f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.distribusi-col-icon svg{width:24px;height:24px;color:var(--primary)}.distribusi-col-header h3{color:var(--primary);font-size:1.3rem}.distribusi-channels{flex-direction:column;gap:1rem;display:flex}.distribusi-channel{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);transition:var(--transition);align-items:center;gap:1.2rem;padding:1.2rem 1.5rem;display:flex}.distribusi-channel:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.distribusi-channel-dot{background:var(--accent-gold);border-radius:50%;flex-shrink:0;width:10px;height:10px}.distribusi-channel h4{color:var(--primary);margin-bottom:.2rem;font-size:.9rem;font-weight:600}.distribusi-channel p{color:var(--gray-600);font-size:.8rem}.distribusi-reach{background:linear-gradient(135deg, var(--primary), var(--primary-dark));border-radius:var(--radius-lg);color:#fff;justify-content:center;align-items:center;gap:3rem;max-width:1280px;margin:0 auto;padding:2.5rem 3rem;display:flex}.reach-stat{text-align:center}.reach-number{color:var(--accent-gold);margin-bottom:.4rem;font-size:1.5rem;font-weight:800;display:block}.reach-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.reach-divider{background:#ffffff26;width:1px;height:60px}.kontak-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1280px;margin:0 auto 2.5rem;display:grid}.kontak-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:var(--transition);flex-direction:column;padding:2.5rem;display:flex}.kontak-card:hover{box-shadow:var(--shadow-lg);border-color:#1a2a801a;transform:translateY(-4px)}.kontak-card-icon{background:#1a2a800f;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.kontak-card-icon svg{width:26px;height:26px;color:var(--primary)}.kontak-card h3{color:var(--primary);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.kontak-info{color:var(--accent-gold);margin-bottom:1rem;font-family:Courier New,monospace;font-size:.88rem;font-weight:600;display:block}.kontak-card p{color:var(--gray-600);flex:1;margin-bottom:1.5rem;font-size:.87rem;line-height:1.7}.kontak-cta{background:var(--primary);color:#fff;transition:var(--transition);border-radius:50px;align-self:flex-start;align-items:center;padding:10px 24px;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.kontak-cta:hover{background:var(--primary-light);transform:translateY(-1px)}.kontak-address-bar{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);max-width:1280px;margin:0 auto;padding:1.8rem 2.5rem}.kontak-address-inner{align-items:center;gap:1.5rem;display:flex}.kontak-map-icon{width:32px;height:32px;color:var(--primary);flex-shrink:0}.kontak-address-inner strong{color:var(--primary);margin-bottom:.3rem;font-size:1rem;display:block}.kontak-address-inner p{color:var(--gray-600);margin-bottom:.2rem;font-size:.87rem}.kontak-address-inner span{color:var(--accent-gold);font-size:.8rem;font-style:italic}.footer-legal-note{opacity:.5;margin-top:.8rem;font-size:.78rem;font-style:italic}.footer-opshour{color:#fff9;font-size:.85rem;line-height:1.8}.reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}@media (width<=1024px){.books-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.about-content{grid-template-columns:1fr;gap:2rem}.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.legal-wrapper{grid-template-columns:1fr}.process-timeline{grid-template-columns:repeat(2,1fr)}.distribusi-wrapper{grid-template-columns:1fr;gap:2rem}.kontak-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.navbar-links{display:none}.mobile-toggle{display:block}.navbar-links.active{background:var(--primary);flex-direction:column;gap:1rem;width:100%;padding:1.5rem 2rem;display:flex;position:absolute;top:72px;left:0;box-shadow:0 10px 40px #0003}.books-grid{grid-template-columns:1fr;max-width:420px}.vm-grid,.standar-grid{grid-template-columns:1fr}.hero-stats{flex-wrap:wrap;gap:1.5rem}.footer-inner{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}.section{padding:60px 1.2rem}.legal-numbers-grid{grid-template-columns:1fr}.publisher-badge-row{flex-direction:column;align-items:flex-start;gap:1rem}.process-timeline,.kerjasama-grid{grid-template-columns:1fr}.distribusi-reach{flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.reach-divider{width:80px;height:1px}.kontak-grid{grid-template-columns:1fr}.kontak-address-inner{flex-direction:column;align-items:flex-start;gap:1rem}}
