@import "https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";:root{--bg-primary:#fff;--bg-secondary:#f5f7fa;--bg-tertiary:#e8edf3;--accent-gold:#c9a35b;--accent-gold-light:#d9b468;--accent-gold-dark:#b48c45;--accent-blue:#061d3b;--accent-blue-dark:#08264a;--text-primary:#16233a;--text-secondary:#4a5b7a;--text-muted:#7083a2;--glass-bg:#ffffffd9;--glass-bg-hover:#fffffffa;--glass-border:#061d3b14;--glass-border-focus:#061d3b4d;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Inter", system-ui, sans-serif;--transition-smooth:all .4s cubic-bezier(.16, 1, .3, 1);--transition-fast:all .2s ease;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--container-width:1280px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:var(--transition-fast);text-decoration:none}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-gold)}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--text-primary);font-weight:550}.text-gold{color:var(--accent-gold)}.font-sans-alt{font-family:var(--font-sans)}.section-subtitle{font-family:var(--font-sans);letter-spacing:.25em;text-transform:uppercase;color:var(--accent-gold);margin-bottom:.75rem;font-size:.85rem;display:block}.section-title{background:linear-gradient(135deg, var(--accent-blue) 40%, var(--accent-gold-dark) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.75rem;line-height:1.2;display:inline-block}.section-title span{background:linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-gold-dark) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-style:italic;font-weight:400}.container{width:90%;max-width:var(--container-width);margin:0 auto}.grid-2{grid-template-columns:repeat(2,1fr);align-items:center;gap:3rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.form-input{border:1px solid var(--bg-tertiary);width:100%;color:var(--text-primary);background:#fff;border-radius:12px;padding:.9rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:var(--accent-gold);outline:none;box-shadow:0 0 0 3px #c9a35b29}.input-error{color:#b91c1c;font-size:.8rem;font-weight:600}.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.testimonial-card{flex-direction:column;justify-content:space-between;min-height:100%;padding:2rem;display:flex}.glass-panel{border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-md);transition:var(--transition-smooth);background:linear-gradient(135deg,#ffffff03 0%,#0a306808 100%);padding:2rem}.glass-panel:hover{background:linear-gradient(135deg,#ffffff08 0%,#0a306814 100%);border-color:#d4c3a359;transform:translateY(-5px);box-shadow:0 15px 35px -10px #0a306880,0 0 20px -5px #d4c3a333}.btn{font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-smooth);justify-content:center;align-items:center;padding:.9rem 2.2rem;font-size:.95rem;font-weight:500;display:inline-flex;position:relative;overflow:hidden}.btn-gold{background:linear-gradient(135deg, var(--accent-gold-light) 0%, var(--accent-gold) 50%, var(--accent-gold-dark) 100%);color:#030712;border:none;font-weight:600}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #d4c3a366,0 0 15px #0a30684d}.btn-outline{color:#fff;background-color:#0000;border:1px solid #d4c3a34d}.btn-outline:hover{background-color:var(--accent-gold);color:var(--bg-primary);border-color:var(--accent-gold);transform:translateY(-2px);box-shadow:0 10px 25px -10px #c5a8804d}.btn-outline-dark{color:var(--accent-blue);border:1.5px solid var(--accent-blue);font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-smooth);background-color:#0000;justify-content:center;align-items:center;padding:.9rem 2.2rem;font-size:.95rem;font-weight:500;display:inline-flex}.btn-outline-dark:hover{background-color:var(--accent-blue);color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px -10px #061d3b4d}.admin-main .btn-outline{color:var(--accent-blue);border-color:var(--bg-tertiary)}.admin-main .btn-outline:hover{background-color:var(--accent-gold);color:var(--accent-blue);border-color:var(--accent-gold)}.btn-full{width:100%}.site-header{background:var(--bg-primary);z-index:1000;position:sticky;top:0;box-shadow:0 1px #0000000d}.navbar{width:90%;max-width:var(--container-width);justify-content:space-between;align-items:center;margin:0 auto;padding:1rem 0;display:flex}.logo a{font-family:var(--font-serif);color:var(--accent-blue);letter-spacing:-.5px;align-items:center;font-size:1.8rem;font-weight:700;text-decoration:none;display:flex}.logo span{color:var(--accent-gold);font-size:2rem}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-primary);transition:var(--transition-fast);font-size:.9rem;font-weight:500;text-decoration:none}.nav-links a:hover{color:var(--accent-gold)}.nav-cta{background:var(--accent-blue);border-radius:40px;padding:.5rem 1.5rem;font-weight:600;color:var(--bg-primary)!important}.nav-cta:hover{background:var(--accent-gold);color:#1a2a4a!important}.menu-toggle{cursor:pointer;color:var(--accent-blue);font-size:1.6rem;display:none}.nav-actions{align-items:center;gap:1.5rem;display:flex}.site-footer{background-color:var(--bg-secondary);border-top:1px solid var(--glass-border);margin-top:6rem;padding:5rem 0 3rem}.footer-dark{background-color:var(--accent-blue)!important;color:#ffffffbf!important;border-top:1px solid #ffffff14!important}.footer-dark h4{color:var(--accent-gold)!important}.footer-dark p{color:#ffffffbf!important}.footer-dark a{transition:var(--transition-fast);color:#ffffffbf!important}.footer-dark a:hover{padding-left:3px;color:var(--accent-gold)!important}.footer-dark .footer-bottom{color:#ffffff73!important;border-top:1px solid #ffffff14!important}.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr 1fr;gap:2rem;margin-bottom:4rem;display:grid}.footer p,.footer a{word-break:break-word;overflow-wrap:break-word}.footer-col h4{color:var(--accent-gold);letter-spacing:.05em;margin-bottom:1.75rem;font-size:1.1rem}.footer-col p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.85rem}.footer-links a{color:var(--text-secondary);font-size:.9rem}.footer-links a:hover{color:var(--accent-gold);padding-left:5px}.footer-bottom{color:var(--text-muted);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.hero-section{align-items:center;min-height:95vh;padding-top:8rem;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:-1;opacity:.25;background-image:radial-gradient(circle at 75% 30%,#c5a88026 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg:before{content:"";background:linear-gradient(180deg, transparent 60%, var(--bg-primary));position:absolute;inset:0}.hero-subtitle{letter-spacing:.3em;text-transform:uppercase;color:var(--accent-gold);margin-bottom:1.5rem;font-size:.9rem;display:block}.hero-title{margin-bottom:2rem;font-size:4.5rem;line-height:1.1}.hero-title span{color:var(--accent-gold);font-style:italic;font-weight:300}.hero-description{color:var(--text-secondary);max-width:550px;margin-bottom:3rem;font-size:1.15rem}.hero-actions{gap:1.5rem;display:flex}.hero-visual-wrapper{justify-content:center;align-items:center;width:100%;max-width:480px;height:520px;margin:0 auto;display:flex;position:relative}.hero-image-frame{z-index:2;background:var(--bg-secondary);border:1px solid #b4976c59;border-radius:60px 20px 80px 40px;width:85%;height:85%;position:relative;overflow:hidden;box-shadow:0 30px 60px -15px #0a306826}.hero-visual-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth)}.hero-visual-wrapper:hover .hero-visual-img{transform:scale(1.04)rotate(1deg)}.shape{z-index:1;pointer-events:none;filter:blur(1px);opacity:.85;position:absolute}.shape-circle{background:radial-gradient(circle,#b4976c26 0%,#0000 70%);border-radius:50%;width:180px;height:180px;animation:8s ease-in-out infinite alternate floatShape;top:-5%;right:-5%}.shape-triangle{border:1.5px solid #0a306826;border-radius:30px 60px 40px;width:120px;height:120px;animation:6s ease-in-out infinite alternate-reverse floatShape;bottom:5%;left:-8%}.shape-gold-strip{background:linear-gradient(90deg, var(--accent-gold) 0%, transparent 100%);border-radius:4px;width:80px;height:8px;top:40%;left:-15%;transform:rotate(-35deg)}.hero-mandate-card{z-index:3;border-radius:var(--radius-md);width:320px;position:absolute;bottom:-4%;right:-8%;box-shadow:0 20px 40px -10px #0a30681f,0 0 1px 1px #b4976c40;background:#fffffff5!important;padding:1.75rem!important}.hero-mandate-card h4{color:var(--accent-blue);margin-bottom:.5rem;font-size:1.25rem}.hero-mandate-card p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.85rem;line-height:1.5}.hero-stats{border-top:1px solid #0a306814;grid-template-columns:repeat(2,1fr);gap:1rem;padding-top:1rem;display:grid}.hero-stat-item{text-align:center}.stat-number{font-family:var(--font-serif);color:var(--accent-gold-dark);font-size:1.5rem;font-weight:700;line-height:1.2}.stat-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-top:.25rem;font-size:.7rem}@keyframes floatShape{0%{transform:translateY(0)rotate(0)}to{transform:translateY(12px)rotate(5deg)}}.section-alt{background-color:var(--bg-secondary)}.about-image-wrapper{padding:1rem;position:relative}.about-image-card{border-radius:var(--radius-lg);border:1px solid var(--glass-border);width:100%;height:480px;box-shadow:var(--card-shadow);background:linear-gradient(135deg, var(--bg-secondary), var(--bg-tertiary));justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.about-badge{border:1px solid var(--accent-gold);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;padding:1.5rem;position:absolute;bottom:2rem;left:2rem;box-shadow:0 10px 25px -5px #0a30681a}.about-badge-number{font-family:var(--font-serif);color:var(--accent-gold);font-size:2.5rem;font-weight:700;line-height:1}.about-badge-text{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);font-size:.8rem}.features-list{gap:1.5rem;margin-top:2.5rem;display:grid}.feature-item{gap:1rem;display:flex}.feature-icon-box{width:2.5rem;height:2.5rem;color:var(--accent-gold);background:#c5a8801a;border:1px solid #c5a88033;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.feature-text h4{margin-bottom:.35rem;font-size:1.1rem}.feature-text p{color:var(--text-secondary);font-size:.95rem}.practice-card{flex-direction:column;height:100%;padding:3rem 2rem;display:flex;position:relative}.practice-card:before{content:"";background:var(--accent-gold);width:4px;height:0;transition:var(--transition-smooth);border-radius:var(--radius-sm);position:absolute;top:0;left:0}.practice-card:hover:before{height:100%}.practice-icon{color:var(--accent-gold);margin-bottom:2rem;font-size:2.5rem}.practice-card h3{margin-bottom:1rem;font-size:1.5rem}.practice-card p{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;font-size:.95rem}.practice-link{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-gold);align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:inline-flex}.practice-link:hover{color:var(--accent-gold-light)}.attorney-card{border-radius:var(--radius-lg);background:var(--bg-primary);border:1px solid var(--glass-border);transition:var(--transition-smooth);padding:1rem;overflow:hidden;box-shadow:0 10px 30px #0a306805}.attorney-card:hover{border-color:#b4976c66;transform:translateY(-8px);box-shadow:0 20px 40px #b4976c1f,0 0 15px #0a30680d}.attorney-img-container{width:100%;height:340px;transition:var(--transition-smooth);background:var(--bg-secondary);border:1px solid #b4976c40;border-radius:40px 10px;position:relative;overflow:hidden}.attorney-img-container:after{content:"";opacity:.8;transition:var(--transition-smooth);background:linear-gradient(#0000 60%,#0a30684d 100%);position:absolute;inset:0}.attorney-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth)}.attorney-card:hover .attorney-img-container{border-color:var(--accent-gold);box-shadow:0 15px 30px #b4976c2e}.attorney-card:hover .attorney-img{transform:scale(1.06)}.attorney-info{text-align:center;padding:1.75rem}.attorney-name{margin-bottom:.35rem;font-size:1.35rem}.attorney-role{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-gold);margin-bottom:1rem;font-size:.85rem}.attorney-socials{color:var(--text-muted);justify-content:center;gap:1rem;font-size:.9rem;display:flex}.attorney-socials a:hover{color:var(--accent-gold)}.consultation-form-wrapper{max-width:800px;margin:0 auto}.form-group-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.form-label{font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);font-size:.85rem;font-weight:500}.form-control{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:var(--radius-sm);color:var(--text-primary);transition:var(--transition-fast);width:100%;padding:1rem;font-size:.95rem}.form-control:focus{border-color:var(--accent-blue);background:var(--bg-tertiary);outline:none;box-shadow:0 0 0 3px #0a306814}textarea.form-control{resize:vertical;min-height:120px}.form-error{color:#dc2626;margin-top:.25rem;font-size:.8rem}.alert-success{color:#047857;border-radius:var(--radius-sm);text-align:center;background:#0478570f;border:1px solid #04785726;margin-bottom:2rem;padding:1.25rem;font-size:.95rem}.auth-wrapper{background-image:radial-gradient(circle at 10% 20%,#c5a8800d 0%,#0000 40%);justify-content:center;align-items:center;min-height:100vh;padding:4rem 1rem;display:flex}.auth-card{border-radius:var(--radius-lg);width:100%;max-width:450px;padding:3rem}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-header h2{margin-bottom:.5rem;font-size:2rem}.auth-header p{color:var(--text-secondary);font-size:.9rem}.auth-footer{text-align:center;color:var(--text-secondary);margin-top:2rem;font-size:.9rem}.auth-footer a{color:var(--accent-gold);font-weight:500}.auth-footer a:hover{text-decoration:underline}.dashboard-wrapper{min-height:100vh;padding-top:8rem}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.dashboard-welcome h2{margin-bottom:.5rem;font-size:2.25rem}.dashboard-welcome p{color:var(--text-secondary)}.dashboard-grid{grid-template-columns:2fr 1fr;gap:3rem;display:grid}.dashboard-panel-title{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:.75rem;font-size:1.5rem;display:flex}.timeline{margin-top:1rem;padding-left:2rem;position:relative}.timeline:before{content:"";background:var(--glass-border);width:2px;position:absolute;top:.5rem;bottom:.5rem;left:5px}.timeline-item{margin-bottom:2.5rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{background:var(--bg-primary);border:2px solid var(--accent-gold);z-index:2;width:12px;height:12px;transition:var(--transition-fast);border-radius:50%;position:absolute;top:.4rem;left:-2rem;transform:translate(-5px)}.timeline-item.active .timeline-dot{background:var(--accent-gold);box-shadow:0 0 10px var(--accent-gold)}.timeline-content{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:var(--radius-md);transition:var(--transition-smooth);padding:1.5rem}.timeline-content:hover{border-color:#c5a88033}.timeline-meta{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.timeline-date{color:var(--accent-gold);font-size:.85rem;font-weight:500}.status-badge{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;border-radius:30px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.status-pending{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b33}.status-confirmed{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f633}.status-completed{color:#34d399;background:#10b9811a;border:1px solid #10b98133}.status-cancelled{color:#f87171;background:#ef44441a;border:1px solid #ef444433}.timeline-title{margin-bottom:.5rem;font-size:1.25rem}.timeline-desc{color:var(--text-secondary);font-size:.95rem}.timeline-notes{border-top:1px dashed var(--glass-border);color:var(--accent-gold-light);flex-direction:column;gap:.25rem;margin-top:1rem;padding-top:1rem;font-size:.9rem;display:flex}.timeline-notes-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.75rem}.empty-state{text-align:center;border:1px dashed var(--glass-border);border-radius:var(--radius-md);padding:4rem 2rem}.empty-state-icon{color:var(--text-muted);margin-bottom:1.5rem;font-size:3rem}.empty-state h3{margin-bottom:.5rem;font-size:1.35rem}.empty-state p{color:var(--text-secondary);margin-bottom:1.5rem}.profile-card{text-align:center;padding:2.5rem 1.5rem}.profile-avatar{background:linear-gradient(135deg, var(--accent-gold), var(--bg-tertiary));width:5rem;height:5rem;font-family:var(--font-serif);color:var(--bg-primary);border:2px solid var(--accent-gold);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;font-weight:700;display:flex}.profile-name{margin-bottom:.25rem;font-size:1.35rem}.profile-email{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem}.profile-page{padding-bottom:6rem}.profile-page-header{color:var(--text-primary);box-shadow:none;background:0 0;border:none;gap:.75rem;margin-bottom:1.5rem;padding:0;display:grid}.profile-page-header .section-subtitle{color:var(--text-secondary)}.profile-page-header h2{color:var(--text-primary)}.profile-page-grid{gap:1.5rem;max-width:920px;margin:0 auto;display:grid}.profile-panel{background:var(--bg-secondary);box-shadow:none;border:1px solid #0f172a14;border-radius:16px;padding:1.5rem}.profile-panel header h2,.profile-panel header p{margin:0}.profile-panel header h2{color:var(--accent-blue);font-size:1.35rem}.profile-panel section{margin-top:1.5rem}.profile-panel .text-sm{color:var(--text-secondary)}.profile-panel input[type=text],.profile-panel input[type=email],.profile-panel textarea,.profile-panel select{border-radius:12px}@media (width<=1024px){.hero-title{font-size:3.5rem}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr;gap:2.5rem}.footer-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (width<=768px){.site-header{border-radius:var(--radius-md);padding:.75rem 1.5rem}.nav-menu{display:none}.grid-2{grid-template-columns:1fr;gap:2.5rem}.about-image-card{height:350px}.hero-section{text-align:center;padding-top:10rem}.hero-title{font-size:2.75rem}.hero-description{margin:0 auto 2.5rem}.hero-actions{flex-direction:column;justify-content:center;gap:1rem}.section-title{font-size:2.25rem}.form-group-grid{grid-template-columns:1fr;gap:0}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}@media (width<=480px){.grid-3,.grid-4{grid-template-columns:1fr}.auth-card{padding:2rem 1.5rem}}.hero{border-bottom:1px solid var(--bg-tertiary);background:linear-gradient(135deg,#fff 0%,#f5f7fa 100%);padding:6rem 0 7rem;position:relative}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero-subtitle{color:var(--accent-gold);text-transform:uppercase;letter-spacing:3px;margin-bottom:1.5rem;font-size:.7rem;font-weight:600;display:inline-block}.hero-title{color:var(--accent-blue);font-size:3.5rem;line-height:1.2;font-family:var(--font-serif);margin-bottom:1.5rem}.hero-title span{color:var(--accent-gold)}.hero-description{color:var(--text-secondary);max-width:90%;margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero-buttons .btn-primary{background:var(--accent-gold);color:var(--accent-blue);border:1px solid var(--accent-gold);border-radius:4px;padding:.75rem 2rem;font-size:.9rem;font-weight:700}.hero-buttons .btn-primary:hover{background:var(--accent-gold-light)}.hero-buttons .btn-secondary{color:var(--accent-blue);border:1.5px solid var(--accent-blue);background:0 0;border-radius:4px;padding:.75rem 2rem;font-size:.9rem;font-weight:700}.hero-buttons .btn-secondary:hover{color:var(--accent-gold-dark);border-color:var(--accent-gold-dark);background:#061d3b0d}.hero-image{background:linear-gradient(135deg,#0a2a4a,#03122a);border-radius:12px;justify-content:center;align-items:center;height:420px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d}.hero-image img{-o-object-fit:cover;object-fit:cover;opacity:.85;width:100%;height:100%}.hero-image .placeholder-text{color:var(--accent-gold);background:#00000080;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;position:absolute;bottom:1rem;right:1rem}.value-strip{background:var(--bg-secondary);border-bottom:1px solid var(--bg-tertiary);padding:2.5rem 0}.value-grid{grid-template-columns:repeat(3,1fr);align-items:center;gap:3rem;display:grid}.value-item{text-align:left;align-items:center;gap:1.25rem;display:flex}.value-item i{color:var(--accent-gold);border:1.5px solid var(--accent-gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3.2rem;height:3.2rem;font-size:1.3rem;display:flex}.value-item-text{flex-direction:column;display:flex}.value-item h4{font-family:var(--font-sans);color:var(--accent-blue);margin-bottom:.25rem;font-size:1rem;font-weight:700}.value-item p{color:var(--text-secondary);margin:0;font-size:.8rem;line-height:1.4}.section{padding:6rem 0}.section-alt{background:var(--bg-secondary)}.section-header{text-align:center;margin-bottom:4rem}.section-subtitle{color:var(--accent-gold);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.section-title{color:var(--accent-blue);font-size:2.6rem;font-family:var(--font-serif);font-weight:700;display:block}.section-title span{color:var(--accent-gold)}.expertise-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.card{background:var(--bg-primary);transition:var(--transition-smooth);border:1px solid var(--bg-tertiary);text-align:left;border-radius:8px;flex-direction:column;align-items:flex-start;padding:2.2rem 1.8rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.card-icon{color:var(--accent-gold);border:1.5px solid var(--accent-gold);border-radius:50%;justify-content:center;align-items:center;width:3.2rem;height:3.2rem;margin-bottom:1.5rem;font-size:1.4rem;display:flex}.card h3{font-size:1.3rem;font-family:var(--font-serif);color:var(--accent-blue);margin-bottom:.75rem;font-weight:700}.card p{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}.card-link{color:var(--accent-gold);transition:var(--transition-fast);margin-top:auto;font-size:1.1rem;font-weight:700;text-decoration:none}.card-link:hover{color:var(--accent-gold-dark);transform:translate(3px)}.chips-container{grid-template-columns:repeat(6,1fr);gap:1rem;margin:3rem 0 1.5rem;display:grid}.chip{background:var(--bg-primary);border:1px solid var(--bg-tertiary);text-align:center;color:var(--text-primary);transition:var(--transition-fast);cursor:default;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;gap:.75rem;padding:1rem .5rem;font-size:.8rem;font-weight:700;display:flex;box-shadow:0 2px 4px #00000005}.chip i{color:var(--accent-gold);font-size:1.1rem}.chip:hover{border-color:var(--accent-gold);background:#c9a35b05;transform:translateY(-2px);box-shadow:0 8px 16px #0000000d}.founder-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;display:grid}.founder-image{background:#eef2f8 50%/cover;border-radius:12px;justify-content:center;align-items:flex-end;height:480px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 30px #0000001a}.founder-image span{background:var(--accent-blue);color:#fff;letter-spacing:.1em;text-transform:uppercase;text-align:center;border-radius:0;width:100%;margin-bottom:0;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700}.proof-points{flex-direction:column;gap:1.5rem;margin:2.5rem 0;padding:0;list-style:none;display:flex}.proof-item{align-items:flex-start;gap:1.25rem;display:flex}.proof-item-icon{background:var(--accent-blue);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;font-size:1.1rem;display:flex}.proof-item-text{text-align:left;flex-direction:column;gap:.2rem;display:flex}.proof-item-title{color:var(--accent-blue);font-size:.95rem;font-weight:700}.proof-item-desc{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.4}.insights-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.insight-card{background:var(--bg-primary);border:1px solid var(--bg-tertiary);transition:var(--transition-fast);border-radius:8px;flex-direction:row;height:155px;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.insight-card:hover{transform:translateY(-4px);box-shadow:0 15px 25px -5px #00000014}.insight-image-container{flex-shrink:0;width:38%;height:100%;overflow:hidden}.insight-image-container img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.insight-content{text-align:left;flex-direction:column;justify-content:space-between;width:62%;padding:1rem 1.25rem;display:flex}.insight-title{font-family:var(--font-sans);color:var(--accent-blue);margin-bottom:.25rem;font-size:.95rem;font-weight:700;line-height:1.3}.insight-desc{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}.insight-link{color:var(--accent-gold);align-items:center;gap:.25rem;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-flex}.cta-banner{background:linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);border:1px solid var(--bg-tertiary);border-radius:12px;justify-content:space-between;align-items:center;gap:2rem;margin:4rem auto;padding:2.2rem 3rem;display:flex;box-shadow:0 10px 30px #00000005}.cta-left{align-items:center;gap:1.5rem;display:flex}.cta-icon{border:1.5px solid var(--accent-gold);width:3.2rem;height:3.2rem;color:var(--accent-gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.cta-text{text-align:left;flex-direction:column;gap:.25rem;display:flex}.cta-text h2{color:var(--accent-blue);font-size:1.5rem;font-weight:700;font-family:var(--font-serif);margin:0}.cta-text p{color:var(--text-secondary);margin:0;font-size:.85rem}.cta-btn{background:var(--accent-gold);color:var(--accent-blue);transition:var(--transition-fast);white-space:nowrap;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex}.cta-btn:hover{background:var(--accent-gold-light);transform:translateY(-1px)}@media (width<=950px){.hero-grid,.founder-grid{grid-template-columns:1fr}.hero-title{font-size:2.8rem}.insights-grid{grid-template-columns:1fr}.value-grid{grid-template-columns:1fr;gap:1.5rem}.nav-links{display:none}.menu-toggle{display:block}.navbar.responsive .nav-links{flex-direction:column;gap:1rem;width:100%;padding:1rem 0;display:flex!important}.section-title{font-size:2.2rem}.expertise-grid{grid-template-columns:1fr}.chips-container{grid-template-columns:repeat(3,1fr)}.cta-banner{text-align:center;flex-direction:column;padding:2rem}.cta-left{text-align:center;flex-direction:column}.cta-text{text-align:center}.insight-card{flex-direction:column;height:auto}.insight-image-container{width:100%;height:180px}.insight-content{width:100%}}@media (width<=650px){.chips-container{grid-template-columns:repeat(2,1fr)}.hero-buttons .btn{text-align:center;width:100%}}.loading-overlay{z-index:99999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:1;background:#03122ab8;place-items:center;transition:opacity .2s;display:grid;position:fixed;inset:0}.loading-spinner{border:4px solid #ffffff2e;border-top-color:var(--accent-gold);border-radius:50%;width:3.2rem;height:3.2rem;animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.page-wrapper{opacity:1;transform:none}.admin-shell{grid-template-columns:280px 1fr;min-height:100vh;display:grid}.admin-sidebar{color:#f8fafc;z-index:45;background:#071a34;flex-direction:column;align-self:flex-start;gap:1.5rem;height:auto;min-height:100vh;padding:2rem 1.5rem;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-brand{flex-direction:column;gap:.85rem;display:flex}.sidebar-title{letter-spacing:.18em;text-transform:uppercase;color:#f8fafcb3;font-size:.78rem;font-weight:700}.sidebar-nav{flex-direction:column;gap:.5rem;display:flex}.sidebar-link{color:#f8fafceb;transition:var(--transition-fast);background:#ffffff0a;border-radius:14px;align-items:center;padding:.95rem 1rem;font-weight:600;text-decoration:none;display:inline-flex}.sidebar-link:hover,.sidebar-link.active{color:#fff;background:#ffffff1f}.sidebar-footer{flex-direction:column;gap:.75rem;margin-top:auto;display:flex}.sidebar-logout{color:#fffbf0;cursor:pointer;background:#c9a35b2e;border:1px solid #ffffff1f;border-radius:14px;justify-content:center;align-items:center;padding:.95rem 1rem;font-weight:700;text-decoration:none;display:inline-flex}.sidebar-toggle{color:#f8fafc;cursor:pointer;transition:var(--transition-fast);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;margin-top:.75rem;padding:.95rem 1rem;font-weight:700;display:inline-flex}.sidebar-toggle:hover{background:#ffffff1f}.sidebar-icon{font-size:1.1rem}.sidebar-label,.sidebar-title{transition:opacity .2s,width .2s;display:inline-block}.admin-sidebar.collapsed{width:82px;padding-left:1rem;padding-right:1rem}.admin-shell.collapsed{grid-template-columns:82px 1fr}.admin-sidebar.collapsed .sidebar-title,.admin-sidebar.collapsed .sidebar-label,.admin-sidebar.collapsed .sidebar-toggle-label{opacity:0;width:0;overflow:hidden}.admin-sidebar.collapsed .sidebar-link,.sidebar-logout.collapsed{justify-content:center;padding-left:.95rem;padding-right:.95rem}.admin-main{background:var(--bg-primary);padding:2rem}.admin-topbar{border-bottom:1px solid #0f172a14;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.admin-badge{text-transform:uppercase;letter-spacing:.12em;color:var(--accent-gold);background:#f2deb12e;border-radius:999px;align-items:center;padding:.4rem .85rem;font-size:.78rem;font-weight:700;display:inline-flex}.admin-role-pill{text-transform:none;letter-spacing:.04em;border-radius:999px;align-items:center;margin-left:.6rem;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.admin-role-pill.super{background:linear-gradient(90deg, var(--accent-gold-light), var(--accent-gold));color:#071a34}.admin-role-pill.admin{color:#fff;background:#ffffff14;border:1px solid #ffffff0f}.admin-action-link{color:var(--accent-blue);transition:var(--transition-fast);background:#c9a35b1f;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1rem;font-weight:700;text-decoration:none;display:inline-flex}.admin-action-link:hover{background:#c9a35b33}.admin-menu-toggle{display:none}@media (width<=950px){.admin-shell{display:block}.admin-sidebar{z-index:10000;background:#071a34;width:min(280px,85vw);max-width:320px;padding:1.5rem 1rem;transition:transform .28s;position:fixed;inset:0 auto auto 0;transform:translate(-100%);box-shadow:10px 0 36px #0000002e}.admin-sidebar.mobile-open{transform:translate(0)}.admin-main{margin-left:0;padding:1.5rem 1rem 3rem}.admin-overlay{z-index:9999;background-color:#03122aa6;position:fixed;inset:0}.admin-menu-toggle{border:1px solid var(--bg-tertiary);background:var(--bg-secondary);color:var(--accent-blue);cursor:pointer;transition:var(--transition-fast);border-radius:999px;justify-content:center;align-items:center;padding:.6rem .9rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #061d3b0f}.admin-menu-toggle:hover{background:var(--bg-primary)}}.modal-dialog-wrapper{z-index:50;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal-backdrop{-webkit-backdrop-filter:blur(4px);z-index:40;background-color:#64646480;position:fixed;inset:0}.modal-panel{z-index:51;background:#fff;border-radius:12px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}@media (width>=951px){.admin-shell .modal-dialog-wrapper{width:calc(100% - 280px);left:280px}.admin-shell.collapsed .modal-dialog-wrapper{width:calc(100% - 82px);left:82px}.admin-shell .modal-backdrop{width:calc(100% - 280px);left:280px}.admin-shell.collapsed .modal-backdrop{width:calc(100% - 82px);left:82px}}.drawer-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background-color:#03122aa6;justify-content:flex-end;animation:.25s ease-out drawerFadeIn;display:flex;position:fixed;inset:0}.drawer-content{-webkit-backdrop-filter:blur(12px);background-color:#061d3bf2;border-left:1px solid #ffffff14;flex-direction:column;gap:2rem;width:80%;max-width:300px;height:100%;padding:2.5rem 1.75rem;animation:.4s cubic-bezier(.16,1,.3,1) drawerSlideIn;display:flex;overflow-y:auto;box-shadow:-10px 0 30px #00000040}.drawer-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-bottom:1.25rem;display:flex}.drawer-close{color:var(--accent-gold);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;display:flex}.drawer-close:hover{color:#fff;transform:rotate(90deg)}.drawer-links{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.drawer-links li{opacity:0;margin:0;animation:.4s forwards drawerLinkFadeIn}.drawer-links li:first-child{animation-delay:.1s}.drawer-links li:nth-child(2){animation-delay:.15s}.drawer-links li:nth-child(3){animation-delay:.2s}.drawer-links li:nth-child(4){animation-delay:.25s}.drawer-links li:nth-child(5){animation-delay:.3s}.drawer-links li:nth-child(6){animation-delay:.35s}.drawer-links li:nth-child(7){animation-delay:.4s}.drawer-links li:nth-child(8){animation-delay:.45s}.drawer-links li:nth-child(9){animation-delay:.5s}.drawer-links a,.drawer-links button{transition:var(--transition-smooth);text-align:left;background:0 0;border:none;width:100%;padding:.4rem 0;font-size:1.15rem;font-weight:500;text-decoration:none;display:block;color:#fff!important}.drawer-links a:hover,.drawer-links button:hover{padding-left:.5rem;color:var(--accent-gold)!important}.profile-page-grid{grid-template-columns:1fr 360px;align-items:start;gap:1.5rem;display:grid}.profile-panel{background:#fff;border:1px solid #0a30680f;border-radius:12px;padding:1.25rem 1.5rem}.profile-page-header .dashboard-welcome h2{color:var(--accent-blue);font-size:1.75rem}.pagination{margin-top:1rem}.pagination .page-link{display:inline-block}.pagination .page-link.active{box-shadow:0 6px 20px #061d3b14}@keyframes drawerFadeIn{0%{opacity:0}to{opacity:1}}@keyframes drawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes drawerLinkFadeIn{0%{opacity:0;transform:translate(15px)}to{opacity:1;transform:translate(0)}}@media (width>=951px){.menu-toggle{display:none!important}}@media (width<=950px){.nav-links.desktop-only{display:none!important}}
