:root{
  --bg:#f4f7fb;--bg2:#eef6ff;--card:#ffffff;--text:#111827;--muted:#667085;
  --primary:#2563eb;--primary2:#06b6d4;--dark:#071225;--soft:#eff6ff;--border:#e5e7eb;
  --ok:#16a34a;--danger:#dc2626;--warn:#f59e0b;--shadow:0 18px 45px rgba(15,23,42,.10);
  --shadow2:0 10px 28px rgba(37,99,235,.18);--radius:24px;--radius2:16px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at 10% 0%,rgba(37,99,235,.10),transparent 28%),linear-gradient(135deg,var(--bg),var(--bg2));color:var(--text);padding-bottom:78px;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:auto}.section{padding:62px 0}.section h2{font-size:clamp(26px,3vw,38px);margin:0 0 22px}.page-title{padding:58px 0;background:radial-gradient(circle at 20% 20%,rgba(6,182,212,.22),transparent 30%),linear-gradient(135deg,#061126,#153a88);color:#fff;position:relative;overflow:hidden}.page-title:after{content:"";position:absolute;right:-90px;top:-90px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.08)}.page-title h1{margin:0;font-size:clamp(32px,5vw,56px);letter-spacing:-.03em}.topbar{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.90);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,231,235,.82)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:11px;font-weight:900;font-size:20px;min-width:0}.brand span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-logo{width:44px;height:44px;border-radius:16px;object-fit:cover;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:var(--shadow2);flex:0 0 auto}.menu{display:flex;align-items:center;gap:6px}.menu a{padding:10px 12px;border-radius:999px;color:#334155;font-weight:800;font-size:14px;white-space:nowrap}.menu a.active,.menu a:hover{background:linear-gradient(135deg,#eff6ff,#e0f2fe);color:#1d4ed8}.hamb{display:none;border:0;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;border-radius:14px;padding:11px 13px;font-size:18px;box-shadow:var(--shadow2)}
.hero{padding:82px 0;background:radial-gradient(circle at 15% 20%,rgba(37,99,235,.18),transparent 35%),radial-gradient(circle at 90% 8%,rgba(6,182,212,.15),transparent 26%),linear-gradient(135deg,#fff,#eef4ff)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center}.hero h1{font-size:clamp(38px,6vw,72px);line-height:1.02;margin:0 0 18px;font-weight:900;letter-spacing:-.05em}.hero p{font-size:18px;color:var(--muted);line-height:1.75}.hero-img{width:100%;min-height:360px;border-radius:34px;background:linear-gradient(135deg,#0f172a,#2563eb 55%,#06b6d4);box-shadow:var(--shadow);position:relative;overflow:hidden;object-fit:cover}.hero-img:before{content:"";position:absolute;inset:30px;border:1px solid rgba(255,255,255,.28);border-radius:26px}.hero-img:after{content:"AGT";position:absolute;right:32px;bottom:22px;color:rgba(255,255,255,.13);font-size:92px;font-weight:900;letter-spacing:-.08em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:15px;padding:12px 17px;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;font-weight:900;cursor:pointer;box-shadow:var(--shadow2);transition:.2s;max-width:100%;white-space:normal}.btn:hover{transform:translateY(-1px)}.btn.light{background:#fff;color:#1d4ed8;border:1px solid #bfdbfe;box-shadow:none}.btn.gray{background:#f3f4f6;color:#111827;box-shadow:none}.btn.red{background:#fee2e2;color:#991b1b;box-shadow:none}.btn.green{background:#dcfce7;color:#166534;box-shadow:none}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card,.form-card{background:rgba(255,255,255,.94);border:1px solid rgba(229,231,235,.95);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.card{transition:.2s}.card:hover{transform:translateY(-3px)}.card-body,.form-card{padding:24px}.product-img{width:100%;height:215px;object-fit:cover;background:#e5e7eb}.price{font-size:23px;font-weight:900;color:#1d4ed8;margin:14px 0}.card-actions{display:flex;gap:10px;flex-wrap:wrap}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.field.full{grid-column:1/-1}.field label{display:block;font-weight:900;margin-bottom:7px;color:#344054}.field input,.field textarea,.field select,input,textarea,select{width:100%;max-width:100%;border:1px solid #d0d5dd;border-radius:15px;padding:12px 13px;font:inherit;background:#fff;outline:none}.field input:focus,.field textarea:focus,.field select:focus,input:focus,textarea:focus,select:focus{border-color:#60a5fa;box-shadow:0 0 0 4px rgba(37,99,235,.10)}.field textarea,textarea{min-height:120px;resize:vertical}.alert{padding:13px 15px;border-radius:15px;margin:10px 0;font-weight:800}.alert.info{background:#eff6ff;color:#1e40af}.alert.ok{background:#dcfce7;color:#166534}.alert.err{background:#fee2e2;color:#991b1b}.mini{color:var(--muted);font-size:13px;line-height:1.55}.empty{padding:22px;text-align:center;color:var(--muted)}
.footer{background:linear-gradient(135deg,#061126,#0f2447);color:#dbeafe;padding:44px 0 26px;margin-top:44px;overflow:hidden}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:22px;align-items:start}.footer h3,.footer h4{color:#fff;margin:0 0 12px}.footer p{line-height:1.75;margin:7px 0;color:#cfe2ff}.footer a{color:#fff;font-weight:900}.footer-links{display:grid;gap:9px}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:24px;padding-top:17px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#bfdbfe}.legal-content{white-space:pre-wrap;line-height:1.85;font-size:16px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;background:rgba(255,255,255,.97);border-top:1px solid var(--border);display:flex;justify-content:center;gap:6px;padding:8px 10px;z-index:90;backdrop-filter:blur(14px);box-shadow:0 -10px 28px rgba(15,23,42,.06)}.bottom-nav a{min-width:65px;text-align:center;font-size:12px;font-weight:900;color:#475569;border-radius:15px;padding:7px 8px}.bottom-nav a:hover{background:#eff6ff;color:#1d4ed8}.bottom-nav i{display:block;font-size:18px;margin-bottom:2px}.cart-badge{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;margin-left:4px}.loader{position:fixed;inset:0;background:radial-gradient(circle at 20% 20%,rgba(37,99,235,.5),transparent 28%),linear-gradient(135deg,#020617,#0f3b8f 58%,#0891b2);z-index:9999;display:grid;place-items:center;color:#fff;transition:.42s}.loader.hide{opacity:0;visibility:hidden}.loader-card{text-align:center;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.20);border-radius:30px;padding:34px 30px;box-shadow:0 24px 90px rgba(0,0,0,.30);width:min(360px,calc(100% - 36px));position:relative;overflow:hidden}.loader-card:before{content:"";position:absolute;inset:-2px;background:linear-gradient(120deg,transparent,rgba(255,255,255,.25),transparent);transform:translateX(-100%);animation:shine 1.6s infinite}.loader-logo{width:68px;height:68px;border-radius:22px;margin:0 auto 15px;background:linear-gradient(135deg,#fff,#bfdbfe);color:#1d4ed8;display:grid;place-items:center;font-size:28px;font-weight:900;box-shadow:0 18px 40px rgba(0,0,0,.20)}.spinner{width:54px;height:54px;border-radius:50%;border:5px solid rgba(255,255,255,.28);border-top-color:#fff;margin:0 auto 14px;animation:spin .8s linear infinite}.loader-card h2{margin:4px 0 6px}.loader-card p{margin:0;color:#dbeafe}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shine{to{transform:translateX(100%)}}
.panel-shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh;background:#f8fafc;padding-bottom:0;overflow-x:hidden}.sidebar{background:linear-gradient(180deg,#061126,#0f2447);color:#fff;padding:22px;position:sticky;top:0;height:100vh;overflow:auto}.side-brand{font-size:22px;font-weight:900;margin-bottom:22px}.side-menu{display:grid;gap:9px}.side-menu button,.side-menu a{width:100%;text-align:left;border:0;border-radius:15px;padding:12px 14px;background:rgba(255,255,255,.08);color:#dbeafe;font-weight:900;cursor:pointer}.side-menu button.active,.side-menu button:hover,.side-menu a:hover{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff}.panel-main{padding:24px;min-width:0;max-width:100%;overflow-x:hidden}.panel{display:none;max-width:100%}.panel.active{display:block}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;flex-wrap:wrap}.panel-head h1{margin:0;letter-spacing:-.03em}.table-wrap{width:100%;max-width:100%;overflow-x:auto;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);-webkit-overflow-scrolling:touch}table{width:100%;border-collapse:collapse;min-width:760px}th,td{padding:13px;border-bottom:1px solid #eef2f7;text-align:left;vertical-align:top;word-break:break-word}th{background:#f8fafc;color:#475569;font-size:13px}.order-cards{display:none}.status{display:inline-block;border-radius:999px;padding:6px 10px;background:#eff6ff;color:#1d4ed8;font-weight:900;font-size:12px}.status.Onaylandı{background:#dcfce7;color:#166534}.status.Tamamlandı{background:#ede9fe;color:#5b21b6}.status.İptal{background:#fee2e2;color:#991b1b}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:32px;background:linear-gradient(135deg,#061126,#1d4ed8)}.login-grid{width:min(960px,100%);display:grid;grid-template-columns:1fr 1fr;gap:22px}
@media(max-width:980px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.menu a{font-size:13px;padding:9px 10px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){body{padding-bottom:76px}.container{width:min(100% - 24px,1180px)}.section{padding:38px 0}.hamb{display:block}.menu{position:fixed;left:12px;right:12px;top:86px;background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);padding:14px;display:none;flex-direction:column;align-items:stretch;z-index:99}.menu.open{display:flex}.hero{padding:56px 0}.hero-grid,.grid,.form-grid,.login-grid,.footer-grid{grid-template-columns:1fr}.hero-img{min-height:260px}.hero h1{font-size:40px}.brand{font-size:17px}.panel-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto;border-radius:0 0 24px 24px}.panel-main{padding:14px}.table-wrap.orders-table{display:none}.order-cards{display:grid;gap:14px}.order-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px;box-shadow:0 8px 28px rgba(16,24,40,.08);overflow:hidden}.order-card h3{margin:0 0 10px;word-break:break-word}.order-card .row{margin:9px 0;line-height:1.55;word-break:break-word}.order-card .actions{display:flex;gap:8px;flex-wrap:wrap}.bottom-nav{gap:2px;padding:7px 5px}.bottom-nav a{min-width:52px;font-size:10.5px;padding:7px 3px}.footer-bottom{display:block}.card-body,.form-card{padding:18px}table{min-width:680px}.panel-head .btn{width:100%}}


/* === AGT FINAL LOADER & OVERFLOW FIX === */
html,body{max-width:100%;overflow-x:hidden;}
*{box-sizing:border-box;}
.loader{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100vh!important;
  height:100dvh!important;
  z-index:2147483000!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:22px!important;
  background:#020617!important;
  color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:all!important;
  overflow:hidden!important;
  transition:opacity .45s ease,visibility .45s ease!important;
}
.loader::before,.loader-bg{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 15%,rgba(59,130,246,.45),transparent 28%),
    radial-gradient(circle at 85% 80%,rgba(14,165,233,.32),transparent 30%),
    linear-gradient(135deg,#020617 0%,#071733 48%,#0f3b8f 100%)!important;
}
.loader::after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  filter:blur(10px);
  animation:loaderFloat 4s ease-in-out infinite alternate;
}
.loader.hide{opacity:0!important;visibility:hidden!important;pointer-events:none!important;}
.loader-card{
  position:relative!important;
  z-index:2!important;
  width:min(380px,calc(100vw - 36px))!important;
  text-align:center!important;
  border-radius:30px!important;
  padding:34px 28px!important;
  background:rgba(15,23,42,.82)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 35px 120px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.10)!important;
  backdrop-filter:blur(22px)!important;
}
.loader-logo{
  width:72px!important;
  height:72px!important;
  border-radius:24px!important;
  margin:0 auto 16px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,#ffffff,#bfdbfe)!important;
  color:#1d4ed8!important;
  font-weight:950!important;
  letter-spacing:-1px!important;
  box-shadow:0 18px 46px rgba(37,99,235,.32)!important;
}
.spinner{
  width:58px!important;
  height:58px!important;
  margin:0 auto 16px!important;
  border-radius:50%!important;
  border:5px solid rgba(255,255,255,.20)!important;
  border-top-color:#fff!important;
  border-right-color:#93c5fd!important;
  animation:spin .75s linear infinite!important;
}
.loader-card h2{margin:4px 0 8px!important;font-size:22px!important;color:#fff!important;}
.loader-card p{margin:0!important;color:#dbeafe!important;line-height:1.55!important;}
@keyframes loaderFloat{from{transform:translate(-120px,-80px) scale(.9)}to{transform:translate(120px,90px) scale(1.08)}}
img,video,iframe,table{max-width:100%;}
.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}
.panel-main,.panel,.form-card,.card,.order-card{min-width:0;}
input,textarea,select{max-width:100%;}
.footer{padding-bottom:96px!important;}
@media(max-width:780px){
  .loader-card{padding:30px 22px!important;border-radius:26px!important;}
  .loader-logo{width:64px!important;height:64px!important;border-radius:21px!important;}
  .spinner{width:52px!important;height:52px!important;}
  .footer-grid{grid-template-columns:1fr!important;}
  .footer-bottom{display:block!important;}
}


/* === AGT FINAL TEMIZ TASARIM / LOADER / TASMA DUZELTME === */
html,body{width:100%;max-width:100%;overflow-x:hidden!important;}
body{background:linear-gradient(135deg,#f8fbff,#eef6ff)!important;}
body:not(.page-ready){overflow:hidden!important;}
.loader{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;height:100dvh!important;z-index:2147483647!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#020617!important;opacity:1!important;visibility:visible!important;pointer-events:all!important;overflow:hidden!important;transition:opacity .45s ease,visibility .45s ease!important;}
.loader-bg,.loader:before{content:"";position:absolute!important;inset:0!important;background:radial-gradient(circle at 20% 16%,rgba(37,99,235,.65),transparent 30%),radial-gradient(circle at 84% 80%,rgba(6,182,212,.48),transparent 32%),linear-gradient(135deg,#020617 0%,#071225 45%,#123b8f 100%)!important;}
.loader-card{position:relative!important;z-index:2!important;width:min(390px,calc(100vw - 32px))!important;text-align:center!important;border-radius:32px!important;padding:36px 28px!important;background:rgba(2,6,23,.86)!important;border:1px solid rgba(255,255,255,.20)!important;box-shadow:0 35px 120px rgba(0,0,0,.55)!important;backdrop-filter:blur(20px)!important;}
.loader-logo{width:74px!important;height:74px!important;border-radius:24px!important;margin:0 auto 16px!important;background:linear-gradient(135deg,#ffffff,#bfdbfe)!important;color:#1d4ed8!important;display:grid!important;place-items:center!important;font-weight:950!important;font-size:28px!important;}
.spinner{width:58px!important;height:58px!important;border-radius:999px!important;border:5px solid rgba(255,255,255,.22)!important;border-top-color:#fff!important;border-right-color:#93c5fd!important;margin:0 auto 16px!important;animation:spin .75s linear infinite!important;}
.loader-card h2{color:#fff!important;margin:4px 0 8px!important;font-size:22px!important;}
.loader-card p{color:#dbeafe!important;margin:0!important;line-height:1.55!important;}
.loader.hide{opacity:0!important;visibility:hidden!important;pointer-events:none!important;}
.container{max-width:1180px!important;}
.card,.form-card,.footer,.topbar,.bottom-nav,.panel-main,.panel,.table-wrap{max-width:100%!important;}
.grid{align-items:stretch!important;}
.card{display:flex!important;flex-direction:column!important;}
.card-body{display:flex!important;flex-direction:column!important;flex:1!important;}
.card-actions{margin-top:auto!important;}
.product-img{height:230px!important;object-fit:cover!important;background:#e5e7eb!important;}
.footer{padding-bottom:105px!important;margin-top:50px!important;}
.footer-grid{align-items:start!important;}
.footer-links a{display:block!important;padding:6px 0!important;opacity:.95!important;}
.footer-bottom a{color:#fff!important;}
.form-card{overflow:hidden!important;}
.order-result-card{word-break:break-word!important;}
.panel-shell{overflow-x:hidden!important;}
.panel-main{min-width:0!important;overflow-x:hidden!important;}
.table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;}
table{max-width:none!important;}
input,textarea,select,button{font-family:inherit!important;max-width:100%!important;}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hero-grid{grid-template-columns:1fr!important}.footer-grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:640px){.container{width:calc(100% - 24px)!important}.grid,.footer-grid,.form-grid{grid-template-columns:1fr!important}.hero{padding:48px 0!important}.hero h1{font-size:36px!important}.hero-img{min-height:230px!important}.product-img{height:205px!important}.btn{width:100%;margin:4px 0}.card-actions .btn{width:auto;flex:1 1 140px}.footer-bottom{display:block!important}.bottom-nav a{min-width:50px!important;font-size:10px!important}.panel-main{padding:12px!important}.sidebar{padding:16px!important}.loader-card{padding:30px 20px!important;border-radius:26px!important}}


/* === AGT FINAL REVISION: clean hero, upload about image, footer/mobile fixes === */
html.loading-lock, body.loading-lock{overflow:hidden!important;height:100%!important;}
body.loading-lock > *:not(.loader){visibility:hidden!important;}
.loader{position:fixed!important;inset:0!important;z-index:999999!important;display:grid!important;place-items:center!important;background:radial-gradient(circle at 20% 20%,rgba(37,99,235,.38),transparent 28%),linear-gradient(135deg,#020617,#071225 55%,#0f172a)!important;color:#fff!important;}
.loader.hide{opacity:0!important;visibility:hidden!important;pointer-events:none!important;}
.loader-card{width:min(380px,calc(100% - 36px))!important;text-align:center!important;border-radius:30px!important;padding:34px 28px!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 30px 90px rgba(0,0,0,.45)!important;backdrop-filter:blur(18px)!important;}
.loader-logo{width:72px!important;height:72px!important;border-radius:24px!important;margin:0 auto 16px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#fff,#bfdbfe)!important;color:#1d4ed8!important;font-size:28px!important;font-weight:900!important;}
.spinner{width:54px!important;height:54px!important;margin:0 auto 16px!important;border-radius:50%!important;border:5px solid rgba(255,255,255,.20)!important;border-top-color:#fff!important;animation:spin .85s linear infinite!important;}
@keyframes spin{to{transform:rotate(360deg)}}

.hero.no-hero-image,.hero{min-height:82vh!important;display:flex!important;align-items:center!important;position:relative!important;overflow:hidden!important;padding:110px 0 90px!important;background:radial-gradient(circle at top left,rgba(37,99,235,.32),transparent 34%),radial-gradient(circle at bottom right,rgba(6,182,212,.24),transparent 34%),linear-gradient(135deg,#020617,#0f172a,#111827)!important;color:#fff!important;}
.hero.no-hero-image:before,.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:42px 42px;opacity:.55;}
.hero .container{position:relative;z-index:2;}
.hero-content{max-width:820px;margin:auto;text-align:center;padding:20px 0;}
.hero-badge{display:inline-flex;align-items:center;gap:10px;padding:11px 16px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);color:#fff;font-weight:900;font-size:14px;margin-bottom:22px;box-shadow:0 14px 35px rgba(0,0,0,.12);}
.hero-badge.dark{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe;box-shadow:none;}
.hero h1{font-size:clamp(40px,7vw,76px)!important;line-height:1.03!important;letter-spacing:-.055em!important;color:#fff!important;margin:0 0 20px!important;}
.hero p{font-size:clamp(16px,2vw,21px)!important;line-height:1.8!important;color:#dbeafe!important;margin:0 auto 34px!important;max-width:780px;}
.hero-buttons{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;}
.hero .btn.light{background:rgba(255,255,255,.10)!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important;}
.hero-img{display:none!important;background-image:none!important;}
.hero-grid{grid-template-columns:1fr!important;}

.section-head{margin-bottom:24px;text-align:center;}.section-head h2{margin-bottom:8px!important}.section-head p{margin:0;color:var(--muted);font-weight:700;}
.about-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:center;}
.about-photo-wrap{min-height:360px;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,#dbeafe,#f8fafc);box-shadow:var(--shadow);border:1px solid #e5e7eb;}
.about-photo{width:100%;height:100%;min-height:360px;object-fit:cover;display:block;}
.about-card h2{font-size:clamp(28px,3vw,42px);margin-top:0;}.about-card p{font-size:17px;line-height:1.85;color:#475569;}

.footer{margin-top:50px!important;padding:42px 0 20px!important;background:linear-gradient(135deg,#020617,#071225 60%,#0f2447)!important;color:#dbeafe!important;}
.footer-grid{display:grid!important;grid-template-columns:1.2fr .8fr .8fr!important;gap:24px!important;align-items:start!important;}
.footer-brand h3{font-size:24px!important;margin:0 0 10px!important;}.footer h4{font-size:16px!important;margin:0 0 12px!important;color:#fff!important}.footer p{margin:0!important;color:#bfdbfe!important;line-height:1.7!important}.footer-links{display:grid!important;gap:10px!important}.footer-links a{color:#e0f2fe!important;font-weight:800!important;}
.footer-bottom{margin-top:24px!important;padding-top:18px!important;border-top:1px solid rgba(255,255,255,.12)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;color:#bfdbfe!important;}
.footer-bottom .powered{display:inline-flex!important;align-items:center!important;gap:4px!important;padding:9px 13px!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;font-size:13px!important;white-space:nowrap!important;}

.panel-shell{min-width:0!important}.panel-main{min-width:0!important;overflow:hidden!important}.table-wrap{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.table-wrap table{min-width:760px!important}.orders-table table{min-width:1100px!important}.side-menu a,.side-menu button{word-break:normal!important;}

@media(max-width:900px){
  body{padding-bottom:84px!important;}
  .container{width:min(100% - 24px,1180px)!important;}
  .hero{min-height:auto!important;padding:120px 0 76px!important;}
  .hero-buttons{flex-direction:column!important;}.hero-buttons .btn{width:100%!important;}
  .about-grid{grid-template-columns:1fr!important;}.about-photo-wrap,.about-photo{min-height:260px!important;}
  .grid{grid-template-columns:1fr!important;}
  .footer-grid{grid-template-columns:1fr!important;text-align:center!important;}.footer-bottom{justify-content:center!important;text-align:center!important;flex-direction:column!important;}.footer-bottom .powered{margin-top:4px!important;}
  .bottom-nav{gap:2px!important;padding:7px 5px!important;}.bottom-nav a{min-width:auto!important;flex:1!important;font-size:11px!important;padding:7px 3px!important;}
}
@media(max-width:640px){
  .hero h1{font-size:36px!important;}.hero p{font-size:15px!important;}.hero-badge{font-size:12px!important;padding:9px 12px!important;}
  .form-grid{grid-template-columns:1fr!important;}.nav{height:68px!important;}.brand{font-size:16px!important}.brand-logo{width:38px!important;height:38px!important;border-radius:13px!important;}
  .panel-shell{display:block!important}.sidebar{position:relative!important;width:100%!important;min-height:auto!important}.side-menu{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.side-menu button,.side-menu a{width:100%!important;text-align:center!important;}
  .panel-main{padding:16px!important}.panel-head{align-items:flex-start!important;gap:12px!important;flex-direction:column!important}.panel-head .btn{width:100%!important;}
}


/* === AGT ORDER SUCCESS + LEFT FOOTER FINAL UPDATE === */
.footer-bottom{
  margin-top:24px!important;
  padding-top:18px!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  flex-direction:column!important;
  gap:12px!important;
  text-align:left!important;
  color:#bfdbfe!important;
}
.footer-bottom .powered{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:10px 16px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.06)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:800!important;
  white-space:nowrap!important;
  transition:.25s!important;
}
.footer-bottom .powered:hover{
  background:rgba(255,255,255,.12)!important;
  transform:translateY(-1px)!important;
}
.order-success-box{
  width:min(620px,calc(100% - 24px));
  margin:34px auto 46px;
  padding:36px 30px;
  border-radius:32px;
  background:#fff;
  border:1px solid #e5e7eb;
  box-shadow:0 24px 70px rgba(15,23,42,.12),0 8px 22px rgba(37,99,235,.06);
  text-align:center;
  overflow:hidden;
}
.order-success-icon{
  width:82px;
  height:82px;
  margin:0 auto 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#dcfce7,#bbf7d0);
  color:#16a34a;
  display:grid;
  place-items:center;
  font-size:40px;
  box-shadow:0 14px 35px rgba(22,163,74,.18);
}
.order-success-box h2{
  margin:0 0 10px;
  font-size:clamp(25px,4vw,34px);
  line-height:1.2;
  color:#0f172a;
  letter-spacing:-.035em;
}
.success-desc{
  margin:0 auto 24px;
  max-width:500px;
  color:#64748b;
  font-size:16px;
  line-height:1.7;
}
.order-number-box{
  padding:26px 22px;
  border-radius:28px;
  background:linear-gradient(135deg,#eff6ff,#e0f2fe);
  border:2px dashed #2563eb;
  margin-bottom:22px;
}
.order-number-box span{
  display:block;
  font-size:14px;
  color:#475569;
  font-weight:900;
  margin-bottom:11px;
}
.order-number-box strong{
  display:block;
  font-size:clamp(30px,7vw,42px);
  line-height:1.1;
  letter-spacing:2px;
  color:#1d4ed8;
  margin-bottom:18px;
  word-break:break-word;
}
.copy-order-btn,
.order-number-box button{
  border:0;
  border-radius:16px;
  padding:13px 18px;
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
  color:#fff;
  font-weight:900;
  cursor:pointer;
  transition:.25s;
  box-shadow:0 12px 30px rgba(37,99,235,.25);
}
.copy-order-btn:hover,
.order-number-box button:hover{
  transform:translateY(-2px);
}
.order-warning{
  display:flex;
  align-items:flex-start;
  gap:10px;
  text-align:left;
  padding:16px 18px;
  border-radius:18px;
  background:#fef2f2;
  color:#991b1b;
  font-weight:800;
  line-height:1.6;
  margin-bottom:24px;
}
.order-warning i{
  margin-top:4px;
  flex:0 0 auto;
}
.order-success-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
}
.order-success-actions .btn{
  min-width:220px;
}
@media(max-width:900px){
  .footer-grid{
    grid-template-columns:1fr!important;
    text-align:left!important;
  }
  .footer-bottom{
    justify-content:flex-start!important;
    align-items:flex-start!important;
    text-align:left!important;
    flex-direction:column!important;
  }
}
@media(max-width:640px){
  .order-success-box{
    padding:28px 20px;
    border-radius:26px;
    margin:24px auto 36px;
  }
  .order-number-box{
    padding:22px 16px;
    border-radius:24px;
  }
  .order-number-box strong{
    letter-spacing:1px;
  }
  .order-success-actions{
    flex-direction:column;
  }
  .order-success-actions .btn{
    width:100%;
    min-width:unset;
  }
  .footer-bottom .powered{
    white-space:normal!important;
  }
}
