
:root{
  --bg:#eef2f5;
  --bg-soft:#f6f8fa;
  --card:#ffffff;
  --ink:#101a2d;
  --muted:#5a6577;
  --navy:#12263f;
  --navy-2:#183a58;
  --gold:#f2b31c;
  --gold-2:#ffca4e;
  --line:rgba(16,26,45,.10);
  --shadow-sm:0 12px 28px rgba(16,26,45,.08);
  --shadow-md:0 22px 56px rgba(16,26,45,.12);
  --shadow-lg:0 28px 72px rgba(12,20,36,.18);
  --radius:24px;
  --radius-sm:18px;
  --container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--ink);
  background:var(--bg-soft);
}
.service-price{
  diplay:block;
  margin-top: 9px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
  color: #F4B400; 
  }
.service-price-size{
  font-size: 12px;
  font-weight: 500;
  margin-left: 6px;
  opacity: 0.8;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.aps-site{overflow-x:hidden}
.aps-container{width:min(var(--container), calc(100% - 32px)); margin-inline:auto}
.aps-page{
  padding-top:120px;
  padding-bottom:96px;
  background:linear-gradient(180deg,var(--bg-soft),#edf2f6 60%, #f7f9fb 100%);
}
.aps-section{padding:92px 0}
.aps-section--soft{background:linear-gradient(180deg,var(--bg),#f4f7fa)}
.aps-section--dark{
  background:
    radial-gradient(1000px 560px at 20% 20%, rgba(255,203,80,.10), transparent 55%),
    radial-gradient(900px 500px at 80% 10%, rgba(77,150,255,.10), transparent 60%),
    linear-gradient(135deg, var(--navy) 0%, #0b1d31 100%);
  color:#fff;
}
.aps-pageHero{
  padding:48px 0 28px;
}
.aps-pageHero__card{
  background:linear-gradient(135deg,#f8fbfe,#eef4f8);
  border:1px solid var(--line);
  border-radius:32px;
  padding:42px;
  box-shadow:var(--shadow-sm);
}
.aps-pageHero__grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:center;
}
.aps-pageHero__aside{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px;
  box-shadow:var(--shadow-sm);
}
.aps-pageHero__list{
  margin:14px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}
.aps-pageHero__list li{
  display:flex; gap:10px; align-items:flex-start;
  color:var(--muted); line-height:1.65;
}
.aps-pageHero__list span{
  width:22px;height:22px;flex:0 0 22px;
  display:grid;place-items:center;
  border-radius:999px;background:rgba(18,38,63,.08);color:var(--navy);font-weight:800
}
.aps-header{
  position:fixed; inset:0 0 auto 0; z-index:1000;
  padding:16px 0;
  transition:.24s ease;
}
.aps-header.is-scrolled{
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(14px);
  box-shadow:0 14px 40px rgba(16,26,45,.12);
  padding:12px 0;
}
.aps-header__inner{
  display:flex; align-items:center; justify-content:space-between; gap:18px;
}
.aps-brand{display:flex;align-items:center;gap:12px}
.aps-brand__mark{display:block; width:34px; height:40px; flex:0 0 34px}
.aps-brand__text{
  font-weight:900; letter-spacing:.16em; text-transform:uppercase;
  font-size:12px; line-height:1.1;
}
.aps-nav{
  display:flex; align-items:center; gap:26px;
}
.aps-nav a{
  font-weight:700; font-size:14px; color:rgba(16,26,45,.86); position:relative;
}
.aps-nav a.active::after,
.aps-nav a:hover::after{
  content:""; position:absolute; left:0; right:0; bottom:-10px; height:2px;
  border-radius:2px; background:var(--gold);
}
.aps-header__actions{display:flex; align-items:center; gap:12px}
.aps-lang,.aps-phone,.aps-btn,.aps-burger,.aps-mobile__cta{
  border-radius:18px;
}
.aps-lang{
  display:inline-flex; align-items:center; gap:8px;
  height:48px; padding:0 16px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(25,74,104,.82);
  color:#fff; box-shadow:0 14px 32px rgba(20,58,88,.18);
  font-weight:800; cursor:pointer;
}
.aps-header.is-scrolled .aps-lang{
  background:rgba(20,58,88,.92);
}
.aps-lang__icon{font-size:16px}
.aps-phone{
  display:inline-flex; align-items:center; justify-content:center;
  height:48px; padding:0 16px;
  color:#fff; font-weight:800; background:rgba(18,38,63,.86);
}
.aps-header.is-scrolled .aps-phone{background:var(--navy)}
.aps-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  min-height:52px; padding:0 20px;
  border:1px solid transparent; font-weight:800; transition:.2s ease;
  cursor:pointer;
}
.aps-btn:hover{transform:translateY(-2px)}
.aps-btn--gold{
  background:linear-gradient(135deg,var(--gold),var(--gold-2));
  color:#10131d; box-shadow:0 18px 34px rgba(242,179,28,.22);
}
.aps-btn--navy{
  background:var(--navy); color:#fff; box-shadow:0 18px 34px rgba(18,38,63,.18);
}
.aps-btn--soft{
  background:#fff; color:var(--ink); border-color:var(--line);
}
.aps-btn--ghost{
  background:transparent; color:#fff; border-color:rgba(255,255,255,.28);
}
.aps-btn--full{width:100%}
.aps-burger{
  display:none;
  width:48px;height:48px;border:1px solid var(--line);background:#fff;color:var(--ink);
  align-items:center;justify-content:center; cursor:pointer;
}
.aps-burger span,.aps-burger span:before,.aps-burger span:after{
  display:block; width:20px; height:2px; background:currentColor; content:""; border-radius:10px; transition:.2s ease;
}
.aps-burger span{position:relative}
.aps-burger span:before{position:absolute;top:-6px}
.aps-burger span:after{position:absolute;top:6px}
.aps-mobile{
  display:none; margin-top:14px;
  background:#fff; border:1px solid var(--line); border-radius:24px; box-shadow:var(--shadow-md);
  padding:16px;
}
.aps-mobile.is-open{display:grid; gap:10px}
.aps-mobile a,.aps-mobile button{
  display:flex; align-items:center; min-height:48px; padding:0 14px;
  border-radius:16px; border:1px solid var(--line); background:#fff; font-weight:700;
}
.aps-mobile__cta{
  background:linear-gradient(135deg,var(--gold),var(--gold-2)) !important; border-color:transparent !important;
}

.aps-hero{
  position:relative;
  min-height:100svh;
  padding:132px 0 88px;
  overflow:hidden;
  background:
    radial-gradient(900px 460px at 20% 16%, rgba(242,179,28,.16), transparent 58%),
    radial-gradient(820px 520px at 80% 18%, rgba(70,112,170,.18), transparent 56%),
    linear-gradient(110deg, rgba(12,24,38,.76), rgba(12,24,38,.66)),
    url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=2200&q=80") center/cover no-repeat;
}
.aps-hero__media,.aps-hero__overlay{display:none}
.aps-hero__content{position:relative; z-index:1}
.aps-hero__grid{display:grid; grid-template-columns:1.08fr .92fr; gap:28px; align-items:end}
.aps-kicker,.aps-eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  border-radius:999px; padding:10px 16px;
  font-size:12px; letter-spacing:.12em; text-transform:uppercase; font-weight:800;
}
.aps-kicker{
  background:rgba(255,255,255,.12); color:#fff; border:1px solid rgba(255,255,255,.16);
}
.aps-kicker__dot{
  width:8px;height:8px;border-radius:50%; background:var(--gold);
}
.aps-eyebrow{
  background:#fff; color:var(--navy); border:1px solid var(--line);
}
.aps-eyebrow--light{
  background:rgba(255,255,255,.10); color:#fff; border-color:rgba(255,255,255,.16);
}
.aps-h1,.aps-h2,.aps-h3{
  font-family:"Playfair Display",Georgia,serif;
  letter-spacing:-.03em; margin:0;
}
.aps-h1{
  color:#fff; font-size:clamp(46px,6.3vw,88px); line-height:.98; margin-top:18px;
}
.aps-h1 span{color:var(--gold-2)}
.aps-h2{
  font-size:clamp(36px,4.8vw,70px); line-height:1.02; margin-top:20px;
}
.aps-h3{font-size:clamp(24px,2vw,30px); line-height:1.15}
.aps-h3--light{color:#fff}
.aps-lead{
  margin:18px auto 0;
  font-size:clamp(17px,1.6vw,21px); line-height:1.8; color:var(--muted); max-width:860px;
}
.aps-lead--hero{color:rgba(255,255,255,.88); max-width:760px}
.aps-lead--left{margin-left:0; margin-right:0}
.aps-hero__cta,.aps-finalCta__actions,.aps-heroCard__actions{
  display:flex; flex-wrap:wrap; gap:12px; margin-top:24px;
}
.aps-trustRow{
  display:flex; flex-wrap:wrap; gap:12px; margin-top:22px;
}
.aps-pill{
  display:inline-flex; align-items:center; min-height:42px; padding:0 14px;
  border-radius:999px; background:rgba(255,255,255,.12); color:#fff;
  border:1px solid rgba(255,255,255,.16); font-size:13px; font-weight:700;
}
.aps-heroCard{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  border-radius:28px; padding:28px;
  backdrop-filter:blur(14px);
  box-shadow:var(--shadow-lg);
}
.aps-heroCard__badge{
  display:inline-flex; padding:8px 12px; border-radius:999px;
  background:rgba(255,255,255,.14); color:#fff; font-size:12px; font-weight:800;
  border:1px solid rgba(255,255,255,.16);
}
.aps-heroCard__text{
  color:rgba(255,255,255,.84); line-height:1.8; margin-top:14px;
}
.aps-featureList{list-style:none; padding:0; margin:18px 0 0; display:grid; gap:12px}
.aps-featureList li{display:flex; gap:12px; color:#fff; line-height:1.65}
.aps-featureList li span:first-child{
  width:22px;height:22px;flex:0 0 22px;display:grid;place-items:center;border-radius:8px;
  background:rgba(242,179,28,.18); color:var(--gold-2); font-weight:800
}

.aps-band{margin-top:-36px; position:relative; z-index:2}
.aps-band__grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:16px;
}
.aps-bandCard,.aps-serviceCard,.aps-proofCard,.aps-valueCard,.aps-stepCard,.aps-areaItem,.aps-mapCard,.aps-formCard,.aps-contactCard,.aps-faqCard{
  background:var(--card); border:1px solid var(--line); border-radius:24px; box-shadow:var(--shadow-sm);
}
.aps-bandCard{
  padding:20px; display:flex; flex-direction:column; gap:8px;
}
.aps-bandCard strong{font-size:15px}
.aps-bandCard span{color:var(--muted); line-height:1.6}
.aps-head{text-align:center; margin-bottom:42px}
.aps-head--light .aps-lead{color:rgba(255,255,255,.84)}
.aps-grid{display:grid; gap:20px}
.aps-grid--2{grid-template-columns:repeat(2,1fr)}
.aps-grid--3{grid-template-columns:repeat(3,1fr)}
.aps-grid--compact{gap:16px}
.aps-split{
  display:grid; grid-template-columns:1fr 1fr; gap:28px; align-items:start;
}
.aps-serviceCard{
  padding:24px;
  display:flex; flex-direction:column; gap:18px;
}
.aps-serviceCard__icon{
  width:54px;height:54px;border-radius:18px; display:grid; place-items:center;
  background:linear-gradient(135deg, rgba(18,38,63,.08), rgba(242,179,28,.14)); font-size:24px;
}
.aps-serviceCard ul,.aps-detailCard ul,.aps-checkList{padding:0; margin:0; list-style:none; display:grid; gap:10px}
.aps-serviceCard li,.aps-detailCard li,.aps-checkList li{
  display:flex; gap:10px; color:var(--muted); line-height:1.65
}
.aps-serviceCard li::before,.aps-detailCard li::before,.aps-checkList li::before{
  content:"✓"; color:var(--navy); font-weight:800
}
.aps-valueCard{
  padding:22px;
}
.aps-valueCard strong,.aps-contactCard strong,.aps-faqCard strong{
  display:block; font-size:18px; margin-bottom:10px
}
.aps-valueCard p,.aps-proofCard__body p,.aps-stepCard p,.aps-areaItem small,.aps-contactCard p,.aps-faqCard p,.aps-detailCard p{
  color:var(--muted); line-height:1.8; margin:0
}
.aps-proofCard{overflow:hidden}
.aps-proofCard__body{padding:22px}
.aps-compare{
  position:relative; height:320px; overflow:hidden; background:#d9dde1;
}
.aps-compare__img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
}
.aps-compare__before{
  clip-path:inset(0 48% 0 0);
}
.aps-compare__labels{
  position:absolute; top:16px; left:16px; right:16px;
  display:flex; justify-content:space-between; gap:12px; pointer-events:none;
}
.aps-compare__labels span{
  background:rgba(255,255,255,.94); color:var(--navy); border:1px solid rgba(16,26,45,.08);
  border-radius:999px; padding:8px 14px; font-size:12px; font-weight:900; letter-spacing:.12em; text-transform:uppercase;
}
.aps-compare__handle{
  position:absolute; left:52%; top:50%; transform:translate(-50%,-50%);
  width:58px;height:58px;border-radius:999px;background:rgba(18,38,63,.82); color:#fff;
  display:grid; place-items:center; font-size:24px; box-shadow:0 18px 34px rgba(18,38,63,.26); pointer-events:none;
}
.aps-compare__range{
  position:absolute; left:14px; right:14px; bottom:14px; width:calc(100% - 28px);
  accent-color:var(--gold); cursor:pointer;
}
.aps-stepCard{
  padding:24px;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.16);
  box-shadow:none;
}
.aps-stepCard p{color:rgba(255,255,255,.84)}
.aps-stepCard__n{
  display:inline-grid; place-items:center;
  width:46px;height:46px;border-radius:999px;
  background:rgba(255,255,255,.12); color:#fff; font-weight:800; margin-bottom:14px
}
.aps-stepCard__n--gold{background:rgba(242,179,28,.18); color:var(--gold-2)}
.aps-ctaBar{
  margin-top:20px; padding:22px 24px; border-radius:24px;
  display:flex; justify-content:space-between; gap:18px; align-items:center;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14);
}
.aps-ctaBar strong{display:block; font-size:20px}
.aps-ctaBar span{display:block; margin-top:6px; color:rgba(255,255,255,.82); line-height:1.7}
.aps-areas{
  display:grid; grid-template-columns:1.1fr .9fr; gap:24px; align-items:start;
}
.aps-mapCard{overflow:hidden}
.aps-mapCard iframe{width:100%; height:100%; min-height:420px; border:0}
.aps-areaList{display:grid; gap:14px}
.aps-areaItem{display:flex; gap:14px; align-items:flex-start; padding:18px}
.aps-areaItem span{
  width:38px;height:38px; border-radius:14px; flex:0 0 38px;
  background:linear-gradient(135deg, rgba(18,38,63,.08), rgba(56,182,255,.14));
  border:1px solid rgba(18,38,63,.08);
}
.aps-finalCta{
  display:grid; grid-template-columns:1.1fr .9fr; gap:28px; align-items:center;
  background:#fff; border:1px solid var(--line); border-radius:30px; padding:34px; box-shadow:var(--shadow-md);
}
.aps-footer{
  background:linear-gradient(135deg, var(--navy), #0b1829);
  color:rgba(255,255,255,.88); padding:60px 0 24px;
}
.aps-footer__grid{display:grid; grid-template-columns:1.3fr .85fr .85fr; gap:28px}
.aps-footer__brand img{display:block; width:min(100%, 360px); height:auto}
.aps-footer__title{font-weight:800; margin-bottom:14px}
.aps-footer p,.aps-footer span{color:rgba(255,255,255,.74); line-height:1.8}
.aps-footer__brand{margin-bottom:16px}
.aps-footer a{display:block; margin:10px 0; color:#fff}
.aps-footer__bottom{margin-top:20px; padding-top:18px; border-top:1px solid rgba(255,255,255,.12); font-size:14px}

.aps-details{
  display:grid; grid-template-columns:repeat(2,1fr); gap:20px; margin-top:28px;
}
.aps-detailCard{
  background:#fff; border:1px solid var(--line); border-radius:24px; box-shadow:var(--shadow-sm); padding:24px;
}
.aps-detailCard__top{
  display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-bottom:16px;
}
.aps-tag{
  display:inline-flex; align-items:center; min-height:36px; padding:0 12px; border-radius:999px;
  font-size:12px; font-weight:800; letter-spacing:.12em; text-transform:uppercase;
  border:1px solid var(--line); background:#f7fafc; color:var(--navy);
}
.aps-tag--gold{background:rgba(242,179,28,.14)}
.aps-tag--blue{background:rgba(18,38,63,.08)}
.aps-checkCols{display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:16px}
.aps-miniTitle{
  font-size:13px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; margin-bottom:10px; color:#6b7485
}
.aps-faqGrid,.aps-contactGrid{display:grid; grid-template-columns:repeat(2,1fr); gap:20px}
.aps-contactGrid{align-items:start}
.aps-contactCards{display:grid; gap:14px}
.aps-contactCard{padding:22px}
.aps-formCard{padding:28px}
.aps-form{display:grid; gap:14px; margin-top:18px}
.aps-field span{
  display:block; font-size:13px; font-weight:800; color:#425066; margin-bottom:8px
}
.aps-field input,.aps-field select,.aps-field textarea{
  width:100%; border:1px solid rgba(16,26,45,.12); border-radius:16px; padding:14px 16px; background:#fff; color:var(--ink);
  outline:none; transition:.18s ease;
}
.aps-field textarea{min-height:150px; resize:vertical}
.aps-field input:focus,.aps-field select:focus,.aps-field textarea:focus{
  border-color:rgba(18,38,63,.28); box-shadow:0 0 0 4px rgba(18,38,63,.08)
}
.aps-formMsg{min-height:22px; font-weight:700; color:#285643}
.aps-metaRow{display:flex; flex-wrap:wrap; gap:12px; margin-top:18px}
.aps-metaPill{
  display:inline-flex; align-items:center; min-height:42px; padding:0 14px; border-radius:999px;
  border:1px solid var(--line); background:#fff; font-weight:700;
}
.aps-divider{height:1px; background:var(--line); margin:18px 0}
.aps-note{font-size:14px; color:var(--muted); line-height:1.7}
.visually-hidden{
  position:absolute !important; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

@media (max-width: 1120px){
  .aps-nav,.aps-phone,.aps-header__actions > .aps-btn{display:none}
  .aps-burger{display:inline-flex}
  .aps-hero__grid,.aps-pageHero__grid,.aps-split,.aps-areas,.aps-finalCta,.aps-contactGrid,.aps-footer__grid,.aps-details,.aps-faqGrid{
    grid-template-columns:1fr;
  }
  .aps-band__grid,.aps-grid--3,.aps-grid--2,.aps-checkCols{grid-template-columns:1fr}
}
@media (max-width: 760px){
  .aps-hero{padding-top:124px; min-height:auto}
  .aps-page{padding-top:110px}
  .aps-section{padding:72px 0}
  .aps-pageHero__card,.aps-finalCta,.aps-formCard{padding:24px}
  .aps-heroCard{padding:22px}
  .aps-head{text-align:left}
  .aps-lead{max-width:none}
  .aps-ctaBar{flex-direction:column; align-items:flex-start}
  .aps-band{margin-top:-22px}
}


.aps-accordion{padding:0; overflow:hidden}
.aps-accordion__trigger{
  width:100%; border:0; background:transparent; color:var(--ink); cursor:pointer;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:22px 24px; text-align:left; font:inherit; font-weight:800;
}
.aps-accordion__trigger span:first-child{font-size:18px; line-height:1.35}
.aps-accordion__icon{
  width:34px; height:34px; border-radius:999px; flex:0 0 34px;
  display:grid; place-items:center; background:#f3f6fb; border:1px solid rgba(14,26,43,.10);
  color:var(--navy); font-size:20px; font-weight:800; transition:transform .2s ease, background .2s ease, color .2s ease;
}
.aps-accordion__trigger[aria-expanded="true"] .aps-accordion__icon{background:var(--navy); color:#fff; transform:rotate(180deg)}
.aps-accordion__content{display:none; padding:0 24px 22px}
.aps-accordion__content p{margin:0; padding-top:0}
.aps-accordion.is-open .aps-accordion__content{display:block}
.aps-note--context{margin-top:8px}
@media(max-width:768px){
  .aps-accordion__trigger{padding:18px 18px}
  .aps-accordion__trigger span:first-child{font-size:17px}
  .aps-accordion__content{padding:0 18px 18px}
}

@media(max-width: 640px){
  .aps-brand__mark{width:30px; flex-basis:30px}
  .aps-brand__text{font-size:10px; letter-spacing:.12em}
  .aps-footer__brand img{width:min(100%, 280px)}
}
