.svc-scope{
  --ink:#070A0E;
  --ink-2:#0B1016;
  --panel:#101720;
  --panel-2:#151E28;
  --panel-3:#1A2530;
  --line:#26313D;
  --line-soft:rgba(255,255,255,.075);
  --bone:#F1EEE7;
  --text:#C8D0D7;
  --soft:#9AA6B1;
  --muted:#6F7A84;
  --brass:#B99461;
  --brass-2:#D1AF78;
  --brass-soft:rgba(185,148,97,.18);
  --shadow:0 24px 80px rgba(0,0,0,.35);
  --radius:24px;
  --maxw:1220px;
  --serif:"Fraunces",Georgia,serif;
  --sans:var(--font-service-sans),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --mono:var(--font-mono),ui-monospace,SFMono-Regular,Menlo,monospace;
}
.svc-scope{
  background:
    radial-gradient(950px 520px at 85% -8%, rgba(185,148,97,.15), transparent 62%),
    radial-gradient(780px 560px at -8% 16%, rgba(72,93,116,.22), transparent 60%),
    linear-gradient(180deg,#070A0E 0%,#0A0F15 42%,#070A0E 100%);
  color:var(--text);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.svc-scope::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  opacity:.42;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.78), transparent 88%);
}
.svc-scope::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:linear-gradient(90deg, rgba(7,10,14,.9), transparent 18%, transparent 82%, rgba(7,10,14,.9));
}
.svc-scope a{color:inherit; text-decoration:none}
.svc-scope img{max-width:100%;display:block}
.svc-scope h1,.svc-scope h2,.svc-scope h3,.svc-scope h4{margin:0;color:var(--bone);line-height:1.08;font-weight:400}
.svc-scope p{margin:0 0 1.05em}
.svc-scope ::selection{background:var(--brass); color:#081018}
.svc-scope #reading-progress{
  position:fixed;
  left:0;top:0;height:3px;width:0%;
  z-index:100;
  background:linear-gradient(90deg,var(--brass),var(--brass-2));
  box-shadow:0 0 28px rgba(185,148,97,.45);
}
.svc-scope .shell{margin-left:0;position:relative;z-index:1}
.svc-scope .wrap{width:min(var(--maxw),calc(100% - 44px));margin:0 auto;position:relative;z-index:1}
.svc-scope .eyebrow{
  display:flex;align-items:center;gap:13px;
  font-family:var(--mono);font-size:11px;letter-spacing:.32em;text-transform:uppercase;
  color:var(--brass);line-height:1.2;
}
.svc-scope .eyebrow::before{content:"";width:34px;height:1px;background:linear-gradient(90deg,var(--brass),transparent)}
.svc-scope .mono,.svc-scope .mlabel{font-family:var(--mono)}
.svc-scope .mlabel,.svc-scope .note{font-family:var(--mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--brass)}
.svc-scope .dim{color:var(--soft)}
.svc-scope .lead{font-size:17px;color:var(--text)}
.svc-scope .rule{height:1px;border:0;background:linear-gradient(90deg,var(--line),transparent);margin:0}
.svc-scope .bracket{position:relative}
.svc-scope .bracket::before,.svc-scope .bracket::after{content:"";position:absolute;width:18px;height:18px;pointer-events:none;opacity:.8;transition:.4s ease}
.svc-scope .bracket::before{top:-1px;left:-1px;border-top:1px solid var(--brass);border-left:1px solid var(--brass)}
.svc-scope .bracket::after{right:-1px;bottom:-1px;border-right:1px solid var(--brass);border-bottom:1px solid var(--brass)}
.svc-scope .bracket:hover::before,.svc-scope .bracket:hover::after{width:28px;height:28px;opacity:1}
.svc-scope .btn{
  position:relative;isolation:isolate;overflow:hidden;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:15px 23px;border:1px solid rgba(255,255,255,.14);
  border-radius:999px;background:rgba(255,255,255,.035);color:var(--bone);
  font-family:var(--mono);font-size:12px;letter-spacing:.13em;text-transform:uppercase;
  transition:transform .32s ease,border-color .32s ease,background .32s ease,color .32s ease;
  backdrop-filter:blur(14px);
}
.svc-scope .btn::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(120deg,transparent,rgba(255,255,255,.09),transparent);transform:translateX(-110%);transition:transform .7s ease}
.svc-scope .btn:hover{transform:translateY(-2px);border-color:rgba(185,148,97,.55);background:rgba(185,148,97,.08)}
.svc-scope .btn:hover::before{transform:translateX(110%)}
.svc-scope .btn .a{width:7px;height:7px;background:var(--brass);transform:rotate(45deg);flex:0 0 auto;transition:.32s ease}
.svc-scope .btn:hover .a{transform:rotate(45deg) scale(1.35)}
.svc-scope .btn-solid{background:linear-gradient(135deg,var(--brass),var(--brass-2));border-color:transparent;color:#091018;box-shadow:0 16px 45px rgba(185,148,97,.18)}
.svc-scope .btn-solid .a{background:#091018}
.svc-scope .btn-solid:hover{color:#091018;background:linear-gradient(135deg,var(--brass-2),var(--brass));}
.svc-scope .crumbs{padding-top:42px;padding-bottom:18px}
.svc-scope .crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;font-family:var(--mono);font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}
.svc-scope .crumbs a{color:var(--soft);transition:.25s}
.svc-scope .crumbs a:hover{color:var(--brass)}
.svc-scope .crumbs .sep{color:rgba(255,255,255,.22)}
.svc-scope .hero{padding:42px 0 104px;position:relative}
.svc-scope .hero::before{
  content:"";position:absolute;inset:10px -7vw auto auto;width:420px;height:420px;border:1px solid rgba(185,148,97,.12);border-radius:50%;
  background:radial-gradient(circle,rgba(185,148,97,.08),transparent 62%);filter:blur(.2px);animation:floatOrb 9s ease-in-out infinite alternate;z-index:-1;
}
@keyframes floatOrb{from{transform:translate3d(0,0,0)}to{transform:translate3d(-18px,22px,0)}}
.svc-scope .hero .eyebrow{margin-bottom:24px}
.svc-scope .hero h1{font-family:var(--serif);font-size:clamp(42px,7vw,92px);letter-spacing:-.045em;max-width:15ch;text-wrap:balance}
.svc-scope .hero .subline{display:flex;align-items:center;gap:15px;margin:29px 0 33px;color:var(--soft);font-family:var(--mono);font-size:12px;letter-spacing:.2em;text-transform:uppercase;max-width:68ch}
.svc-scope .hero .subline .l{width:52px;height:1px;background:var(--brass)}
.svc-scope .hero-cta{display:flex;flex-wrap:wrap;gap:13px;margin:0 0 56px}
.svc-scope .hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.7fr);gap:46px;align-items:end}
.svc-scope .intro-band{margin-top:56px;padding-top:34px;border-top:1px solid var(--line-soft)}
.svc-scope .intro-band p{font-family:var(--serif);font-size:clamp(21px,2.15vw,30px);font-weight:300;line-height:1.48;color:var(--bone);max-width:62ch;letter-spacing:-.015em}
.svc-scope .tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.svc-scope .tags span{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.095);border-radius:999px;background:rgba(255,255,255,.035);padding:9px 13px;color:var(--soft);font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase}
.svc-scope .tags span::before{content:"";width:6px;height:6px;background:var(--brass);transform:rotate(45deg);box-shadow:0 0 0 4px rgba(185,148,97,.09)}
.svc-scope .scope{border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);background:linear-gradient(180deg,rgba(21,30,40,.88),rgba(12,18,25,.86));box-shadow:var(--shadow);padding:28px;backdrop-filter:blur(20px);overflow:hidden}
.svc-scope .scope::before{content:"";position:absolute;inset:-1px;background:linear-gradient(135deg,rgba(185,148,97,.28),transparent 30%,transparent 68%,rgba(185,148,97,.12));z-index:-1;opacity:.75}
.svc-scope .scope .top{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:18px;margin-bottom:14px;border-bottom:1px solid var(--line-soft)}
.svc-scope .scope .top .k{font-family:var(--mono);font-size:11px;letter-spacing:.21em;text-transform:uppercase;color:var(--muted)}
.svc-scope .scope .top .v{display:flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--brass)}
.svc-scope .scope .top .v::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--brass);box-shadow:0 0 0 5px rgba(185,148,97,.11),0 0 22px rgba(185,148,97,.35)}
.svc-scope .pillars{display:flex;flex-direction:column}
.svc-scope .pillar{display:grid;grid-template-columns:34px 1fr;gap:14px;padding:17px 0;border-bottom:1px solid var(--line-soft)}
.svc-scope .pillar:last-child{border-bottom:0}
.svc-scope .pillar .n{font-family:var(--mono);font-size:11px;color:var(--brass);padding-top:4px}
.svc-scope .pillar h4{font-size:15px;margin-bottom:4px}
.svc-scope .pillar p{font-size:13.5px;color:var(--soft);line-height:1.55;margin:0}
.svc-scope .scope .foot{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}
.svc-scope .scope .foot .btn{padding:12px 14px}
.svc-scope .section{position:relative;padding:104px 0;z-index:1}
.svc-scope .section + .section{border-top:1px solid var(--line-soft)}
.svc-scope .section::before{content:"";position:absolute;left:50%;top:0;width:min(92vw,var(--maxw));transform:translateX(-50%);height:1px;background:linear-gradient(90deg,transparent,rgba(185,148,97,.24),transparent);opacity:.55}
.svc-scope .sec-head{max-width:870px;margin-bottom:52px}
.svc-scope .sec-head .eyebrow{margin-bottom:21px}
.svc-scope h2.title{font-family:var(--serif);font-size:clamp(30px,4vw,54px);letter-spacing:-.035em;text-wrap:balance}
.svc-scope .sec-head .lead{max-width:70ch}
.svc-scope .split{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);gap:72px;align-items:start}
.svc-scope .prose{max-width:790px}
.svc-scope .prose p{color:var(--text);font-size:16.5px}
.svc-scope .prose p.big{font-family:var(--serif);font-size:clamp(21px,2vw,28px);font-weight:300;line-height:1.48;color:var(--bone);letter-spacing:-.015em}
.svc-scope .note{margin-bottom:14px}
.svc-scope .check{list-style:none;margin:25px 0;padding:0;border-top:1px solid var(--line-soft)}
.svc-scope .check li{position:relative;padding:15px 0 15px 34px;border-bottom:1px solid var(--line-soft);color:var(--text)}
.svc-scope .check li::before{content:"";position:absolute;left:4px;top:24px;width:8px;height:8px;border:1px solid var(--brass);transform:rotate(45deg);background:rgba(185,148,97,.1)}
.svc-scope .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);overflow:hidden;background:rgba(255,255,255,.025);box-shadow:0 18px 60px rgba(0,0,0,.2)}
.svc-scope .stats .s{padding:36px 30px;border-right:1px solid var(--line-soft);transition:.35s ease}
.svc-scope .stats .s:last-child{border-right:0}
.svc-scope .stats .s:hover{background:rgba(185,148,97,.055)}
.svc-scope .stats .num{font-family:var(--serif);font-size:clamp(42px,5.2vw,68px);line-height:1;color:var(--bone);letter-spacing:-.045em}
.svc-scope .stats .num b{font-weight:400;color:var(--brass)}
.svc-scope .stats .cap{margin-top:14px;font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--soft);line-height:1.55}
.svc-scope .grid{display:grid;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);overflow:hidden;background:rgba(255,255,255,.02);box-shadow:0 18px 60px rgba(0,0,0,.18)}
.svc-scope .g3{grid-template-columns:repeat(3,1fr)}
.svc-scope .g2{grid-template-columns:repeat(2,1fr)}
.svc-scope .card{position:relative;min-height:210px;padding:32px 29px;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:linear-gradient(180deg,rgba(255,255,255,.022),rgba(255,255,255,.008));transition:transform .35s ease,background .35s ease,border-color .35s ease}
.svc-scope .g3 .card:nth-child(3n),.svc-scope .g2 .card:nth-child(2n){border-right:0}
.svc-scope .card:hover{background:linear-gradient(180deg,rgba(185,148,97,.075),rgba(255,255,255,.018));transform:translateY(-3px)}
.svc-scope .card .cc{position:absolute;top:0;right:0;width:34px;height:34px;background:linear-gradient(135deg,transparent 50%,rgba(185,148,97,.34) 50%);opacity:.55;transition:.35s ease}
.svc-scope .card:hover .cc{opacity:1}
.svc-scope .card .ix{font-family:var(--mono);font-size:11px;letter-spacing:.16em;color:var(--brass);margin-bottom:17px}
.svc-scope .card h3{font-size:18px;margin-bottom:12px;line-height:1.25}
.svc-scope .card p{font-size:14px;line-height:1.62;color:var(--soft);margin:0}
.svc-scope .card.cta-card{grid-column:1/-1!important;min-height:auto;background:linear-gradient(135deg,rgba(185,148,97,.14),rgba(255,255,255,.025));display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:15px}
.svc-scope .card.cta-card h3{font-family:var(--serif);font-size:clamp(23px,2.5vw,32px);letter-spacing:-.02em}
.svc-scope .card.cta-card .btn{margin-top:4px}
.svc-scope .why{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);overflow:hidden;background:rgba(255,255,255,.02)}
.svc-scope .why .w{padding:40px 35px;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);transition:.35s ease}
.svc-scope .why .w:nth-child(2n){border-right:0}
.svc-scope .why .w:nth-last-child(-n+2){border-bottom:0}
.svc-scope .why .w:hover{background:rgba(185,148,97,.055)}
.svc-scope .why .w .n{font-family:var(--serif);font-size:48px;color:var(--brass);line-height:1;letter-spacing:-.04em}
.svc-scope .why .w h3{font-size:20px;margin:18px 0 10px}
.svc-scope .why .w p{font-size:14.5px;color:var(--soft);margin:0;line-height:1.65}
.svc-scope .who{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.svc-scope .who .p{position:relative;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:rgba(255,255,255,.025);padding:27px;transition:.35s ease;overflow:hidden}
.svc-scope .who .p::after{content:"";position:absolute;inset:auto 18px 0 18px;height:1px;background:linear-gradient(90deg,transparent,var(--brass),transparent);opacity:0;transition:.35s}
.svc-scope .who .p:hover{transform:translateY(-3px);border-color:rgba(185,148,97,.32);background:rgba(185,148,97,.052)}
.svc-scope .who .p:hover::after{opacity:.8}
.svc-scope .who .p .m{font-family:var(--mono);font-size:11px;letter-spacing:.14em;color:var(--brass);margin-bottom:15px}
.svc-scope .who .p h3{font-size:17px;margin-bottom:8px}
.svc-scope .who .p p{font-size:13.8px;color:var(--soft);margin:0;line-height:1.62}
.svc-scope .chips{columns:2;column-gap:56px;margin:0;padding:0}
.svc-scope .chips li{list-style:none;break-inside:avoid;position:relative;padding:16px 0 16px 28px;border-bottom:1px solid var(--line-soft);color:var(--text);text-transform:capitalize}
.svc-scope .chips li::before{content:"";position:absolute;left:2px;top:25px;width:9px;height:1px;background:var(--brass)}
.svc-scope .flow{position:relative;margin-top:8px}
.svc-scope .flow::before{content:"";position:absolute;left:31px;top:18px;bottom:18px;width:1px;background:linear-gradient(180deg,var(--brass),var(--line),var(--brass));opacity:.55}
.svc-scope .step{display:grid;grid-template-columns:64px minmax(0,1fr);gap:26px;position:relative;padding:22px 0}
.svc-scope .step .dot{width:64px;height:64px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:linear-gradient(180deg,var(--panel-2),var(--ink-2));display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:22px;color:var(--brass);box-shadow:0 12px 34px rgba(0,0,0,.22);z-index:1;transition:.35s ease}
.svc-scope .step:hover .dot{border-color:rgba(185,148,97,.55);transform:rotate(-2deg) translateY(-2px)}
.svc-scope .step .b{padding:6px 0 0}
.svc-scope .step .b h3{font-size:19px;margin-bottom:7px}
.svc-scope .step .b p{font-size:14.5px;color:var(--soft);margin:0;line-height:1.62}
.svc-scope .feature{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.svc-scope .panel-box{border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);background:linear-gradient(180deg,rgba(21,30,40,.88),rgba(12,18,25,.86));box-shadow:var(--shadow);padding:34px}
.svc-scope .panel-box h4{font-family:var(--mono);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--brass);margin:0 0 20px}
.svc-scope .regions{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);overflow:hidden;background:rgba(255,255,255,.02)}
.svc-scope .region{padding:31px 29px;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);transition:.35s ease}
.svc-scope .regions .region:nth-child(3n){border-right:0}
.svc-scope .regions .region:nth-last-child(-n+3){border-bottom:0}
.svc-scope .region:hover{background:rgba(185,148,97,.052)}
.svc-scope .region .code{font-family:var(--mono);font-size:11px;color:var(--brass);letter-spacing:.18em;margin-bottom:13px}
.svc-scope .region h3{font-family:var(--serif);font-size:25px;margin-bottom:8px}
.svc-scope .region p{font-size:14px;color:var(--soft);line-height:1.7;margin:0}
.svc-scope .price{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);gap:58px;align-items:center}
.svc-scope .price-box{border:1px solid rgba(185,148,97,.32);border-radius:var(--radius);background:linear-gradient(145deg,rgba(185,148,97,.14),rgba(21,30,40,.9) 45%,rgba(12,18,25,.95));box-shadow:var(--shadow);padding:42px;overflow:hidden}
.svc-scope .price-box::before{content:"";position:absolute;inset:-80px -120px auto auto;width:240px;height:240px;border-radius:50%;background:rgba(185,148,97,.16);filter:blur(35px)}
.svc-scope .price-box .tag{font-family:var(--mono);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--soft);margin-bottom:24px}
.svc-scope .price-box .from{font-family:var(--mono);font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--brass);margin-bottom:9px}
.svc-scope .price-box .amt{font-family:var(--serif);font-size:clamp(34px,4.3vw,54px);color:var(--bone);line-height:1.05;letter-spacing:-.035em}
.svc-scope .price-box .per{display:block;margin-top:14px;font-family:var(--mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--soft)}
.svc-scope .faq{border-top:1px solid var(--line-soft)}
.svc-scope .q{border-bottom:1px solid var(--line-soft)}
.svc-scope .q button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:24px;background:none;border:0;text-align:left;cursor:pointer;padding:27px 2px;color:var(--bone);font-family:var(--serif);font-size:clamp(18px,2vw,23px);font-weight:400;line-height:1.25;transition:.25s ease}
.svc-scope .q button:hover{color:var(--brass)}
.svc-scope .q button .ic{position:relative;flex:0 0 16px;width:16px;height:16px}
.svc-scope .q button .ic::before,.svc-scope .q button .ic::after{content:"";position:absolute;background:var(--brass);transition:.25s ease}
.svc-scope .q button .ic::before{left:0;top:7px;width:16px;height:1.5px}
.svc-scope .q button .ic::after{left:7px;top:0;width:1.5px;height:16px}
.svc-scope .q.open button .ic::after{transform:rotate(90deg);opacity:0}
.svc-scope .q .a{max-height:0;overflow:hidden;transition:max-height .45s ease}
.svc-scope .q .a p{padding:0 54px 28px 0;max-width:84ch;color:var(--soft);font-size:15.5px;margin:0;line-height:1.72}
.svc-scope .final{border-top:1px solid var(--line-soft)}
.svc-scope .final-in{border:1px solid rgba(185,148,97,.26);border-radius:32px;background:radial-gradient(600px 260px at 50% 0%,rgba(185,148,97,.13),transparent 65%),linear-gradient(180deg,rgba(21,30,40,.92),rgba(10,15,21,.94));box-shadow:var(--shadow);padding:64px 58px;text-align:center;overflow:hidden}
.svc-scope .final-in .eyebrow{justify-content:center;margin-bottom:23px}
.svc-scope .final-in .eyebrow::before{background:linear-gradient(90deg,transparent,var(--brass))}
.svc-scope .final-in .eyebrow::after{content:"";width:34px;height:1px;background:linear-gradient(90deg,var(--brass),transparent)}
.svc-scope .final-in h2{font-family:var(--serif);font-size:clamp(31px,4.4vw,55px);letter-spacing:-.035em;margin-bottom:18px}
.svc-scope .final-in p{max-width:66ch;margin:0 auto 34px;color:var(--text);font-size:17px;line-height:1.72}
.svc-scope .final-cta{display:flex;gap:13px;justify-content:center;flex-wrap:wrap;margin-bottom:43px}
.svc-scope .reqs{display:grid;grid-template-columns:repeat(3,1fr);gap:0;list-style:none;margin:0;padding:0;border:1px solid var(--line-soft);border-radius:20px;overflow:hidden;text-align:left;background:rgba(255,255,255,.02)}
.svc-scope .reqs li{display:flex;align-items:center;gap:12px;padding:18px 20px;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);font-family:var(--mono);font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--soft);line-height:1.45}
.svc-scope .reqs li::before{content:"";width:7px;height:7px;background:var(--brass);transform:rotate(45deg);flex:0 0 auto}
.svc-scope .reqs li:nth-child(3n){border-right:0}
.svc-scope .reqs li:nth-last-child(-n+3){border-bottom:0}
.svc-scope .reveal{opacity:0;transform:translateY(26px);transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1)}
.svc-scope .reveal.in{opacity:1;transform:none}
.svc-scope .reveal.in:nth-child(2){transition-delay:.05s}
.svc-scope .reveal.in:nth-child(3){transition-delay:.08s}
@media(max-width:1060px){.svc-scope .hero-grid,.svc-scope .split,.svc-scope .feature,.svc-scope .price{grid-template-columns:1fr;gap:42px}.svc-scope .g3,.svc-scope .who,.svc-scope .regions{grid-template-columns:repeat(2,1fr)}.svc-scope .g3 .card:nth-child(3n),.svc-scope .regions .region:nth-child(3n){border-right:1px solid var(--line-soft)}.svc-scope .g3 .card:nth-child(2n),.svc-scope .regions .region:nth-child(2n){border-right:0}.svc-scope .regions .region:nth-last-child(-n+3){border-bottom:1px solid var(--line-soft)}.svc-scope .regions .region:nth-last-child(-n+2){border-bottom:0}.svc-scope .hero h1{max-width:17ch}.svc-scope .scope{max-width:680px}}
@media(max-width:720px){.svc-scope .wrap{width:min(100% - 30px,var(--maxw))}.svc-scope .crumbs{padding-top:28px}.svc-scope .hero{padding:30px 0 72px}.svc-scope .hero .subline{align-items:flex-start;font-size:11px;line-height:1.55}.svc-scope .hero .subline .l{margin-top:8px;width:35px;flex:0 0 auto}.svc-scope .hero-cta,.svc-scope .final-cta{display:grid;grid-template-columns:1fr}.svc-scope .btn{width:100%;padding:14px 18px}.svc-scope .scope .foot{grid-template-columns:1fr}.svc-scope .section{padding:74px 0}.svc-scope .sec-head{margin-bottom:34px}.svc-scope .stats,.svc-scope .g3,.svc-scope .g2,.svc-scope .why,.svc-scope .who,.svc-scope .regions,.svc-scope .reqs{grid-template-columns:1fr}.svc-scope .stats .s,.svc-scope .why .w,.svc-scope .region,.svc-scope .card,.svc-scope .reqs li{border-right:0!important}.svc-scope .stats .s,.svc-scope .why .w,.svc-scope .region,.svc-scope .reqs li{border-bottom:1px solid var(--line-soft)!important}.svc-scope .stats .s:last-child,.svc-scope .why .w:last-child,.svc-scope .region:last-child,.svc-scope .reqs li:last-child{border-bottom:0!important}.svc-scope .card{min-height:auto}.svc-scope .chips{columns:1}.svc-scope .step{grid-template-columns:52px 1fr;gap:18px}.svc-scope .flow::before{left:25px}.svc-scope .step .dot{width:52px;height:52px;border-radius:15px;font-size:18px}.svc-scope .panel-box,.svc-scope .price-box{padding:28px}.svc-scope .final-in{padding:42px 22px;border-radius:24px}.svc-scope .q .a p{padding-right:0}.svc-scope .q button{font-size:18px}.svc-scope .tags span{width:100%;justify-content:flex-start}}
@media(prefers-reduced-motion:reduce){.svc-scope{scroll-behavior:auto}.svc-scope .hero::before{animation:none}.svc-scope .reveal{opacity:1!important;transform:none!important;transition:none!important}.svc-scope *{transition:none!important}}
.svc-scope .service-page .hero{padding:52px 0 108px;}
.svc-scope .hero-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.58fr);gap:58px;align-items:center;}
.svc-scope .hero-copy{max-width:760px;}
.svc-scope .hero-summary{margin:28px 0 0;max-width:760px;color:var(--text);font-size:clamp(18px,1.65vw,23px);line-height:1.62;letter-spacing:-.01em;}
.svc-scope .hero .subline,.svc-scope .hero-grid,.svc-scope .intro-band,.svc-scope .tags{display:none!important;}
.svc-scope .hero-cta{margin:34px 0 18px;}
.svc-scope .trust-bar{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;max-width:780px;}
.svc-scope .trust-bar span{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.035);padding:8px 12px;color:var(--soft);font-family:var(--mono);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;line-height:1.35;}
.svc-scope .hero-scope{align-self:center;}
.svc-scope .scope .foot{display:none!important;}
.svc-scope .btn .a{border-radius:999px;transform:none;}
.svc-scope .btn:hover .a{transform:scale(1.25);}
.svc-scope .check li::before,.svc-scope .tags span::before,.svc-scope .reqs li::before{display:none!important;content:none!important;}
.svc-scope .check li{padding-left:0;}
.svc-scope .reqs li{padding-left:20px;}
.svc-scope .clean-list{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px;}
.svc-scope .clean-list li{position:relative;padding:13px 0 13px 18px;border-top:1px solid var(--line-soft);color:var(--text);line-height:1.55;}
.svc-scope .clean-list li::before{content:"";position:absolute;left:0;top:22px;width:5px;height:1px;background:var(--brass);opacity:.9;}
.svc-scope .readable-section .sec-head{max-width:940px;margin-bottom:42px;}
.svc-scope .reading-card,.svc-scope .reading-panel,.svc-scope .emphasis-card{border:1px solid rgba(255,255,255,.095);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));box-shadow:0 18px 56px rgba(0,0,0,.20);}
.svc-scope .reading-card{padding:30px;}
.svc-scope .reading-panel{margin-top:28px;padding:28px 30px;display:grid;grid-template-columns:1fr 1fr;gap:30px;}
.svc-scope .reading-panel p{margin:0;color:var(--text);line-height:1.72;}
.svc-scope .definition-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:32px;align-items:stretch;}
.svc-scope .definition-intro{padding:34px;border-left:1px solid rgba(185,148,97,.42);background:linear-gradient(90deg,rgba(185,148,97,.075),rgba(255,255,255,.018));border-radius:22px;}
.svc-scope .definition-intro p:last-child{margin-bottom:0;}
.svc-scope .definition-points{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.svc-scope .info-tile{min-height:124px;padding:24px;border:1px solid var(--line-soft);border-radius:20px;background:rgba(255,255,255,.028);display:flex;align-items:flex-end;transition:.32s ease;}
.svc-scope .info-tile:hover{transform:translateY(-3px);border-color:rgba(185,148,97,.32);background:rgba(185,148,97,.055);}
.svc-scope .info-tile h3{font-size:17px;line-height:1.3;}
.svc-scope .advantage-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;align-items:stretch;}
.svc-scope .advantage-main{display:grid;gap:16px;}
.svc-scope .emphasis-card{padding:34px;}
.svc-scope .emphasis-card p{margin:0;}
.svc-scope .two-reading-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.svc-scope .closing-line{margin:0;padding:18px 22px;border:1px solid rgba(185,148,97,.18);border-radius:18px;background:rgba(185,148,97,.04);color:var(--bone);}
.svc-scope .stat-stack{display:grid!important;grid-template-columns:1fr!important;margin-top:0!important;border-radius:24px;overflow:hidden;height:100%;}
.svc-scope .stat-stack .s{border-right:0!important;border-bottom:1px solid var(--line-soft);padding:30px 26px;display:flex;flex-direction:column;justify-content:center;}
.svc-scope .stat-stack .s:last-child{border-bottom:0;}
.svc-scope .service-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch;}
.svc-scope .highlight-card{background:linear-gradient(180deg,rgba(185,148,97,.075),rgba(255,255,255,.02));border-color:rgba(185,148,97,.18);}
.svc-scope .luxury-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:24px;align-items:stretch;}
.svc-scope .luxury-copy{display:flex;flex-direction:column;justify-content:center;}
.svc-scope .coverage-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;}
.svc-scope .coverage-list span{display:flex;align-items:center;min-height:82px;padding:20px 22px;border:1px solid var(--line-soft);border-radius:18px;background:rgba(255,255,255,.028);color:var(--text);line-height:1.5;}
.svc-scope .legal-feature,.svc-scope .female-feature{margin-top:40px;}
.svc-scope .capability-grid .card{min-height:190px;padding-top:34px;}
.svc-scope .capability-grid .card h3{font-size:18px;}
.svc-scope .specialised-grid .card{padding-top:32px;}
.svc-scope .specialised-grid .card h3{margin-top:0;}
.svc-scope .who .p h3{margin-top:0;}
.svc-scope .reason-board{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;border:0;border-radius:0;overflow:visible;background:transparent;}
.svc-scope .reason-item{position:relative;display:flex;flex-direction:column;gap:18px;min-height:245px;padding:28px 26px;border:1px solid var(--line-soft);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.038),rgba(255,255,255,.014));align-items:flex-start;transition:.32s ease;overflow:hidden;}
.svc-scope .reason-item::after{content:"";position:absolute;left:26px;right:26px;bottom:0;height:1px;background:linear-gradient(90deg,rgba(185,148,97,.75),transparent);opacity:.55;}
.svc-scope .reason-item:last-child{border-bottom:1px solid var(--line-soft);}
.svc-scope .reason-item:hover{background:rgba(185,148,97,.052);transform:translateY(-3px);border-color:rgba(185,148,97,.3);}
.svc-scope .reason-item span{font-family:var(--mono);font-size:12px;line-height:1;letter-spacing:.14em;color:var(--brass);opacity:.95;}
.svc-scope .reason-item h3{font-size:20px;margin-bottom:8px;line-height:1.2;}
.svc-scope .reason-item p{margin:0;color:var(--soft);line-height:1.65;font-size:14.5px;}
.svc-scope .method-strip{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:0;border:1px solid var(--line-soft);border-radius:26px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.038),rgba(255,255,255,.014));}
.svc-scope .method-step{position:relative;min-height:230px;padding:26px 22px;border-right:1px solid var(--line-soft);display:flex;flex-direction:column;justify-content:flex-start;transition:.32s ease;}
.svc-scope .method-step:last-child{border-right:0;}
.svc-scope .method-step:hover{background:rgba(185,148,97,.05);}
.svc-scope .method-step span{font-family:var(--mono);font-size:12px;letter-spacing:.14em;color:var(--brass);margin-bottom:28px;}
.svc-scope .method-step h3{font-size:17px;line-height:1.25;margin-bottom:12px;}
.svc-scope .method-step p{margin:0;color:var(--soft);font-size:14px;line-height:1.58;}
.svc-scope .pricing-layout{display:grid;grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);gap:28px;align-items:stretch;}
.svc-scope .pricing-copy{padding:32px;border:1px solid var(--line-soft);border-radius:24px;background:rgba(255,255,255,.028);display:flex;flex-direction:column;justify-content:center;}
.svc-scope .pricing-copy p:last-child{margin-bottom:0;}
.svc-scope .pricing-factors{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
.svc-scope .pricing-factors span{padding:19px 20px;min-height:92px;border:1px solid var(--line-soft);border-radius:18px;background:rgba(255,255,255,.028);color:var(--text);line-height:1.55;}
.svc-scope .pricing-contact{grid-template-columns:1fr;margin-top:18px;}
.svc-scope .pricing-contact p{font-size:16.5px;}
@media(max-width:1060px){.svc-scope .hero-layout,.svc-scope .definition-layout,.svc-scope .advantage-layout,.svc-scope .luxury-layout,.svc-scope .pricing-layout{grid-template-columns:1fr;}.svc-scope .hero-scope{max-width:none;}.svc-scope .stat-stack{grid-template-columns:repeat(3,1fr)!important;}.svc-scope .stat-stack .s{border-bottom:0;border-right:1px solid var(--line-soft)!important;}.svc-scope .stat-stack .s:last-child{border-right:0!important;}.svc-scope .method-strip{grid-template-columns:repeat(3,1fr);}.svc-scope .method-step:nth-child(3n){border-right:0;}.svc-scope .method-step:nth-child(-n+3){border-bottom:1px solid var(--line-soft);}.svc-scope .pricing-factors{grid-template-columns:repeat(2,1fr);}.svc-scope .reason-board{grid-template-columns:repeat(2,1fr);}.svc-scope .reason-item{min-height:210px;}}
@media(max-width:720px){.svc-scope .service-page .hero{padding:36px 0 74px;}.svc-scope .hero-layout{gap:32px;}.svc-scope .hero-summary{font-size:17px;}.svc-scope .trust-bar{display:grid;grid-template-columns:1fr;}.svc-scope .definition-points,.svc-scope .two-reading-cards,.svc-scope .service-columns,.svc-scope .coverage-list,.svc-scope .reading-panel,.svc-scope .pricing-factors{grid-template-columns:1fr;}.svc-scope .advantage-layout{gap:22px;}.svc-scope .stat-stack{grid-template-columns:1fr!important;}.svc-scope .stat-stack .s{border-right:0!important;border-bottom:1px solid var(--line-soft)!important;}.svc-scope .stat-stack .s:last-child{border-bottom:0!important;}.svc-scope .reason-board{grid-template-columns:1fr;}.svc-scope .reason-item{min-height:auto;padding:24px;gap:14px;}.svc-scope .method-strip{grid-template-columns:1fr;border-radius:22px;}.svc-scope .method-step{min-height:auto;border-right:0!important;border-bottom:1px solid var(--line-soft)!important;}.svc-scope .method-step:last-child{border-bottom:0!important;}.svc-scope .method-step span{margin-bottom:18px;}.svc-scope .reading-card,.svc-scope .reading-panel,.svc-scope .definition-intro,.svc-scope .pricing-copy{padding:24px;}}
.svc-scope{
  --serif:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --sans:var(--font-service-sans),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --mono:var(--font-mono),ui-monospace,SFMono-Regular,Menlo,monospace;
  --bone:#F4F0E8;
  --text:#D4D9DF;
  --soft:#A7B0BA;
  --muted:#77828D;
}
.svc-scope{
  font-family:var(--sans);
  font-size:16px;
  line-height:1.68;
  letter-spacing:-.006em;
  color:var(--text);
}
.svc-scope p{line-height:1.72;letter-spacing:-.004em;}
.svc-scope .hero h1,.svc-scope h1,.svc-scope h2.title,.svc-scope .final-in h2,.svc-scope .region h3,.svc-scope .card.cta-card h3,.svc-scope .price-box .amt,.svc-scope .stats .num,.svc-scope .why .w .n{
  font-family:var(--sans)!important;
  font-weight:600!important;
  letter-spacing:-.055em;
}
.svc-scope .hero h1{
  max-width:17ch;
  font-size:clamp(42px,6.4vw,84px);
  line-height:.98;
}
.svc-scope h2.title{
  font-size:clamp(30px,3.7vw,52px);
  line-height:1.03;
  max-width:980px;
}
.svc-scope h3,.svc-scope h4,.svc-scope .pillar h4,.svc-scope .info-tile h3,.svc-scope .step .b h3,.svc-scope .q button{
  font-family:var(--sans)!important;
  font-weight:600;
  letter-spacing:-.025em;
}
.svc-scope .hero-summary{
  font-size:clamp(18px,1.55vw,22px);
  line-height:1.58;
  color:#DDE1E5;
  font-weight:400;
  max-width:790px;
}
.svc-scope .prose p,.svc-scope .reading-panel p,.svc-scope .region p,.svc-scope .card p,.svc-scope .who .p p,.svc-scope .step .b p,.svc-scope .q .a p{
  color:var(--soft);
  font-size:15.5px;
  line-height:1.72;
}
.svc-scope .prose p.big,.svc-scope .intro-band p{
  font-family:var(--sans)!important;
  font-size:clamp(20px,2vw,28px);
  font-weight:500;
  line-height:1.38;
  letter-spacing:-.035em;
  color:var(--bone);
}
.svc-scope .eyebrow,.svc-scope .note,.svc-scope .mlabel,.svc-scope .price-box .tag,.svc-scope .price-box .from,.svc-scope .price-box .per,.svc-scope .cap,.svc-scope .trust-bar span,.svc-scope .crumbs ol{
  font-family:var(--mono)!important;
  letter-spacing:.16em;
}
.svc-scope .eyebrow{
  gap:0;
  font-size:12px;
  color:var(--brass);
}
.svc-scope .sec-head .eyebrow,.svc-scope .hero .eyebrow,.svc-scope .final-in .eyebrow{
  margin-bottom:16px;
}
.svc-scope .sec-head{max-width:980px;}
.svc-scope .lead{font-size:18px;line-height:1.6;color:var(--soft);}
.svc-scope .btn{
  border-radius:10px;
  padding:14px 20px;
  font-size:11px;
  letter-spacing:.11em;
  font-weight:500;
}
.svc-scope .btn .a{display:none!important;}
.svc-scope .btn::after{
  content:"→";
  font-family:var(--sans);
  font-size:15px;
  line-height:1;
  margin-left:2px;
  transition:transform .25s ease;
}
.svc-scope .btn:hover::after{transform:translateX(3px);}
.svc-scope .trust-bar{
  gap:8px;
  margin-top:17px;
}
.svc-scope .trust-bar span{
  border-radius:8px;
  padding:8px 10px;
  background:rgba(255,255,255,.028);
  color:#AEB7C0;
}
.svc-scope .scope .top .k,.svc-scope .scope .top .v,.svc-scope .pillar .n,.svc-scope .card .ix,.svc-scope .region .code,.svc-scope .who .p .m{
  font-family:var(--mono)!important;
  letter-spacing:.13em;
}
.svc-scope .scope h4,.svc-scope .card h3,.svc-scope .who .p h3,.svc-scope .region h3,.svc-scope .step .b h3{
  letter-spacing:-.025em;
}
.svc-scope .card h3,.svc-scope .who .p h3{font-size:18px;line-height:1.22;}
.svc-scope .info-tile h3{font-size:18px;line-height:1.25;}
.svc-scope .clean-list li,.svc-scope .check li,.svc-scope .chips li{
  font-size:15.5px;
  line-height:1.58;
  color:var(--text);
}
.svc-scope .stats .num{
  font-size:clamp(38px,4.2vw,56px);
  line-height:.95;
}
.svc-scope .stats .cap{
  font-size:10.5px;
  line-height:1.45;
  color:var(--muted);
}
.svc-scope .why-row .why-title,.svc-scope .price-factor h3,.svc-scope .mini-step h3{
  font-family:var(--sans)!important;
  font-weight:600;
  letter-spacing:-.025em;
}
.svc-scope .q button{
  font-size:clamp(18px,1.8vw,22px);
  line-height:1.25;
}
.svc-scope .final-in h2{
  line-height:1.02;
}
.svc-scope .final-in .eyebrow::after{display:none!important;}
.svc-scope .final-in p{font-size:17px;line-height:1.65;color:var(--soft);}
.svc-scope .section{padding:76px 0!important;}
.svc-scope .sec-head{margin-bottom:34px!important;max-width:760px!important;}
.svc-scope .sec-head .eyebrow{margin-bottom:15px!important;}
.svc-scope h2.title{font-size:clamp(28px,3.25vw,44px)!important;letter-spacing:-.04em!important;}
.svc-scope .prose p{line-height:1.62!important;}
.svc-scope .prose p.big{font-size:clamp(20px,1.9vw,27px)!important;line-height:1.38!important;}
.svc-scope .reading-card,.svc-scope .reading-panel,.svc-scope .emphasis-card,.svc-scope .panel-box,.svc-scope .definition-intro,.svc-scope .price-box,.svc-scope .pricing-copy{border-radius:18px!important;}
.svc-scope .reading-card{padding:23px!important;}
.svc-scope .reading-panel{margin-top:14px!important;padding:20px 22px!important;gap:18px!important;}
.svc-scope .reading-panel p{line-height:1.6!important;}
.svc-scope .definition-intro{padding:26px!important;}
.svc-scope .clean-list{gap:6px!important;margin-top:12px!important;}
.svc-scope .clean-list li{padding:9px 0 9px 15px!important;line-height:1.46!important;}
.svc-scope .clean-list li::before{top:20px!important;width:5px!important;height:1px!important;}
.svc-scope .check li::before,.svc-scope .tags span::before,.svc-scope .reqs li::before{display:none!important;content:none!important;}
.svc-scope .check li{padding-left:0!important;}
.svc-scope .grid,.svc-scope .regions{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;gap:12px!important;}
.svc-scope .g3,.svc-scope .g2,.svc-scope .who,.svc-scope .regions{gap:12px!important;}
.svc-scope .card,.svc-scope .who .p,.svc-scope .region,.svc-scope .why-item,.svc-scope .reason-item,.svc-scope .flow-step,.svc-scope .method-step,.svc-scope .info-tile,.svc-scope .pricing-factors span,.svc-scope .coverage-list span{border-radius:18px!important;}
.svc-scope .card{min-height:auto!important;padding:21px 20px!important;border:1px solid var(--line-soft)!important;background:rgba(255,255,255,.028)!important;}
.svc-scope .card:hover,.svc-scope .who .p:hover,.svc-scope .region:hover,.svc-scope .why-item:hover,.svc-scope .reason-item:hover,.svc-scope .flow-step:hover,.svc-scope .method-step:hover{transform:translateY(-2px)!important;}
.svc-scope .card .cc,.svc-scope .card .ix{display:none!important;}
.svc-scope .card h3{font-size:17.5px!important;line-height:1.24!important;margin-bottom:8px!important;letter-spacing:-.02em!important;}
.svc-scope .card p,.svc-scope .card li{font-size:13.8px!important;line-height:1.5!important;}
.svc-scope .card.cta-card{grid-column:1/-1!important;padding:24px 24px!important;min-height:auto!important;}
.svc-scope .card.cta-card h3{font-size:24px!important;}
.svc-scope .who .p{padding:20px!important;background:rgba(255,255,255,.028)!important;}
.svc-scope .who .p h3{font-size:16.5px!important;margin-bottom:6px!important;}
.svc-scope .who .p p{font-size:13.5px!important;line-height:1.5!important;}
.svc-scope .region{padding:20px!important;border:1px solid var(--line-soft)!important;background:rgba(255,255,255,.026)!important;}
.svc-scope .region .code{margin-bottom:8px!important;}
.svc-scope .region h3{font-size:21px!important;margin-bottom:6px!important;}
.svc-scope .region p{font-size:13.5px!important;line-height:1.52!important;}
.svc-scope .info-tile{min-height:82px!important;padding:17px 18px!important;align-items:center!important;}
.svc-scope .info-tile h3{font-size:15.5px!important;line-height:1.28!important;}
.svc-scope .price-box{padding:30px!important;}
.svc-scope .price-box .tag{margin-bottom:16px!important;}
.svc-scope .price-box .amt{font-size:clamp(30px,3.4vw,44px)!important;}
.svc-scope .faq{border-top:0!important;}
.svc-scope .q{border:1px solid var(--line-soft)!important;border-radius:16px!important;margin-bottom:10px!important;background:rgba(255,255,255,.022)!important;overflow:hidden!important;}
.svc-scope .q button{padding:19px 20px!important;font-size:clamp(16px,1.45vw,19px)!important;}
.svc-scope .q .a p{padding:0 20px 20px 20px!important;font-size:14.5px!important;line-height:1.6!important;}
.svc-scope .final-in{padding:50px 46px!important;}
@media(max-width:720px){.svc-scope .section{padding:56px 0!important;}.svc-scope .card,.svc-scope .region,.svc-scope .who .p{padding:18px!important;}.svc-scope .final-in{padding:36px 20px!important;}.svc-scope .q button{padding:18px 16px!important;}.svc-scope .q .a p{padding:0 16px 18px!important;}}

.svc-scope #definition .definition-layout{gap:22px!important;}
.svc-scope #definition .definition-points{gap:10px!important;}
.svc-scope #advantage .advantage-layout{gap:20px!important;}
.svc-scope #advantage .stat-stack .s,.svc-scope .stats .s{padding:22px 24px!important;}
.svc-scope .reason-board{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;}
.svc-scope .reason-item{min-height:auto!important;padding:22px 20px!important;gap:10px!important;}
.svc-scope .reason-item::after{display:none!important;}
.svc-scope .reason-item span{margin-bottom:2px!important;}
.svc-scope .reason-item h3{font-size:17px!important;margin-bottom:7px!important;}
.svc-scope .reason-item p{font-size:13.6px!important;line-height:1.5!important;}
.svc-scope .method-strip{gap:12px!important;}
.svc-scope .method-step{min-height:auto!important;padding:19px 18px!important;border:1px solid var(--line-soft)!important;border-radius:18px!important;background:rgba(255,255,255,.028)!important;}
.svc-scope .method-step span{margin-bottom:12px!important;}
.svc-scope .method-step h3{font-size:16.5px!important;margin-bottom:7px!important;}
.svc-scope .method-step p{font-size:13.3px!important;line-height:1.45!important;}
.svc-scope .legal-feature,.svc-scope .female-feature{margin-top:28px!important;}
.svc-scope .pricing-factors{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
.svc-scope .pricing-factors span{min-height:auto!important;padding:15px 16px!important;}
.svc-scope .pricing-copy{padding:24px!important;}
.svc-scope .coverage-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
.svc-scope .coverage-list span{min-height:auto!important;padding:15px 16px!important;}
.svc-scope #capabilities .grid,.svc-scope #specialised .grid,.svc-scope #who .who,.svc-scope #worldwide .regions{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
.svc-scope #methodology .method-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;border:0!important;background:transparent!important;overflow:visible!important;}
.svc-scope #pricing .pricing-layout{grid-template-columns:minmax(250px,.58fr) minmax(0,1fr)!important;gap:18px!important;}
@media(max-width:1120px){.svc-scope #advantage>.wrap,.svc-scope #hire>.wrap,.svc-scope #luxury>.wrap,.svc-scope #capabilities>.wrap,.svc-scope #specialised>.wrap,.svc-scope #who>.wrap,.svc-scope #methodology>.wrap,.svc-scope #worldwide>.wrap,.svc-scope #pricing>.wrap{display:block!important;}.svc-scope #capabilities .grid,.svc-scope #specialised .grid,.svc-scope #who .who,.svc-scope #worldwide .regions,.svc-scope #methodology .method-strip,.svc-scope .reason-board,.svc-scope .pricing-factors,.svc-scope .coverage-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:720px){.svc-scope #capabilities .grid,.svc-scope #specialised .grid,.svc-scope #who .who,.svc-scope #worldwide .regions,.svc-scope #methodology .method-strip,.svc-scope .reason-board,.svc-scope .pricing-factors,.svc-scope .coverage-list{grid-template-columns:1fr!important;}}

.svc-scope{position:relative}
.svc-scope .hero{overflow:hidden}
.svc-scope .hero-photo{position:absolute;inset:0;z-index:-2;overflow:hidden}
.svc-scope .hero-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.9) brightness(.8) contrast(1.05);opacity:1}
.svc-scope .hero-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,10,14,.86) 0%,rgba(7,10,14,.5) 45%,rgba(7,10,14,.18) 100%)}

.svc-scope .btn{border-radius:10px;padding:14px 20px;font-size:11px;letter-spacing:.11em;font-weight:500;}
.svc-scope .btn .dot{display:none!important;}
.svc-scope .btn::after{content:"\2192";font-family:var(--font-service-sans),sans-serif;font-size:15px;line-height:1;margin-left:2px;transition:transform .25s ease;}
.svc-scope .btn:hover::after{transform:translateX(3px);}
@media(max-width:720px){.svc-scope .btn{width:100%;padding:14px 18px;}}

.svc-scope .hero h1{max-width:17ch;font-size:clamp(42px,6.4vw,84px);line-height:.98;letter-spacing:-.045em;}
.svc-scope .hero-layout{align-items:start!important;}

@media(max-width:720px){.svc-scope .hero-photo{inset:auto;top:0;left:0;right:0;bottom:auto;height:min(78vw,420px)}.svc-scope .hero-photo::after{background:linear-gradient(180deg,rgba(7,10,14,.12) 0%,rgba(7,10,14,.55) 60%,rgba(7,10,14,.97) 100%)}}

.svc-scope,
.svc-scope .shell{
  max-width:100%;
  overflow-x:clip;
}
.svc-scope .wrap,
.svc-scope .hero-layout,
.svc-scope .definition-layout,
.svc-scope .pricing-layout,
.svc-scope .price,
.svc-scope .grid,
.svc-scope .stats,
.svc-scope .who,
.svc-scope .regions,
.svc-scope .reason-board,
.svc-scope .method-strip,
.svc-scope .pricing-factors,
.svc-scope .coverage-list{
  min-width:0;
}
.svc-scope .card,
.svc-scope .price-box,
.svc-scope .pricing-copy,
.svc-scope .pricing-factors span,
.svc-scope .reading-card,
.svc-scope .reading-panel{
  min-width:0;
  max-width:100%;
  overflow-wrap:anywhere;
}
@supports not (overflow-x:clip){
  .svc-scope,
  .svc-scope .shell{overflow-x:hidden;}
}
@media(max-width:720px){
  .svc-scope .wrap{width:min(100% - 30px,var(--maxw))!important;}
  .svc-scope #pricing .pricing-layout{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .svc-scope #pricing .price-box,
  .svc-scope #pricing .pricing-copy{
    width:100%!important;
    min-width:0!important;
  }
  .svc-scope #pricing .price-box{padding:24px 20px!important;}
  .svc-scope #pricing .price-box .amt{
    font-size:clamp(28px,9vw,38px)!important;
    line-height:1.08!important;
    overflow-wrap:normal!important;
  }
  .svc-scope #pricing .pricing-factors{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .svc-scope #pricing .pricing-factors span{padding:14px 15px!important;}
}
