@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap";.toast-container-root{position:fixed;top:24px;right:24px;z-index:99999;display:flex;flex-direction:column;gap:12px;max-width:420px;width:calc(100vw - 32px);pointer-events:none}.toast-card-motion{pointer-events:auto;position:relative;overflow:hidden;background:#fffffff0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:16px;padding:14px 18px;display:flex;align-items:center;gap:14px;box-shadow:0 16px 36px #0000001f,0 2px 8px #0000000a;border:1px solid rgba(233,228,216,.9);animation:toast-spring-in .45s cubic-bezier(.175,.885,.32,1.275) forwards;transition:all .25s cubic-bezier(.16,1,.3,1)}.toast-card-motion.toast-success{border-color:#285b184d;background:linear-gradient(135deg,#fffffff5,#f3faf0f5);box-shadow:0 16px 36px #285b1824,0 4px 12px #285b1814}.toast-card-motion.toast-error{border-color:#dc26264d;background:linear-gradient(135deg,#fffffff5,#fef2f2f5);box-shadow:0 16px 36px #dc262624}.toast-card-motion.toast-info{border-color:#17171433;background:linear-gradient(135deg,#fffffff5,#f7f5f0f5)}@keyframes toast-spring-in{0%{opacity:0;transform:translateY(-24px) scale(.92)}70%{opacity:1;transform:translateY(4px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}.toast-icon-badge{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-success .toast-icon-badge{background:linear-gradient(135deg,#285b18,#3f7527);color:#fff;box-shadow:0 4px 12px #285b1859;animation:badge-pop .5s cubic-bezier(.175,.885,.32,1.3) .1s forwards}.toast-error .toast-icon-badge{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;box-shadow:0 4px 12px #dc262659;animation:badge-pop .5s cubic-bezier(.175,.885,.32,1.3) .1s forwards}.toast-info .toast-icon-badge{background:linear-gradient(135deg,#171714,#3a3a35);color:#fff;box-shadow:0 4px 12px #17171440;animation:badge-pop .5s cubic-bezier(.175,.885,.32,1.3) .1s forwards}@keyframes badge-pop{0%{transform:scale(0) rotate(-45deg)}75%{transform:scale(1.2) rotate(10deg)}to{transform:scale(1) rotate(0)}}.toast-body{display:flex;flex-direction:column;gap:2px;flex:1}.toast-title{font-family:Playfair Display,serif;font-size:13.5px;font-weight:700;color:#171714;line-height:1.25}.toast-message{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#4a4a4a;line-height:1.35}.toast-close-btn{background:transparent;border:none;color:#a0a0a0;font-size:14px;cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.toast-close-btn:hover{background:#0000000f;color:#171714}.toast-progress-bar{position:absolute;bottom:0;left:0;height:3px;width:100%;border-bottom-left-radius:16px;border-bottom-right-radius:16px;animation:toast-timer linear forwards}.toast-success .toast-progress-bar{background:linear-gradient(90deg,#285b18,#4ade80)}.toast-error .toast-progress-bar{background:linear-gradient(90deg,#dc2626,#f87171)}.toast-info .toast-progress-bar{background:linear-gradient(90deg,#171714,#9ca3af)}@keyframes toast-timer{0%{width:100%}to{width:0%}}@media (max-width: 480px){.toast-container-root{top:16px;right:16px;left:16px;width:auto}}.onboarding-shell{display:flex;min-height:100dvh;background:var(--cream);color:var(--text-dark)}.onboarding-sidebar{width:260px;flex-shrink:0;background:#f7f5f0;border-right:1px solid #E9E4D8;display:flex;flex-direction:column;position:sticky;top:0;height:100dvh;padding:28px 20px;justify-content:space-between;overflow-y:auto}.sidebar-brand-block{display:flex;align-items:center;gap:10px;margin-bottom:18px}.sidebar-brand-block img{height:34px!important;max-height:34px!important;width:auto!important;-o-object-fit:contain;object-fit:contain;mix-blend-mode:multiply}.sidebar-brand-block .brand-dot{width:8px;height:8px;border-radius:50%;background:#285b18}.sidebar-brand-block .brand-name{font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:#171714;letter-spacing:-.02em}.sidebar-intro{margin-bottom:24px}.sidebar-tag{font-size:9px;font-weight:700;letter-spacing:.12em;color:#3f7527;text-transform:uppercase;display:block;margin-bottom:4px}.sidebar-sub{font-size:11.5px;color:#7a7a7a;line-height:1.5}.steps-nav{display:flex;flex-direction:column;gap:6px;flex:1}.step-nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);background:transparent;border:1px solid transparent;opacity:.5}.step-nav-item:hover{background:#fff9;opacity:.7}.step-nav-item.active{opacity:1;background:#fff;border-color:#e9e4d8;box-shadow:0 4px 16px #0000000a}.step-nav-item.done{opacity:.85}.step-num{font-size:10px;font-weight:700;color:#7a7a7a;width:18px;flex-shrink:0;font-family:monospace}.step-nav-item.active .step-num{color:#285b18}.step-icon-wrap{width:26px;height:26px;border-radius:7px;background:#e9e4d8;display:flex;align-items:center;justify-content:center;color:#171714;flex-shrink:0;transition:all .2s ease}.step-nav-item.active .step-icon-wrap{background:#285b18;color:#fff}.step-nav-item.done .step-icon-wrap{background:#e8f5e0;color:#285b18}.step-info{display:flex;flex-direction:column;min-width:0}.step-title{font-size:12.5px;font-weight:600;color:#171714;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.step-subtitle{font-size:10px;color:#7a7a7a;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer{padding-top:16px;border-top:1px solid #E9E4D8;margin-top:8px}.user-badge{display:flex;align-items:center;gap:10px}.user-avatar{width:30px;height:30px;border-radius:50%;background:#285b18;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.user-name{font-size:11.5px;font-weight:600;color:#171714;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:9px;font-weight:700;color:#7a7a7a;letter-spacing:.08em}.onboarding-main{flex:1;display:flex;flex-direction:column;min-height:100dvh;overflow-y:auto;min-width:0}@media (max-width: 1023px){.onboarding-sidebar{width:220px;padding:20px 16px}.sidebar-intro,.step-subtitle{display:none}.step-title{font-size:12px}}@media (max-width: 768px){.onboarding-shell{flex-direction:column}.onboarding-sidebar{width:100%;height:auto;min-height:auto;position:sticky;top:0;z-index:50;padding:10px 16px;border-right:none;border-bottom:1px solid #E9E4D8;gap:8px;justify-content:flex-start;background:#f7f5f0}.sidebar-brand-block{margin-bottom:0;gap:8px}.sidebar-brand-block img{height:26px!important;max-height:26px!important}.sidebar-intro,.sidebar-footer,.step-subtitle,.step-num{display:none}.steps-nav{flex-direction:row;gap:6px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:2px 0 4px}.steps-nav::-webkit-scrollbar{display:none}.step-nav-item{flex-shrink:0;padding:6px 12px;border-radius:100px;gap:6px;opacity:.55}.step-nav-item.active{opacity:1}.step-nav-item.done{opacity:.9}.step-icon-wrap{width:22px;height:22px;border-radius:50%}.step-title{font-size:11.5px;font-weight:600}.onboarding-main{min-height:auto;flex:1}}@media (max-width: 430px){.onboarding-sidebar{padding:8px 12px}.step-nav-item{padding:5px 10px}.step-title{font-size:11px}}.onboarding-shell svg{max-width:20px;max-height:20px;flex-shrink:0;display:inline-block;vertical-align:middle}.onboarding-shell svg.w-3,.onboarding-shell .w-3{width:12px!important;height:12px!important}.onboarding-shell svg.w-3.5,.onboarding-shell .w-3.5{width:14px!important;height:14px!important}.onboarding-shell svg.w-4,.onboarding-shell .w-4{width:16px!important;height:16px!important}.onboarding-shell svg.w-5,.onboarding-shell .w-5{width:20px!important;height:20px!important}.onboarding-shell svg.w-6,.onboarding-shell .w-6{width:24px!important;height:24px!important}.onboarding-shell svg.w-8,.onboarding-shell .w-8{width:32px!important;height:32px!important}.onboarding-main .header-titles h1,.onboarding-main .step3-header h1,.onboarding-main .step4-card h1{font-family:Playfair Display,serif;font-weight:700;letter-spacing:-.025em;line-height:1.2;color:#171714}.onboarding-main .focal-label,.onboarding-main .step3-form-card h3{font-family:Playfair Display,serif;font-weight:600;letter-spacing:-.01em;color:#171714;line-height:1.3}.onboarding-main .header-sub,.onboarding-main .step3-header-sub,.onboarding-main .step4-sub{font-family:Inter,sans-serif;font-weight:400;line-height:1.65;color:#6b6b6b;letter-spacing:.005em}.onboarding-main .field-label,.onboarding-main .form-label,.onboarding-main .url-label,.onboarding-main .section-label-tag,.onboarding-main .secondary-section-title{font-family:Inter,sans-serif;font-weight:600;font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:#5a5a5a;line-height:1.4}.onboarding-main .custom-input,.onboarding-main .form-input,.onboarding-main .form-select{font-family:Inter,sans-serif;font-weight:500;font-size:clamp(14px,2.5vw,15px);color:#171714;letter-spacing:0;line-height:1.5}.onboarding-main .custom-textarea,.onboarding-main .form-textarea{font-family:Inter,sans-serif;font-weight:400;font-size:clamp(13.5px,2vw,14.5px);color:#171714;line-height:1.7;letter-spacing:.005em}.onboarding-main .custom-input::-moz-placeholder,.onboarding-main .form-input::-moz-placeholder,.onboarding-main .custom-textarea::-moz-placeholder,.onboarding-main .form-textarea::-moz-placeholder{color:#acacac;font-weight:400;font-style:normal}.onboarding-main .custom-input::placeholder,.onboarding-main .form-input::placeholder,.onboarding-main .custom-textarea::placeholder,.onboarding-main .form-textarea::placeholder{color:#acacac;font-weight:400;font-style:normal}.onboarding-main .textarea-footer{display:flex;justify-content:space-between;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:11.5px;font-weight:400;color:#ababab;letter-spacing:.01em;line-height:1.4;margin-top:7px}.onboarding-main .textarea-footer>span:first-child{font-style:italic;color:#b8b4ac}.onboarding-main .textarea-footer>span:last-child{font-weight:500;font-variant-numeric:tabular-nums;color:#999;white-space:nowrap;flex-shrink:0}.onboarding-main .field-error,.onboarding-main .form-error-msg{font-family:Inter,sans-serif;font-weight:500;font-size:11.5px;letter-spacing:.01em;line-height:1.4}.onboarding-main .btn-cta-primary,.onboarding-main .btn-cta-next,.onboarding-main .btn-cta-prev,.onboarding-main .btn-cta-submit,.onboarding-main .btn{font-family:Inter,sans-serif;font-weight:600;letter-spacing:.01em;line-height:1}.onboarding-main .step-badge,.onboarding-main .sidebar-tag,.onboarding-main .editorial-tag,.onboarding-main .recommended-cat-tag,.onboarding-main .img-category,.onboarding-main .panel-badge{font-family:Inter,sans-serif;font-weight:700;letter-spacing:.12em;line-height:1}.onboarding-sidebar .step-title{font-family:Inter,sans-serif;font-weight:600;letter-spacing:-.005em;color:#171714}.onboarding-sidebar .step-subtitle{font-family:Inter,sans-serif;font-weight:400;letter-spacing:.01em;color:#8c8880}.onboarding-sidebar .step-num{font-family:Inter,monospace;font-weight:500;letter-spacing:.02em;color:#ababab}.onboarding-sidebar .step-nav-item.active .step-num{color:#3f7527}.onboarding-sidebar .sidebar-brand-block .brand-name{font-family:Playfair Display,serif;font-weight:700;letter-spacing:-.025em;color:#171714}.onboarding-sidebar .sidebar-sub{font-family:Inter,sans-serif;font-weight:400;color:#8c8880;line-height:1.6;letter-spacing:.005em}.onboarding-sidebar .sidebar-tag{font-family:Inter,sans-serif;font-weight:700;letter-spacing:.14em;color:#3f7527}.onboarding-sidebar .user-name{font-family:Inter,sans-serif;font-weight:600;letter-spacing:-.005em;color:#171714}.onboarding-sidebar .user-role{font-family:Inter,sans-serif;font-weight:600;letter-spacing:.1em;color:#ababab;font-size:9px}.onboarding-main .url-label{font-family:Inter,sans-serif;font-weight:600;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#3f7527}.onboarding-main .url-text{font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-weight:500;letter-spacing:.01em}.onboarding-main .stat-val{font-family:Playfair Display,serif;font-weight:700;letter-spacing:-.02em}.onboarding-main .stat-label{font-family:Inter,sans-serif;font-weight:500;letter-spacing:.08em;color:#ababab}.onboarding-main .step4-sub{font-family:Inter,sans-serif;font-weight:400;line-height:1.65;color:#6b6b6b}.onboarding-main .recommended-title{font-family:Playfair Display,serif;font-weight:700;letter-spacing:-.02em;color:#171714;line-height:1.2}.onboarding-main .recommended-desc{font-family:Inter,sans-serif;font-weight:400;font-size:13px;color:#6b6b6b;line-height:1.6;letter-spacing:.005em}.onboarding-main .attribute-chips .chip{font-family:Inter,sans-serif;font-weight:500;font-size:11px;letter-spacing:.02em;color:#4a4a4a}.onboarding-main .form-label{font-family:Inter,sans-serif;font-weight:600;font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:#5a5a5a;line-height:1.4}.onboarding-main .form-input,.onboarding-main .form-textarea,.onboarding-main .form-select{font-family:Inter,sans-serif;font-weight:500;color:#171714;letter-spacing:0}@media (max-width: 1023px){.onboarding-main .textarea-footer{font-size:11px}}@media (max-width: 768px){.onboarding-main .textarea-footer{font-size:10.5px;gap:6px}.onboarding-main .field-label,.onboarding-main .form-label{font-size:10.5px;letter-spacing:.07em}.onboarding-main .custom-input,.onboarding-main .form-input,.onboarding-main .custom-textarea,.onboarding-main .form-textarea{font-size:15px}}@media (max-width: 375px){.onboarding-main .field-label,.onboarding-main .form-label{font-size:10px}.onboarding-main .textarea-footer{font-size:10px;flex-direction:column;align-items:flex-start;gap:2px}}.step0-container{padding:clamp(20px,4vw,56px) clamp(16px,5vw,64px);max-width:800px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:clamp(18px,3vw,32px);box-sizing:border-box}.header-titles h1{font-family:Playfair Display,serif;font-size:clamp(20px,3.5vw,30px);font-weight:700;color:#171714;letter-spacing:-.02em;line-height:1.25}.header-sub{font-size:13px;color:#7a7a7a;margin-top:4px;line-height:1.5}.step0-card-wrapper{display:flex;justify-content:center}.step0-card{width:100%;max-width:520px;background:#fff;border:1px solid #E9E4D8;border-radius:20px;padding:clamp(18px,4vw,36px);box-shadow:0 4px 20px #00000008;box-sizing:border-box}.field-label{font-size:11px;font-weight:700;letter-spacing:.06em;color:#7a7a7a;text-transform:uppercase;display:block;margin-bottom:4px}.custom-input{width:100%;background:#fff;border:1px solid #E9E4D8;border-radius:10px;padding:11px 14px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#171714;outline:none;box-sizing:border-box;transition:border-color .2s ease}.custom-input:focus{border-color:#285b18;box-shadow:0 0 0 3px #285b1814}.btn-cta-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;background:#285b18;color:#fff;border-radius:100px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);white-space:nowrap}.btn-cta-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.field-error{font-size:11px;color:#c0392b;font-weight:500;margin-top:2px;display:block}.s0-toggle-row{padding:2px 0 0}.s0-toggle-label{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:40px;padding:4px 0;width:-moz-fit-content;width:fit-content}.s0-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:15px;height:15px;min-width:15px;border:1.5px solid #C8C2B8;border-radius:3px;background:#fdfbf7;cursor:pointer;flex-shrink:0;position:relative;margin:0;transition:border-color .15s ease,background-color .15s ease;vertical-align:middle}.s0-checkbox:hover{border-color:#a09890}.s0-checkbox:checked{background-color:#285b18;border-color:#285b18}.s0-checkbox:checked:after{content:"";position:absolute;left:3.5px;top:.5px;width:5px;height:9px;border:1.5px solid #FFFFFF;border-top:none;border-left:none;transform:rotate(45deg)}.s0-checkbox:focus-visible{outline:2px solid rgba(40,91,24,.3);outline-offset:2px}.s0-toggle-text{font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:#8c8880;line-height:1;letter-spacing:.005em}.s0-cta-row{padding-top:14px}.s0-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;padding:0 24px;background:#285b18;color:#fff;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;letter-spacing:.01em;cursor:pointer;box-sizing:border-box;transition:background-color .2s ease,transform .15s ease,box-shadow .2s ease;white-space:nowrap}.s0-submit-btn:hover:not(:disabled){background:#3f7527;box-shadow:0 4px 14px #285b1838;transform:translateY(-1px)}.s0-submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:none}.s0-submit-btn:disabled{opacity:.55;cursor:not-allowed}.s0-spinner{display:inline-block;width:15px;height:15px;min-width:15px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:s0-spin .7s linear infinite;flex-shrink:0}@keyframes s0-spin{to{transform:rotate(360deg)}}.s0-account-nav{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5px;padding-top:14px;margin-top:2px;border-top:1px solid #F0EBE0}.s0-account-text{font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:#9e998f;letter-spacing:.005em;line-height:1.4;white-space:nowrap}.s0-account-link{font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#285b18;text-decoration:none;letter-spacing:.01em;line-height:1.4;white-space:nowrap;position:relative;padding-bottom:1px;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}.s0-account-link:hover{color:#3f7527;border-bottom-color:#3f7527}@media (max-width: 768px){.step0-container{padding:16px;gap:16px}.step0-card{padding:18px;border-radius:16px}.step-header{padding-bottom:14px}.s0-toggle-label{min-height:44px;gap:10px}.s0-toggle-text{font-size:13px}.s0-submit-btn{height:50px;font-size:15px;border-radius:12px}.s0-account-nav{gap:4px;padding-top:12px}.s0-account-text,.s0-account-link{font-size:13px}}@media (max-width: 375px){.step0-container{padding:12px;gap:12px}.step0-card{padding:14px}.s0-account-nav{flex-direction:column;gap:3px}}.step1-container{padding:clamp(20px,4vw,48px) clamp(16px,5vw,64px);max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:clamp(20px,3vw,36px)}.step-header{display:flex;flex-direction:column;gap:10px;border-bottom:1px solid #E9E4D8;padding-bottom:20px}.step-badge-row{display:flex;justify-content:space-between;align-items:center}.step-badge{font-size:10px;font-weight:700;letter-spacing:.14em;color:#3f7527;text-transform:uppercase}.step-counter{font-size:12px;font-weight:600;color:#7a7a7a}.progress-bar-track{width:100%;height:3px;background:#e9e4d8;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:#285b18;border-radius:4px;transition:width .4s cubic-bezier(.16,1,.3,1)}.header-titles h1{font-family:Playfair Display,serif;font-size:clamp(22px,3.5vw,32px);font-weight:700;color:#171714;letter-spacing:-.02em;line-height:1.2}.header-sub{font-size:clamp(13px,2vw,14px);color:#7a7a7a;margin-top:4px}.step1-grid{display:grid;grid-template-columns:1fr 320px;gap:clamp(20px,3vw,40px);align-items:start}.input-card{background:#fff;border:1px solid #E9E4D8;border-radius:20px;padding:clamp(20px,3vw,36px);box-shadow:0 2px 12px #00000005;display:flex;flex-direction:column;gap:18px;min-width:0}.focal-label{font-family:Playfair Display,serif;font-size:clamp(17px,2.5vw,20px);font-weight:600;color:#171714}.textarea-wrapper{display:flex;flex-direction:column;position:relative}.custom-textarea{width:100%;background:#f7f5f0;border:1px solid #E9E4D8;border-radius:14px;padding:14px;font-family:Inter,sans-serif;font-size:clamp(13px,2vw,14px);color:#171714;line-height:1.6;outline:none;transition:all .2s ease;resize:vertical;box-sizing:border-box;min-height:100px}.custom-textarea:hover{border-color:#d8d1c3}.custom-textarea:focus{border-color:#285b18;background:#fff;box-shadow:0 0 0 3px #285b1814}.textarea-footer{text-align:right;font-size:10px;color:#7a7a7a;margin-top:6px}.form-error-msg{font-size:12px;color:#c0392b;font-weight:500}.narrative-loader{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f7f5f0;border:1px solid #E9E4D8;border-radius:12px}.narrative-text{font-size:12px;font-weight:600;color:#285b18}.result-panel{background:#fff;border:1px solid #E9E4D8;border-left:3px solid #285B18;border-radius:14px;padding:clamp(16px,3vw,22px);min-width:0;box-shadow:0 4px 16px #00000005;display:flex;flex-direction:column;gap:16px}.panel-badge{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:700;letter-spacing:.12em;color:#285b18;text-transform:uppercase;background:#f3faf0;padding:4px 10px;border-radius:100px;border:1px solid #E8F5E0}.panel-badge:before{content:"✓";font-size:11px;font-weight:800}.custom-input{width:100%;background:#fdfbf7;border:1px solid #E9E4D8;border-radius:10px;padding:10px 14px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#171714;outline:none;box-sizing:border-box;transition:border-color .2s ease,background .2s ease}.custom-input:focus{border-color:#285b18;background:#fff;box-shadow:0 0 0 3px #285b1814}.actions-row{display:flex;gap:12px;margin-top:12px;flex-wrap:wrap}.btn-cta-primary{flex:1;min-width:140px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;background:#285b18;color:#fff;border-radius:100px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;border:none;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);white-space:nowrap}.btn-cta-primary:hover{background:#3f7527;transform:translateY(-1px);box-shadow:0 4px 14px #285b1840}.btn-cta-next{display:inline-flex;align-items:center;gap:8px;padding:13px 20px;background:transparent;color:#285b18;border:1.5px solid #285B18;border-radius:100px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-cta-next:hover{background:#e8f5e0}.editorial-card{background:#fff;border:1px solid #E9E4D8;border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:8px;min-width:0}.editorial-tag{font-size:9px;font-weight:700;letter-spacing:.12em;color:#3f7527;text-transform:uppercase}.editorial-title{font-family:Playfair Display,serif;font-size:15px;font-weight:600;color:#171714;line-height:1.3}.editorial-body{font-size:12px;color:#7a7a7a;line-height:1.6}.editorial-image-block{border-radius:16px;overflow:hidden;position:relative;height:200px;border:1px solid #E9E4D8}.editorial-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.editorial-image-block:hover .editorial-img{transform:scale(1.03)}.editorial-img-overlay{position:absolute;bottom:0;left:0;right:0;padding:16px;background:linear-gradient(to top,rgba(23,23,20,.85) 0%,transparent 100%);color:#fff;display:flex;flex-direction:column;gap:2px}.img-category{font-size:9px;font-weight:700;letter-spacing:.12em;color:#f0d98a}.img-title{font-family:Playfair Display,serif;font-size:14px;font-weight:600}@media (max-width: 1023px){.step1-grid{grid-template-columns:1fr 260px;gap:24px}.editorial-image-block{height:160px}}@media (max-width: 768px){.step1-container{padding:16px;gap:16px}.step1-grid{grid-template-columns:1fr;gap:16px}.editorial-card,.editorial-image-block{display:none}.input-card{padding:16px;border-radius:16px;gap:14px}.actions-row{flex-direction:column;gap:10px}.btn-cta-primary,.btn-cta-next{width:100%;justify-content:center;padding:13px 20px}}@media (max-width: 430px){.step-header{padding-bottom:14px;gap:8px}.input-card{padding:14px;gap:12px}}.shop-preview-window{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid #E9E4D8;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0000000a}.preview-browser-bar{background:#f7f5f0;padding:10px 16px;border-bottom:1px solid #E9E4D8;display:flex;align-items:center;justify-content:space-between}.browser-dots{display:flex;align-items:center;gap:6px}.browser-dot{width:8px;height:8px;border-radius:50%}.browser-dot.red{background:#ff5f56}.browser-dot.yellow{background:#ffbd2e}.browser-dot.green{background:#27c93f}.browser-url{font-family:monospace;font-size:11px;color:#7a7a7a;background:#fff;padding:3px 10px;border-radius:6px;border:1px solid #E9E4D8;margin-left:8px}.device-segmented-control{display:flex;background:#e9e4d8;padding:2px;border-radius:8px;gap:2px}.segment-btn{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-family:Inter,sans-serif;font-size:11px;font-weight:600;color:#7a7a7a;border:none;background:transparent;cursor:pointer;transition:all .2s ease}.segment-btn.active{background:#fff;color:#171714;box-shadow:0 1px 4px #00000014}.preview-viewport{flex:1;background:#efece6;padding:20px;overflow-y:auto;display:flex;justify-content:center}.mock-storefront{transition:all .35s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 30px #00000014;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.mock-storefront.desktop{width:100%;min-height:440px}.mock-storefront.mobile{width:320px;min-height:520px}.store-nav{padding:12px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.06);background:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.store-brand-title{font-size:14px;font-weight:700;letter-spacing:-.01em}.store-nav-links{display:flex;align-items:center;gap:16px;font-size:11px;font-weight:500;color:inherit;opacity:.8}.store-hero{padding:32px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.store-hero h2{font-size:20px;font-weight:700;line-height:1.2}.store-hero p{font-size:11px;opacity:.85;max-width:260px;line-height:1.5}.store-cta-btn{margin-top:8px;padding:8px 18px;border-radius:100px;font-size:11px;font-weight:600;border:none;cursor:pointer;transition:transform .2s ease}.store-cta-btn:hover{transform:scale(1.02)}.store-content{padding:20px;flex:1}.store-section-label{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.6;margin-bottom:12px}.store-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.mock-product-card{padding:10px;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 8px #00000005;display:flex;flex-direction:column;gap:6px}.product-img-box{width:100%;aspect-ratio:1;background:#0000000a;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#0000004d}.product-name{font-size:11px;font-weight:600;color:#171714}.product-price{font-size:11px;font-weight:700}.store-footer{padding:12px;text-align:center;font-size:9px;opacity:.5;border-top:1px solid rgba(0,0,0,.05)}.step2-container{padding:clamp(20px,4vw,48px) clamp(16px,5vw,64px);max-width:1320px;margin:0 auto;width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:clamp(20px,3vw,36px)}.step2-container .step-header{display:flex;flex-direction:column;gap:10px;border-bottom:1px solid #E9E4D8;padding-bottom:20px}.step2-container .header-titles h1{font-family:Playfair Display,serif;font-size:clamp(22px,3.5vw,32px);font-weight:700;color:#171714;letter-spacing:-.02em;line-height:1.2;text-align:left}.step2-container .header-sub{font-size:clamp(13px,2vw,14px);color:#7a7a7a;margin-top:4px;text-align:left}.step2-grid{display:grid;grid-template-columns:42% 58%;gap:clamp(20px,3vw,40px);align-items:start}.selection-column{display:flex;flex-direction:column;gap:24px;min-width:0}.swatch-picker-card{background:#fff;border:1px solid #E9E4D8;border-radius:20px;padding:clamp(20px,3vw,28px);box-shadow:0 4px 20px #00000008;display:flex;flex-direction:column;gap:24px}.picker-header{display:flex;align-items:center;justify-content:space-between}.section-label-tag{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;letter-spacing:.12em;color:#285b18;text-transform:uppercase}.rec-pill{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;color:#285b18;background:#f3faf0;border:1px solid #E8F5E0;padding:3px 9px;border-radius:100px;letter-spacing:.04em}.swatches-bar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:8px 0}.swatch-btn{width:44px;height:44px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;border:none;cursor:pointer;position:relative;transition:transform .25s cubic-bezier(.16,1,.3,1);padding:0;outline:none}.swatch-btn:hover{transform:scale(1.14)}.swatch-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001f;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative}.swatch-btn.selected .swatch-dot{width:32px;height:32px;box-shadow:0 4px 14px #00000038}.swatch-btn.selected:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:50%;border:2px solid #285B18;pointer-events:none;animation:swatch-ring-pop .35s cubic-bezier(.16,1,.3,1)}@keyframes swatch-ring-pop{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.swatch-rec-dot{position:absolute;top:3px;right:3px;width:8px;height:8px;border-radius:50%;background:#285b18;border:2px solid #FFFFFF;pointer-events:none}.active-theme-info{background:#fdfbf7;border:1px solid #E9E4D8;border-radius:14px;padding:18px 20px;display:flex;flex-direction:column;gap:12px;animation:active-theme-fade .3s cubic-bezier(.16,1,.3,1)}@keyframes active-theme-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.active-theme-meta{display:flex;flex-direction:column;gap:2px}.active-cat-tag{font-size:9px;font-weight:700;letter-spacing:.12em;color:#3f7527;text-transform:uppercase}.active-theme-title{font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:#171714;letter-spacing:-.015em;margin:0}.attribute-chips{display:flex;flex-wrap:wrap;gap:6px}.chip{font-size:11px;font-weight:500;color:#5a5a5a;background:#fff;border:1px solid #E9E4D8;padding:4px 10px;border-radius:100px}.step2-actions-row{display:flex;gap:12px;align-items:center}.btn-cta-prev{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;background:transparent;color:#171714;border:1px solid #E9E4D8;border-radius:12px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-cta-prev:hover{background:#f7f5f0;border-color:#d8d1c3}.btn-cta-submit{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 24px;background:#285b18;color:#fff;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-cta-submit:hover{background:#3f7527;box-shadow:0 4px 14px #285b1838;transform:translateY(-1px)}.preview-sticky-column{position:sticky;top:24px;height:clamp(520px,70vh,640px)}@media (max-width: 1023px){.step2-grid{grid-template-columns:1fr;gap:24px}.preview-sticky-column{position:static;height:440px;order:-1}}@media (max-width: 768px){.step2-container{padding:16px;gap:16px}.swatch-picker-card{padding:16px;border-radius:16px;gap:18px}.swatches-bar{justify-content:center;gap:8px}.preview-sticky-column{position:static;height:340px;order:-1}.step2-actions-row{flex-direction:column-reverse;gap:10px}.btn-cta-submit,.btn-cta-prev{width:100%}}@media (max-width: 430px){.swatch-picker-card{padding:14px}.swatches-bar{gap:6px}.swatch-btn{width:40px;height:40px;min-width:40px;min-height:40px}.preview-sticky-column{height:280px}.active-theme-title{font-size:18px}}.step3-page{flex:1;display:flex;flex-direction:column;padding:clamp(16px,4vw,40px) clamp(16px,4vw,48px) clamp(16px,3vw,32px);gap:18px;box-sizing:border-box}.step3-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.step3-header h1{font-size:clamp(22px,3.5vw,32px);line-height:1.2}.step3-header-sub{font-size:14px;color:var(--text-light);font-family:Inter,sans-serif;margin-top:4px}.step3-header-right{display:flex;gap:10px;flex-shrink:0}.icon-btn{width:36px;height:36px;border-radius:50%;border:1.5px solid var(--sand);background:var(--white);cursor:pointer;font-size:15px;display:flex;align-items:center;justify-content:center;transition:border-color var(--transition)}.icon-btn:hover{border-color:var(--green-800)}.step3-progress-row{display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--sand);flex-wrap:nowrap}.step3-step-tag{font-size:13px;font-weight:600;color:var(--text-mid);white-space:nowrap;flex-shrink:0}.step3-progress-bar{flex:1;height:6px;background:var(--sand);border-radius:100px;overflow:hidden;min-width:0}.step3-progress-fill{height:100%;background:var(--green-800);border-radius:100px;transition:width .5s}.step3-pct{font-size:13px;font-weight:600;color:var(--green-800);white-space:nowrap;flex-shrink:0}.step3-body{display:grid;grid-template-columns:1fr 340px;gap:24px;flex:1;align-items:start;min-width:0}.step3-form-col{display:flex;flex-direction:column;gap:18px;min-width:0}.step3-form-card{background:var(--white);border-radius:var(--radius-lg);padding:clamp(16px,3vw,28px);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:16px;min-width:0}.step3-form-card h3{font-size:clamp(17px,2.5vw,20px)}.desc-label-row{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}.ai-magic-btn{font-size:12px;font-weight:700;color:var(--gold);background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:4px;transition:opacity var(--transition);font-family:Inter,sans-serif;flex-shrink:0}.ai-magic-btn:hover{opacity:.7}.ai-magic-btn:disabled{opacity:.4;cursor:not-allowed}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.price-input-wrap{position:relative}.price-input-wrap .form-input{padding-right:52px}.price-suffix{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:13px;font-weight:700;color:var(--text-light)}.upload-zone{border:2px dashed var(--sand);border-radius:var(--radius-md);min-height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:border-color var(--transition);background:var(--cream);position:relative;overflow:hidden}.upload-zone:hover{border-color:var(--green-800)}.upload-icon{font-size:26px;color:var(--text-light)}.upload-label{font-size:14px;font-weight:500;color:var(--text-mid)}.upload-hint{font-size:12px;color:var(--text-light)}.upload-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:14px;font-weight:600;opacity:0;transition:opacity var(--transition)}.upload-zone:hover .upload-overlay{opacity:1}.input-error{border-color:#e74c3c!important}.field-error{font-size:12px;color:#e74c3c}.tip-card{background:var(--cream-dark);border-radius:var(--radius-lg);padding:16px 18px;display:flex;gap:12px;align-items:flex-start;box-shadow:var(--shadow-sm)}.tip-card-icon{font-size:20px;flex-shrink:0;margin-top:2px}.tip-card-title{font-size:13px;font-weight:700;color:var(--text-dark);margin-bottom:4px}.tip-card-text{font-size:12.5px;color:var(--text-mid);line-height:1.5;font-family:Inter,sans-serif}.step3-catalog-col{min-width:0}.catalog-card{background:var(--white);border-radius:var(--radius-lg);padding:18px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:14px;position:sticky;top:16px;min-width:0}.catalog-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.catalog-title{font-size:15px;font-weight:700}.catalog-count{font-size:12px;font-weight:700;background:var(--green-100);color:var(--green-800);padding:3px 10px;border-radius:100px;flex-shrink:0}.catalog-empty{text-align:center;padding:28px 12px;color:var(--text-light);font-family:Inter,sans-serif;display:flex;flex-direction:column;gap:6px}.catalog-empty span{font-size:28px}.catalog-empty p{font-size:13px}.catalog-list{display:flex;flex-direction:column;gap:10px;max-height:320px;overflow-y:auto}.catalog-item{display:flex;align-items:center;gap:10px;padding:10px;background:var(--cream);border-radius:var(--radius-md);min-width:0}.catalog-item-img{width:50px;height:50px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0}.catalog-item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.catalog-img-placeholder{width:100%;height:100%;background:var(--green-100);color:var(--green-800);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.catalog-item-info{flex:1;min-width:0}.catalog-item-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalog-item-price{font-size:13px;font-weight:700;color:var(--green-800);margin-top:2px}.catalog-item-stock{font-size:11px;color:var(--text-light);margin-top:2px}.catalog-delete{background:none;border:none;cursor:pointer;font-size:16px;opacity:.4;transition:opacity var(--transition);flex-shrink:0;padding:4px}.catalog-delete:hover{opacity:1}.catalog-total-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid var(--sand);font-size:13px;font-family:Inter,sans-serif}.catalog-total{font-size:17px;font-weight:700;font-family:Playfair Display,serif}.catalog-actions{display:flex;gap:10px;flex-wrap:wrap}@media (max-width: 1023px){.step3-body{grid-template-columns:1fr 280px;gap:20px}}@media (max-width: 768px){.step3-page{padding:14px;gap:14px}.step3-header{flex-direction:column;gap:8px}.step3-body{grid-template-columns:1fr;gap:16px}.form-row-2{grid-template-columns:1fr;gap:12px}.step3-catalog-col{order:2}.step3-form-col{order:1}.catalog-card{position:static}.catalog-list{max-height:240px}.catalog-actions{flex-direction:column}}@media (max-width: 430px){.step3-header h1{font-size:20px}.step3-form-card{padding:14px;gap:12px}.upload-zone{min-height:90px}}@media (max-width: 1023px){.step3-page .sticky{height:460px!important}}@media (max-width: 768px){.step3-page .sticky{position:static!important;height:320px!important}.step3-page [class*="lg:col-span"]{width:100%!important}.step3-page .grid{grid-template-columns:1fr!important;gap:16px!important}.step3-page [class*="lg:col-span-5"]{order:-1}}@media (max-width: 430px){.step3-page .sticky{height:260px!important}}.step4-page{flex:1;display:flex;align-items:center;justify-content:center;padding:clamp(16px,4vw,48px);position:relative;overflow:hidden;background:var(--cream);min-height:100%}.confetti-container{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:10}.confetti-piece{position:absolute;top:-20px;border-radius:3px;animation:confetti-fall linear forwards}@keyframes confetti-fall{0%{top:-20px;transform:rotate(0) translate(0);opacity:1}to{top:110vh;transform:rotate(720deg) translate(40px);opacity:0}}.step4-card{background:var(--white);border-radius:24px;padding:clamp(28px,5vw,56px) clamp(20px,4vw,48px);max-width:560px;width:100%;text-align:center;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;align-items:center;gap:20px;position:relative;z-index:1}.step4-badge{font-size:clamp(44px,8vw,64px);line-height:1}.step4-card h1{font-size:clamp(26px,5vw,40px);line-height:1.15}.step4-sub{font-size:clamp(14px,2.5vw,16px);color:var(--text-mid);line-height:1.6;font-family:Inter,sans-serif;max-width:400px}.step4-url-box{width:100%;background:var(--green-50);border-radius:var(--radius-md);padding:14px 18px;border:1px solid var(--green-100);box-sizing:border-box}.url-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--green-800);display:block;margin-bottom:8px}.url-display{display:flex;align-items:center;gap:8px;background:var(--white);border-radius:var(--radius-sm);padding:8px 12px;border:1px solid var(--green-100);min-width:0}.url-icon{font-size:14px;flex-shrink:0}.url-text{flex:1;font-family:monospace;font-size:clamp(11px,2vw,14px);color:var(--green-800);font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.url-copy{background:var(--green-800);color:var(--white);border:none;border-radius:var(--radius-sm);padding:6px 12px;font-size:12px;font-weight:700;cursor:pointer;transition:background var(--transition);flex-shrink:0;white-space:nowrap}.url-copy:hover{background:var(--green-700)}.step4-stats{display:flex;align-items:center;gap:clamp(12px,4vw,32px);padding:18px 0;border-top:1px solid var(--sand);border-bottom:1px solid var(--sand);width:100%}.stat-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.stat-val{font-family:Playfair Display,serif;font-size:clamp(22px,4vw,32px);font-weight:700;color:var(--green-800)}.stat-label{font-size:clamp(9px,1.5vw,12px);color:var(--text-light);text-transform:uppercase;letter-spacing:.06em;font-family:Inter,sans-serif;text-align:center}.stat-divider{width:1px;height:40px;background:var(--sand);flex-shrink:0}.step4-actions{display:flex;flex-direction:column;gap:10px;width:100%}.step4-actions .btn{justify-content:center}.step4-share p{font-size:13px;color:var(--text-light);margin-bottom:10px;font-family:Inter,sans-serif}.share-buttons{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.share-btn{padding:8px 18px;border-radius:100px;font-size:13px;font-weight:600;transition:all var(--transition);cursor:pointer;text-decoration:none;white-space:nowrap}.share-wa{background:#25d366;color:#fff}.share-wa:hover{background:#1fb855}.share-fb{background:#1877f2;color:#fff}.share-fb:hover{background:#1564d4}@media (max-width: 600px){.step4-page{align-items:flex-start;padding:16px}.step4-card{padding:24px 18px;border-radius:20px;gap:16px}}@media (max-width: 375px){.step4-card{padding:20px 14px;gap:14px}.step4-stats{gap:8px}.share-buttons{flex-direction:column;align-items:center}.share-btn{width:100%;text-align:center}}.sub-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#11182799;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:clamp(16px,3vw,32px);animation:modal-fade-in .25s cubic-bezier(.16,1,.3,1)}@keyframes modal-fade-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.sub-modal-card{background:#fff;border:1px solid #E9E4D8;border-radius:24px;width:100%;max-width:580px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 48px #0000001f;padding:clamp(20px,4vw,32px);display:flex;flex-direction:column;gap:20px;position:relative}.sub-modal-header{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #E9E4D8;padding-bottom:16px}.sub-tag{font-size:10px;font-weight:700;letter-spacing:.12em;color:#285b18;text-transform:uppercase}.sub-modal-title{font-family:Playfair Display,serif;font-size:clamp(20px,3vw,24px);font-weight:700;color:#171714;margin-top:2px;letter-spacing:-.02em}.sub-close-btn{background:#f7f5f0;border:1px solid #E9E4D8;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:#5a5a5a;cursor:pointer;transition:all .2s ease}.sub-close-btn:hover{background:#e9e4d8;color:#171714}.sub-loading-box{padding:48px 0;display:flex;flex-direction:column;align-items:center;gap:12px}.sub-form-content{display:flex;flex-direction:column;gap:20px}.sub-field-label{font-size:11px;font-weight:700;letter-spacing:.08em;color:#5a5a5a;text-transform:uppercase;display:block;margin-bottom:8px}.plan-toggle-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.plan-option-card{background:#fdfbf7;border:1px solid #E9E4D8;border-radius:14px;padding:14px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:4px}.plan-option-card:hover{border-color:#285b18}.plan-option-card.selected{background:#fff;border:2px solid #285B18;box-shadow:0 4px 14px #285b1814}.plan-card-header{display:flex;flex-direction:column}.plan-name{font-size:14px;font-weight:700;color:#171714}.plan-price{font-size:13px;color:#285b18}.plan-desc{font-size:11px;color:#7a7a7a;line-height:1.35}.airtel-instruction-card{background:#f3faf0;border:1px solid #E8F5E0;border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:10px}.airtel-badge-row{display:flex;align-items:center;justify-content:space-between}.airtel-tag{font-size:10px;font-weight:700;color:#285b18;letter-spacing:.1em}.airtel-amount{font-size:14px;font-weight:800;color:#285b18}.airtel-desc{font-size:13px;color:#2d5016;line-height:1.45}.airtel-copy-box{background:#fff;border:1px solid #C8E6C9;border-radius:12px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.airtel-num-wrap{display:flex;flex-direction:column}.airtel-num{font-size:16px;font-weight:800;color:#171714;letter-spacing:.05em}.airtel-owner{font-size:10px;font-weight:600;color:#7a7a7a}.btn-copy-num{background:#285b18;color:#fff;border:none;border-radius:8px;padding:8px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-copy-num:hover{background:#3f7527}.file-drop-area{border:2px dashed #E9E4D8;border-radius:14px;background:#fdfbf7;padding:16px;text-align:center;transition:border-color .2s ease}.file-drop-area:hover{border-color:#285b18}.file-input-hidden{display:none}.file-drop-label{cursor:pointer;display:block}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:6px}.upload-icon{font-size:24px}.upload-main-text{font-size:13px;font-weight:600;color:#171714}.upload-sub-text{font-size:11px;color:#7a7a7a}.proof-preview-wrap{display:flex;flex-direction:column;align-items:center;gap:8px}.proof-preview-img{max-height:160px;width:auto;border-radius:10px;border:1px solid #E9E4D8;-o-object-fit:contain;object-fit:contain}.change-img-text{font-size:11px;font-weight:600;color:#285b18;text-decoration:underline}.custom-input-sub{width:100%;background:#fdfbf7;border:1px solid #E9E4D8;border-radius:10px;padding:10px 14px;font-family:Inter,sans-serif;font-size:14px;color:#171714;outline:none;box-sizing:border-box}.custom-input-sub:focus{border-color:#285b18;background:#fff}.btn-cta-submit-sub{width:100%;height:48px;background:#285b18;color:#fff;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.btn-cta-submit-sub:hover:not(:disabled){background:#3f7527;box-shadow:0 4px 14px #285b1838}.btn-cta-submit-sub:disabled{opacity:.5;cursor:not-allowed}.pending-verification-box{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:12px 0}.pending-icon-circle{width:56px;height:56px;border-radius:50%;background:#f3faf0;border:1px solid #E8F5E0;display:flex;align-items:center;justify-content:center}.pending-title{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:#171714;margin:0}.pending-sub{font-size:13.5px;color:#5a5a5a;line-height:1.5;max-width:440px}.pending-meta-card{width:100%;background:#fdfbf7;border:1px solid #E9E4D8;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:10px;text-align:left}.meta-row{display:flex;align-items:center;justify-content:space-between;font-size:12.5px}.meta-lbl{color:#7a7a7a;font-weight:500}.meta-val{color:#171714;font-weight:600}.pending-badge{font-size:9.5px;font-weight:800;color:#285b18;background:#e8f5e0;padding:3px 8px;border-radius:100px}.live-radar-container{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.radar-pulse-ring{position:absolute;width:72px;height:72px;border-radius:50%;background:#285b1826;animation:radar-expand 2s cubic-bezier(0,.2,.8,1) infinite}.radar-pulse-ring.delay-1{animation-delay:.8s}@keyframes radar-expand{0%{transform:scale(.6);opacity:.8}to{transform:scale(1.6);opacity:0}}.sync-status-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:#f3faf0;border:1px solid #C8E6C9;border-radius:100px;font-family:monospace;font-size:10px;font-weight:700;color:#285b18;letter-spacing:.05em}.sync-dot{width:6px;height:6px;border-radius:50%;background:#16a34a}.success-icon-circle{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#16a34a,#22c55e);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #16a34a4d}.rejected-icon-circle{width:64px;height:64px;border-radius:50%;background:#fef2f2;border:1.5px solid #fecaca;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.plan-toggle-grid{grid-template-columns:1fr}}.dash-shell{display:flex;min-height:100vh;background:var(--cream);overflow-x:hidden}.dash-sidebar{width:230px;flex-shrink:0;background:var(--white);border-right:1px solid var(--sand);display:flex;flex-direction:column;position:sticky;top:0;height:100vh;z-index:90;transition:transform .3s cubic-bezier(.16,1,.3,1)}.brand-wrap{padding:24px 20px 20px;border-bottom:1px solid var(--sand)}.dash-sidebar-close-btn{display:none;border:none;background:transparent;font-size:16px;cursor:pointer;padding:8px;color:var(--text-light)}.dash-nav{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.dash-nav-link{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:var(--radius-md);font-size:14px;font-weight:500;color:var(--text-light);transition:all var(--transition);text-decoration:none}.dash-nav-link:hover{background:var(--cream);color:var(--text-dark)}.dash-nav-link.active{background:var(--green-800);color:var(--white)}.dash-nav-icon-svg{width:18px;height:18px;flex-shrink:0}.dash-sidebar-bottom{padding:12px;border-top:1px solid #e5e7eb;background:#fff}.dash-user-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:#f9fafb;border:1px solid #f0f0f0;transition:all .2s ease}.dash-user-card:hover{background:#fff;border-color:#e5e7eb;box-shadow:0 4px 12px #0000000d}.dash-user-avatar{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#15803d,#166534);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;flex-shrink:0;box-shadow:0 2px 6px #15803d40;letter-spacing:-.5px}.dash-user-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.dash-user-name{font-size:13px;font-weight:700;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2;letter-spacing:-.2px}.dash-plan-badge{display:inline-flex;align-items:center;justify-content:center;font-size:9.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap!important;padding:3px 9px;border-radius:100px;cursor:pointer;transition:all .2s ease;line-height:1;margin-top:3px}.dash-plan-badge.badge-active{background:linear-gradient(135deg,#059669,#10b981);color:#fff;box-shadow:0 2px 6px #10b98140}.dash-plan-badge.badge-active:hover{transform:translateY(-1px);box-shadow:0 4px 10px #10b98159}.dash-plan-badge.badge-trial{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.dash-plan-badge.badge-pending{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.dash-plan-badge.badge-expired{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.dash-body{flex:1;display:flex;flex-direction:column;min-width:0;background:var(--cream)}.dash-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;min-height:64px;background:#fff;border-bottom:1px solid var(--sand);position:sticky;top:0;z-index:50}.dash-header-left{display:flex;align-items:center;gap:12px;flex:1;max-width:480px}.dash-mobile-menu-btn{display:none;background:none;border:none;font-size:20px;color:var(--text-dark);cursor:pointer;padding:4px}.dash-search{flex:1;display:flex;align-items:center;gap:10px;background:var(--cream);border-radius:100px;padding:8px 16px;border:1px solid var(--sand)}.dash-search-icon{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important;color:var(--text-light);flex-shrink:0}.dash-search input{flex:1;background:none;border:none;outline:none;font-family:Inter,sans-serif;font-size:13.5px;color:var(--text-dark)}.dash-header-actions{display:flex;align-items:center;gap:12px}.dash-header-actions svg{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important;flex-shrink:0}.dash-content{flex:1;padding:clamp(16px,3vw,32px);overflow-y:auto}@media (max-width: 768px){.dash-hamburger-btn,.dash-sidebar-close-btn{display:block}.dash-sidebar{position:fixed;top:0;left:0;height:100vh;transform:translate(-100%);box-shadow:8px 0 24px #00000026}.dash-sidebar.open{transform:translate(0)}.dash-sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:85}.dash-topbar{padding:10px 16px;gap:12px}.dash-search-wrap{padding:8px 12px}.dash-search{font-size:13px}.dash-topbar-right{gap:8px}.dash-divider,.dash-visit-text{display:none}.dash-visit-btn{padding:8px!important;border-radius:50%!important}.dash-content{padding:20px 16px}}.analytics-root{display:flex;flex-direction:column;gap:24px;max-width:1280px;margin:0 auto;font-family:Inter,sans-serif;color:#171714}.analytics-banner{display:flex;align-items:center;gap:14px;background:#fffbeb;border:1px solid #FCD34D;border-radius:16px;padding:16px 20px;color:#78350f;font-size:13px;line-height:1.5}.analytics-banner-icon{width:20px;height:20px;color:#d97706;flex-shrink:0}.analytics-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.stat-card-box{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:20px;padding:24px;box-shadow:0 2px 10px #00000005;display:flex;flex-direction:column;justify-content:space-between}.stat-card-title{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#7a7a7a}.stat-card-value{font-size:28px;font-weight:700;color:#171714;margin:8px 0 4px}.stat-card-value.highlight{color:#285b18}.stat-card-sub{font-size:11px;color:#7a7a7a}.analytics-chart-container{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:20px;padding:32px;box-shadow:0 4px 20px #00000008}.chart-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.chart-title{font-family:Playfair Display,serif;font-size:20px;font-weight:700;margin:0}.empty-analytics-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;background:#fdfbf7;border:1px solid #E9E4D8;border-radius:16px}.empty-analytics-icon{width:48px;height:48px;border-radius:50%;background:#f2f8ee;color:#285b18;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.empty-analytics-title{font-family:Playfair Display,serif;font-size:18px;font-weight:700;margin:0 0 8px;color:#171714}.empty-analytics-desc{font-size:13px;color:#7a7a7a;max-width:420px;line-height:1.6;margin:0}@media (max-width: 768px){.analytics-root{gap:16px}.analytics-banner{padding:10px 14px;font-size:11px;gap:10px}.analytics-banner-icon{width:16px;height:16px}.analytics-stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.stat-card-box{padding:14px 16px;border-radius:16px}.stat-card-title{font-size:8.5px}.stat-card-value{font-size:17px;margin:4px 0 2px}.stat-card-sub{font-size:9.5px}.analytics-chart-container{padding:18px 16px;border-radius:16px}.chart-header-row{margin-bottom:16px;flex-wrap:wrap;gap:10px}.chart-title{font-size:15px}}.store-editor-root{display:flex;flex-direction:column;gap:24px;max-width:1280px;margin:0 auto;font-family:Inter,sans-serif;color:#171714}.store-editor-header{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:24px 32px;border-radius:16px;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 10px #00000005;flex-wrap:wrap;gap:16px}.store-header-title h2{font-family:Playfair Display,serif;font-size:24px;font-weight:700;margin:4px 0 0;color:#171714}.store-header-title p{font-size:13px;color:#7a7a7a;margin:4px 0 0}.store-header-actions{display:flex;align-items:center;gap:12px}.btn-header-action{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:100px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid #E9E4D8;background:#fdfbf7;color:#171714;text-decoration:none;transition:all .2s ease}.btn-header-action:hover{background:#f5f0e6}.btn-header-action.primary-gold{background:#285b18;color:#fff;border:none}.btn-header-action.primary-gold:hover{background:#1e4612}.store-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}@media (max-width: 1024px){.store-editor-grid{grid-template-columns:1fr}}.store-form-card{background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.08);padding:32px;box-shadow:0 4px 20px #00000008;display:flex;flex-direction:column;gap:24px}.form-section-title{font-family:Playfair Display,serif;font-size:18px;font-weight:700;margin:0;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.06)}.logo-upload-box{display:flex;align-items:center;gap:16px;padding:16px;background:#fdfbf7;border:1px solid #E9E4D8;border-radius:14px}.logo-preview-avatar{width:64px;height:64px;border-radius:12px;background:#fff;border:1px solid #E9E4D8;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.logo-preview-avatar img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:4px}.btn-upload-logo{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:100px;background:#285b18;color:#fff;font-size:11px;font-weight:700;border:none;cursor:pointer;transition:background .2s ease}.btn-upload-logo:hover{background:#1e4612}.form-field-group{display:flex;flex-direction:column;gap:6px}.form-field-label{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#7a7a7a}.form-input-text,.form-textarea-text{width:100%;padding:12px 16px;border-radius:12px;border:1px solid #E9E4D8;background:#fff;font-family:Inter,sans-serif;font-size:13px;color:#171714;outline:none;box-sizing:border-box;transition:border-color .2s ease}.form-input-text:focus,.form-textarea-text:focus{border-color:#285b18}.theme-selector-list{display:flex;flex-direction:column;gap:10px}.theme-card-option{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-radius:12px;border:1px solid #E9E4D8;background:#fdfbf7;cursor:pointer;transition:all .2s ease}.theme-card-option:hover{border-color:#285b18}.theme-card-option.active{border-color:#285b18;background:#f2f8ee;box-shadow:0 2px 8px #285b1814}.theme-info-wrap{display:flex;align-items:center;gap:12px}.theme-color-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0}.theme-name-text{font-size:13px;font-weight:700;color:#171714}.theme-sub-text{font-size:11px;color:#7a7a7a}.btn-publish-submit{width:100%;padding:14px;border-radius:100px;background:#285b18;color:#fff;font-size:13px;font-weight:700;border:none;cursor:pointer;box-shadow:0 4px 14px #285b1833;transition:all .2s ease}.btn-publish-submit:hover{background:#1e4612;transform:translateY(-1px)}:root{--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--bg-cream: #FAF9F6;--text-dark: #111827;--text-muted: #4B5563;--accent-gold: #C9A84C;--accent-emerald: #10B981;--border-light: rgba(0, 0, 0, .05);--space-xs: clamp(8px, 1.5vw, 12px);--space-sm: clamp(12px, 2vw, 18px);--space-md: clamp(20px, 3.5vw, 32px);--space-lg: clamp(40px, 6vw, 72px);--space-xl: clamp(64px, 10vw, 112px);--font-size-hero-title: clamp(34px, 5.2vw, 58px);--font-size-section-title: clamp(24px, 3.8vw, 38px);--font-size-subtitle: clamp(14px, 2vw, 16px);--font-size-body: clamp(13px, 1.8vw, 15px);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--shadow-premium: 0 10px 30px -10px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .01)}*{box-sizing:border-box;margin:0;padding:0}.landing-root{min-height:100vh;background:var(--bg-cream);color:var(--text-dark);font-family:var(--font-sans);overflow-x:hidden;position:relative;-webkit-font-smoothing:antialiased}.container{width:100%;max-width:1240px;margin-left:auto;margin-right:auto;padding-left:clamp(24px,5vw,48px);padding-right:clamp(24px,5vw,48px)}.framer-navbar{position:fixed;top:16px;left:50%;transform:translate(-50%);z-index:1000;width:calc(100% - 32px);max-width:1120px;height:68px;display:flex;align-items:center;background:#fdfbf7bf;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.8);border-radius:100px;padding:0 24px;box-shadow:0 16px 36px #0000000d,0 2px 6px #00000005,inset 0 1px #ffffffe6;transition:all .4s cubic-bezier(.16,1,.3,1)}.framer-navbar.scrolled{top:12px;height:62px;background:#fdfbf7e0;backdrop-filter:blur(28px) saturate(200%);-webkit-backdrop-filter:blur(28px) saturate(200%);border-color:#e9e4d8cc;box-shadow:0 20px 48px #00000014,0 4px 12px #00000008,inset 0 1px #fffffff2}.nav-container{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}.framer-brand{display:flex;align-items:center;perspective:1000px;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1)}.framer-brand:hover{transform:translateY(-2px) scale(1.05) rotateX(6deg) rotateY(-4deg)}.framer-nav-logo{height:48px;width:auto;-o-object-fit:contain;object-fit:contain;mix-blend-mode:multiply;display:block;filter:drop-shadow(0 4px 14px rgba(40,91,24,.08));transition:all .4s cubic-bezier(.16,1,.3,1)}.framer-brand:hover .framer-nav-logo{filter:drop-shadow(0 10px 24px rgba(40,91,24,.2))}.framer-nav-links{display:flex;align-items:center;gap:32px}.nav-link-item{font-size:13.5px;font-weight:500;color:#5a5a5a;text-decoration:none;letter-spacing:.01em;transition:color .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1);display:inline-block}.nav-link-item:hover{color:#171714;transform:translateY(-1px)}.framer-nav-actions{display:flex;align-items:center;gap:20px}.framer-btn-secondary{font-size:13.5px;font-weight:500;color:#5a5a5a;text-decoration:none;transition:color .2s cubic-bezier(.16,1,.3,1)}.framer-btn-secondary:hover{color:#171714}.framer-btn-primary{height:44px;padding:0 20px;border-radius:100px;background:#171714;color:#fff;font-size:13.5px;font-weight:600;text-decoration:none;border:none;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;transition:background-color .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1)}.btn-arrow-icon{display:inline-block;transition:transform .2s cubic-bezier(.16,1,.3,1)}.framer-btn-primary:hover{background:#285b18;transform:translateY(-1px);box-shadow:0 4px 14px #285b1838}.framer-btn-primary:hover .btn-arrow-icon{transform:translate(2px,-2px)}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:transparent;border:none;cursor:pointer;border-radius:8px}.hamburger-bar{display:block;width:100%;height:2px;background:#171714;border-radius:2px;transition:transform .25s cubic-bezier(.16,1,.3,1),opacity .25s ease}.mobile-menu-drawer{position:absolute;top:64px;left:0;right:0;background:#fdfbf7f0;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(233,228,216,.9);border-radius:20px;box-shadow:0 16px 40px #0000001a;animation:drawer-slide-down .25s cubic-bezier(.16,1,.3,1);overflow:hidden}@keyframes drawer-slide-down{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-inner{padding:12px 14px;display:flex;flex-direction:column;gap:4px}.mobile-nav-link{font-size:13.5px;font-weight:600;color:#374151;text-decoration:none;min-height:38px;padding:0 12px;border-radius:10px;display:flex;align-items:center;transition:all .2s ease}.mobile-nav-link:hover,.mobile-nav-link:active{background:#285b1814;color:#285b18}.mobile-nav-link.text-muted{color:#6b7280}.mobile-menu-divider{height:1px;background:#0000000f;margin:4px 0}.mobile-btn-primary{height:42px;display:flex;align-items:center;justify-content:center;background:#285b18;color:#fff;border-radius:100px;font-size:13px;font-weight:600;text-decoration:none;width:100%;margin-top:4px;box-shadow:0 4px 12px #285b1833}.framer-hero-section{padding-top:clamp(160px,16vh,200px);padding-bottom:var(--space-lg)}.hero-grid-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:var(--space-md);align-items:center}.hero-text-side{padding-left:clamp(12px,2vw,32px)}.hero-eyebrow{font-size:10px;font-weight:800;letter-spacing:.16em;color:var(--text-muted);text-transform:uppercase;display:inline-block;margin-bottom:12px;animation:hero-fade-in .6s cubic-bezier(.16,1,.3,1) forwards}.landing-hero-main-title{font-family:var(--font-serif);font-size:var(--font-size-hero-title);font-weight:800;color:#171714!important;text-shadow:none!important;letter-spacing:-.035em;line-height:1.15;margin-bottom:16px;animation:hero-fade-in .7s cubic-bezier(.16,1,.3,1) forwards}.hero-subtitle{font-size:var(--font-size-subtitle);line-height:1.6;color:var(--text-muted);margin-bottom:var(--space-md);max-width:460px;animation:hero-fade-in .8s cubic-bezier(.16,1,.3,1) forwards}.hero-cta-wrapper{display:flex;align-items:center;gap:var(--space-sm);animation:hero-fade-in .9s cubic-bezier(.16,1,.3,1) forwards}@keyframes hero-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.framer-btn-primary-large{padding:13px 26px;border-radius:100px;background:var(--text-dark);color:#fff;font-size:13.5px;font-weight:600;text-decoration:none;display:inline-block;white-space:nowrap;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 18px #11182714}.framer-btn-primary-large:hover{background:#1f2937;transform:translateY(-1.5px);box-shadow:0 8px 20px #11182726}.framer-btn-text{font-size:13.5px;font-weight:650;color:var(--text-muted);text-decoration:none;transition:color .2s ease}.framer-btn-text:hover{color:var(--text-dark)}.hero-interactive-showcase{display:flex;justify-content:center}.showcase-card-outer{background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:0 20px 48px #0000000d;width:100%;max-width:460px;height:370px;display:flex;flex-direction:column;overflow:hidden;transition:all .5s ease}.showcase-window-header{padding:12px 16px;background:#fafafa;border-bottom:1px solid rgba(0,0,0,.04);display:flex;align-items:center;gap:6px}.window-dot{width:8px;height:8px;border-radius:50%}.window-url-bar{margin-left:12px;font-size:10px;color:#9ca3af;background:#fff;border:1px solid rgba(0,0,0,.03);padding:2px 10px;border-radius:4px;font-family:monospace}.showcase-window-content{padding:var(--space-md);flex:1;display:flex;flex-direction:column}.step-content-box{opacity:0;transform:translateY(10px);transition:all .4s cubic-bezier(.16,1,.3,1)}.step-content-box.active{opacity:1;transform:translateY(0)}.step-badge-indicator{font-size:9px;font-weight:800;text-transform:uppercase;color:#9ca3af;letter-spacing:.08em;display:block;margin-bottom:6px}.typing-input-box{background:#f9faf9;border:1px solid rgba(0,0,0,.04);border-radius:var(--radius-sm);padding:12px;font-size:13px;color:var(--text-dark);display:flex;gap:6px;align-items:center}.prompt-indicator{color:var(--accent-emerald);font-weight:700}.cursor-blink{animation:blink .8s infinite;color:var(--accent-emerald)}@keyframes blink{50%{opacity:0}}.analysis-progress-row{display:flex;align-items:center;gap:10px}.spinner-arc{width:12px;height:12px;border:2px solid rgba(0,0,0,.1);border-top-color:var(--accent-emerald);border-radius:50%;animation:spin .8s linear infinite}.analysis-text-label{font-size:11.5px;font-weight:600;color:var(--text-muted)}.analysis-success-row{display:flex;align-items:center;gap:8px}.icon-success-check{width:14px;height:14px;color:var(--accent-emerald)}.framer-concept-section{padding-top:var(--space-lg);padding-bottom:var(--space-lg);background:#fff;border-top:1px solid var(--border-light)}.concept-section-header{text-align:center;margin-bottom:var(--space-lg)}.concept-eyebrow{font-size:10px;font-weight:800;letter-spacing:.16em;color:var(--text-muted);text-transform:uppercase}.concept-main-title{font-family:var(--font-serif);font-size:var(--font-size-section-title);font-weight:800;margin-top:var(--space-xs);letter-spacing:-.03em}.concept-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-sm)}.concept-step-card{background:#fbf8f3;border:1px solid rgba(0,0,0,.03);border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.16,1,.3,1)}.concept-step-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #00000005}.concept-step-number{font-size:14px;font-weight:800;color:#9ca3af;font-family:monospace;display:block;margin-bottom:12px}.concept-step-title{font-size:15px;font-weight:750;color:var(--text-dark);margin-bottom:8px;letter-spacing:-.01em}.concept-step-desc{font-size:12.5px;line-height:1.5;color:var(--text-muted);margin-bottom:16px}.concept-step-visual-wrap{margin-top:auto;height:80px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:var(--radius-md);border:1px solid rgba(0,0,0,.02);padding:8px;overflow:hidden}.concept-visual-card{width:100%;display:flex;align-items:center;justify-content:center}.concept-visual-card.row-layout{flex-direction:column;gap:6px;align-items:stretch}.url-badge-simulated{background:#f4f9f5;color:#2d6a4f;border:1px solid rgba(45,106,79,.12);font-size:10.5px;font-weight:700;padding:5px 10px;border-radius:6px;display:flex;align-items:center}.framer-universes-section{padding-top:var(--space-lg);padding-bottom:var(--space-lg)}.universe-section-header{text-align:center;margin-bottom:var(--space-md)}.universe-eyebrow{font-size:10px;font-weight:800;letter-spacing:.16em;color:var(--text-muted);text-transform:uppercase}.universe-main-title{font-family:var(--font-serif);font-size:var(--font-size-section-title);font-weight:800;margin-top:var(--space-xs);letter-spacing:-.03em}.universe-subtitle{font-size:var(--font-size-subtitle);color:var(--text-muted);max-width:600px;margin:var(--space-sm) auto 0 auto}.universe-tabs-container{display:flex;justify-content:center;gap:12px;margin-top:var(--space-md)}.universe-tab-button{padding:8px 20px;border-radius:100px;border:1.5px solid;font-family:var(--font-sans);font-size:12.5px;font-weight:700;background:#fff;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1)}.universe-tab-button.active{background:#fff;box-shadow:0 4px 12px #00000008}.universe-preview-window{background:var(--bg-cream);border-radius:var(--radius-lg);border:1px solid var(--border-light);padding:var(--space-md);margin-top:var(--space-md);box-shadow:var(--shadow-premium)}.universe-demo-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.framer-dashboard-showcase{padding-top:var(--space-lg);padding-bottom:var(--space-lg);background:#fff;border-top:1px solid var(--border-light)}.dashboard-grid-layout{display:grid;grid-template-columns:1fr 1.25fr;gap:var(--space-lg);align-items:center}.dashboard-eyebrow{font-size:10px;font-weight:800;letter-spacing:.16em;color:var(--text-muted);text-transform:uppercase}.dashboard-title{font-family:var(--font-serif);font-size:var(--font-size-section-title);font-weight:800;margin-top:var(--space-xs);letter-spacing:-.03em}.dashboard-subtitle{font-size:var(--font-size-subtitle);line-height:1.6;color:var(--text-muted);margin-top:var(--space-sm)}.framer-simulated-dashboard{background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:0 16px 40px #0000000a;overflow:hidden}.simulated-db-header{padding:14px 20px;border-bottom:1px solid rgba(0,0,0,.04);background:#fafafa;display:flex;align-items:center;gap:8px}.db-brand-dot{width:7px;height:7px;border-radius:50%;background:var(--accent-emerald)}.simulated-db-body{padding:20px;display:flex;flex-direction:column;gap:16px}.simulated-db-metric-box{border:1px solid rgba(0,0,0,.03);border-radius:var(--radius-md);padding:16px;background:#fafafa}.db-metric-label{font-size:9px;font-weight:800;text-transform:uppercase;color:#9ca3af;letter-spacing:.06em;display:block}.db-metric-value{font-size:19px;font-weight:800;display:block;margin-top:4px}.simulated-db-orders-list{display:flex;flex-direction:column;gap:8px}.simulated-db-order-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid rgba(0,0,0,.02)}.framer-pricing-section{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}.pricing-section-header{text-align:center;margin-bottom:48px}.pricing-eyebrow{font-size:10px;font-weight:800;letter-spacing:.16em;color:var(--text-muted);text-transform:uppercase}.pricing-main-title{font-family:var(--font-serif);font-size:clamp(26px,3.8vw,38px);font-weight:800;margin-top:8px;letter-spacing:-.03em;color:var(--text-dark)}.pricing-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1040px;margin:0 auto;align-items:stretch}.pricing-card-box{background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:20px;padding:clamp(20px,2.5vw,28px);box-shadow:0 4px 16px #00000005;display:flex;flex-direction:column;justify-content:space-between;position:relative;transition:all .3s cubic-bezier(.16,1,.3,1);min-width:0}.pricing-card-box:hover{transform:translateY(-2px);border-color:#00000026;box-shadow:0 12px 28px #0000000d}.pricing-card-box.highlighted{border:1.5px solid #171714;background:#fff;box-shadow:0 8px 30px #0000000a}.pricing-card-header-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:24px;margin-bottom:4px}.pricing-card-badge{font-size:9px;font-weight:700;letter-spacing:.08em;color:#285b18;background:#f3faf0;border:1px solid #E8F5E0;padding:3px 9px;border-radius:100px;white-space:nowrap;flex-shrink:0}.pricing-card-top{display:flex;flex-direction:column}.pricing-card-lbl{font-size:11px;font-weight:700;color:#7a7a7a;text-transform:uppercase;letter-spacing:.08em;display:block}.pricing-card-desc{font-size:12.5px;line-height:1.45;color:#6b6b6b;margin-top:4px;margin-bottom:16px;min-height:36px}.pricing-card-price-row{display:flex;align-items:baseline;gap:4px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.05)}.price-amount-number{font-size:32px;font-weight:800;color:#171714;letter-spacing:-.03em;line-height:1}.price-currency-text{font-size:13px;font-weight:700;color:#171714}.price-period-text{font-size:12px;font-weight:500;color:#7a7a7a;margin-left:2px}.pricing-card-features-list{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-direction:column;gap:10px;flex:1}.pricing-card-features-list li{font-size:12.5px;color:#4a4a4a;display:flex;align-items:center;gap:8px;line-height:1.4}.icon-feature-check{width:14px;height:14px;color:#285b18;flex-shrink:0}.pricing-card-cta-btn{min-height:48px;padding:8px 16px;border-radius:12px;font-size:13.5px;font-weight:600;display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);box-sizing:border-box;width:100%;text-align:center;white-space:nowrap}.pricing-card-cta-btn.primary{background:#285b18;color:#fff;border:none}.pricing-card-cta-btn.primary:hover{background:#3f7527;transform:translateY(-1px);box-shadow:0 4px 14px #285b1838}.pricing-card-cta-btn.secondary{background:transparent;color:#171714;border:1px solid #E9E4D8}.pricing-card-cta-btn.secondary:hover{background:#f7f5f0;border-color:#d8d1c3}@media (max-width: 960px){.pricing-cards-grid{grid-template-columns:1fr;max-width:440px;gap:20px}}.framer-faq-section{padding-top:var(--space-lg);padding-bottom:var(--space-lg);background:#fff;border-top:1px solid var(--border-light)}.faq-inner-width{max-width:720px;margin:0 auto}.faq-section-title{font-family:var(--font-serif);font-size:var(--font-size-section-title);font-weight:800;text-align:center;margin-bottom:var(--space-md);letter-spacing:-.02em}.faq-accordions-list{display:flex;flex-direction:column;gap:12px}.faq-accordion-item{border:1px solid rgba(0,0,0,.04);border-radius:var(--radius-md);padding:16px 20px;background:#fafaf9}.faq-accordion-question{width:100%;background:none;border:none;display:flex;justify-content:space-between;align-items:center;font-family:inherit;font-size:13.5px;font-weight:700;color:var(--text-dark);text-align:left;cursor:pointer}.faq-accordion-arrow{font-size:16px;color:#9ca3af;font-weight:500}.faq-accordion-answer-text{font-size:12.5px;line-height:1.6;color:var(--text-muted);margin-top:12px}.framer-climax-cta-section{padding-top:var(--space-xl);padding-bottom:var(--space-xl);text-align:center;background:radial-gradient(circle at center,#fdfbf7,#faf9f6);border-top:1px solid var(--border-light)}.climax-inner-box{max-width:800px;margin:0 auto}.climax-main-title{font-family:var(--font-serif);font-size:clamp(30px,4.8vw,46px);font-weight:800;line-height:1.1;color:var(--text-dark);letter-spacing:-.03em;margin-bottom:var(--space-sm)}.climax-subtitle{font-size:var(--font-size-subtitle);color:var(--text-muted);margin-bottom:var(--space-md)}.framer-footer{background:#fff;border-top:1px solid var(--border-light);padding-top:var(--space-lg);padding-bottom:var(--space-md)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid var(--border-light)}.footer-brand-column{display:flex;flex-direction:column;gap:16px;max-width:320px}.footer-logo-img{height:44px;width:auto;-o-object-fit:contain;object-fit:contain;mix-blend-mode:multiply;align-self:flex-start}.footer-brand-text{font-size:12.5px;line-height:1.6;color:var(--text-muted)}.footer-links-column{display:flex;flex-direction:column;gap:12px}.footer-links-column h5{font-size:10px;font-weight:800;color:#9ca3af;letter-spacing:.1em;margin-bottom:8px}.footer-links-column a{font-size:13px;color:var(--text-muted);text-decoration:none;transition:color .15s ease}.footer-links-column a:hover{color:var(--text-dark)}.footer-contact-link-highlight{font-size:13px;font-weight:700;color:var(--text-dark)}.footer-bottom-row{margin-top:var(--space-sm);display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#9ca3af}.footer-bottom-nav{display:flex;gap:24px}.footer-bottom-nav a{color:#9ca3af;text-decoration:none;transition:color .15s ease}.footer-bottom-nav a:hover{color:var(--text-muted)}@media (max-width: 1024px){.hero-grid-layout{grid-template-columns:1.1fr 1fr;gap:32px}.concept-steps-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 768px){.framer-navbar{top:10px;height:56px;padding:0 16px;width:calc(100% - 24px)}.framer-nav-logo{height:32px}.mobile-menu-drawer{top:66px;border-radius:20px}.framer-nav-links,.framer-nav-actions{display:none!important}.mobile-menu-toggle{display:flex!important}.hamburger-bar.open:first-child{transform:translateY(3.5px) rotate(45deg)}.hamburger-bar.open:last-child{transform:translateY(-3.5px) rotate(-45deg)}.framer-hero-section{padding-top:86px;padding-bottom:36px}.hero-grid-layout{grid-template-columns:1fr;gap:28px;text-align:center}.hero-text-side{padding-left:0;text-align:center}.hero-eyebrow{font-size:9.5px;margin-bottom:8px}.landing-hero-main-title{font-size:clamp(24px,7vw,34px)!important;line-height:1.25!important;margin-bottom:12px!important}.hero-subtitle{margin-left:auto;margin-right:auto;font-size:13.5px!important;line-height:1.55!important;margin-bottom:20px!important;max-width:95%}.hero-cta-wrapper{flex-direction:column;gap:12px;width:100%}.framer-btn-primary-large{width:100%;text-align:center;box-sizing:border-box;padding:12px 24px!important;font-size:12.5px!important}.framer-btn-text{font-size:12.5px!important}.hero-interactive-showcase{margin-top:12px}.showcase-card-outer{height:300px!important;max-width:100%!important}.typing-input-box{padding:8px 12px!important;font-size:11px!important}.analysis-text-label{font-size:10.5px!important}.simulated-store-wrapper{padding:10px!important}.framer-concept-section{padding-top:var(--space-md);padding-bottom:var(--space-md)}.concept-section-header{margin-bottom:var(--space-md)}.concept-steps-grid{grid-template-columns:1fr!important;gap:16px!important}.concept-step-card{padding:20px!important;border-radius:var(--radius-md)!important}.concept-step-visual-wrap{height:72px!important;padding:8px!important;margin-top:12px!important}.framer-universes-section{padding-top:var(--space-md);padding-bottom:var(--space-md)}.universe-subtitle{font-size:13px!important;margin-top:8px!important}.universe-tabs-container{gap:6px;margin-top:16px;flex-wrap:wrap;justify-content:center}.universe-tab-button{padding:6px 12px!important;font-size:11px!important}.universe-preview-window{padding:16px!important;margin-top:16px!important;border-radius:var(--radius-md)!important}.universe-demo-products-grid{grid-template-columns:1fr!important;gap:12px!important}.framer-dashboard-showcase{padding-top:var(--space-md);padding-bottom:var(--space-md)}.dashboard-grid-layout{grid-template-columns:1fr!important;gap:24px!important;text-align:center}.dashboard-subtitle{font-size:13.5px!important}.framer-pricing-section{padding-top:var(--space-md);padding-bottom:var(--space-md)}.pricing-section-header{margin-bottom:24px}.pricing-cards-grid{grid-template-columns:1fr!important;gap:20px!important;max-width:100%!important;margin:0 auto!important}.pricing-card-box{padding:20px 18px!important;border-radius:16px!important;width:100%!important;max-width:100%!important;grid-column:auto!important;margin:0!important}.pricing-card-box:last-child{grid-column:auto!important;max-width:100%!important;margin:0!important}.pricing-card-header-row{flex-wrap:wrap;gap:6px}.price-amount-number{font-size:28px!important}.pricing-card-cta-btn{min-height:48px!important;font-size:14px!important}.framer-faq-section{padding-top:var(--space-md);padding-bottom:var(--space-md)}.faq-section-title{margin-bottom:20px!important}.faq-accordion-item{padding:12px 16px!important;border-radius:var(--radius-sm)!important}.faq-accordion-question{font-size:12.5px!important}.framer-climax-cta-section{padding-top:var(--space-lg);padding-bottom:var(--space-lg)}.climax-subtitle{font-size:13.5px!important;margin-bottom:20px!important}.framer-footer{padding-top:var(--space-md)}.footer-grid{grid-template-columns:1fr!important;gap:24px!important;padding-bottom:20px!important}.footer-bottom-row{flex-direction:column;gap:12px;text-align:center}}.login-page{display:grid;grid-template-columns:1fr 1.1fr;min-height:100vh;background:var(--white)}.login-visual{position:relative;background:var(--green-900);color:var(--white);padding:48px;display:flex;flex-direction:column}.login-visual-content{position:relative;z-index:2;display:flex;flex-direction:column;height:100%;justify-content:space-between}.login-logo{font-family:Playfair Display,serif;font-size:24px;font-weight:700;color:var(--white);display:flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content}.login-logo-dot{width:8px;height:8px;border-radius:50%;background:var(--gold)}.login-quote-wrap{max-width:440px;margin-top:auto;margin-bottom:auto}.login-quote-wrap blockquote{font-family:Playfair Display,serif;font-size:24px;line-height:1.5;font-style:italic;margin-bottom:20px;color:var(--cream)}.login-quote-wrap cite{font-family:Inter,sans-serif;font-size:13px;font-weight:600;opacity:.8;letter-spacing:.02em}.login-visual-footer{font-size:12px;opacity:.5}.login-visual-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 80%,rgba(45,80,22,.25) 0%,transparent 100%);z-index:1}.login-form-container{display:flex;align-items:center;justify-content:center;padding:48px;background:var(--cream)}.login-form-card{width:100%;max-width:400px}.login-form-header h2{font-size:32px;font-weight:700;color:var(--text-dark);margin-bottom:8px}.login-form-header p{font-size:14px;color:var(--text-light);line-height:1.5;margin-bottom:32px}.login-tabs-container{display:flex;background:#0000000a;padding:4px;border-radius:12px;margin-bottom:32px;border:1px solid rgba(0,0,0,.02)}.login-tab-btn{flex:1;padding:10px 16px;font-size:13px;font-weight:700;border:none;background:transparent;border-radius:9px;cursor:pointer;transition:all .2s ease;color:var(--text-light)}.login-tab-btn:hover{color:var(--text-dark);background:#fff6}.login-tab-btn.active{color:var(--green-800);background:var(--white);box-shadow:0 4px 12px #0000000d}.login-form{display:flex;flex-direction:column;gap:20px}.form-label-row{display:flex;justify-content:space-between;align-items:center}.forgot-pass-link{font-size:12px;font-weight:600;color:var(--green-800);transition:opacity var(--transition)}.forgot-pass-link:hover{opacity:.7}.btn-login{width:100%;justify-content:center;padding:14px 24px;margin-top:10px}.btn-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:var(--white);animation:spin .8s linear infinite}.login-error-alert{background:#ffe8e8;color:#c0392b;padding:12px 16px;border-radius:var(--radius-md);font-size:13px;font-weight:600}.login-form-footer{margin-top:32px;text-align:center;font-size:14px;color:var(--text-light)}.signup-link{color:var(--green-800);font-weight:700;transition:color var(--transition)}.signup-link:hover{color:var(--green-600)}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 900px){.login-page{grid-template-columns:1fr}.login-visual{display:none}.login-form-container{padding:32px 24px}}.public-store-root{min-height:100vh;width:100%;display:flex;flex-direction:column;color:#171714;margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased}.public-store-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:14px 48px;min-height:80px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);transition:all .3s ease}.brand-container{display:flex;align-items:center;gap:14px}.brand-logo-img,.store-logo-header{height:44px;max-height:48px;max-width:180px;width:auto;-o-object-fit:contain;object-fit:contain;transition:transform .2s ease}.brand-title-text{font-family:Playfair Display,serif;font-size:26px;font-weight:700;letter-spacing:-.02em;text-decoration:none}.nav-links-wrap{display:flex;align-items:center;gap:32px}.nav-link-item{font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:.02em;text-decoration:none;color:inherit;opacity:.8;transition:opacity .2s ease}.nav-link-item:hover{opacity:1}.cart-button-badge{padding:10px 22px;border-radius:100px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;border:none;cursor:pointer;box-shadow:0 4px 12px #00000014;transition:all .25s ease}.cart-button-badge:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0000001f}.public-hero-section{padding:80px 48px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-tagline{font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:12px;opacity:.9;color:#fff!important}.public-store-hero-title{font-family:Playfair Display,serif;font-size:48px;font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 16px;max-width:800px;color:#fff!important;text-shadow:0 2px 14px rgba(0,0,0,.75)}.hero-description-text{font-family:Inter,sans-serif;font-size:15px;line-height:1.6;max-width:640px;margin:0 auto 32px;opacity:.95;color:#fff!important;text-shadow:0 1px 8px rgba(0,0,0,.6)}.hero-cta-button{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;border-radius:100px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;text-decoration:none;border:none;cursor:pointer;box-shadow:0 8px 24px #00000026;transition:all .3s cubic-bezier(.16,1,.3,1)}.hero-cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px #00000038}.public-catalog-container{max-width:1280px;margin:0 auto;padding:64px 48px;width:100%;box-sizing:border-box}.catalog-header-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.08)}.catalog-section-title h2{font-family:Playfair Display,serif;font-size:32px;font-weight:700;margin:4px 0 0}.catalog-count-badge{font-family:Inter,sans-serif;font-size:12px;font-weight:600;opacity:.7}.products-display-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:28px}.products-display-grid:has(.bento-active){grid-template-columns:repeat(3,1fr)}.public-product-card.bento-active{grid-column:span 2;display:grid;grid-template-columns:1.2fr 1fr;gap:28px;align-items:center}.public-product-card.bento-active .product-media-wrapper{margin-bottom:0;height:100%;aspect-ratio:auto;min-height:380px}.public-product-card{border-radius:24px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 20px #00000005;transition:all .5s cubic-bezier(.16,1,.3,1);background:#fff;position:relative;overflow:hidden}.public-product-card:hover{transform:translateY(-4px);border-color:#0000001a;box-shadow:0 20px 48px #00000014}.product-media-wrapper{width:100%;aspect-ratio:1.05 / 1;border-radius:16px;overflow:hidden;background:#f5f5f7;display:flex;align-items:center;justify-content:center;margin-bottom:20px;position:relative}.product-media-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.public-product-card:hover .product-media-img{transform:scale(1.05) rotate(.5deg)}.product-fallback-text{font-family:Inter,sans-serif;font-size:13px;font-weight:700;color:#7a7a7a;text-transform:uppercase}.product-info-title{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:#171714;margin:0 0 6px}.product-info-desc{font-family:Inter,sans-serif;font-size:12px;line-height:1.5;color:#7a7a7a;margin:0 0 16px}.public-product-card.bento-active .product-info-title{font-size:26px;margin-bottom:10px}.public-product-card.bento-active .product-info-desc{font-size:13.5px;line-height:1.6;margin-bottom:20px}.product-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid rgba(0,0,0,.05)}.product-price-tag{font-family:Inter,sans-serif;font-size:15px;font-weight:700}.product-order-btn{padding:8px 18px;border-radius:100px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;background:transparent;border:1.5px solid;cursor:pointer;transition:all .2s ease}.product-order-btn:hover{background:#0000000a}.public-store-footer{padding:40px 48px;text-align:center;font-family:Inter,sans-serif;font-size:12px;opacity:.8;border-top:1px solid rgba(0,0,0,.06);margin-top:auto}@media (max-width: 768px){.public-store-header{padding:14px 20px}.brand-title-text{font-size:20px}.nav-links-wrap{gap:12px}.cart-text-label{display:none}.public-hero-section{padding:40px 20px}.public-store-hero-title{font-size:28px;margin-bottom:12px}.hero-description-text{font-size:13px;margin-bottom:24px}.hero-cta-button{padding:12px 28px;font-size:12px}.public-catalog-container{padding:32px 16px}.catalog-header-row{margin-bottom:24px}.catalog-section-title h2{font-size:22px}.products-display-grid{grid-template-columns:repeat(2,1fr);gap:12px}.public-product-card.bento-active{grid-column:auto;display:flex;flex-direction:column;gap:0;align-items:stretch}.public-product-card.bento-active .product-media-wrapper{margin-bottom:10px;height:auto;min-height:auto;aspect-ratio:1.05 / 1}.public-product-card{padding:10px;border-radius:12px}.product-media-wrapper{margin-bottom:10px;border-radius:8px}.product-info-title{font-size:14px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-info-desc{font-size:11px;line-height:1.4;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-footer{padding-top:8px;flex-direction:column;align-items:stretch;gap:8px}.product-price-tag{font-size:12px;text-align:center}.product-order-btn{width:100%;padding:6px 12px;font-size:10px;text-align:center;border-width:1px}.public-product-card:active{transform:scale(.98);box-shadow:0 4px 12px #0000000d}}.motion-loader-container{display:flex;align-items:center;justify-content:center;background-color:#faf8f5;width:100%;height:100%;padding:32px;box-sizing:border-box}.motion-loader-container.fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;min-height:100vh}.motion-loader-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 48px;background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:28px;border:1px solid rgba(233,228,216,.7);box-shadow:0 16px 40px #285b180f,0 4px 12px #00000008}.motion-glow-halo{position:absolute;top:50%;left:50%;width:120px;height:120px;margin-top:-85px;margin-left:-60px;background:radial-gradient(circle,#285b1840,#52b78800 70%);border-radius:50%;filter:blur(14px);animation:motionHaloPulse 2.5s infinite ease-in-out;pointer-events:none}.motion-orbit-ring{position:relative;width:90px;height:90px;border-radius:50%;padding:3px;background:conic-gradient(from 0deg,#285B18 0%,#52B788 40%,transparent 75%,#285B18 100%);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3.5px),#fff calc(100% - 3px));mask:radial-gradient(farthest-side,transparent calc(100% - 3.5px),#fff calc(100% - 3px));animation:motionOrbitSpin 1.4s linear infinite;margin-bottom:24px}.motion-logo-box{position:absolute;top:40px;width:82px;height:82px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 6px 18px #00000014;animation:motionLogoFloat 2.5s ease-in-out infinite}.motion-logo-img{height:38px;width:auto;-o-object-fit:contain;object-fit:contain;animation:motionLogoScale 2.5s ease-in-out infinite}.motion-loader-text-wrap{display:flex;align-items:center;gap:8px;margin-top:12px}.motion-loader-message{font-family:Inter,sans-serif;font-size:13.5px;font-weight:700;color:#171714;letter-spacing:-.01em}.motion-dots{display:flex;align-items:center;gap:4px}.motion-dots .dot{width:5px;height:5px;background-color:#285b18;border-radius:50%;display:inline-block;animation:motionDotBounce 1.4s infinite ease-in-out both}.motion-dots .dot-1{animation-delay:0s}.motion-dots .dot-2{animation-delay:.2s}.motion-dots .dot-3{animation-delay:.4s}@keyframes motionOrbitSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes motionHaloPulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.35);opacity:.95}}@keyframes motionLogoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes motionLogoScale{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes motionDotBounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1.3);opacity:1}}.admin-shell{min-height:100vh;background:#f7f5f0;color:#171714;font-family:Inter,sans-serif;display:flex;flex-direction:column}.admin-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.08);padding:10px 24px;min-height:56px;position:sticky;top:0;z-index:50;box-shadow:0 1px 4px #00000008}.admin-header-container{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:36px}.admin-brand-wrap{display:flex;align-items:center;gap:12px}.admin-logo-box{display:flex;align-items:baseline;gap:2px;cursor:pointer}.admin-logo-text{font-family:Playfair Display,serif;font-size:20px;font-weight:800;color:#171714;letter-spacing:-.03em}.admin-logo-dot{font-size:24px;font-weight:900;color:#285b18}.admin-badge{font-size:10px;font-weight:700;color:#285b18;background:#f3faf0;border:1px solid #E8F5E0;padding:3px 10px;border-radius:100px;letter-spacing:.06em;text-transform:uppercase}.admin-header-actions{display:flex;align-items:center;gap:14px}.admin-user-email{font-size:13px;font-weight:500;color:#5a5a5a}.btn-admin-logout{background:transparent;border:1px solid #E9E4D8;padding:6px 14px;border-radius:8px;font-size:12px;font-weight:600;color:#171714;cursor:pointer;transition:all .2s ease}.btn-admin-logout:hover{background:#f7f5f0}.admin-main{max-width:1320px;width:100%;margin:0 auto;padding:clamp(16px,3vw,32px);display:flex;flex-direction:column;gap:24px}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px}.metric-card{background:#fff;border:1px solid #E9E4D8;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:4px;box-shadow:0 2px 10px #00000005}.metric-card.highlight-pending{border:1.5px solid #D97706;background:#fffbeb}.metric-lbl{font-size:9px;font-weight:800;color:#7a7a7a;letter-spacing:.1em}.metric-num{font-size:28px;font-weight:800;color:#171714;letter-spacing:-.03em}.metric-sub{font-size:11px;color:#7a7a7a}.admin-tabs-row{display:flex;gap:12px;border-bottom:1px solid #E9E4D8;padding-bottom:2px}.admin-tab-btn{background:transparent;border:none;border-bottom:2px solid transparent;padding:10px 16px;font-size:14px;font-weight:600;color:#7a7a7a;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.admin-tab-btn.active{color:#285b18;border-bottom-color:#285b18}.tab-count-badge{background:#d97706;color:#fff;font-size:10px;font-weight:800;padding:2px 7px;border-radius:100px}.payments-management-card{background:#fff;border:1px solid #E9E4D8;border-radius:20px;padding:24px;box-shadow:0 4px 16px #00000005;display:flex;flex-direction:column;gap:20px}.card-top-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.filters-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.filter-lbl{font-size:10px;font-weight:800;color:#7a7a7a}.filter-btn{background:#f7f5f0;border:1px solid #E9E4D8;padding:6px 12px;border-radius:100px;font-size:12px;font-weight:600;color:#5a5a5a;cursor:pointer;transition:all .2s ease}.filter-btn.active{background:#285b18;color:#fff;border-color:#285b18}.btn-refresh{background:transparent;border:1px solid #E9E4D8;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600;color:#5a5a5a;cursor:pointer}.table-responsive-wrapper{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;text-align:left;font-size:13px}.admin-table th{background:#fdfbf7;padding:12px 14px;font-size:10px;font-weight:800;letter-spacing:.08em;color:#7a7a7a;text-transform:uppercase;border-bottom:1px solid #E9E4D8}.admin-table td{padding:14px;border-bottom:1px solid #F0ECE1;vertical-align:middle}.admin-table tr.row-pending{background:#fffdf5}.merchant-info-cell{display:flex;flex-direction:column}.plan-badge{background:#f3faf0;color:#285b18;border:1px solid #E8F5E0;padding:2px 7px;border-radius:6px;font-size:10px;font-weight:700}.btn-view-proof{background:#f7f5f0;border:1px solid #E9E4D8;padding:5px 10px;border-radius:6px;font-size:11px;font-weight:600;color:#171714;cursor:pointer}.status-pill{display:inline-block;padding:3px 9px;border-radius:100px;font-size:11px;font-weight:700}.status-pill.pending{background:#fef3c7;color:#d97706}.status-pill.approved{background:#d1fae5;color:#059669}.status-pill.rejected{background:#fee2e2;color:#dc2626}.table-actions-cell{display:flex;align-items:center;justify-content:flex-end;gap:6px}.btn-action-approve{background:#285b18;color:#fff;border:none;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-action-approve:hover{background:#3f7527}.btn-action-reject{background:#fee2e2;color:#dc2626;border:1px solid #FCA5A5;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer}.proof-modal-card{background:#fff;border-radius:20px;padding:20px;max-width:700px;width:100%;display:flex;flex-direction:column;gap:16px}.proof-modal-header{display:flex;align-items:center;justify-content:space-between}.proof-full-img{max-height:70vh;width:100%;-o-object-fit:contain;object-fit:contain;border-radius:12px;border:1px solid #E9E4D8}.admin-settings-card{background:#fff;border:1px solid #E9E4D8;border-radius:20px;padding:28px;box-shadow:0 4px 16px #00000005;display:flex;flex-direction:column;gap:20px}.admin-config-form{display:flex;flex-direction:column;gap:20px}.config-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 640px){.config-grid{grid-template-columns:1fr}}.legal-root{background-color:#faf9f6;color:#171714;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;display:flex;flex-direction:column;position:relative;-webkit-font-smoothing:antialiased}.legal-root ::-moz-selection{background:#285b1826;color:#1d4a25}.legal-root ::selection{background:#285b1826;color:#1d4a25}.legal-header{position:fixed;top:16px;left:50%;transform:translate(-50%);z-index:1000;width:calc(100% - 32px);max-width:1140px;height:64px;display:flex;align-items:center;background:#fdfbf7bf;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(233,228,216,.8);border-radius:100px;padding:0 24px;box-shadow:0 16px 36px #0000000a,0 2px 6px #00000005,inset 0 1px #ffffffe6;transition:all .35s cubic-bezier(.16,1,.3,1)}.legal-header.scrolled{top:10px;height:58px;background:#fdfbf7eb;backdrop-filter:blur(28px) saturate(200%);-webkit-backdrop-filter:blur(28px) saturate(200%);border-color:#dcd6c8e6;box-shadow:0 20px 48px #00000012,0 4px 12px #00000008}.legal-header-container{display:flex;align-items:center;justify-content:space-between;width:100%}.legal-brand{display:flex;align-items:center;text-decoration:none;transition:transform .3s cubic-bezier(.16,1,.3,1)}.legal-brand:hover{transform:translateY(-1px) scale(1.03)}.legal-brand-logo{height:42px;width:auto;-o-object-fit:contain;object-fit:contain;mix-blend-mode:multiply;display:block}.legal-nav-center{display:flex;align-items:center;gap:28px}.legal-nav-link{font-size:13.5px;font-weight:500;color:#6b7280;text-decoration:none;transition:color .2s ease;position:relative}.legal-nav-link:hover{color:#171714}.legal-nav-link.active{color:#1d4a25;font-weight:600}.legal-nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#285b18;border-radius:2px}.legal-header-actions{display:flex;align-items:center}.legal-btn-back{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 16px;border-radius:100px;background:#171714;color:#fff;font-size:12.5px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 8px #00000014}.legal-btn-back:hover{background:#285b18;transform:translateY(-1px);box-shadow:0 6px 16px #285b1840}.legal-btn-arrow{transition:transform .25s ease}.legal-btn-back:hover .legal-btn-arrow{transform:translate(2px,-2px)}.legal-mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}.legal-hamburger{display:block;width:20px;height:2px;background:#171714;border-radius:2px;position:relative;transition:all .25s ease}.legal-hamburger:before,.legal-hamburger:after{content:"";position:absolute;width:20px;height:2px;background:#171714;border-radius:2px;transition:all .25s ease}.legal-hamburger:before{top:-6px}.legal-hamburger:after{top:6px}.legal-hero-section{padding-top:clamp(140px,16vh,180px);padding-bottom:40px}.legal-hero-container{width:100%;max-width:1140px;margin:0 auto;padding:0 clamp(20px,5vw,40px);animation:legal-fade-in .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes legal-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.legal-eyebrow{font-size:10px;font-weight:800;letter-spacing:.18em;color:#6b7280;text-transform:uppercase;display:block;margin-bottom:12px}.legal-title{font-family:Georgia,Cambria,Times New Roman,Times,serif;font-size:clamp(32px,4.5vw,48px);font-weight:800;color:#171714;letter-spacing:-.03em;line-height:1.15;margin-bottom:14px}.legal-subtitle{font-size:clamp(15px,1.8vw,17px);line-height:1.6;color:#4b5563;max-width:720px;margin-bottom:24px}.legal-meta-row{display:inline-flex;align-items:center;gap:10px;padding:6px 14px;background:#00000008;border:1px solid rgba(0,0,0,.05);border-radius:100px}.legal-meta-label{font-size:11px;font-weight:500;color:#6b7280}.legal-meta-value{font-size:11.5px;font-weight:700;color:#1d4a25;font-family:monospace}.legal-divider-line{width:100%;max-width:1140px;margin:0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.08) 15%,rgba(0,0,0,.08) 85%,transparent)}.legal-main-container{width:100%;max-width:1140px;margin:0 auto;padding:48px clamp(20px,5vw,40px) 90px;flex:1}.legal-layout-grid{display:grid;grid-template-columns:260px 1fr;gap:60px;align-items:start}.legal-sidebar{position:relative}.legal-sidebar-sticky{position:sticky;top:100px;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:12px}.legal-sidebar-sticky::-webkit-scrollbar{width:3px}.legal-sidebar-sticky::-webkit-scrollbar-thumb{background:#0000001a;border-radius:4px}.legal-toc-title{font-size:10px;font-weight:800;letter-spacing:.16em;color:#9ca3af;text-transform:uppercase;padding-left:10px}.legal-toc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.legal-toc-btn{width:100%;text-align:left;background:none;border:none;padding:7px 10px;border-radius:8px;cursor:pointer;display:flex;align-items:baseline;gap:10px;transition:all .2s ease;border-left:2px solid transparent}.legal-toc-btn:hover{background:#00000008}.legal-toc-btn.active{background:#285b180d;border-left-color:#285b18}.legal-toc-num{font-size:10.5px;font-weight:700;font-family:monospace;color:#9ca3af;transition:color .2s ease}.legal-toc-btn.active .legal-toc-num{color:#285b18}.legal-toc-text{font-size:12.5px;font-weight:500;color:#4b5563;line-height:1.35;transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.legal-toc-btn.active .legal-toc-text{color:#171714;font-weight:600}.legal-content-column{max-width:740px;display:flex;flex-direction:column;gap:52px}.legal-section-block{scroll-margin-top:100px;display:flex;flex-direction:column;gap:14px}.legal-section-num{font-size:11px;font-weight:800;letter-spacing:.12em;color:#285b18;font-family:monospace;text-transform:uppercase}.legal-section-heading{font-family:Georgia,Cambria,Times New Roman,Times,serif;font-size:clamp(20px,2.6vw,25px);font-weight:700;color:#171714;letter-spacing:-.02em;line-height:1.25;margin:0}.legal-paragraph{font-size:15px;line-height:1.72;color:#374151;margin:0}.legal-paragraph strong{color:#171714;font-weight:600}.legal-list{list-style:none;padding:0;margin:6px 0;display:flex;flex-direction:column;gap:10px}.legal-list-item{position:relative;padding-left:20px;font-size:14.5px;line-height:1.65;color:#374151}.legal-list-item:before{content:"—";position:absolute;left:0;color:#285b18;font-weight:700}.legal-contact-card{margin-top:12px;padding:20px 24px;background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:16px;box-shadow:0 4px 16px #00000005;display:flex;flex-direction:column;gap:6px}.legal-contact-card p{margin:0;font-size:14px;color:#171714}.legal-contact-card strong{font-size:15px;color:#1d4a25}.legal-contact-email{color:#285b18;text-decoration:none;font-weight:600;transition:opacity .2s ease}.legal-contact-email:hover{opacity:.8;text-decoration:underline}.legal-scroll-top-btn{position:fixed;bottom:32px;right:32px;z-index:900;width:44px;height:44px;border-radius:50%;background:#171714;color:#fff;border:none;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #00000026;transition:all .3s cubic-bezier(.16,1,.3,1);animation:legal-fade-in .3s ease}.legal-scroll-top-btn:hover{background:#285b18;transform:translateY(-3px);box-shadow:0 12px 30px #285b184d}.legal-footer{background:#fff;border-top:1px solid rgba(0,0,0,.06);padding:60px 0 32px}.legal-footer-container{width:100%;max-width:1140px;margin:0 auto;padding:0 clamp(20px,5vw,40px)}.legal-footer-top{display:grid;grid-template-columns:1.5fr 2fr;gap:48px;padding-bottom:40px;border-bottom:1px solid rgba(0,0,0,.06)}.legal-footer-brand{display:flex;flex-direction:column;gap:14px}.legal-footer-logo{height:38px;width:auto;-o-object-fit:contain;object-fit:contain;mix-blend-mode:multiply;align-self:flex-start}.legal-footer-desc{font-size:13px;line-height:1.6;color:#6b7280;max-width:300px;margin:0}.legal-footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.legal-footer-col{display:flex;flex-direction:column;gap:10px}.legal-footer-col h5{font-size:10px;font-weight:800;color:#9ca3af;letter-spacing:.14em;margin:0 0 4px}.legal-footer-col a{font-size:13px;color:#4b5563;text-decoration:none;transition:color .15s ease}.legal-footer-col a:hover,.legal-footer-col a.active{color:#285b18;font-weight:500}.legal-footer-contact{color:#171714!important;font-weight:600!important}.legal-footer-loc{font-size:12px;color:#9ca3af}.legal-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:24px;font-size:12.5px;color:#9ca3af}@media (max-width: 1024px){.legal-layout-grid{grid-template-columns:220px 1fr;gap:40px}}@media (max-width: 768px){.legal-header{top:10px;height:56px;padding:0 16px;width:calc(100% - 24px)}.legal-brand-logo{height:32px}.legal-nav-center,.legal-header-actions{display:none}.legal-mobile-toggle{display:block}.legal-mobile-drawer{position:absolute;top:64px;left:0;right:0;background:#fdfbf7f5;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(233,228,216,.9);border-radius:20px;box-shadow:0 16px 40px #0000001a;animation:drawer-slide-down .25s cubic-bezier(.16,1,.3,1);overflow:hidden}.legal-mobile-drawer-inner{padding:14px 16px;display:flex;flex-direction:column;gap:6px}.legal-mobile-link{font-size:14px;font-weight:600;color:#374151;text-decoration:none;padding:10px 12px;border-radius:10px;display:flex;align-items:center}.legal-mobile-link.active{background:#285b1814;color:#285b18}.legal-mobile-divider{height:1px;background:#0000000f;margin:4px 0}.legal-mobile-btn-primary{height:42px;display:flex;align-items:center;justify-content:center;background:#285b18;color:#fff;border-radius:100px;font-size:13px;font-weight:600;text-decoration:none;width:100%}.legal-hero-section{padding-top:100px;padding-bottom:28px}.legal-layout-grid{grid-template-columns:1fr;gap:0}.legal-sidebar{display:none}.legal-main-container{padding-top:32px;padding-bottom:60px}.legal-content-column{gap:40px}.legal-footer-top{grid-template-columns:1fr;gap:32px}.legal-footer-nav{grid-template-columns:1fr;gap:24px}}@media (max-width: 430px){.legal-title{font-size:28px}.legal-subtitle{font-size:14px}.legal-section-heading{font-size:19px}.legal-paragraph{font-size:14px;line-height:1.68}.legal-list-item{font-size:13.5px}.legal-scroll-top-btn{bottom:20px;right:20px;width:40px;height:40px;font-size:16px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green-900: #1a3a12;--green-800: #2D5016;--green-700: #3a6b1e;--green-600: #4a8526;--green-500: #5a9e2e;--green-100: #e8f5e0;--green-50: #f3faf0;--gold: #C9A84C;--gold-light:#F0D98A;--cream: #FDFBF7;--cream-dark:#F5F0E8;--sand: #E8E0D0;--text-dark: #1C1C1C;--text-mid: #4A4A4A;--text-light:#7A7A7A;--white: #FFFFFF;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--shadow-sm: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 4px 20px rgba(0,0,0,.1);--shadow-lg: 0 8px 40px rgba(0,0,0,.14);--transition: .2s ease}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--cream);color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:Playfair Display,serif;line-height:1.25}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:100px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;border:none;transition:all var(--transition);white-space:nowrap}.btn-primary{background:var(--green-800);color:var(--white)}.btn-primary:hover{background:var(--green-700);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background:transparent;color:var(--green-800);border:2px solid var(--green-800)}.btn-secondary:hover{background:var(--green-50)}.btn-gold{background:var(--gold);color:var(--white)}.btn-gold:hover{background:#b8973e;transform:translateY(-1px)}.btn-outline-white{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.5)}.btn-outline-white:hover{background:#ffffff1a}.btn-sm{padding:8px 18px;font-size:13px}.btn-lg{padding:16px 36px;font-size:17px}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:13px;font-weight:600;color:var(--text-mid);text-transform:uppercase;letter-spacing:.05em}.form-input,.form-textarea,.form-select{width:100%;padding:12px 16px;border:1.5px solid var(--sand);border-radius:var(--radius-md);font-family:Inter,sans-serif;font-size:14px;color:var(--text-dark);background:var(--white);transition:border-color var(--transition);outline:none}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--green-800);box-shadow:0 0 0 3px #2d501614}.form-textarea{resize:vertical;min-height:120px}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:var(--text-light)}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-light)}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:100px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.badge-green{background:var(--green-100);color:var(--green-800)}.badge-gold{background:#fff3d0;color:#8a6500}.badge-red{background:#ffe8e8;color:#c0392b}.container{max-width:1200px;margin:0 auto;padding:0 24px}
