:root{
  --red:#e11d2e;
  --red-dark:#b51224;
  --red-soft:#fff1f2;
  --blue:#0b4aa2;
  --blue-bright:#2563eb;
  --blue-dark:#062a57;
  --blue-soft:#eef5ff;
  --white:#fff;
  --ink:#10213b;
  --muted:#60708a;
  --line:#dbe5f2;
  --surface:#f6f9fd;
  --shadow:0 14px 34px rgba(6,42,87,.09);
}

*{box-sizing:border-box}
.website-field{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
html{scroll-behavior:smooth}
body{margin:0;background:var(--surface);color:var(--ink);font-family:Arial,"Noto Sans Myanmar","Myanmar Text",sans-serif;line-height:1.55}
body:before{content:"";position:fixed;inset:0 0 auto;z-index:100;height:4px;background:linear-gradient(90deg,var(--red) 0 34%,#fff 34% 66%,var(--blue) 66% 100%);box-shadow:0 1px 0 rgba(6,42,87,.1)}
a{color:inherit}

.site-header{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:16px clamp(14px,4vw,48px) 13px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);box-shadow:0 8px 24px rgba(6,42,87,.06);backdrop-filter:blur(14px)}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none;min-width:0}
.logo-box{width:58px;height:58px;background:var(--blue)}
.brand-logo-frame{display:block;flex:0 0 auto;width:88px;height:54px;border:1px solid #d9e3f0;border-radius:12px;background:#fff;box-shadow:0 7px 17px rgba(11,74,162,.12);overflow:hidden}
.brand-logo{display:block;width:100%;height:100%;object-fit:cover;object-position:center 40%}
.brand strong{display:block;font-size:18px;line-height:1.1;white-space:nowrap;color:var(--blue-dark)}
.brand small{display:block;color:var(--red-dark);font-weight:800;font-size:12px;white-space:nowrap;letter-spacing:.15px}
.site-nav{display:flex;align-items:center;justify-content:center;gap:4px;min-width:0;overflow-x:auto;scrollbar-width:none}
.site-nav::-webkit-scrollbar{display:none}
.site-nav a{position:relative;flex:0 0 auto;padding:9px 11px;border-radius:999px;text-decoration:none;color:#425570;font-weight:800;font-size:14px;transition:color .2s ease,background .2s ease,transform .2s ease}
.site-nav a:hover{background:var(--blue-soft);color:var(--blue);transform:translateY(-1px)}
.site-nav a.active{background:var(--blue);color:#fff;box-shadow:0 6px 14px rgba(11,74,162,.2)}

.call-chip,.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;background:var(--red);color:#fff;text-decoration:none;padding:11px 17px;font-weight:900;cursor:pointer;white-space:nowrap;box-shadow:0 8px 18px rgba(225,29,46,.18);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.call-icon{margin-right:6px;font-size:16px}
.call-chip:hover,.btn:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 12px 24px rgba(225,29,46,.24)}
.btn.blue{background:var(--blue);box-shadow:0 8px 18px rgba(11,74,162,.2)}
.btn.blue:hover{background:var(--blue-dark)}
.btn.gray{background:var(--blue-dark);box-shadow:0 8px 18px rgba(6,42,87,.18)}
.btn.gray:hover{background:#031d3e}
.btn.light{background:#fff;color:var(--blue);border-color:#b8cdea;box-shadow:none}
.btn.light:hover{background:var(--blue-soft);border-color:var(--blue)}

.hero{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:32px;align-items:center;padding:66px clamp(16px,5vw,70px) 48px;background:
  radial-gradient(circle at 7% 10%,rgba(225,29,46,.1),transparent 29%),
  radial-gradient(circle at 94% 15%,rgba(37,99,235,.14),transparent 34%),
  linear-gradient(135deg,#fff 0%,#f7faff 52%,#fff5f5 100%);
  border-bottom:1px solid var(--line);overflow:hidden}
.hero:after{content:"";position:absolute;right:-80px;bottom:-150px;width:310px;height:310px;border:42px solid rgba(225,29,46,.06);border-radius:50%;pointer-events:none}
.eyebrow{display:inline-flex;padding:7px 13px;border:1px solid #ffc8cf;border-radius:999px;background:var(--red-soft);color:var(--red-dark);font-weight:900;font-size:13px;letter-spacing:.15px}
.hero h1,.hero h2{max-width:850px;margin:17px 0 14px;font-size:clamp(36px,5.6vw,66px);line-height:1.08;letter-spacing:-.02em;color:var(--blue-dark)}
.hero h1:after,.hero h2:after{content:"";display:block;width:94px;height:6px;margin-top:18px;border-radius:99px;background:linear-gradient(90deg,var(--red) 0 48%,#fff 48% 54%,var(--blue) 54% 100%)}
.hero p{max-width:700px;margin:0;color:#50627d;font-size:18px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
.hero-panel{position:relative;background:linear-gradient(145deg,var(--blue-dark),#0b4aa2 72%,#123f78);color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:24px;box-shadow:0 24px 64px rgba(6,42,87,.28);overflow:hidden}
.hero-panel:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--red),#fff,var(--blue-bright))}
.hero-panel h2{position:relative;margin:3px 0 16px;font-size:24px;color:#fff}
.panel-kicker{display:inline-flex;margin-top:3px;padding:5px 9px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.09);color:#dceaff;font-size:11px;font-weight:900;letter-spacing:1.2px}
.hero-panel-copy{margin:-7px 0 18px;color:#d9e7fa;font-size:14px}
.hero-status-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:end;padding:15px;border:1px solid rgba(255,255,255,.15);border-radius:15px;background:rgba(255,255,255,.08)}
.hero-status-form label{grid-column:1/-1;margin:0;color:#fff;font-size:13px}
.hero-status-form .form-control{min-height:46px;border-color:rgba(255,255,255,.42);background:#fff;color:var(--ink)}
.hero-status-form .btn{min-height:46px;padding-left:15px;padding-right:15px}
.hero-trust{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:13px}
.trust-item{display:flex;align-items:center;gap:8px;min-height:46px;padding:10px 11px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.06);color:#eaf3ff;text-decoration:none;font-size:12px}
.trust-item span{display:grid;place-items:center;flex:0 0 auto;width:22px;height:22px;border-radius:50%;background:var(--red);color:#fff;font-weight:900}
.trust-item b{line-height:1.35}
.trust-phone{border-color:rgba(255,122,135,.4);color:#fff}
.trust-phone:hover{background:rgba(225,29,46,.22)}
.status-mini{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:11px}
.mini-card{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:15px;transition:background .2s ease,transform .2s ease}
.mini-card:hover{background:rgba(255,255,255,.15);transform:translateY(-2px)}
.mini-card:nth-child(2),.mini-card:nth-child(3){border-color:rgba(255,122,135,.38)}
.mini-card b{display:block;font-size:27px;color:#fff}
.mini-card span{color:#d9e7fa;font-size:13px;font-weight:800}

.section{padding:44px clamp(16px,5vw,70px)}
.section:nth-of-type(even){background:#fff}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:20px}
.section h2{margin:0;color:var(--blue-dark);font-size:clamp(27px,4vw,42px);line-height:1.2}
.muted{color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.card{position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--blue)}
.grid>.card:nth-child(3n+1):before{background:var(--red)}
.grid>.card:nth-child(3n+3):before{background:linear-gradient(90deg,var(--red),var(--blue))}
.card:hover{transform:translateY(-4px);border-color:#b8cdea;box-shadow:0 19px 42px rgba(6,42,87,.13)}
.card h3{margin:0 0 8px;color:var(--blue-dark);font-size:20px}
.card p{margin:0;color:var(--muted)}
.service-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:15px;border:1px solid #bfd5f2;border-radius:13px;background:var(--blue-soft);color:var(--blue);font-size:22px;font-weight:900;box-shadow:inset 0 0 0 4px #fff}
.grid>.card:nth-child(3n+1) .service-icon{border-color:#ffc3ca;background:var(--red-soft);color:var(--red)}

.promo-card{padding:0}
.promo-card .eyebrow,.promo-card h3,.promo-card p{margin-left:20px;margin-right:20px}
.promo-card .eyebrow{margin-top:20px}
.promo-card p:last-child{margin-bottom:20px}
.promo-banner{display:block;width:100%;height:260px;object-fit:cover;background:linear-gradient(135deg,var(--blue-soft),var(--red-soft));border-bottom:1px solid var(--line)}
.process{counter-reset:step}
.step{position:relative;padding-left:64px}
.step:before{counter-increment:step;content:counter(step);position:absolute;left:20px;top:22px;display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:var(--red);color:#fff;font-weight:900;box-shadow:0 0 0 5px var(--red-soft)}
.process .step:nth-child(even):before{background:var(--blue);box-shadow:0 0 0 5px var(--blue-soft)}

.status-box{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:10px;margin-top:17px}
.form-control{width:100%;min-height:48px;border:1px solid #bdcbe0;border-radius:11px;padding:11px 13px;color:var(--ink);font:inherit;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}
.form-control:focus{border-color:var(--blue-bright);box-shadow:0 0 0 4px rgba(37,99,235,.12)}
label{display:block;font-weight:900;margin:0 0 6px;color:var(--blue-dark)}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.form-grid .full{grid-column:1/-1}
textarea.form-control{min-height:112px;resize:vertical}
.result{margin-top:18px}
.result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.status-pill{display:inline-flex;border:1px solid #b8cdea;border-radius:999px;background:var(--blue-soft);color:var(--blue);padding:8px 12px;font-weight:900}
.notice{border-left:5px solid var(--blue);background:var(--blue-soft);padding:13px 15px;border-radius:10px;color:var(--blue-dark);font-weight:800}
.error{border-left-color:var(--red);background:var(--red-soft);color:#991b2d}

.site-footer{position:relative;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;padding:32px clamp(16px,5vw,70px);background:linear-gradient(135deg,#041b39,var(--blue-dark) 55%,#0b4aa2);color:#fff;border-top:5px solid var(--red)}
.site-footer:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:#fff}
.footer-brand{display:flex;align-items:center;gap:14px}
.footer-logo-frame{display:block;flex:0 0 auto;width:104px;height:66px;border:1px solid rgba(255,255,255,.28);border-radius:13px;background:#fff;overflow:hidden}
.footer-logo{display:block;width:100%;height:100%;object-fit:cover;object-position:center 40%}
.site-footer strong{font-size:19px}
.site-footer p{margin:4px 0 0;color:#cbdcf2}
.footer-links{display:flex;gap:10px;flex-wrap:wrap}
.footer-links a{color:#fff;text-decoration:none;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:8px 12px;font-weight:800;transition:background .2s ease,border-color .2s ease}
.footer-links a:hover{background:var(--red);border-color:var(--red)}
.mobile-actions{display:none}

:focus-visible{outline:3px solid rgba(37,99,235,.38);outline-offset:3px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-nav a,.call-chip,.btn,.card,.mini-card,.form-control,.footer-links a{transition:none}}
@media(max-width:920px){
  .site-header{grid-template-columns:1fr auto;gap:10px}
  .brand{grid-column:1/2}
  .call-chip{grid-column:2/3;grid-row:1}
  .site-nav{grid-column:1/-1;justify-content:flex-start;width:100%;padding:0 1px 3px;scroll-snap-type:x proximity}
  .site-nav a{scroll-snap-align:start}
  .hero{grid-template-columns:1fr;gap:25px;padding-top:34px}
  .hero-panel{order:-1}
  .hero-status-form{grid-template-columns:1fr}
  .hero-status-form label{grid-column:auto}
  .grid,.grid.two,.result-grid,.form-grid{grid-template-columns:1fr}
  .status-box{grid-template-columns:1fr}
  .section-head{display:block}
  .section-head .btn{margin-top:14px}
  .site-footer{display:block}
  .footer-links{margin-top:16px}
  .promo-banner{height:230px}
}
@media(max-width:700px){
  .mobile-actions{position:fixed;z-index:80;display:grid;grid-template-columns:1fr 1fr;gap:8px;inset:auto 10px calc(9px + env(safe-area-inset-bottom));padding:7px;border:1px solid rgba(11,74,162,.14);border-radius:18px;background:rgba(255,255,255,.95);box-shadow:0 16px 42px rgba(6,42,87,.24);backdrop-filter:blur(14px)}
  .mobile-actions a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:48px;border-radius:13px;background:var(--blue);color:#fff;text-decoration:none;font-size:12px}
  .mobile-actions .mobile-call{background:var(--red)}
  .mobile-actions span{font-size:19px;line-height:1}
  .site-footer{padding-bottom:calc(104px + env(safe-area-inset-bottom))}
}
@media(max-width:520px){
  body:before{height:3px}
  .site-header{padding:12px 12px 9px}
  .brand{gap:8px}
  .brand-logo-frame{width:70px;height:44px;border-radius:9px}
  .brand strong{font-size:15px}
  .brand small{display:none}
  .call-chip{width:44px;height:44px;padding:0;border-radius:13px}
  .call-chip .call-icon{margin:0;font-size:19px}
  .call-chip .call-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
  .site-nav{margin:0 -2px}
  .site-nav a{min-height:40px;font-size:13px;padding:9px 10px}
  .hero{gap:22px;padding:22px 14px 30px}
  .hero-panel{padding:18px;border-radius:17px}
  .hero-panel h2{font-size:24px}
  .hero-status-form{padding:12px}
  .hero-status-form .form-control,.hero-status-form .btn{min-height:50px}
  .hero h1,.hero h2{font-size:32px}
  .hero p{font-size:16px}
  .hero-actions .btn{width:100%}
  .status-mini{grid-template-columns:1fr}
  .hero-trust{grid-template-columns:1fr 1fr;gap:7px}
  .trust-item{min-height:52px;padding:8px;font-size:11px}
  .trust-item span{width:21px;height:21px}
  .section{padding:30px 14px}
  .section h2{font-size:30px}
  .card{padding:18px}
  .promo-card{padding:0}
  .promo-card .eyebrow,.promo-card h3,.promo-card p{margin-left:16px;margin-right:16px}
  .promo-card .eyebrow{margin-top:16px}
  .promo-banner{height:190px}
  .site-footer{padding:27px 14px}
  .footer-brand{align-items:flex-start}
  .footer-logo-frame{width:82px;height:54px}
  .footer-links a{width:100%;justify-content:center;text-align:center}
  .btn{min-height:48px}
  .form-control{min-height:50px;font-size:16px}
}
@media(max-width:360px){
  .brand strong{display:none}
  .hero-trust{grid-template-columns:1fr}
  .mobile-actions{inset-inline:7px}
}
