*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
body{font-family:'Poppins',sans-serif;color:#3D2C2E;background:#FFF;line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased;}
img{max-width:100%;height:auto;display:block;}
a{text-decoration:none;color:inherit;transition:all .3s ease;}
::selection{background:#D4A0A0;color:#FFF;}
button{font-family:inherit;cursor:pointer;border:none;background:none;} :root{
--pink-dusty:#D4A0A0;
--pink-soft:#E8C4C4;
--rose-gold:#B76E79;
--rose-gold-light:#D4919A;
--cream:#FFF8F5;
--cream-warm:#FFF0EA;
--beige:#F5E6DE;
--beige-light:#FAF0EB;
--white:#FFFFFF;
--white-off:#FEFCFB;
--text-dark:#3D2C2E;
--text-medium:#6B5456;
--text-light:#9A8082;
--gold:#C9A96E;
--gold-light:#E2CFA0;
--green-wa:#25D366;
--gradient-romantic:linear-gradient(135deg,#D4A0A0 0%,#B76E79 50%,#C9929B 100%);
--gradient-soft:linear-gradient(135deg,#FFF8F5 0%,#F5E6DE 100%);
--gradient-hero:linear-gradient(135deg,rgba(61,44,46,.7) 0%,rgba(183,110,121,.5) 50%,rgba(61,44,46,.8) 100%);
--shadow-soft:0 4px 20px rgba(61,44,46,.08);
--shadow-medium:0 8px 40px rgba(61,44,46,.12);
--shadow-premium:0 20px 60px rgba(183,110,121,.2);
--radius-sm:8px;
--radius-md:16px;
--radius-lg:24px;
--radius-xl:32px;
} .gu-container{max-width:1200px;margin:0 auto;padding:0 20px;} .gu-section-label{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--rose-gold);margin-bottom:12px;}
.gu-section-label::before,.gu-section-label::after{content:'';width:24px;height:1px;background:var(--rose-gold);}
.gu-section-title{font-family:'Playfair Display',serif;font-size:clamp(28px,5vw,44px);font-weight:600;color:var(--text-dark);line-height:1.2;margin-bottom:16px;}
.gu-section-subtitle{font-size:15px;color:var(--text-light);max-width:560px;margin:0 auto 48px;line-height:1.8;}
.gu-text-center{text-align:center;}
.gu-divider{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 auto 20px;width:fit-content;}
.gu-divider::before,.gu-divider::after{content:'';width:50px;height:1px;background:linear-gradient(to right,transparent,var(--pink-dusty),transparent);}
.gu-divider-diamond{width:7px;height:7px;background:var(--rose-gold);transform:rotate(45deg);flex-shrink:0;} .gu-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:600;padding:14px 32px;border-radius:50px;border:none;cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);white-space:nowrap;position:relative;overflow:hidden;font-family:'Poppins',sans-serif;}
.gu-btn-primary{background:var(--gradient-romantic);color:#FFF;box-shadow:0 4px 20px rgba(183,110,121,.35);}
.gu-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(183,110,121,.45);}
.gu-btn-outline{background:transparent;color:#FFF;border:2px solid rgba(255,255,255,.6);}
.gu-btn-outline:hover{background:rgba(255,255,255,.15);border-color:#FFF;transform:translateY(-3px);}
.gu-btn-wa{background:var(--green-wa);color:#FFF;box-shadow:0 4px 20px rgba(37,211,102,.3);}
.gu-btn-wa:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(37,211,102,.4);}
.gu-btn-dark{background:var(--text-dark);color:#FFF;box-shadow:0 4px 20px rgba(61,44,46,.25);}
.gu-btn-dark:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(61,44,46,.35);}
.gu-btn-rose{background:var(--rose-gold);color:#FFF;box-shadow:0 4px 20px rgba(183,110,121,.3);}
.gu-btn-rose:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(183,110,121,.4);}
.gu-btn-sm{padding:10px 20px;font-size:11px;} .gu-section{padding:80px 0;}
.gu-section-cream{background:var(--cream);}
.gu-section-beige{background:var(--beige-light);}
.gu-section-white{background:var(--white);} .gu-reveal{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.25,.46,.45,.94);}
.gu-reveal.gu-visible{opacity:1;transform:translateY(0);}
.gu-rd1{transition-delay:.1s;}
.gu-rd2{transition-delay:.2s;}
.gu-rd3{transition-delay:.3s;}
.gu-rd4{transition-delay:.4s;}
.gu-rd5{transition-delay:.5s;}
.gu-rd6{transition-delay:.6s;}
.gu-rd7{transition-delay:.7s;}
.gu-rd8{transition-delay:.8s;} .gu-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;transition:all .4s ease;}
.gu-navbar.gu-scrolled{background:rgba(255,255,255,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 2px 30px rgba(61,44,46,.08);padding:10px 0;}
.gu-navbar .gu-container{display:flex;align-items:center;justify-content:space-between;}
.gu-nav-brand{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:#FFF;transition:color .4s ease;letter-spacing:1px;}
.gu-navbar.gu-scrolled .gu-nav-brand{color:var(--rose-gold);}
.gu-nav-links{display:flex;align-items:center;gap:32px;list-style:none;}
.gu-nav-links a{font-size:13px;font-weight:500;color:rgba(255,255,255,.85);letter-spacing:.5px;position:relative;padding:4px 0;}
.gu-nav-links a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--rose-gold);transition:width .3s ease;border-radius:2px;}
.gu-nav-links a:hover::after{width:100%;}
.gu-navbar.gu-scrolled .gu-nav-links a{color:var(--text-medium);}
.gu-navbar.gu-scrolled .gu-nav-links a:hover{color:var(--rose-gold);}
.gu-nav-cta{font-size:12px!important;padding:10px 24px!important;background:var(--gradient-romantic)!important;color:#FFF!important;border-radius:50px!important;box-shadow:0 4px 15px rgba(183,110,121,.3);}
.gu-nav-cta::after{display:none!important;}
.gu-nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(183,110,121,.4);}
.gu-nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;z-index:1002;}
.gu-nav-hamburger span{width:24px;height:2px;background:#FFF;border-radius:2px;transition:all .3s ease;}
.gu-navbar.gu-scrolled .gu-nav-hamburger span{background:var(--text-dark);}
.gu-nav-hamburger.gu-active span:nth-child(1){transform:rotate(45deg) translate(5px,5px);}
.gu-nav-hamburger.gu-active span:nth-child(2){opacity:0;}
.gu-nav-hamburger.gu-active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);} .gu-mobile-overlay{
position:fixed;
inset:0;
background:rgba(0,0,0,.4);
z-index:1000;
visibility:hidden;
opacity:0;
transition:opacity .3s ease,visibility .3s ease;
pointer-events:none;
}
.gu-mobile-overlay.gu-show{
visibility:visible;
opacity:1;
pointer-events:auto;
}
.gu-mobile-menu{
position:fixed;
top:0;
right:-100%;
width:80%;
max-width:360px;
height:100vh;
background:#FFF;
z-index:1001;
padding:24px 32px 32px;
transition:right .4s cubic-bezier(.25,.46,.45,.94);
box-shadow:-10px 0 40px rgba(0,0,0,.1);
}
.gu-mobile-menu.gu-open{right:0;}
.gu-menu-close{
position:absolute;
top:20px;
right:20px;
width:40px;
height:40px;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:var(--text-dark);
cursor:pointer;
border-radius:50%;
transition:all .3s ease;
line-height:1;
}
.gu-menu-close:hover{background:var(--beige);}
.gu-mobile-menu a{display:block;font-size:16px;font-weight:500;color:var(--text-dark);padding:16px 0;border-bottom:1px solid var(--beige);}
.gu-mobile-menu a:hover{color:var(--rose-gold);padding-left:8px;} .gu-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--text-dark);}
.gu-hero-bg{position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1519741497674-611481863552?w=1920&h=1080&fit=crop&q=80) center/cover no-repeat;transform:scale(1.05);animation:guHeroZoom 20s ease-in-out infinite alternate;}
@keyframes guHeroZoom{0%{transform:scale(1.05);}100%{transform:scale(1.12);}}
.gu-hero-overlay{position:absolute;inset:0;background:var(--gradient-hero);}
.gu-hero-glow{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(183,110,121,.3) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;animation:guGlowPulse 4s ease-in-out infinite;}
@keyframes guGlowPulse{0%,100%{opacity:.5;transform:translate(-50%,-50%) scale(1);}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1);}}
.gu-hero-content{position:relative;z-index:2;text-align:center;padding:0 20px;max-width:800px;}
.gu-hero-brand{font-family:'Playfair Display',serif;font-size:clamp(14px,2.5vw,18px);font-weight:400;letter-spacing:6px;text-transform:uppercase;color:var(--gold-light);margin-bottom:24px;opacity:0;animation:guFadeUp 1s .3s forwards;}
.gu-hero-title{font-family:'Playfair Display',serif;font-size:clamp(30px,6vw,56px);font-weight:600;color:#FFF;line-height:1.15;margin-bottom:20px;opacity:0;animation:guFadeUp 1s .6s forwards;}
.gu-hero-title em{font-style:italic;background:linear-gradient(135deg,var(--gold-light),var(--pink-soft));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.gu-hero-subtitle{font-size:clamp(13px,2vw,16px);color:rgba(255,255,255,.8);max-width:540px;margin:0 auto 36px;line-height:1.8;font-weight:300;opacity:0;animation:guFadeUp 1s .9s forwards;}
.gu-hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;opacity:0;animation:guFadeUp 1s 1.2s forwards;}
.gu-hero-scroll{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.6);font-size:10px;letter-spacing:2px;text-transform:uppercase;animation:guFadeUp 1s 1.5s forwards;opacity:0;}
.gu-scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(255,255,255,.6),transparent);animation:guScrollBounce 2s ease-in-out infinite;}
@keyframes guScrollBounce{0%,100%{transform:scaleY(1);opacity:1;}50%{transform:scaleY(.5);opacity:.3;}}
@keyframes guFadeUp{from{opacity:0;transform:translateY(30px);}to{opacity:1;transform:translateY(0);}} .gu-flowers{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden;}
.gu-flower{position:absolute;border-radius:50% 0 50% 50%;opacity:0;animation:guFloatFlower linear infinite;}
@keyframes guFloatFlower{0%{transform:translateY(100vh) rotate(0deg);opacity:0;}5%{opacity:.7;}95%{opacity:.7;}100%{transform:translateY(-10vh) rotate(360deg);opacity:0;}}
.gu-fl-1{width:10px;height:10px;background:rgba(212,160,160,.5);left:5%;animation-duration:14s;animation-delay:0s;}
.gu-fl-2{width:14px;height:14px;background:rgba(232,196,196,.4);left:15%;animation-duration:18s;animation-delay:2s;}
.gu-fl-3{width:8px;height:8px;background:rgba(183,110,121,.5);left:25%;animation-duration:16s;animation-delay:4s;}
.gu-fl-4{width:12px;height:12px;background:rgba(201,169,110,.4);left:35%;animation-duration:20s;animation-delay:1s;}
.gu-fl-5{width:16px;height:16px;background:rgba(212,160,160,.3);left:50%;animation-duration:15s;animation-delay:3s;}
.gu-fl-6{width:9px;height:9px;background:rgba(183,110,121,.4);left:60%;animation-duration:17s;animation-delay:5s;}
.gu-fl-7{width:11px;height:11px;background:rgba(232,196,196,.5);left:70%;animation-duration:19s;animation-delay:.5s;}
.gu-fl-8{width:13px;height:13px;background:rgba(201,169,110,.3);left:80%;animation-duration:13s;animation-delay:6s;}
.gu-fl-9{width:7px;height:7px;background:rgba(212,160,160,.6);left:90%;animation-duration:16s;animation-delay:2.5s;}
.gu-fl-10{width:15px;height:15px;background:rgba(183,110,121,.3);left:45%;animation-duration:21s;animation-delay:7s;}
.gu-fl-11{width:10px;height:10px;background:rgba(232,196,196,.4);left:10%;animation-duration:18s;animation-delay:8s;}
.gu-fl-12{width:8px;height:8px;background:rgba(201,169,110,.5);left:55%;animation-duration:15s;animation-delay:4.5s;} .gu-keunggulan-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;}
.gu-keunggulan-card{background:rgba(255,255,255,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(212,160,160,.2);border-radius:var(--radius-md);padding:24px 16px;text-align:center;transition:all .4s ease;position:relative;overflow:hidden;}
.gu-keunggulan-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-romantic);opacity:0;transition:opacity .3s ease;}
.gu-keunggulan-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium);background:rgba(255,255,255,.85);}
.gu-keunggulan-card:hover::before{opacity:1;}
.gu-k-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,rgba(212,160,160,.15),rgba(183,110,121,.1));display:flex;align-items:center;justify-content:center;margin:0 auto 12px;}
.gu-k-icon svg{width:22px;height:22px;stroke:var(--rose-gold);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.gu-keunggulan-card h4{font-size:13px;font-weight:600;color:var(--text-dark);margin-bottom:4px;}
.gu-keunggulan-card p{font-size:11px;color:var(--text-light);line-height:1.5;} .gu-phone{position:relative;width:100%;max-width:200px;margin:0 auto;border-radius:24px;background:#1a1a1a;padding:8px;box-shadow:0 8px 30px rgba(0,0,0,.15),0 2px 8px rgba(0,0,0,.1);}
.gu-phone-notch{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:60px;height:18px;background:#1a1a1a;border-radius:0 0 12px 12px;z-index:3;}
.gu-phone-screen{border-radius:18px;overflow:hidden;aspect-ratio:9/18;background:var(--beige);}
.gu-phone-screen img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;}
.gu-phone:hover .gu-phone-screen img{transform:scale(1.05);}
.gu-phone-badge{position:absolute;top:4px;right:4px;background:var(--gradient-romantic);color:#FFF;font-size:8px;font-weight:600;padding:3px 8px;border-radius:10px;letter-spacing:.3px;z-index:4;} .gu-tema-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.gu-tema-card{background:#FFF;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-soft);transition:all .4s ease;border:1px solid rgba(212,160,160,.1);}
.gu-tema-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-premium);}
.gu-tema-info{padding:12px;}
.gu-tema-info h4{font-size:12px;font-weight:600;color:var(--text-dark);margin-bottom:8px;text-align:center;}
.gu-tema-actions{display:flex;gap:6px;}
.gu-tema-actions .gu-btn{flex:1;padding:8px 4px;font-size:10px;border-radius:8px;} .gu-fitur-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;}
.gu-fitur-item{display:flex;align-items:flex-start;gap:14px;padding:18px;background:#FFF;border-radius:var(--radius-md);border:1px solid rgba(212,160,160,.12);transition:all .3s ease;}
.gu-fitur-item:hover{box-shadow:var(--shadow-soft);border-color:rgba(212,160,160,.3);transform:translateY(-2px);}
.gu-f-icon{width:42px;height:42px;min-width:42px;border-radius:12px;background:linear-gradient(135deg,var(--cream-warm),var(--beige));display:flex;align-items:center;justify-content:center;}
.gu-f-icon svg{width:20px;height:20px;stroke:var(--rose-gold);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.gu-fitur-item h4{font-size:13px;font-weight:600;color:var(--text-dark);margin-bottom:2px;}
.gu-fitur-item p{font-size:11px;color:var(--text-light);line-height:1.5;} .gu-pricing-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:900px;margin:0 auto;}
.gu-pricing-card{background:#FFF;border-radius:var(--radius-lg);padding:32px 24px;border:1px solid rgba(212,160,160,.15);transition:all .4s ease;position:relative;overflow:hidden;}
.gu-pricing-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-soft);}
.gu-pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium);}
.gu-pricing-popular{border-color:var(--rose-gold);box-shadow:var(--shadow-premium);}
.gu-pricing-popular::before{background:var(--gradient-romantic);height:4px;}
.gu-popular-badge{position:absolute;top:16px;right:-30px;background:var(--gradient-romantic);color:#FFF;font-size:10px;font-weight:600;padding:6px 40px;transform:rotate(45deg);letter-spacing:.5px;}
.gu-pricing-name{font-size:14px;font-weight:600;color:var(--rose-gold);letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;}
.gu-pricing-price{font-family:'Playfair Display',serif;font-size:36px;font-weight:700;color:var(--text-dark);margin-bottom:4px;}
.gu-pricing-price span{font-size:16px;font-family:'Poppins',sans-serif;font-weight:400;color:var(--text-light);}
.gu-pricing-desc{font-size:12px;color:var(--text-light);margin-bottom:24px;}
.gu-pricing-features{list-style:none;margin-bottom:28px;padding:0;}
.gu-pricing-features li{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:13px;color:var(--text-medium);border-bottom:1px solid rgba(245,230,222,.6);}
.gu-pricing-features li:last-child{border-bottom:none;}
.gu-pricing-features li svg{width:16px;height:16px;stroke:var(--green-wa);fill:none;stroke-width:2.5;flex-shrink:0;}
.gu-pricing-features li.gu-disabled{color:var(--text-light);opacity:.5;}
.gu-pricing-features li.gu-disabled svg{stroke:var(--text-light);} .gu-timeline{position:relative;max-width:600px;margin:0 auto;}
.gu-timeline::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--pink-dusty),var(--rose-gold),var(--pink-soft));}
.gu-timeline-item{display:flex;gap:24px;padding-bottom:36px;position:relative;}
.gu-timeline-item:last-child{padding-bottom:0;}
.gu-timeline-dot{width:42px;height:42px;min-width:42px;border-radius:50%;background:#FFF;border:3px solid var(--rose-gold);display:flex;align-items:center;justify-content:center;position:relative;z-index:1;}
.gu-timeline-dot span{font-family:'Playfair Display',serif;font-size:14px;font-weight:700;color:var(--rose-gold);}
.gu-timeline-content{background:#FFF;border-radius:var(--radius-md);padding:20px;border:1px solid rgba(212,160,160,.15);flex:1;transition:all .3s ease;}
.gu-timeline-content:hover{box-shadow:var(--shadow-soft);transform:translateX(4px);}
.gu-timeline-content h4{font-size:15px;font-weight:600;color:var(--text-dark);margin-bottom:4px;}
.gu-timeline-content p{font-size:12px;color:var(--text-light);line-height:1.6;} .gu-faq-list{max-width:700px;margin:0 auto;}
.gu-faq-item{background:#FFF;border-radius:var(--radius-md);margin-bottom:12px;border:1px solid rgba(212,160,160,.12);overflow:hidden;transition:all .3s ease;}
.gu-faq-item:hover{border-color:rgba(212,160,160,.3);}
.gu-faq-item.gu-faq-open{box-shadow:var(--shadow-soft);}
.gu-faq-question{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;cursor:pointer;font-size:14px;font-weight:600;color:var(--text-dark);gap:16px;user-select:none;-webkit-user-select:none;}
.gu-faq-question svg{width:18px;height:18px;stroke:var(--rose-gold);fill:none;stroke-width:2;flex-shrink:0;transition:transform .3s ease;}
.gu-faq-item.gu-faq-open .gu-faq-question svg{transform:rotate(180deg);}
.gu-faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease;}
.gu-faq-answer-inner{padding:0 20px 18px;font-size:13px;color:var(--text-light);line-height:1.8;} .gu-cta-section{position:relative;padding:100px 0;overflow:hidden;background:var(--text-dark);}
.gu-cta-bg{position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1511285560929-80b456fea0bc?w=1920&h=800&fit=crop&q=80) center/cover no-repeat;opacity:.25;}
.gu-cta-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(61,44,46,.85) 0%,rgba(183,110,121,.6) 100%);}
.gu-cta-glow{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(183,110,121,.4) 0%,transparent 70%);top:50%;left:30%;transform:translate(-50%,-50%);animation:guGlowPulse 4s ease-in-out infinite;}
.gu-cta-content{position:relative;z-index:2;text-align:center;max-width:650px;margin:0 auto;} .gu-contact-card{max-width:500px;margin:0 auto;background:#FFF;border-radius:var(--radius-lg);padding:40px 32px;box-shadow:var(--shadow-medium);text-align:center;border:1px solid rgba(212,160,160,.12);}
.gu-contact-wa-btn{display:flex;align-items:center;justify-content:center;gap:14px;width:100%;padding:18px 32px;background:var(--green-wa);color:#FFF;font-size:16px;font-weight:600;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all .4s ease;box-shadow:0 6px 25px rgba(37,211,102,.3);margin-bottom:24px;font-family:'Poppins',sans-serif;}
.gu-contact-wa-btn:hover{transform:translateY(-3px);box-shadow:0 10px 35px rgba(37,211,102,.4);}
.gu-contact-wa-btn svg{width:24px;height:24px;fill:#FFF;}
.gu-contact-info{display:flex;flex-direction:column;gap:16px;}
.gu-contact-info-item{display:flex;align-items:center;justify-content:center;gap:10px;font-size:14px;color:var(--text-medium);}
.gu-contact-info-item svg{width:18px;height:18px;stroke:var(--rose-gold);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;} .gu-footer{background:var(--text-dark);color:rgba(255,255,255,.7);padding:60px 0 0;}
.gu-footer-grid{display:grid;grid-template-columns:1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08);}
.gu-footer-brand{font-family:'Playfair Display',serif;font-size:24px;font-weight:700;color:#FFF;margin-bottom:12px;}
.gu-footer-desc{font-size:13px;line-height:1.7;max-width:300px;}
.gu-footer-title{font-size:13px;font-weight:600;color:#FFF;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;}
.gu-footer-links{list-style:none;display:flex;flex-direction:column;gap:10px;}
.gu-footer-links a{font-size:13px;color:rgba(255,255,255,.6);}
.gu-footer-links a:hover{color:var(--pink-dusty);padding-left:4px;}
.gu-footer-contact-item{display:flex;align-items:center;gap:10px;font-size:13px;margin-bottom:12px;}
.gu-footer-contact-item svg{width:16px;height:16px;stroke:var(--pink-dusty);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;}
.gu-footer-bottom{padding:20px 0;text-align:center;font-size:12px;color:rgba(255,255,255,.4);} .gu-back-to-top{position:fixed;bottom:24px;right:24px;width:44px;height:44px;border-radius:50%;background:var(--gradient-romantic);color:#FFF;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(183,110,121,.3);opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;z-index:900;}
.gu-back-to-top.gu-show{opacity:1;visibility:visible;transform:translateY(0);}
.gu-back-to-top:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(183,110,121,.4);}
.gu-back-to-top svg{width:20px;height:20px;stroke:#FFF;fill:none;stroke-width:2;} .gu-floating-wa{position:fixed;bottom:24px;left:24px;width:56px;height:56px;border-radius:50%;background:var(--green-wa);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);z-index:900;transition:all .3s ease;animation:guWaFloat 3s ease-in-out infinite;}
.gu-floating-wa:hover{transform:scale(1.1);}
.gu-floating-wa svg{width:28px;height:28px;fill:#FFF;}
@keyframes guWaFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-6px);}} @media(min-width:480px){
.gu-keunggulan-grid{gap:16px;}
.gu-tema-grid{gap:16px;}
.gu-phone{max-width:210px;}
}
@media(min-width:640px){
.gu-keunggulan-grid{grid-template-columns:repeat(4,1fr);}
.gu-fitur-grid{grid-template-columns:repeat(3,1fr);}
.gu-pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start;}
.gu-pricing-popular{transform:scale(1.05);}
.gu-pricing-popular:hover{transform:scale(1.05) translateY(-4px);}
.gu-footer-grid{grid-template-columns:2fr 1fr 1fr;}
.gu-phone{max-width:220px;}
}
@media(min-width:768px){
.gu-section{padding:100px 0;}
.gu-tema-grid{grid-template-columns:repeat(3,1fr);gap:20px;}
.gu-keunggulan-card{padding:28px 20px;}
.gu-fitur-grid{grid-template-columns:repeat(4,1fr);}
.gu-pricing-card{padding:36px 28px;}
.gu-contact-card{padding:48px 40px;}
.gu-phone{max-width:230px;}
}
@media(min-width:1024px){
.gu-tema-grid{grid-template-columns:repeat(4,1fr);}
.gu-nav-links{display:flex;}
.gu-nav-hamburger{display:none;}
}
@media(max-width:1023px){
.gu-nav-links{display:none;}
.gu-nav-hamburger{display:flex;}
}
@media(max-width:639px){
.gu-pricing-popular{transform:scale(1);}
.gu-pricing-popular:hover{transform:translateY(-4px);}
.gu-fitur-grid{grid-template-columns:repeat(2,1fr);gap:10px;}
.gu-fitur-item{padding:14px;gap:10px;}
.gu-f-icon{width:36px;height:36px;min-width:36px;border-radius:10px;}
.gu-f-icon svg{width:18px;height:18px;}
.gu-phone{max-width:160px;padding:6px;border-radius:20px;}
.gu-phone-notch{width:45px;height:14px;border-radius:0 0 10px 10px;}
.gu-phone-screen{border-radius:15px;}
.gu-phone-badge{font-size:7px;padding:2px 6px;}
.gu-tema-info{padding:10px;}
.gu-tema-info h4{font-size:11px;}
.gu-tema-actions .gu-btn{padding:7px 2px;font-size:9px;}
}