:root{--navy: #0D1B3E;--navy-mid: #162340;--navy-light: #1A2B52;--gold: #C9A05A;--gold-light: #E8C88A;--gold-dark: #A8822A;--white: #FFFFFF;--off-white: #F8F9FB;--gray-light: #F0F2F6;--gray-mid: #DDE1EA;--gray-text: #8891A4;--text-dark: #0D1B3E;--text-body: #2C3A52;--font: "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-md: 0 4px 16px rgba(13, 27, 62, .1);--shadow-lg: 0 8px 32px rgba(13, 27, 62, .14);--max-w: 1100px;--header-h: 68px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);font-size:16px;line-height:1.65;color:var(--text-body);background:var(--white);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:var(--gold);text-decoration:none;transition:color .2s}a:hover{color:var(--gold-light)}h1,h2,h3,h4,h5,h6{color:var(--navy);font-weight:700;line-height:1.25}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.page-wrapper{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.header{position:sticky;top:0;z-index:100;background:var(--navy);border-bottom:1px solid var(--navy-light);box-shadow:0 2px 16px #0003;height:var(--header-h)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.header-logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}.header-logo-icon{width:36px;height:36px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;color:var(--navy);flex-shrink:0}.header-logo-text{font-size:1rem;font-weight:700;color:var(--white);letter-spacing:-.01em}.header-logo-text span{color:var(--gold)}.header-nav{display:flex;align-items:center;gap:.25rem}.header-nav a{color:#ffffffb8;font-size:.875rem;font-weight:500;padding:.4rem .8rem;border-radius:var(--radius-sm);transition:all .2s;white-space:nowrap}.header-nav a:hover{color:var(--gold);background:#c9a05a1a}.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}.menu-toggle span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:all .2s}@media (max-width: 700px){.menu-toggle{display:flex}.header-nav{position:fixed;top:var(--header-h);left:0;right:0;background:var(--navy);flex-direction:column;align-items:stretch;padding:.5rem;border-bottom:1px solid var(--navy-light);display:none;box-shadow:var(--shadow-lg)}.header-nav.open{display:flex}.header-nav a{padding:.8rem 1rem;font-size:.95rem}}.footer{background:var(--navy);color:#ffffff9e;padding:3rem 0 2rem;margin-top:auto}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem}.footer-brand-name{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.footer-brand-desc{font-size:.85rem;line-height:1.65}.footer-col-title{font-size:.75rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.09em;margin-bottom:.75rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.4rem}.footer-links a{color:#ffffff9e;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:var(--gold)}.footer-divider{border:none;border-top:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-copyright,.footer-dev{font-size:.8rem}@media (max-width: 600px){.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-direction:column;align-items:flex-start}}.btn{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;border-radius:var(--radius-md);text-decoration:none;transition:all .2s;cursor:pointer;border:none;font-family:var(--font)}.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--navy);box-shadow:0 4px 14px #c9a05a59}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #c9a05a73;color:var(--navy)}.btn-outline{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.35)}.btn-outline:hover{border-color:var(--gold);color:var(--gold);background:#c9a05a14}.btn-outline-dark{background:transparent;color:var(--navy);border:1.5px solid var(--navy)}.btn-outline-dark:hover{background:var(--navy);color:var(--white)}.hero{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 55%,var(--navy-light) 100%);padding:5.5rem 0 6.5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-40%;right:-15%;width:640px;height:640px;background:radial-gradient(circle,rgba(201,160,90,.09) 0%,transparent 68%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-30%;left:-8%;width:520px;height:520px;background:radial-gradient(circle,rgba(201,160,90,.05) 0%,transparent 68%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:.45rem;background:#c9a05a24;border:1px solid rgba(201,160,90,.3);color:var(--gold);font-size:.78rem;font-weight:600;padding:.35rem .85rem;border-radius:100px;margin-bottom:1.5rem;letter-spacing:.03em}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:var(--white);line-height:1.1;margin-bottom:1.25rem;letter-spacing:-.02em}.hero-title span{background:linear-gradient(135deg,var(--gold),var(--gold-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.2rem);color:#ffffffb8;max-width:580px;line-height:1.75;margin-bottom:2.5rem}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.section{padding:5rem 0}.section-alt{background:var(--gray-light)}.section-dark{background:var(--navy);color:#ffffffc7}.section-dark h2,.section-dark h3{color:var(--white)}.section-label{font-size:.75rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.section-desc{font-size:1.05rem;color:#4b5a72;max-width:620px;line-height:1.75}.section-dark .section-desc{color:#ffffff9e}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-top:3rem}.card{background:var(--white);border:1px solid var(--gray-mid);border-radius:var(--radius-lg);padding:1.75rem;transition:all .2s}.card:hover{border-color:var(--gold);box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-icon{width:48px;height:48px;background:linear-gradient(135deg,#c9a05a24,#c9a05a0d);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:1.25rem}.card h3{color:var(--navy);margin-bottom:.5rem}.card p{color:#5a6882;font-size:.9rem;line-height:1.65}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;margin-top:3rem}.feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:var(--radius-md);transition:border-color .2s}.feature-item:hover{border-color:#c9a05a4d}.feature-icon{font-size:1.25rem;flex-shrink:0;margin-top:.1rem}.feature-item h4{color:var(--white);font-size:.92rem;margin-bottom:.2rem}.feature-item p{color:#ffffff8c;font-size:.82rem;line-height:1.5;margin:0}.contact-box{background:linear-gradient(135deg,var(--navy),var(--navy-light));border-radius:var(--radius-lg);padding:3.5rem;text-align:center;border:1px solid rgba(201,160,90,.2)}.contact-box h2{color:var(--white);margin-bottom:.75rem}.contact-box p{color:#ffffffad;margin-bottom:1.5rem}.contact-email{display:inline-block;color:var(--gold)!important;font-size:1.05rem;font-weight:600;margin-bottom:2rem}.legal-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);padding:3.5rem 0 3rem}.legal-hero h1{color:var(--white);font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.5rem}.legal-hero .updated{color:#ffffff85;font-size:.875rem}.legal-content{max-width:780px;margin:0 auto;padding:3rem 1.5rem 5rem}.legal-content h2{color:var(--navy);font-size:1.2rem;margin-top:2.5rem;margin-bottom:.75rem;padding-bottom:.35rem;border-bottom:2px solid rgba(201,160,90,.5)}.legal-content h2:first-child{margin-top:0}.legal-content p{color:var(--text-body);font-size:.95rem;line-height:1.78;margin-bottom:.9rem}.legal-content ul,.legal-content ol{margin:.4rem 0 1rem 1.5rem;color:var(--text-body);font-size:.95rem;line-height:1.78}.legal-content li{margin-bottom:.35rem}.legal-content a{color:var(--gold-dark);font-weight:600;text-decoration:underline}.legal-intro{background:var(--gray-light);border-left:3px solid var(--gold);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:1.25rem 1.5rem;margin-bottom:2rem}.legal-intro p{margin:0;font-size:.95rem}.support-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);padding:3.5rem 0 3rem}.support-hero h1{color:var(--white);font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.75rem}.support-hero p{color:#ffffffad;font-size:1.05rem;max-width:560px}.support-content{max-width:860px;margin:0 auto;padding:3rem 1.5rem 5rem}.support-email-block{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;background:var(--gray-light);border:1px solid var(--gray-mid);border-radius:var(--radius-lg);padding:1.75rem 2rem;margin-bottom:2.5rem}.support-email-block p{color:var(--gray-text);font-size:.875rem;margin:0}.support-email-link{font-size:1.05rem;font-weight:700;color:var(--navy)!important;text-decoration:none}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:2.5rem}.support-card{background:var(--off-white);border:1px solid var(--gray-mid);border-radius:var(--radius-md);padding:1.5rem;transition:all .2s}.support-card:hover{border-color:var(--gold);box-shadow:var(--shadow-md)}.support-card-icon{font-size:1.75rem;margin-bottom:.75rem}.support-card h3{color:var(--navy);font-size:.98rem;margin-bottom:.35rem}.support-card p{color:#5a6882;font-size:.875rem;line-height:1.6;margin:0}.delete-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);padding:3.5rem 0 3rem}.delete-hero h1{color:var(--white);font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.5rem}.delete-content{max-width:760px;margin:0 auto;padding:3rem 1.5rem 5rem}.delete-content h2{color:var(--navy);font-size:1.2rem;margin-top:2.5rem;margin-bottom:1rem}.delete-content h2:first-child{margin-top:0}.delete-content p{font-size:.95rem;line-height:1.78;color:var(--text-body);margin-bottom:.9rem}.steps-list{list-style:none;margin:0;padding:0;border:1px solid var(--gray-mid);border-radius:var(--radius-lg);overflow:hidden}.steps-list li{display:flex;gap:1rem;align-items:flex-start;padding:1.2rem 1.5rem;border-bottom:1px solid var(--gray-mid)}.steps-list li:last-child{border-bottom:none}.step-number{width:34px;height:34px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--navy);font-weight:800;font-size:.88rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-text{padding-top:.35rem;font-size:.95rem;color:var(--text-body);line-height:1.55}.warning-box{background:#b91c1c0f;border:1px solid rgba(185,28,28,.2);border-radius:var(--radius-md);padding:1.25rem 1.5rem;margin:1.5rem 0}.warning-box p{color:#991b1b;font-size:.9rem;margin:0;line-height:1.65}.info-box{background:var(--gray-light);border:1px solid var(--gray-mid);border-radius:var(--radius-lg);padding:1.75rem 2rem;margin:2rem 0}.info-box p{font-size:.92rem;color:#4b5a72;line-height:1.7}.info-box ul{margin:.5rem 0 0 1.25rem;color:#4b5a72;font-size:.92rem;line-height:1.7}.info-box li{margin-bottom:.25rem}@media (max-width: 768px){.section{padding:3.5rem 0}.contact-box{padding:2.5rem 1.5rem}.hero{padding:3.5rem 0 4.5rem}}
