:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;color:#f5e5c4;background:#050505}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,rgba(255,215,0,.06),transparent 30%),linear-gradient(180deg,#050505,#050505)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.form-error{margin:.75rem 0 0;color:#ff8a80;font-size:.9rem}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{width:100%;padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:10;background:#050505eb;border-bottom:1px solid rgba(255,215,0,.12)}.brand{font-size:1.1rem;letter-spacing:.24em;font-weight:700;text-transform:uppercase;color:#f1c65b}.slogan{margin:.35rem 0 0;font-size:.75rem;letter-spacing:.12em;text-transform:lowercase;color:#ffffffc7}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:#f5e5c4;opacity:.8;transition:opacity .18s ease}.nav-links a:hover{opacity:1}.page-content{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 4rem}.hero{min-height:calc(100vh - 88px);display:grid;align-items:center;padding:4rem 0;position:relative;background-image:url(/assets/logo.jpg-D7LH71ql.jpg);background-size:contain;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#050505a6;pointer-events:none}.hero-copy{max-width:720px;position:relative;z-index:1}.eyebrow{margin:0 0 1rem;color:#f1c65b;letter-spacing:.2em;text-transform:uppercase;font-size:.85rem}.hero h1{margin:0;font-size:clamp(3rem,6vw,5rem);line-height:.95;letter-spacing:-.05em;color:#fff}.hero-text{margin:1.5rem 0 2.5rem;max-width:680px;font-size:1.1rem;line-height:1.9;color:#d8c59a}.hero-actions,.contact-links{display:flex;flex-wrap:wrap;gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.75rem;border-radius:999px;font-weight:600;transition:transform .18s ease,background-color .18s ease,color .18s ease}.plan-button{margin-top:1rem;background:#fff;color:#050505;border-radius:.75rem;padding:.9rem 1.5rem;box-shadow:0 10px 30px #ffffff17}.plan-button:hover{background:#f4f4f4}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,#f1c65b,#d9ad5f);color:#050505}.btn-secondary{border:1px solid rgba(241,198,91,.36);color:#f5e5c4;background:#ffffff08}.contact-links .btn{background:#fff;color:#050505;border:none}.contact-links .btn:hover{background:#f4f4f4}.section{padding:4rem 0;border-top:1px solid rgba(255,215,0,.08)}.section-header{display:grid;gap:1rem;max-width:720px;margin-bottom:2rem}.section-header span{color:#f1c65b;letter-spacing:.24em;text-transform:uppercase;font-size:.8rem}.section-header h2{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.1;color:#fff}.cards{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{padding:1.75rem;border:1px solid rgba(255,215,0,.12);border-radius:1.25rem;background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.card.plan.featured{background:#fff;border-color:#f1c65b66}.card h3{margin-top:0;margin-bottom:.75rem;font-size:1.3rem;color:#050505}.plan .price{margin:.25rem 0 .75rem;font-weight:700;color:#f1c65b}.price-once-off{color:#050505}.price-monthly{color:#f1c65b}.feature-list{margin:0 0 1rem;padding-left:1.15rem;color:#333;line-height:1.75}.plan-delivery{margin-top:.5rem;font-size:.95rem;color:#050505}.badge{position:absolute;top:-.6rem;right:-.6rem;background:linear-gradient(90deg,#fff,#f5f5f5);color:#050505;padding:.35rem .65rem;border-radius:999px;font-weight:800;font-size:.8rem;box-shadow:0 6px 18px #00000073}.card p{margin:0;color:#d8c59a;line-height:1.75}.about-copy,.contact-copy{max-width:680px;font-size:1.05rem;line-height:1.9;color:#d8c59a}.rating-card{max-width:720px;padding:2rem;border:1px solid rgba(255,215,0,.12);border-radius:1.5rem;background:#ffffff0a;display:grid;gap:1rem}.stars{display:flex;gap:.75rem}.stars button{width:3rem;height:3rem;border-radius:.85rem;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#f1c65b;font-size:1.3rem;cursor:pointer;transition:transform .18s ease,background-color .18s ease}.stars button:hover{background:#ffffff24;transform:translateY(-1px)}.stars button.star-active{background:#f1c65b4d;border-color:#f1c65b}.review-input{width:100%;min-height:140px;padding:1rem;border-radius:1rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#f5e5c4;resize:vertical}.submit-review{width:fit-content;background:#fff;color:#050505}.submit-review:hover{background:#f4f4f4}.reviews-list{display:grid;gap:1.5rem;max-width:900px}.no-reviews{text-align:center;color:#d8c59a;font-size:1rem;padding:2rem;opacity:.7}.review-item{padding:1.5rem;border:1px solid rgba(255,215,0,.12);border-radius:1rem;background:#ffffff0a}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.review-stars{display:flex;gap:.25rem;font-size:1.1rem}.review-stars .star-filled{color:#f1c65b}.review-stars .star-empty{color:#ffd70033}.review-date{font-size:.85rem;color:#d8c59a}.review-text{color:#f5e5c4;line-height:1.6;margin:0}.contact-section{padding-bottom:6rem}.contact-section .btn{margin-top:1.75rem}@media (max-width: 1024px){.page-content{width:calc(100% - 1rem)}.hero{padding:2rem 0}.hero h1{font-size:clamp(2rem,8vw,4rem)}.cards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width: 768px){.topbar{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.nav-links{gap:1rem;font-size:.95rem}.hero{min-height:auto;padding:2rem 0}.hero h1{font-size:clamp(1.75rem,10vw,3rem);margin-bottom:1rem}.hero-text{font-size:1rem;margin:1rem 0 1.5rem}.hero-actions,.contact-links{flex-wrap:wrap;gap:.75rem}.btn{padding:.85rem 1.5rem;font-size:.95rem}.plan-button{padding:.8rem 1.25rem;font-size:.9rem}.section{padding:3rem 0}.section-header{margin-bottom:1.5rem}.section-header h2{font-size:clamp(1.5rem,6vw,2.5rem)}.cards{grid-template-columns:1fr;gap:1rem}.card,.rating-card{padding:1.5rem}.stars{gap:.5rem}.stars button{width:2.5rem;height:2.5rem;font-size:1.1rem}.review-input{min-height:120px;padding:.75rem;font-size:.95rem}.about-copy,.contact-copy{font-size:.95rem}.badge{top:-.4rem;right:-.4rem;padding:.25rem .5rem;font-size:.7rem}.contact-section .btn{margin-top:1rem}}@media (max-width: 480px){.topbar{padding:.75rem 1rem}.brand{font-size:.95rem}.slogan{margin:.2rem 0 0;font-size:.65rem}.nav-links{gap:.75rem;font-size:.85rem}.page-content{width:calc(100% - .5rem);padding:1rem 0 2rem}.hero{padding:1rem 0;min-height:auto}.hero h1{font-size:clamp(1.5rem,8vw,2.5rem);margin-bottom:.75rem}.eyebrow{font-size:.75rem;margin-bottom:.5rem}.hero-text{font-size:.9rem;margin:.75rem 0 1rem}.hero-actions,.contact-links{flex-direction:column;gap:.5rem}.btn{width:100%;padding:.75rem 1rem;font-size:.9rem}.plan-button{width:100%;padding:.75rem;font-size:.85rem}.section{padding:2rem 0}.section-header{margin-bottom:1rem}.section-header span{font-size:.7rem}.section-header h2{font-size:clamp(1.25rem,5vw,2rem)}.card{padding:1.25rem;border-radius:1rem}.card h3{font-size:1.1rem;margin-bottom:.5rem}.price{font-size:.9rem}.feature-list{margin:0 0 .75rem;padding-left:1rem;font-size:.9rem}.plan-delivery{font-size:.85rem;margin-top:.25rem}.rating-card{padding:1rem;gap:.75rem}.stars{gap:.4rem}.stars button{width:2.2rem;height:2.2rem;font-size:1rem}.review-input{min-height:100px;padding:.75rem;font-size:.9rem}.submit-review{width:100%}.about-copy,.contact-copy{font-size:.9rem;line-height:1.7}.contact-section{padding-bottom:3rem}.badge{top:-.35rem;right:-.35rem;padding:.2rem .4rem;font-size:.65rem}}html,body,#root{margin:0;min-height:100%}html{scroll-behavior:smooth;scroll-padding-top:110px}body{font-family:system-ui,sans-serif;background:#000;color:#f5e5c4}
