@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Plus+Jakarta+Sans:wght@200..800&display=swap";:root{--primary: #10B981;--primary-dark: #047857;--primary-light: #D1FAE5;--secondary: #ECFDF5;--background: #F9FAFB;--surface: #FFFFFF;--text: #111827;--text-secondary: #6B7280;--text-light: #9CA3AF;--border: #E5E7EB;--success: #22C55E;--warning: #F59E0B;--danger: #EF4444;--info: #3B82F6;--font-heading: "Plus Jakarta Sans", sans-serif;--font-body: "Inter", sans-serif;--fs-xs: clamp(.75rem, .7rem + .2vw, .875rem);--fs-sm: clamp(.875rem, .8rem + .2vw, .95rem);--fs-base: clamp(1rem, .95rem + .2vw, 1.05rem);--fs-md: clamp(1.125rem, 1rem + .3vw, 1.25rem);--fs-lg: clamp(1.35rem, 1.2rem + .5vw, 1.75rem);--fs-xl: clamp(2rem, 4vw, 3rem);--fs-2xl: clamp(2.5rem, 5vw, 4rem);--fs-3xl: clamp(3rem, 7vw, 5rem);--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--fw-extrabold: 800;--space-xs: clamp(.5rem, .4rem + .2vw, .75rem);--space-sm: clamp(.75rem, .6rem + .3vw, 1rem);--space-md: clamp(1rem, .8rem + .5vw, 1.5rem);--space-lg: clamp(1.5rem, 1rem + .8vw, 2rem);--space-xl: clamp(2rem, 1.5rem + 1vw, 3rem);--space-2xl: clamp(3rem, 2rem + 2vw, 5rem);--space-3xl: clamp(5rem, 4rem + 4vw, 8rem);--container-width: 1280px;--radius-sm: .75rem;--radius-md: 1rem;--radius-lg: 1.5rem;--radius-xl: 2rem;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(15, 23, 42, .05);--shadow-md: 0 10px 30px rgba(15, 23, 42, .08);--shadow-lg: 0 20px 60px rgba(15, 23, 42, .12);--shadow-xl: 0 35px 80px rgba(15, 23, 42, .15);--transition-fast: .2s ease;--transition: .35s ease;--transition-slow: .5s ease;--navbar-height: 5rem;--z-navbar: 1000;--z-dropdown: 1010;--z-modal: 1100;--z-loader: 9999}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100vh;font-family:var(--font-body);font-size:var(--fs-base);font-weight:var(--fw-regular);line-height:1.6;color:var(--text);background:var(--background);overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img,picture,svg,video,canvas{display:block;max-width:100%}input,button,textarea,select{font:inherit;border:none;outline:none;background:none}button{cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--fw-bold);color:var(--text);line-height:1.2}p{color:var(--text-secondary)}section{width:100%;padding-block:var(--space-3xl)}::selection{background:var(--primary);color:var(--surface)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}.container{width:min(calc(100% - 2rem),var(--container-width));margin-inline:auto}.section{padding-block:var(--space-3xl)}.section--sm{padding-block:var(--space-2xl)}.section--lg{padding-block:clamp(6rem,10vw,10rem)}.section-header{max-width:700px;margin:0 auto var(--space-2xl);text-align:center}.section-subtitle{display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1rem;margin-bottom:var(--space-md);background:var(--primary-light);color:var(--primary-dark);border-radius:var(--radius-full);font-size:var(--fs-sm);font-weight:var(--fw-semibold)}.section-title{font-size:var(--fs-2xl);font-weight:var(--fw-bold);color:var(--text);line-height:1.15;margin-bottom:var(--space-md)}.section-description{font-size:var(--fs-base);color:var(--text-secondary);line-height:1.8}.grid{display:grid;gap:var(--space-lg)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-xl)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg)}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}@media (max-width: 992px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}}@media (max-width: 768px){.section{padding-block:var(--space-2xl)}.section-header{margin-bottom:var(--space-xl)}.grid-4,.grid-3{grid-template-columns:1fr}}.navbar{position:fixed;top:20px;left:50%;transform:translate(-50%);width:92%;max-width:1280px;z-index:1000;background:#ffffffc7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.45);border-radius:22px;box-shadow:0 10px 35px #0f172a14;transition:none}.navbar__container{display:flex;align-items:center;justify-content:space-between;padding:16px 28px;gap:32px}.navbar__logo{display:flex;align-items:center;gap:.8rem;text-decoration:none;flex-shrink:0}.navbar__logo-image{width:42px;height:42px;object-fit:contain}.navbar__logo-text{font-size:1.45rem;font-weight:700;color:#111827}.navbar__menu{display:flex;align-items:center;justify-content:space-between;flex:1;margin-left:50px}.navbar__list{display:flex;align-items:center;justify-content:center;flex:1;gap:38px;margin:0;padding:0;list-style:none}.navbar__list li{margin:0}.navbar__link{position:relative;display:inline-block;color:#475569;text-decoration:none;font-weight:500;transition:.3s}.navbar__link:hover{color:#10b981}.navbar__link:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:#10b981;transition:.3s}.navbar__link:hover:after{width:100%}.navbar__button{display:inline-flex;align-items:center;justify-content:center;padding:14px 34px;margin-left:40px;background:#10b981;color:#fff;border-radius:999px;text-decoration:none;font-weight:600;white-space:nowrap;transition:.3s}.navbar__button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #10b98140}.navbar-profile{position:relative;margin-left:40px}.navbar-profile__button{display:flex;align-items:center;gap:8px;padding:14px 24px;border:none;border-radius:999px;background:#10b981;color:#fff;font-weight:600;font-size:15px;cursor:pointer;transition:.3s}.navbar-profile__button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #10b98140}.navbar-profile__arrow{font-size:12px}.navbar-dropdown{position:absolute;top:62px;right:0;width:260px;background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 15px 35px #0000001f;padding:18px;display:none;z-index:9999}.navbar-dropdown.active{display:block}.navbar-dropdown__header{padding-bottom:12px;margin-bottom:14px;border-bottom:1px solid #f1f5f9}.navbar-dropdown__header h4{margin:0;font-size:17px;color:#111827}.navbar-dropdown__header p{margin-top:5px;color:#64748b;font-size:14px}.navbar-dropdown__logout{width:100%;padding:12px;border:none;border-radius:12px;background:#ef4444;color:#fff;font-weight:600;cursor:pointer;transition:.3s}.navbar-dropdown__logout:hover{background:#dc2626}.navbar__toggle{display:none;width:46px;height:46px;border:none;background:none;cursor:pointer;position:relative;flex-shrink:0;z-index:1201}.navbar__toggle span{position:absolute;left:11px;width:24px;height:2px;background:#111827;transition:.3s}.navbar__toggle span:nth-child(1){top:15px}.navbar__toggle span:nth-child(2){top:22px}.navbar__toggle span:nth-child(3){top:29px}.navbar.active .navbar__toggle span:nth-child(1){top:22px;transform:rotate(45deg)}.navbar.active .navbar__toggle span:nth-child(2){opacity:0}.navbar.active .navbar__toggle span:nth-child(3){top:22px;transform:rotate(-45deg)}@media (max-width:992px){.navbar{width:94%;top:14px;border-radius:18px}.navbar__container{padding:14px 20px}.navbar__toggle{display:flex;align-items:center;justify-content:center}.navbar__menu{position:fixed;top:0;right:0;margin-left:0;width:320px;max-width:88vw;height:100vh;background:#fff;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:95px 28px 35px;gap:28px;transform:translate(100%);transition:transform .35s ease;box-shadow:-10px 0 40px #0000001f;z-index:9999}.navbar.active .navbar__menu{transform:translate(0)}.navbar__list{width:100%;flex:none;display:flex;flex-direction:column;align-items:flex-start;gap:22px;margin:0;padding:0}.navbar__list li{width:100%}.navbar__link{display:block;width:100%;font-size:1.05rem;padding-bottom:10px;border-bottom:1px solid #eef2f7}.navbar__button{width:100%;margin-left:0;margin-top:auto;justify-content:center}}@media (max-width:768px){.navbar{width:94%;top:10px}.navbar__container{padding:14px 18px}.navbar__logo-image{width:34px;height:34px}.navbar__logo-text{font-size:1.15rem}}@media (max-width:480px){.navbar__menu{width:100%;max-width:100%;padding:90px 24px 28px}}body.menu-open{overflow:hidden}.hero{position:relative;overflow:hidden;min-height:88vh;display:flex;align-items:center;padding-top:calc(var(--navbar-height) + 3rem);padding-bottom:4rem;background:#fff}.hero:before{content:"";position:absolute;top:-220px;left:-220px;width:520px;height:520px;border-radius:50%;background:#22c55e14;filter:blur(120px)}.hero:after{content:"";position:absolute;right:-220px;bottom:-220px;width:560px;height:560px;border-radius:50%;background:#3b82f60d;filter:blur(150px)}.hero__container{display:grid;grid-template-columns:1fr 460px;align-items:center;gap:6rem;max-width:1280px;margin:0 auto;padding:0 3rem}.hero__left{max-width:560px}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1rem;border-radius:999px;background:#ecfdf5;color:#15803d;font-size:.88rem;font-weight:600;margin-bottom:1.5rem}.hero__title{font-size:clamp(2.8rem,4vw,4.2rem);line-height:1.08;letter-spacing:-2px;font-weight:700;color:#111827;margin-bottom:1.3rem}.hero__description{max-width:500px;font-size:1rem;color:#6b7280;line-height:1.9;margin-bottom:2rem}.hero__button{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.8rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.7rem;border-radius:999px;font-weight:600;transition:.3s}.button--primary{background:#10b981;color:#fff;box-shadow:0 15px 35px #10b98138}.button--primary:hover{transform:translateY(-3px)}.button--secondary{border:1px solid #E5E7EB;color:#111827;background:#fff}.button--secondary:hover{border-color:#10b981;color:#10b981}.hero__statistic{display:flex;gap:2.5rem;flex-wrap:wrap}.stat h3{font-size:1.9rem;color:#111827;margin-bottom:.4rem}.stat p{font-size:.9rem;color:#9ca3af}.hero__right{position:relative;display:flex;justify-content:center;align-items:center}.workspace{width:100%;background:#fff;border-radius:24px;padding:1.4rem;border:1px solid #EEF2F7;box-shadow:0 20px 50px #0f172a14}.workspace__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.workspace__header h4{font-size:1.15rem;color:#111827;margin-bottom:.25rem}.workspace__header span{font-size:.85rem;color:#10b981}.workspace__camera{margin-bottom:1.3rem}.camera{position:relative;width:100%;aspect-ratio:1.45;border-radius:20px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);overflow:hidden;display:flex;justify-content:center;align-items:center}.camera:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.4) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.4) 1px,transparent 1px);background-size:30px 30px;opacity:.35}.camera__object{width:190px;height:auto;object-fit:contain;position:relative;z-index:2}.camera__scan{position:absolute;left:0;width:100%;height:80px;background:linear-gradient(to bottom,#10b98100,#10b9812e,#10b98173,#10b9812e,#10b98100);filter:blur(4px);z-index:3;animation:scan 2.8s linear infinite;pointer-events:none}.camera__corner{position:absolute;width:22px;height:22px;border:3px solid #10B981;z-index:4}.camera__corner--tl{top:15px;left:15px;border-right:none;border-bottom:none}.camera__corner--tr{top:15px;right:15px;border-left:none;border-bottom:none}.camera__corner--bl{bottom:15px;left:15px;border-top:none;border-right:none}.camera__corner--br{bottom:15px;right:15px;border-top:none;border-left:none}.workspace__progress{margin-bottom:1.3rem}.progress__text{display:flex;justify-content:space-between;align-items:center;margin-bottom:.7rem}.progress__text span{font-size:.9rem;color:#64748b}.progress__text strong{color:#111827}.progress{width:100%;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.progress span{display:block;width:98%;height:100%;border-radius:999px;background:linear-gradient(90deg,#10b981,#34d399)}.workspace__material{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;margin-bottom:1.3rem}.material{background:#f8fafc;border-radius:16px;padding:1rem}.material small{display:block;color:#94a3b8;margin-bottom:.35rem;font-size:.82rem}.material strong{font-size:1rem;color:#111827}.workspace__info{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;margin-bottom:1rem}.info-card{background:#f8fafc;border-radius:16px;padding:1rem}.info-card small{display:block;color:#94a3b8;margin-bottom:.4rem;font-size:.82rem}.info-card strong{font-size:1.35rem;color:#111827}.workspace__footer{margin-top:1rem;padding:1rem 1.2rem;background:#ecfdf5;border:1px solid #D1FAE5;border-radius:16px;color:#166534;font-size:.92rem;line-height:1.7}.workspace__footer strong{font-weight:600}@keyframes scan{0%{top:-10px}to{top:100%}}.button,.workspace,.material,.info-card{transition:.3s ease}.material:hover,.info-card:hover{transform:translateY(-4px);box-shadow:0 12px 25px #0f172a14}.workspace:hover{transform:translateY(-4px);box-shadow:0 28px 60px #0f172a1f}@media (max-width:1100px){.hero{min-height:auto;padding-top:8rem;padding-bottom:5rem}.hero__container{grid-template-columns:1fr;gap:3rem}.hero__left{max-width:100%;text-align:center}.hero__description{margin-left:auto;margin-right:auto}.hero__button,.hero__statistic{justify-content:center}.hero__right{max-width:520px;width:100%;margin:auto}}@media (max-width:768px){.hero{padding-top:7rem}.hero__title{font-size:2.5rem;line-height:1.15}.hero__badge{font-size:.8rem}.hero__button{flex-direction:column}.button{width:100%}.workspace{padding:1.2rem}.workspace__material,.workspace__info{grid-template-columns:1fr}.camera{aspect-ratio:1.3}.camera__object{width:90px}}@media (max-width:480px){.hero__title{font-size:2.1rem}.hero__description{font-size:.95rem}.stat{width:100%;text-align:center}.workspace__header{flex-direction:column;align-items:flex-start;gap:.3rem}}.problem{padding:6rem 0;background:#f8fafc}.problem-wrapper{display:grid;grid-template-columns:480px 1fr;gap:5rem;align-items:center}.problem-image{position:relative;overflow:hidden;border-radius:30px;height:560px;box-shadow:0 30px 60px #0f172a1f}.problem-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.problem-image:hover img{transform:scale(1.05)}.problem-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;flex-direction:column;padding:2rem;background:linear-gradient(transparent,#000000a6)}.problem-overlay span{color:#a7f3d0;font-size:.9rem;margin-bottom:.8rem}.problem-overlay h3{color:#fff;font-size:2rem;line-height:1.3;max-width:320px}.problem-content{max-width:560px}.problem-content h2{font-size:clamp(2.2rem,3vw,3rem);line-height:1.2;margin:1rem 0}.problem-content p{color:#64748b;line-height:1.9;margin-bottom:2rem}.problem-list{display:flex;flex-direction:column;gap:1.6rem}.problem-item{display:flex;align-items:center;gap:1.5rem;padding-bottom:1.3rem;border-bottom:1px solid #E5E7EB}.problem-item:last-child{border:none}.problem-item h3{min-width:130px;font-size:2.5rem;color:#10b981;line-height:1}.problem-item span{color:#334155;font-size:1rem;line-height:1.6}@media (max-width:1100px){.problem-wrapper{grid-template-columns:1fr}.problem-image{height:420px}.problem-content{max-width:100%}}.workflow{padding:6rem 0;background:#fff}.workflow-header{max-width:720px;margin:0 auto 4rem;text-align:center}.workflow-header h2{font-size:clamp(2rem,3vw,2.8rem);color:#111827;margin:1rem 0}.workflow-header p{max-width:600px;margin:auto;color:#64748b;line-height:1.8}.workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8rem}.workflow-card{position:relative;background:#fff;border:1px solid #E5E7EB;border-radius:24px;padding:4rem 1.5rem 2rem;text-align:center;transition:.35s;box-shadow:0 15px 35px #0f172a0d}.workflow-card:hover{transform:translateY(-8px);box-shadow:0 25px 45px #0f172a1a}.workflow-icon{position:absolute;top:-38px;left:50%;transform:translate(-50%);width:76px;height:76px;border-radius:20px;background:#fff;border:1px solid #E5E7EB;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 25px #0f172a14;z-index:2}.workflow-icon img{width:38px;height:38px;object-fit:contain}.workflow-number{display:inline-block;color:#10b981;font-size:.9rem;font-weight:700;margin-bottom:.8rem}.workflow-card h3{font-size:1.25rem;margin-bottom:1rem;color:#111827}.workflow-card p{color:#64748b;line-height:1.8;font-size:.95rem}@media (max-width:1200px){.workflow-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:992px){.workflow{padding:5rem 0}.workflow-header{margin-bottom:3rem}.workflow-grid{grid-template-columns:repeat(2,1fr);gap:3rem}.workflow-card{padding:4rem 1.5rem 2rem}.workflow-icon{left:50%;transform:translate(-50%);top:-35px;width:70px;height:70px}.workflow-icon img{width:34px;height:34px}}@media (max-width:768px){.workflow{padding:4rem 0}.workflow-header{margin-bottom:2.5rem}.workflow-grid{grid-template-columns:1fr;gap:4rem}.workflow-card{padding:4.2rem 1.5rem 2rem;border-radius:20px}.workflow-icon{left:50%;transform:translate(-50%);top:-33px;width:66px;height:66px}.workflow-icon img{width:32px;height:32px}.workflow-number{display:block;margin-top:.5rem;margin-bottom:.8rem}.workflow-card h3{font-size:1.2rem;margin-bottom:.8rem}.workflow-card p{font-size:.95rem;line-height:1.7}}@media (max-width:480px){.workflow{padding:3.5rem 0}.workflow-header h2{font-size:1.9rem}.workflow-header p{font-size:.95rem}.workflow-grid{gap:3.5rem}.workflow-card{padding:4rem 1.25rem 1.75rem}.workflow-icon{left:50%;transform:translate(-50%);top:-30px;width:60px;height:60px;border-radius:18px}.workflow-icon img{width:28px;height:28px}.workflow-number{font-size:.85rem;margin-top:.4rem}.workflow-card h3{font-size:1.1rem}.workflow-card p{font-size:.9rem;line-height:1.6}}.inspiration{padding:7rem 0;background:#f8fafc}.inspiration-header{max-width:720px;margin:0 auto 4rem;text-align:center}.inspiration-header h2{margin:1rem 0;font-size:clamp(2rem,3vw,2.8rem)}.inspiration-header p{color:#64748b;line-height:1.8}.inspiration-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem}.inspiration-card{position:relative;grid-column:span 4;height:340px;overflow:hidden;border-radius:28px;cursor:pointer;box-shadow:0 15px 35px #0f172a14}.inspiration-card img{width:100%;height:100%;object-fit:cover;transition:.45s}.inspiration-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;background:linear-gradient(transparent,#000000a6)}.inspiration-overlay span{color:#a7f3d0;font-size:.9rem}.inspiration-overlay h3{margin-top:.4rem;color:#fff;font-size:1.5rem}.inspiration-slider{width:100%;overflow:hidden;position:relative;margin-top:50px}.inspiration-track{display:flex;gap:40px;width:max-content;will-change:transform;cursor:grab;-webkit-user-select:none;user-select:none}.inspiration-track:active{cursor:grabbing}.inspiration-track .inspiration-grid{flex-shrink:0;width:1180px}.inspiration-grid-second{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem}.pot-gantung{grid-column:span 8}.vas-bunga,.tempat-sendok,.keranjang,.tas{grid-column:span 4}.inspiration-card{transition:.35s}.inspiration-card:hover{transform:translateY(-8px)}.inspiration-card img{transition:.5s}.inspiration-card:hover img{transform:scale(1.08)}.card-large{grid-column:span 8}@media (max-width:1200px){.inspiration-track .inspiration-grid{width:1000px}}@media (max-width:992px){.inspiration-track .inspiration-grid{width:720px;grid-template-columns:repeat(2,1fr)}.inspiration-card{grid-column:span 1;height:280px}.card-large,.pot-gantung{grid-column:1 / span 2}}@media (max-width:768px){.inspiration-track{gap:24px}.inspiration-track .inspiration-grid{width:calc(100vw - 40px);grid-template-columns:1fr}.inspiration-card{grid-column:span 1!important;height:260px;border-radius:22px}.card-large,.pot-gantung{grid-column:span 1!important}}.testimonial{padding:3rem 0 7rem;background:#f8fafc}.testimonial-header{text-align:center;max-width:700px;margin:0 auto 4rem}.testimonial-header h2{margin:1rem 0;font-size:clamp(2rem,3vw,2.8rem)}.testimonial-header p{color:#64748b;line-height:1.8}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:24px;border:1px solid #E2E8F0;transition:.3s}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #0f172a14}.testimonial-user{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.testimonial-user img{width:60px;height:60px;border-radius:50%;object-fit:cover}.testimonial-user h4{margin-bottom:.25rem}.testimonial-user span{color:#64748b;font-size:.9rem}.testimonial-card p{color:#475569;line-height:1.8}@media (max-width:1200px){.testimonial{padding:4rem 0 6rem}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{padding:1.75rem}}@media (max-width:1100px){.testimonial{padding:4rem 0 5rem}.testimonial-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.testimonial-card{padding:1.5rem}.testimonial-user{gap:.8rem}.testimonial-user img{width:56px;height:56px}.testimonial-user h4{font-size:1.1rem}.testimonial-user span{font-size:.9rem}.testimonial-card p{font-size:.95rem;line-height:1.7}}@media (max-width:700px){.testimonial{padding:3.5rem 0}.testimonial-header{margin-bottom:2rem}.testimonial-header h2{font-size:2rem}.testimonial-grid{grid-template-columns:1fr;gap:1.25rem}.testimonial-card{width:100%;padding:1.4rem;border-radius:20px}.testimonial-user{gap:.75rem}.testimonial-user img{width:52px;height:52px;flex-shrink:0}.testimonial-user h4{font-size:1rem;margin-bottom:.2rem}.testimonial-user span{font-size:.85rem}.testimonial-card p{font-size:.95rem;line-height:1.7}}@media (max-width:480px){.testimonial-card{padding:1.2rem}.testimonial-user{align-items:center}.testimonial-user img{width:46px;height:46px}.testimonial-user h4{font-size:.95rem}.testimonial-user span{font-size:.8rem}.testimonial-card p{font-size:.9rem}}.faq{position:relative;padding:8rem 1.5rem;background:#fff;overflow:hidden}.faq:before{content:"";position:absolute;width:500px;height:500px;top:-250px;right:-200px;background:#10b98109;border-radius:50%;pointer-events:none}.faq:after{content:"";position:absolute;width:350px;height:350px;bottom:-200px;left:-150px;background:#10b98106;border-radius:50%;pointer-events:none}.faq-container{position:relative;z-index:1;width:100%;max-width:900px;margin:0 auto}.faq-header{max-width:680px;margin:0 auto 4rem;text-align:center}.faq-label{display:inline-flex;align-items:center;padding:.5rem .9rem;border:1px solid #d1fae5;border-radius:999px;background:#ecfdf5;color:#059669;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.faq-header h2{margin:1.4rem 0 1rem;color:#111827;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.12;letter-spacing:-.045em}.faq-header p{max-width:600px;margin:0 auto;color:#64748b;font-size:1rem;line-height:1.8}.faq-list{display:flex;flex-direction:column;gap:.85rem}.faq-item{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.faq-item:hover{border-color:#a7f3d0;transform:translateY(-2px);box-shadow:0 10px 30px #0f172a0b}.faq-item.is-open{border-color:#10b981;box-shadow:0 18px 45px #10b9811a}.faq-question{position:relative;width:100%;min-height:82px;padding:1.35rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;border:0;outline:none;background:transparent;color:#111827;font-family:inherit;font-size:1rem;font-weight:600;line-height:1.5;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.faq-question-text{flex:1}.faq-icon{position:relative;width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ecfdf5;transition:background .3s ease,transform .35s cubic-bezier(.4,0,.2,1)}.faq-icon-line{position:absolute;width:13px;height:2px;border-radius:999px;background:#10b981;transition:transform .3s ease,background .3s ease}.line-horizontal{transform:rotate(0)}.line-vertical{transform:rotate(90deg)}.faq-item.is-open .faq-icon{background:#10b981;transform:rotate(180deg)}.faq-item.is-open .faq-icon-line{background:#fff}.faq-item.is-open .line-vertical{transform:rotate(0)}.faq-answer{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1),opacity .25s ease}.faq-answer-inner{min-height:0;overflow:hidden}.faq-answer p{margin:0;padding:0 1.5rem 1.6rem;color:#64748b;font-size:.96rem;line-height:1.8}.faq-item.is-open .faq-answer{grid-template-rows:1fr;opacity:1}.faq-footer{margin-top:3rem;display:flex;align-items:center;justify-content:center;gap:.75rem;color:#64748b;font-size:.9rem}.faq-footer a{display:inline-flex;align-items:center;gap:.4rem;color:#059669;font-weight:700;text-decoration:none;transition:gap .25s ease}.faq-footer a:hover{gap:.7rem}@media (max-width: 640px){.faq{padding:5.5rem 1rem}.faq-header{margin-bottom:2.5rem}.faq-header h2{font-size:2.15rem;letter-spacing:-.035em}.faq-header p{font-size:.92rem;line-height:1.7}.faq-list{gap:.7rem}.faq-item{border-radius:17px}.faq-question{min-height:70px;padding:1.15rem 1rem;gap:1rem;font-size:.92rem}.faq-icon{width:34px;height:34px;flex-basis:34px}.faq-answer p{padding:0 1rem 1.35rem;font-size:.9rem;line-height:1.7}.faq-footer{flex-direction:column;gap:.5rem;text-align:center}}.footer{background:#0f172a;color:#fff;padding:5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer-logo img{width:50px}.footer-logo h3{font-size:2rem}.footer-brand p{color:#cbd5e1;line-height:1.9;max-width:380px}.footer-column h4{margin-bottom:1.5rem;font-size:1.1rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-column a{color:#cbd5e1;text-decoration:none;transition:.3s}.footer-column a:hover{color:#22c55e}.footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);text-align:center}.footer-bottom p{color:#94a3b8}@media (max-width:1200px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:2.5rem}}@media (max-width:992px){.footer{padding:4rem 0 2rem}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-brand{grid-column:1 / -1}.footer-brand p{max-width:100%}}@media (max-width:768px){.footer{padding:3.5rem 0 2rem}.footer-grid{grid-template-columns:1fr;gap:2rem;text-align:left}.footer-brand{grid-column:auto}.footer-logo{justify-content:flex-start}.footer-logo img{width:45px}.footer-logo h3{font-size:1.7rem}.footer-brand p{max-width:100%;line-height:1.8}.footer-column{gap:.8rem}.footer-column h4{margin-bottom:.5rem}.footer-bottom{margin-top:2.5rem;padding-top:1.5rem}}@media (max-width:480px){.footer{padding:3rem 0 1.5rem}.footer-logo{gap:.8rem}.footer-logo img{width:40px}.footer-logo h3{font-size:1.5rem}.footer-brand p{font-size:.95rem}.footer-column h4{font-size:1rem}.footer-column a{font-size:.95rem}.footer-bottom p{font-size:.85rem}}.hero-animate{will-change:transform,opacity}.hero__badge,.hero__title,.hero__description,.hero__button,.hero__statistic,.hero__right{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.hero__badge.show,.hero__title.show,.hero__description.show,.hero__button.show,.hero__statistic.show,.hero__right.show{opacity:1;transform:translateY(0)}.reveal{opacity:0;transform:translateY(60px);transition:opacity .8s ease,transform .8s ease}.reveal.show{opacity:1;transform:translateY(0)}
