:root{
  --navy:#071b48;--blue:#1764eb;--blue2:#0d4ebf;--red:#e33637;--gold:#ffb400;
  --green:#16864a;--ink:#13233f;--muted:#68778f;--line:#dce5f1;--soft:#f4f8fd;
  --white:#fff;--shadow:0 16px 42px rgba(8,36,80,.11);--radius:18px
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:84px}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--soft)}
button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}img{display:block;max-width:100%}[hidden]{display:none!important}
.container{width:min(1220px,calc(100% - 30px));margin:auto}.muted{color:var(--muted)}.small{font-size:12px}.stack{display:grid;gap:16px}
.btn{border:0;border-radius:11px;padding:12px 17px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:7px;text-decoration:none;transition:.18s ease}.btn:hover{transform:translateY(-1px);filter:brightness(.98)}
.btn-primary{background:linear-gradient(135deg,var(--red),#c91f28);color:#fff}.btn-blue{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff}.btn-gold{background:linear-gradient(135deg,var(--gold),#ff9800);color:#17233d}.btn-light{background:#eef5ff;color:#174f9f;border:1px solid #ccdcf3}.btn-outline{background:#fff;color:#174f9f;border:1px solid #acc5e9}.btn-danger{background:#fff0f0;color:#b52c2c;border:1px solid #edbebe}.btn-success{background:#eaf8ef;color:#146d3b;border:1px solid #b6ddc0}.btn-sm{padding:8px 11px;font-size:12px;border-radius:9px}.btn-block{width:100%}
.card,.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.control{width:100%;border:1px solid #cdd8e7;border-radius:10px;padding:11px 12px;background:#fff;color:var(--ink);outline:none}.control:focus{border-color:#7ca8ee;box-shadow:0 0 0 3px rgba(23,100,235,.11)}textarea.control{min-height:105px;resize:vertical}label{display:block;font-size:12px;font-weight:900;color:#3e4f69;margin-bottom:6px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.full{grid-column:1/-1}.help{font-size:11px;color:var(--muted);margin-top:5px}
.toast{position:fixed;right:18px;bottom:18px;z-index:500;background:#13233f;color:#fff;padding:12px 16px;border-radius:11px;box-shadow:var(--shadow);opacity:0;transform:translateY(14px);pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:none}.toast.success{background:#157c43}.toast.error{background:#b72f2f}
.status{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900;background:#eef3fa;color:#41526c}.status.new-inquiry{background:#eaf2ff;color:#1558bd}.status.reviewing-requirements{background:#fff4df;color:#a75a00}.status.quotation-prepared{background:#efeaff;color:#6741ac}.status.waiting-for-customer{background:#fff2e6;color:#ad5700}.status.approved-scheduled{background:#e8f8ee;color:#14723e}.status.completed,.status.approved{background:#e8f8ee;color:#14723e}.status.cancelled,.status.rejected{background:#fff0f0;color:#b42f2f}.status.pending{background:#fff4df;color:#a75a00}.empty{padding:28px;text-align:center;color:var(--muted);border:1px dashed #cbd7e7;border-radius:13px;background:#fbfdff}
.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 7px 22px rgba(9,39,82,.07)}.navbar{min-height:76px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;min-width:max-content}.brand-logo{width:52px;height:52px;object-fit:contain;border-radius:12px;background:#fff}.brand-fallback{width:52px;height:52px;border-radius:12px;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:15px;font-weight:1000}.brand-name{font-size:21px;font-weight:1000}.brand-name span{color:var(--red)}.nav-links{margin-left:auto;display:flex;align-items:center;gap:19px}.nav-links a{text-decoration:none;font-size:13px;font-weight:850;color:#33445f}.nav-links a:hover{color:var(--blue)}.nav-actions{display:flex;gap:8px}.icon-button{display:none;border:0;background:#edf4ff;border-radius:10px;width:42px;height:42px;font-size:22px}
.hero{background:radial-gradient(circle at 72% 22%,#eff5ff 0 15%,transparent 38%),linear-gradient(135deg,#fff,#f8fbff);overflow:hidden}.hero-inner{min-height:550px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:32px;padding:56px 0}.eyebrow{display:inline-flex;padding:7px 11px;border-radius:999px;background:#eaf2ff;color:#1555b9;font-weight:900;font-size:12px}.hero h1{font-size:56px;line-height:1.03;letter-spacing:-2px;margin:17px 0}.hero h1 .red{color:var(--red)}.hero h1 .blue{color:var(--blue)}.hero .lead{font-size:18px;line-height:1.65;color:var(--muted);max-width:720px}.hero-benefits{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0}.hero-benefit{font-size:13px;font-weight:850;display:flex;align-items:center;gap:8px}.hero-benefit i{font-style:normal;width:31px;height:31px;border-radius:9px;display:grid;place-items:center;background:#fff;border:1px solid var(--line)}.hero-cta{display:flex;flex-wrap:wrap;gap:10px}.hero-art{position:relative}.hero-art img{width:100%;max-height:430px;object-fit:contain;filter:drop-shadow(0 26px 28px rgba(10,40,90,.17))}.hero-placeholder{height:390px;border-radius:28px;background:linear-gradient(145deg,#fff,#e9f2ff);border:1px solid var(--line);display:grid;place-items:center;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-placeholder:before,.hero-placeholder:after{content:"";position:absolute;border-radius:50%;background:rgba(23,100,235,.1)}.hero-placeholder:before{width:260px;height:260px;right:-70px;top:-70px}.hero-placeholder:after{width:180px;height:180px;left:-45px;bottom:-45px}.hero-device{z-index:1;width:72%;height:54%;border-radius:20px;background:var(--navy);padding:15px;box-shadow:0 25px 40px rgba(5,27,72,.25)}.hero-screen{height:100%;background:#fff;border-radius:11px;display:grid;grid-template-columns:.4fr .6fr;gap:10px;padding:12px}.hero-screen div{background:#edf4ff;border-radius:8px}.quick-strip{background:var(--navy);color:#fff}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr)}.quick-item{display:flex;align-items:center;gap:11px;padding:22px 14px;border-right:1px solid rgba(255,255,255,.12)}.quick-item:last-child{border-right:0}.quick-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.12);color:var(--gold)}.quick-item strong,.quick-item span{display:block}.quick-item strong{font-size:13px}.quick-item span{font-size:11px;color:#cddbf0;margin-top:3px}
.section{padding:82px 0}.section.soft{background:#f5f8fc}.section-title{text-align:center;max-width:760px;margin:0 auto 31px}.section-title h2{font-size:40px;margin:10px 0 11px;letter-spacing:-1px}.section-title h2 span{color:var(--blue)}.section-title p{color:var(--muted);line-height:1.65}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category-card{border:1px solid var(--line);background:#fff;border-radius:15px;padding:12px;text-align:center;transition:.18s}.category-card:hover,.category-card.active{transform:translateY(-2px);border-color:#80a9ec;box-shadow:var(--shadow)}.category-card img{height:94px;width:100%;object-fit:contain;border-radius:11px;background:#f7faff}.category-card .category-placeholder{height:94px;border-radius:11px;background:#edf4ff;display:grid;place-items:center;font-size:27px;font-weight:1000;color:var(--blue)}.category-card strong{display:block;margin-top:10px;font-size:13px}.brand-bar{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin:24px 0}.brand-filter{border:1px solid #cbd8e9;background:#fff;border-radius:999px;padding:9px 14px;font-weight:850;color:#40516b}.brand-filter.active{background:var(--blue);border-color:var(--blue);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 8px 24px rgba(10,37,82,.07);display:flex;flex-direction:column}.product-image{height:205px;background:#f8fbff;padding:14px}.product-image img{width:100%;height:100%;object-fit:contain}.image-placeholder{width:100%;height:100%;display:grid;place-items:center;border-radius:12px;background:#edf4ff;color:var(--blue);font-weight:1000;font-size:24px;text-align:center;padding:12px}.product-body{padding:17px;display:flex;flex-direction:column;gap:8px;flex:1}.product-meta{font-size:11px;font-weight:900;color:var(--blue)}.product-body h3{font-size:17px;margin:0}.product-body p{font-size:12px;color:var(--muted);line-height:1.55;margin:0;flex:1}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:7px}.price{font-size:18px;font-weight:1000;color:var(--red)}.package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.package-card{position:relative;padding:25px}.package-card.popular{border:2px solid var(--blue)}.package-image{height:180px;border-radius:14px;overflow:hidden;background:#f7faff;border:1px solid var(--line);margin-bottom:15px}.package-image img{width:100%;height:100%;object-fit:contain;padding:10px}.popular-tag{position:absolute;right:15px;top:15px;background:var(--blue);color:#fff;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:900;z-index:2}.package-card h3{font-size:23px;margin:8px 0}.package-price{font-size:30px;font-weight:1000;color:var(--red);margin:16px 0}.package-list{padding:0;margin:0 0 20px;list-style:none;display:grid;gap:9px}.package-list li{font-size:13px;color:#3f506b}.package-list li:before{content:"✓";color:var(--green);font-weight:1000;margin-right:8px}.service-band{background:linear-gradient(135deg,var(--blue),#0b459f);color:#fff}.service-band-inner{padding:35px 0;display:flex;align-items:center;justify-content:space-between;gap:20px}.service-band h3{font-size:27px;margin:0}.service-band p{margin:7px 0 0;color:#d9e7ff}.form-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:start}.form-layout .panel{padding:23px}.panel-header{display:flex;align-items:center;gap:12px;margin-bottom:18px}.panel-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#eaf2ff;color:var(--blue);font-size:20px}.panel-header h3{margin:0}.panel-header .sub{font-size:12px;color:var(--muted);margin:4px 0 0}.result-box{margin-top:14px;padding:14px;border-radius:12px;background:#edf6ff;border:1px solid #c7dcf7}.timeline{display:grid;gap:0;margin-top:14px}.timeline-item{display:grid;grid-template-columns:auto 1fr;gap:11px;position:relative;padding-bottom:16px}.timeline-item:not(:last-child):before{content:"";position:absolute;left:8px;top:18px;bottom:0;width:2px;background:#d4deea}.timeline-dot{width:18px;height:18px;border-radius:50%;background:var(--green);border:4px solid #edf2f8;z-index:1}.timeline-item b,.timeline-item small{display:block}.timeline-item small{color:var(--muted);margin-top:3px}.review-list{display:grid;gap:11px}.review-card{padding:15px;border:1px solid var(--line);border-radius:13px;background:#fbfdff}.review-card img{width:100%;height:150px;object-fit:cover;border-radius:10px;margin-bottom:10px}.stars{color:#ffad00;letter-spacing:1px}.review-card h4{margin:7px 0 4px}.review-card p{font-size:12px;color:var(--muted);line-height:1.55;margin:0}.contact-area{background:#051634;color:#fff;padding:50px 0 20px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:30px}.footer-grid h3{margin-top:0}.footer-grid p,.footer-grid a{font-size:13px;color:#c8d6eb;line-height:1.7}.footer-links,.contact-list{display:grid;gap:7px}.footer-links a,.contact-list a{text-decoration:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:18px;text-align:center;color:#92a5c1;font-size:12px}
.modal{border:0;border-radius:18px;padding:0;width:min(720px,calc(100% - 26px));box-shadow:0 30px 90px rgba(0,0,0,.32)}.modal::backdrop{background:rgba(5,20,48,.66);backdrop-filter:blur(3px)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line)}.modal-head h3{margin:0}.modal-close{border:0;background:#eef3f9;width:36px;height:36px;border-radius:10px;font-size:22px}.modal-body{padding:20px}
.admin-login{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr;background:#071c48}.login-info{padding:60px;display:grid;align-content:center;color:#fff;background:radial-gradient(circle at 30% 20%,rgba(255,180,0,.12),transparent 30%)}.login-info h1{font-size:48px;line-height:1.08;margin:22px 0}.login-info h1 span{color:var(--gold)}.login-info p{line-height:1.7;color:#d9e5f7}.login-points{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.login-points article{padding:15px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:rgba(255,255,255,.05)}.login-points b,.login-points small{display:block}.login-points small{color:#c6d5ea;margin-top:5px;line-height:1.5}.login-box-wrap{display:grid;place-items:center;padding:24px;background:#f4f8fd}.login-card{width:min(430px,100%);padding:28px}.login-card h2{font-size:28px;margin:0 0 7px}.login-card p{color:var(--muted)}.login-hint{background:#edf5ff;border:1px solid #cadcf5;border-radius:12px;padding:12px;font-size:12px;line-height:1.55;margin:14px 0}.admin-shell{min-height:100vh;display:grid;grid-template-columns:255px 1fr}.sidebar{position:sticky;top:0;height:100vh;background:#071c48;color:#fff;padding:18px 13px;overflow:auto}.side-brand{display:flex;align-items:center;gap:10px;padding:8px 9px 20px}.side-brand img{width:43px;height:43px;border-radius:11px;object-fit:contain;background:#fff}.side-brand .fallback{width:43px;height:43px;border-radius:11px;background:#fff;color:var(--navy);display:grid;place-items:center;font-weight:1000}.side-brand strong,.side-brand small{display:block}.side-brand small{color:#aebfda;font-size:10px;margin-top:3px}.side-nav{display:grid;gap:5px}.side-nav button{border:0;background:transparent;color:#c8d6eb;border-radius:10px;padding:12px;text-align:left;font-weight:850}.side-nav button:hover,.side-nav button.active{background:#173873;color:#fff}.side-nav .danger{color:#ffb8b8;margin-top:12px}.admin-main{min-width:0}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:80}.topbar h1{font-size:22px}.top-actions{display:flex;align-items:center;gap:9px}.top-actions a{text-decoration:none;font-size:12px;font-weight:900;color:var(--blue)}.content{padding:22px}.section-view{display:none}.section-view.active{display:block}.dashboard-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:18px}.stat-card{padding:18px}.stat-card small,.stat-card strong{display:block}.stat-card small{color:var(--muted);font-weight:800}.stat-card strong{font-size:30px;margin-top:6px}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 18px;border-bottom:1px solid var(--line)}.panel-head h2{font-size:18px;margin:0}.panel-body{padding:18px}.toolbar{display:flex;gap:8px;align-items:center}.toolbar .control{min-width:160px}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:780px}.data-table th,.data-table td{padding:12px 10px;text-align:left;border-bottom:1px solid #e5ebf3;font-size:12px;vertical-align:middle}.data-table th{font-size:10px;text-transform:uppercase;letter-spacing:.6px;color:#728097;background:#f8fbff}.data-table td img{width:48px;height:44px;object-fit:contain;border-radius:8px;background:#f6f9fd}.actions{display:flex;flex-wrap:wrap;gap:6px}.check-row{display:flex;align-items:center;gap:8px;font-size:12px;color:#3d4d67}.check-row input{width:17px;height:17px}.image-preview{height:100px;max-width:220px;object-fit:contain;border:1px dashed #c7d4e5;border-radius:11px;background:#f8fbff;padding:7px}.api-warning{background:#fff3cd;color:#664d03;border:1px solid #ffecb5;border-radius:12px;padding:12px;margin-bottom:16px;font-size:13px}
@media(max-width:1050px){.nav-links{display:none;position:absolute;left:15px;right:15px;top:68px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.icon-button{display:block;margin-left:auto}.nav-actions{display:none}.hero-inner{grid-template-columns:1fr}.hero-art{max-width:680px;margin:auto}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.quick-grid{grid-template-columns:repeat(2,1fr)}.quick-item:nth-child(2){border-right:0}.admin-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;padding:9px}.side-brand{padding-bottom:8px}.side-nav{display:flex;overflow:auto}.side-nav button{white-space:nowrap}.content{padding:14px}.dashboard-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.hero-inner{min-height:auto;padding:42px 0}.hero h1{font-size:42px}.hero .lead{font-size:16px}.hero-art{display:none}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid,.package-grid{grid-template-columns:1fr}.quick-grid{grid-template-columns:1fr}.quick-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.form-layout,.footer-grid,.grid-2{grid-template-columns:1fr}.service-band-inner{align-items:flex-start;flex-direction:column}.section-title h2{font-size:33px}.section{padding:62px 0}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.admin-login{grid-template-columns:1fr}.login-info{padding:34px 22px}.login-info h1{font-size:37px}.login-points{grid-template-columns:1fr}.login-box-wrap{padding:20px 14px}.topbar{padding:0 13px}.topbar h1{font-size:18px}.top-actions a{display:none}.toolbar{width:100%;flex-direction:column;align-items:stretch}.panel-head{align-items:flex-start;flex-direction:column}}
@media(max-width:460px){.container{width:min(100% - 20px,1220px)}.brand-name{font-size:17px}.brand-logo,.brand-fallback{width:44px;height:44px}.hero h1{font-size:36px}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%}.category-card img,.category-card .category-placeholder{height:76px}.dashboard-cards{grid-template-columns:1fr}.content{padding:10px}.panel-body{padding:13px}.panel-head{padding:14px}}
