@import "https://fonts.googleapis.com/css2?family=Anton&family=Dancing+Script:wght@700&family=Rubik:wght@300;400;500;600;700;800;900&display=swap";:root{--font-primary:"Rubik", sans-serif;--font-accent:"Anton", sans-serif;--font-script:"Dancing Script", cursive;--bg-color:#f8fafc;--surface-color:#ffffffe6;--text-dark:#0f172a;--text-muted:#64748b;--accent-color:#000;--border-color:#e2e8f0;--focus-ring:#0000001a;--glass-shadow:0 10px 40px -10px #00000014;--card-shadow:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}body{font-family:var(--font-primary);background:var(--bg-color);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.site-footer{background:var(--text-dark);color:#fffc;border-top:4px solid #e2e8f0;flex-direction:column;align-items:center;gap:2rem;padding:3rem 2rem 2rem;display:flex}.footer-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.footer-contact-item{color:#fff;cursor:pointer;align-items:center;gap:.75rem;font-size:1rem;font-weight:500;transition:opacity .3s;display:flex}.footer-contact-item:hover{opacity:.7}.footer-copyright{opacity:.5;text-align:center;border-top:1px solid #ffffff1a;width:100%;max-width:800px;padding-top:2rem;font-size:.85rem}.hero-section{background-color:#f8fafc;background-image:linear-gradient(90deg,#0f172a08 1px,#0000 1px),linear-gradient(#0f172a08 1px,#0000 1px);background-size:40px 40px;background-attachment:fixed;width:100%;min-height:100vh;position:relative}.hero-bg{object-fit:cover;opacity:.6;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:10;grid-template-columns:1.2fr 1fr;align-items:center;width:100%;max-width:1400px;height:100vh;margin:0 auto;padding:2rem 4rem 120px;display:grid;position:relative}.hero-left{flex-direction:column;justify-content:center;gap:2rem;height:100%;padding-bottom:2rem;display:flex}.vision-header{color:var(--text-dark);align-items:center;gap:1.5rem;margin-left:.5rem;font-size:1.5rem;display:flex}.vision-item{text-align:center;flex-direction:column;align-items:center;display:flex}.vision-item span:first-child{font-weight:400}.vision-item span:last-child{font-size:2rem;font-weight:800}.vision-divider{background-color:var(--text-dark);opacity:.3;width:2px;height:50px}.brand-word-1-hero{font-family:var(--font-accent)}.brand-word-2-hero{font-family:var(--font-primary);letter-spacing:-1px}.hero-bottom-frame{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:20;background:#ffffffd9;border-top:1px solid #0000000d;align-items:center;width:100%;height:120px;display:flex;position:absolute;bottom:0;left:0;box-shadow:0 -10px 40px #0000000d}.frame-content{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:0 4rem;display:flex}.frame-text-group{align-items:center;gap:1.5rem;display:flex}.scroll-indicator{color:var(--text-dark);opacity:.5;text-transform:uppercase;letter-spacing:3px;cursor:pointer;flex-direction:column;align-items:center;gap:.2rem;font-size:.75rem;font-weight:700;transition:opacity .3s;display:flex}.scroll-indicator:hover{opacity:1}.frame-title{font-family:var(--font-accent);color:var(--text-dark);letter-spacing:2px;font-size:3.5rem;line-height:1}.frame-subtitle{font-family:var(--font-primary);color:var(--text-muted);text-transform:uppercase;letter-spacing:4px;border-left:2px solid #0000001a;padding-left:1.5rem;font-size:1.2rem;font-weight:500}.section-wrapper{width:100%}.section-wrapper.alt-bg{background-color:#f8fafc;border-top:1px solid #00000008;border-bottom:1px solid #00000008}.section-container{max-width:1200px;margin:0 auto;padding:7rem 2rem}.section-title{font-family:var(--font-accent);color:var(--text-dark);text-align:center;text-transform:uppercase;letter-spacing:2px;margin-bottom:4rem;font-size:3rem}.about-text{text-align:center;color:var(--text-dark);font-size:1.25rem;line-height:1.8}.about-text p{margin-bottom:1.5rem}.about-highlight{font-size:1.5rem;font-weight:700}.steps-container{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.step-card{background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px #00000008}.step-card:hover{border-color:#0000001a;transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.step-number{background:var(--text-dark);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;font-weight:800;display:flex;box-shadow:0 10px 20px #0000001a}.step-title{color:var(--text-dark);font-size:1.2rem;font-weight:700}.cards-container{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.category-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:240px;padding:2.5rem 2rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.category-card:after{content:"";background:var(--text-dark);transform-origin:bottom;width:4px;transition:transform .4s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.category-card:hover{border-color:#00000026;transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.category-card:hover:after{transform:scaleY(1)}.card-icon{color:var(--text-dark);margin-bottom:1.5rem}.card-text-content{flex-direction:column;gap:.5rem;display:flex}.card-title{text-transform:uppercase;color:var(--text-dark);letter-spacing:.5px;font-size:1.4rem;font-weight:800}.card-subtitle{color:var(--text-muted);font-size:.95rem;font-weight:400;line-height:1.5}.form-section{max-width:700px;margin:0 auto;padding:3rem}.form-group{margin-bottom:1.5rem}.form-label{margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-control{border:1px solid var(--border-color);background:#f8fafc;border-radius:12px;width:100%;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-control:focus{border-color:var(--text-dark);box-shadow:0 0 0 4px var(--focus-ring);background:#fff;outline:none}textarea.form-control{resize:vertical;min-height:150px}.submit-btn{background:var(--text-dark);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:1rem;padding:1rem;font-family:inherit;font-size:1.1rem;font-weight:700;transition:all .3s}.submit-btn:hover{background:#334155;transform:translateY(-2px)}@media (width<=1024px){.hero-content{text-align:center;grid-template-columns:1fr;padding:.5rem 1.5rem 40vh}.hero-left{z-index:20;align-items:center;padding:0}.vision-header{flex-direction:row;justify-content:center;gap:.5rem;font-size:.8rem}.vision-item span:last-child{font-size:1.1rem}.vision-divider{width:2px;height:1.5rem}.section-title{margin-bottom:3rem;font-size:2rem}.section-container{padding:4rem 1.5rem}.about-text{font-size:1.1rem;line-height:1.6}.steps-container{grid-template-columns:1fr 1fr;gap:1rem}.step-card{gap:1rem;padding:1.5rem 1rem}.step-number{width:44px;height:44px;font-size:1.2rem}.step-title{font-size:1rem}.cards-container{grid-template-columns:1fr;gap:1rem;max-width:600px;margin:0 auto}.category-card{flex-direction:row;align-items:center;gap:2rem;min-height:auto;padding:2rem}.card-icon{flex-shrink:0;margin-bottom:0;width:48px!important;height:48px!important}.card-title{margin-bottom:.25rem;font-size:1.25rem}.card-subtitle{font-size:.95rem}.footer-content{flex-direction:column;align-items:center;gap:1.5rem}}@media (width<=480px){.vision-header{flex-direction:row;gap:.4rem;font-size:.75rem}.vision-item span:last-child{font-size:.95rem}.vision-divider{width:1px;height:1.5rem}.steps-container{grid-template-columns:1fr 1fr;gap:.75rem}.step-card{border-radius:16px;gap:.75rem;padding:1.25rem .5rem}.step-number{width:36px;height:36px;font-size:1rem}.step-card svg{width:24px;height:24px}.step-title{font-size:.85rem}.frame-title{font-size:1.5rem}.cards-container{grid-template-columns:1fr;gap:1rem}.category-card{flex-direction:row;align-items:flex-start;gap:1rem;min-height:auto;padding:1.5rem 1.25rem}.card-icon{flex-shrink:0;margin-bottom:0;width:32px!important;height:32px!important}.card-title{margin-bottom:.25rem;font-size:1.1rem}.card-subtitle{font-size:.85rem;line-height:1.4}}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#0f172a66;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.modal-close-btn{cursor:pointer;z-index:10;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close-btn:hover{background:#0000001a}@media (width<=768px){.admin-header{flex-direction:column;gap:1rem;align-items:flex-start!important;padding:1rem!important}.admin-header-actions{flex-wrap:wrap;width:100%}.admin-table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}.admin-table th,.admin-table td{white-space:nowrap}}.admin-wrapper{padding:2rem}@media (width<=768px){.admin-wrapper{padding:1rem}}
