/* AdRestore article kit 1.0 (19 Sep 2026). Built by tools/new_article.py.
   Everything is scoped under .ar-article, the container that replaces the Elementor post-content widget
   (elementor-element-10352b30) on pages generated by the kit, so nothing here can reach the header, footer,
   author box, carousel, popups or cookie banner. Colours and fonts are the site's own: the Elementor kit
   globals (Plus Jakarta Sans headings, Roboto body, mint #71D7BF accent, navy #021127 / #04142A grounds) and
   the lilac #E5B9FF used for "problem" marks in the cover art and the service cards of 18 Sep.
   Icons are inline Lucide SVG (ISC licence), stroke 1.8 like the homepage service cards. */

.ar-article{
  --ar-ground:#04142A;
  --ar-navy:#021127;
  --ar-panel:rgba(255,255,255,.04);
  --ar-panel-hi:rgba(255,255,255,.065);
  --ar-line:rgba(255,255,255,.10);
  --ar-line-2:rgba(255,255,255,.16);
  --ar-title:#FFFFFF;
  --ar-text:#E6ECF4;
  --ar-muted:#C5CFDE;
  --ar-faint:#9AA7BA;
  --ar-mint:#71D7BF;
  --ar-mint-hi:#8FF0D8;
  --ar-mint-soft:rgba(113,215,191,.09);
  --ar-mint-line:rgba(113,215,191,.30);
  --ar-lilac:#E5B9FF;
  --ar-lilac-soft:rgba(229,185,255,.07);
  --ar-lilac-line:rgba(229,185,255,.30);
  --ar-blue:#54ADE5;
  --ar-blue-soft:rgba(84,173,229,.08);
  --ar-blue-line:rgba(84,173,229,.30);
  --ar-head:var(--e-global-typography-primary-font-family,"Plus Jakarta Sans"),system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  --ar-body:var(--e-global-typography-text-font-family,"Roboto"),system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  --ar-radius:14px;
  --ar-space:2.1em;
  --ar-ease:cubic-bezier(.2,.7,.2,1);
  box-sizing:border-box;
  position:relative;
  width:100%;
  max-width:640px;
  min-width:0;
  margin:8px 0 0;
  align-self:center;
  font-family:var(--ar-body);
  font-size:18px;
  font-weight:400;
  line-height:1.75;
  color:var(--ar-text);
  text-align:left;
  overflow-wrap:break-word;
  -webkit-font-smoothing:antialiased;
}
.ar-article *,.ar-article *::before,.ar-article *::after{box-sizing:border-box}
.ar-article [hidden]{display:none!important}
.ar-article > :first-child{margin-top:0}
.ar-article > :last-child{margin-bottom:0}

/* ------------------------------------------------------------------ icons */
.ar-article svg.ar-i{display:inline-block;flex:0 0 auto;width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vertical-align:-.125em}
.ar-article .ar-chip{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:32px;height:32px;border-radius:9px;border:1px solid var(--ar-mint-line);background:var(--ar-mint-soft);color:var(--ar-mint)}
.ar-article .ar-chip svg.ar-i{width:18px;height:18px;stroke-width:1.9}
.ar-article .ar-chip--lilac{border-color:var(--ar-lilac-line);background:var(--ar-lilac-soft);color:var(--ar-lilac)}
.ar-article .ar-chip--blue{border-color:var(--ar-blue-line);background:var(--ar-blue-soft);color:var(--ar-blue)}
.ar-article .ar-chip--lg{width:44px;height:44px;border-radius:12px}
.ar-article .ar-chip--lg svg.ar-i{width:22px;height:22px}

/* ------------------------------------------------------------------ prose */
.ar-article p{margin:0 0 1.3em}
.ar-article .ar-lede{font-size:1.056em;line-height:1.7;color:var(--ar-title)}
.ar-article p a,.ar-article li a,.ar-article td a,.ar-article th a,.ar-article dd a,.ar-article figcaption a,.ar-article .ar-faq__a a,.ar-article .ar-callout a,.ar-article .ar-note a{color:var(--ar-mint);text-decoration:underline;text-decoration-color:rgba(113,215,191,.45);text-decoration-thickness:1px;text-underline-offset:.18em;transition:color .15s ease,text-decoration-color .15s ease}
.ar-article p a:hover,.ar-article li a:hover,.ar-article td a:hover,.ar-article th a:hover,.ar-article dd a:hover,.ar-article figcaption a:hover,.ar-article .ar-faq__a a:hover,.ar-article .ar-callout a:hover,.ar-article .ar-note a:hover{color:var(--ar-title);text-decoration-color:var(--ar-mint);text-decoration-thickness:2px}
.ar-article strong,.ar-article b{color:var(--ar-title);font-weight:500}
.ar-article em{font-style:italic}
.ar-article a:focus-visible,.ar-article button:focus-visible,.ar-article summary:focus-visible,.ar-article [tabindex]:focus-visible{outline:3px solid var(--ar-lilac);outline-offset:3px;border-radius:6px}

/* headings: the site's Plus Jakarta Sans, with an optional icon chip */
.ar-article h2,.ar-article h3,.ar-article h4{font-family:var(--ar-head);color:var(--ar-title);text-transform:none;letter-spacing:-.01em;text-wrap:balance;scroll-margin-top:110px}
.ar-article h2{font-size:1.556em;font-weight:700;line-height:1.25;margin:2.3em 0 .75em}
.ar-article h3{font-size:1.222em;font-weight:600;line-height:1.3;margin:1.9em 0 .6em}
.ar-article h4{font-size:1.056em;font-weight:600;line-height:1.35;margin:1.6em 0 .5em}
.ar-article h2 + h3{margin-top:.9em}
.ar-article .ar-h{display:flex;align-items:flex-start;gap:14px}
.ar-article .ar-h .ar-chip{margin-top:.08em}
.ar-article h3.ar-h{gap:12px}
.ar-article h3.ar-h .ar-chip{width:28px;height:28px;border-radius:8px;margin-top:0}
.ar-article h3.ar-h .ar-chip svg.ar-i{width:16px;height:16px}
.ar-article .ar-h__text{min-width:0}

/* lists */
.ar-article ul,.ar-article ol{margin:0 0 1.4em;padding:0}
.ar-article .ar-list{list-style:none;padding:0}
.ar-article .ar-list > li{position:relative;margin:0 0 .6em;padding:0 0 0 1.5em}
.ar-article .ar-list > li:last-child{margin-bottom:0}
.ar-article .ar-list > li::before{content:"";position:absolute;left:.3em;top:.72em;width:7px;height:7px;border-radius:50%;background:var(--ar-mint)}
.ar-article .ar-list--icons > li{padding-left:2em}
.ar-article .ar-list--icons > li::before{content:none}
.ar-article .ar-list--icons > li > svg.ar-i{position:absolute;left:0;top:.3em;width:1.15em;height:1.15em;color:var(--ar-mint)}
.ar-article .ar-list--icons > li > svg.ar-i.ar-i--lilac{color:var(--ar-lilac)}
.ar-article .ar-olist{list-style:decimal;padding-left:1.6em}
.ar-article .ar-olist > li{margin:0 0 .7em;padding-left:.3em}
.ar-article .ar-olist > li::marker{color:var(--ar-mint);font-family:var(--ar-head);font-weight:700;font-variant-numeric:tabular-nums}
.ar-article .ar-olist > li:last-child{margin-bottom:0}

/* ------------------------------------------------------------------ Google notice (the articles' signature) */
.ar-article .ar-notice{position:relative;margin:0 0 var(--ar-space);padding:22px 26px 20px 30px;background:linear-gradient(180deg,rgba(229,185,255,.075),rgba(229,185,255,.025));border:1px solid var(--ar-lilac-line);border-radius:var(--ar-radius);overflow:hidden}
.ar-article .ar-notice::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--ar-lilac)}
.ar-article .ar-notice__label{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-family:var(--ar-body);font-size:12.5px;font-weight:500;font-style:normal;letter-spacing:.08em;line-height:1.3;text-transform:uppercase;color:var(--ar-lilac)}
.ar-article .ar-notice__label svg.ar-i{width:16px;height:16px}
.ar-article .ar-notice__quote{margin:0;padding:0;border:0;font-style:normal;color:var(--ar-title)}
.ar-article .ar-notice__quote p{margin:0;font-family:var(--ar-head);font-size:1.278em;font-weight:700;line-height:1.4;letter-spacing:-.005em;color:var(--ar-title);text-wrap:balance}
.ar-article .ar-notice__quote p::before{content:"\201C";color:var(--ar-lilac);margin-right:.06em}
.ar-article .ar-notice__quote p::after{content:"\201D";color:var(--ar-lilac);margin-left:.04em}
.ar-article .ar-notice__source{display:flex;align-items:flex-start;gap:8px;margin:14px 0 0;padding-top:12px;border-top:1px solid var(--ar-line);font-size:14px;line-height:1.55;color:var(--ar-faint)}
.ar-article .ar-notice__source svg.ar-i{margin-top:.2em;width:15px;height:15px;color:var(--ar-faint)}

/* ------------------------------------------------------------------ key facts */
.ar-article .ar-facts{margin:var(--ar-space) 0;padding:24px 26px 26px;background:var(--ar-panel);border:1px solid var(--ar-line);border-radius:var(--ar-radius)}
.ar-article .ar-facts__title{display:flex;align-items:center;gap:10px;margin:0 0 18px;font-family:var(--ar-head);font-size:15px;font-weight:700;letter-spacing:.06em;line-height:1.3;text-transform:uppercase;color:var(--ar-mint)}
.ar-article .ar-facts__title svg.ar-i{width:18px;height:18px}
.ar-article .ar-facts__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 26px;margin:0;padding:0;list-style:none}
.ar-article .ar-fact{display:flex;align-items:flex-start;gap:14px;margin:0;padding:0;min-width:0}
.ar-article .ar-fact__body{min-width:0}
.ar-article .ar-fact__label{margin:0 0 2px;font-family:var(--ar-head);font-size:15.5px;font-weight:700;line-height:1.35;color:var(--ar-title)}
.ar-article .ar-fact__value{margin:0;font-size:15.5px;line-height:1.55;color:var(--ar-muted)}
.ar-article .ar-facts__foot{margin:18px 0 0;padding-top:14px;border-top:1px solid var(--ar-line);font-size:13.5px;line-height:1.5;color:var(--ar-faint)}

/* ------------------------------------------------------------------ small source / method note */
.ar-article .ar-note{display:flex;align-items:flex-start;gap:10px;margin:0 0 1.6em;font-size:14.5px;line-height:1.6;color:var(--ar-faint)}
.ar-article .ar-note svg.ar-i{margin-top:.22em;width:16px;height:16px;color:var(--ar-mint)}

/* ------------------------------------------------------------------ callouts: tip (mint), warning (lilac), note (blue) */
.ar-article .ar-callout{display:flex;align-items:flex-start;gap:16px;margin:var(--ar-space) 0;padding:20px 22px;border-radius:var(--ar-radius);border:1px solid var(--ar-mint-line);background:var(--ar-mint-soft)}
.ar-article .ar-callout--warning{border-color:var(--ar-lilac-line);background:var(--ar-lilac-soft)}
.ar-article .ar-callout--note{border-color:var(--ar-blue-line);background:var(--ar-blue-soft)}
.ar-article .ar-callout__body{min-width:0;font-size:16.5px;line-height:1.65}
.ar-article .ar-callout__title{margin:0 0 4px;font-family:var(--ar-head);font-size:16.5px;font-weight:700;line-height:1.4;color:var(--ar-title)}
.ar-article .ar-callout__body p{margin:0 0 .8em}
.ar-article .ar-callout__body > :last-child{margin-bottom:0}

/* ------------------------------------------------------------------ steps (real sequences only) */
.ar-article .ar-steps{counter-reset:ar-step;list-style:none;margin:var(--ar-space) 0;padding:0}
.ar-article .ar-step{position:relative;counter-increment:ar-step;margin:0;padding:0 0 26px 56px;min-height:40px}
.ar-article .ar-step:last-child{padding-bottom:0}
.ar-article .ar-step::before{content:counter(ar-step);position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1.5px solid var(--ar-mint);background:var(--ar-ground);color:var(--ar-mint);font-family:var(--ar-head);font-size:15px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;z-index:1}
.ar-article .ar-step::after{content:"";position:absolute;left:18.25px;top:42px;bottom:4px;width:1.5px;background:linear-gradient(180deg,var(--ar-mint-line),rgba(113,215,191,.08))}
.ar-article .ar-step:last-child::after{content:none}
.ar-article .ar-step__title{margin:0 0 4px;padding-top:6px;font-family:var(--ar-head);font-size:17px;font-weight:700;line-height:1.4;color:var(--ar-title)}
.ar-article .ar-step__body{font-size:16.5px;line-height:1.7;color:var(--ar-muted)}
.ar-article .ar-step__body p{margin:0 0 .7em}
.ar-article .ar-step__body > :last-child{margin-bottom:0}

/* ------------------------------------------------------------------ comparison table (scrolls inside its own box) */
.ar-article .ar-table{margin:var(--ar-space) 0}
.ar-article .ar-table__cap{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-family:var(--ar-head);font-size:15px;font-weight:700;line-height:1.4;color:var(--ar-title)}
.ar-article .ar-table__cap svg.ar-i{width:17px;height:17px;color:var(--ar-mint)}
.ar-article .ar-table__scroll{position:relative;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;border:1px solid var(--ar-line);border-radius:var(--ar-radius);
  background:
    linear-gradient(to right,var(--ar-ground) 30%,rgba(4,20,42,0)) 0 0,
    linear-gradient(to left,var(--ar-ground) 30%,rgba(4,20,42,0)) 100% 0,
    radial-gradient(farthest-side at 0 50%,rgba(113,215,191,.22),rgba(113,215,191,0)) 0 0,
    radial-gradient(farthest-side at 100% 50%,rgba(113,215,191,.22),rgba(113,215,191,0)) 100% 0;
  background-repeat:no-repeat;background-size:44px 100%,44px 100%,16px 100%,16px 100%;background-attachment:local,local,scroll,scroll;background-color:var(--ar-ground)}
.ar-article .ar-table table{width:100%;min-width:540px;margin:0;border-collapse:separate;border-spacing:0;font-size:15.5px;line-height:1.55;background:transparent}
.ar-article .ar-table th,.ar-article .ar-table td{padding:14px 16px;border:0;border-bottom:1px solid var(--ar-line);text-align:left;vertical-align:top;background:transparent}
.ar-article .ar-table tbody tr:last-child > *{border-bottom:0}
.ar-article .ar-table tbody tr:nth-child(odd) > td,.ar-article .ar-table tbody tr:nth-child(odd) > th,.ar-article .ar-table tbody tr:hover > td,.ar-article .ar-table tbody tr:hover > th{background:transparent}
.ar-article .ar-table thead th{font-family:var(--ar-head);font-size:14.5px;font-weight:700;letter-spacing:.01em;color:var(--ar-title);background:rgba(255,255,255,.045);white-space:nowrap}
.ar-article .ar-table tbody th{font-family:var(--ar-head);font-size:15px;font-weight:600;color:var(--ar-title);width:26%}
.ar-article .ar-table td{color:var(--ar-muted)}
.ar-article .ar-table__scroll:focus-visible{outline:3px solid var(--ar-lilac);outline-offset:3px}
.ar-article .ar-table__hint{display:none;align-items:center;gap:6px;margin:8px 0 0;font-size:13px;line-height:1.4;color:var(--ar-faint)}
.ar-article .ar-table__hint svg.ar-i{width:14px;height:14px}

/* ------------------------------------------------------------------ quote from a named person */
.ar-article .ar-quote{margin:var(--ar-space) 0;padding:22px 24px;border-radius:var(--ar-radius);background:var(--ar-panel);border:1px solid var(--ar-line)}
.ar-article .ar-quote__mark{display:block;width:26px;height:26px;margin:0 0 8px;color:var(--ar-mint)}
.ar-article .ar-quote blockquote{margin:0;padding:0;border:0;font-style:normal;color:var(--ar-title)}
.ar-article .ar-quote blockquote p{margin:0 0 .7em;font-size:1.056em;line-height:1.65;color:var(--ar-title)}
.ar-article .ar-quote blockquote p:last-child{margin-bottom:0}
.ar-article .ar-quote figcaption{display:flex;align-items:center;gap:12px;margin:16px 0 0;font-style:normal;font-size:14.5px;line-height:1.4;color:var(--ar-faint)}
.ar-article .ar-quote figcaption img{width:40px;height:40px;margin:0;border-radius:50%;object-fit:cover;box-shadow:0 0 0 2px rgba(113,215,191,.28)}
.ar-article .ar-quote__who{display:flex;flex-direction:column}
.ar-article .ar-quote__name{font-family:var(--ar-head);font-size:15px;font-weight:700;color:var(--ar-title)}

/* ------------------------------------------------------------------ images */
.ar-article .ar-figure{margin:var(--ar-space) 0}
.ar-article .ar-figure img{display:block;width:100%;height:auto;margin:0;border-radius:12px;border:1px solid var(--ar-line)}
.ar-article .ar-figure figcaption{margin:10px 0 0;font-size:14px;font-style:normal;line-height:1.5;color:var(--ar-faint)}

/* ------------------------------------------------------------------ on this page */
.ar-article .ar-toc{margin:var(--ar-space) 0;border-top:1px solid var(--ar-line);border-bottom:1px solid var(--ar-line);background:transparent}
.ar-article .ar-toc > summary{display:flex;align-items:center;gap:12px;padding:15px 4px;cursor:pointer;list-style:none;font-family:var(--ar-head);font-size:15.5px;font-weight:700;line-height:1.4;color:var(--ar-title);border-radius:var(--ar-radius)}
.ar-article .ar-toc > summary::-webkit-details-marker{display:none}
.ar-article .ar-toc > summary::marker{content:""}
.ar-article .ar-toc > summary svg.ar-i:first-child{color:var(--ar-mint)}
.ar-article .ar-toc__count{margin-left:auto;font-family:var(--ar-body);font-size:13.5px;font-weight:400;color:var(--ar-faint)}
.ar-article .ar-toc__chev{width:18px;height:18px;color:var(--ar-mint);transition:transform .25s var(--ar-ease)}
.ar-article .ar-toc[open] .ar-toc__chev{transform:rotate(180deg)}
.ar-article .ar-toc ol{counter-reset:ar-toc;list-style:none;margin:0;padding:0 4px 14px}
.ar-article .ar-toc li{counter-increment:ar-toc;display:flex;gap:12px;margin:0;padding:7px 0;border-top:1px solid var(--ar-line);font-size:15.5px;line-height:1.5}
.ar-article .ar-toc li::before{content:counter(ar-toc,decimal-leading-zero);flex:0 0 auto;font-family:var(--ar-head);font-size:13px;font-weight:700;line-height:1.9;color:var(--ar-mint);font-variant-numeric:tabular-nums}
.ar-article .ar-toc a{color:var(--ar-text);text-decoration:none}
.ar-article .ar-toc a:hover{color:var(--ar-mint-hi);text-decoration:underline;text-underline-offset:.18em}

/* ------------------------------------------------------------------ FAQ accordion (<details>, no script) */
.ar-article .ar-faq{margin:var(--ar-space) 0}
.ar-article .ar-faq__list{border:1px solid var(--ar-line);border-radius:var(--ar-radius);background:var(--ar-panel);overflow:hidden}
.ar-article .ar-faq__item{margin:0;border-top:1px solid var(--ar-line)}
.ar-article .ar-faq__item:first-child{border-top:0}
.ar-article .ar-faq__item > summary{display:flex;align-items:flex-start;gap:14px;padding:18px 22px;cursor:pointer;list-style:none;font-family:var(--ar-head);font-size:16.5px;font-weight:600;line-height:1.45;color:var(--ar-title);transition:background-color .18s ease}
.ar-article .ar-faq__item > summary::-webkit-details-marker{display:none}
.ar-article .ar-faq__item > summary::marker{content:""}
.ar-article .ar-faq__item > summary:hover{background:var(--ar-panel-hi)}
.ar-article .ar-faq__item > summary:focus-visible{outline-offset:-3px;border-radius:0}
.ar-article .ar-faq__q{flex:1 1 auto;min-width:0}
.ar-article .ar-faq__chev{margin-top:.2em;width:20px;height:20px;color:var(--ar-mint);transition:transform .25s var(--ar-ease)}
.ar-article .ar-faq__item[open] > summary .ar-faq__chev{transform:rotate(180deg)}
.ar-article .ar-faq__a{padding:0 22px 20px 22px;font-size:16.5px;line-height:1.7;color:var(--ar-muted)}
.ar-article .ar-faq__a p{margin:0 0 .8em}
.ar-article .ar-faq__a > :last-child{margin-bottom:0}

/* ------------------------------------------------------------------ call to action (call, book, callback) */
.ar-article .ar-cta{margin:var(--ar-space) 0;padding:26px 26px 22px;border-radius:var(--ar-radius);border:1px solid var(--ar-mint-line);background:radial-gradient(120% 140% at 100% 0,rgba(113,215,191,.10),rgba(113,215,191,0) 55%),linear-gradient(180deg,#0B1F3D,#071A33)}
.ar-article .ar-cta__head{display:flex;align-items:flex-start;gap:16px;margin:0 0 18px}
.ar-article .ar-cta__title{margin:0 0 4px;font-family:var(--ar-head);font-size:20px;font-weight:800;line-height:1.3;letter-spacing:-.01em;color:var(--ar-title)}
.ar-article .ar-cta__text{margin:0;font-size:16px;line-height:1.6;color:var(--ar-muted)}
.ar-article .ar-cta__text + .ar-cta__text{margin-top:.6em}
.ar-article .ar-cta__text a{color:var(--ar-mint)}
.ar-article .ar-cta__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;font-family:var(--ar-head);color:var(--ar-title)}
.ar-article .ar-cta__actions > .ar-btn--primary{grid-column:1 / -1}
.ar-article .ar-cta__actions > .arcta-cb{grid-column:1 / -1}
.ar-article .ar-btn,.ar-article .ar-btn:visited{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:50px;margin:0;padding:12px 20px;border:1.5px solid rgba(113,215,191,.45);border-radius:45px;background:rgba(113,215,191,.05);box-shadow:none;color:var(--ar-title);font-family:var(--ar-head);font-size:15.5px;font-weight:700;line-height:1.25;letter-spacing:0;text-align:center;text-decoration:none;text-transform:none;white-space:normal;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .25s var(--ar-ease)}
.ar-article .ar-btn svg.ar-i{width:19px;height:19px;color:var(--ar-mint);stroke-width:2}
.ar-article .ar-btn:hover,.ar-article .ar-btn:focus{background:rgba(113,215,191,.14);border-color:var(--ar-mint);color:var(--ar-title);text-decoration:none}
.ar-article .ar-btn[aria-expanded="true"]{background:rgba(113,215,191,.14);border-color:var(--ar-mint)}
.ar-article .ar-btn--primary,.ar-article .ar-btn--primary:visited{border-color:rgba(113,215,191,.6);background-color:#2C7BBF;background-image:linear-gradient(90deg,#2C7BBF,#348474);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 14px 32px -16px rgba(55,198,168,.75);color:#fff}
.ar-article .ar-btn--primary svg.ar-i{color:#fff}
.ar-article .ar-btn--primary:hover,.ar-article .ar-btn--primary:focus{background-color:#2C7BBF;background-image:linear-gradient(90deg,#348474,#2C7BBF);border-color:var(--ar-mint-hi);color:#fff}
.ar-article .ar-btn:focus-visible{outline:3px solid var(--ar-lilac);outline-offset:3px;border-radius:45px}
.ar-article .ar-cta .arcta-cb{margin-top:6px}
.ar-article .ar-cta .arcta-cb > .arcta-collapse-in{border:1px solid var(--ar-line-2);border-radius:12px;background:var(--ar-navy)}
.ar-article .ar-cta__note{display:flex;align-items:flex-start;gap:8px;margin:16px 0 0;font-size:14px;line-height:1.55;color:var(--ar-muted)}
.ar-article .ar-cta__note svg.ar-i{margin-top:.2em;width:16px;height:16px;color:var(--ar-mint)}
.ar-article .ar-cta__indep{margin:8px 0 0;font-size:12.5px;line-height:1.5;color:var(--ar-faint)}
.ar-article .ar-cta--end .ar-cta__title{font-size:22px}

/* ------------------------------------------------------------------ related guides */
.ar-article .ar-related{margin:var(--ar-space) 0 0}
.ar-article .ar-related__list{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.ar-article .ar-related__list > li{margin:0;padding:0}
.ar-article a.ar-rel,.ar-article a.ar-rel:visited{display:flex;align-items:center;gap:16px;padding:12px 16px 12px 12px;border:1px solid var(--ar-line);border-radius:var(--ar-radius);background:var(--ar-panel);color:var(--ar-text);text-decoration:none;transition:border-color .18s ease,background-color .18s ease}
.ar-article a.ar-rel:hover,.ar-article a.ar-rel:focus{border-color:rgba(113,215,191,.5);background:var(--ar-panel-hi);text-decoration:none}
.ar-article .ar-rel__img{flex:0 0 132px;width:132px;aspect-ratio:16 / 10;overflow:hidden;border-radius:10px;background:#0A1A33}
.ar-article .ar-rel__img img{display:block;width:100%;height:100%;margin:0;object-fit:cover;border-radius:0;border:0}
.ar-article .ar-rel__body{display:flex;flex-direction:column;gap:4px;flex:1 1 auto;min-width:0}
.ar-article .ar-rel__title{font-family:var(--ar-head);font-size:16px;font-weight:700;line-height:1.35;color:var(--ar-title)}
.ar-article .ar-rel__text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:14.5px;line-height:1.5;color:var(--ar-faint)}
.ar-article .ar-rel__go{flex:0 0 auto;width:20px;height:20px;color:var(--ar-mint);transition:transform .2s var(--ar-ease)}
.ar-article a.ar-rel:hover .ar-rel__go{transform:translateX(3px)}

/* ------------------------------------------------------------------ responsive */
@media (max-width:1024px){
  .ar-article{font-size:17px}
}
@media (max-width:767px){
  .ar-article{max-width:100%;font-size:16px;--ar-space:1.9em}
  .ar-article h2{font-size:1.5em;margin-top:2em}
  .ar-article .ar-h{gap:12px}
  .ar-article h2.ar-h .ar-chip{width:30px;height:30px;margin-top:.05em}
  .ar-article h2.ar-h .ar-chip svg.ar-i{width:17px;height:17px}
  .ar-article .ar-notice{padding:18px 18px 16px 22px}
  .ar-article .ar-notice__quote p{font-size:1.2em}
  .ar-article .ar-facts{padding:20px 18px 20px}
  .ar-article .ar-facts__list{grid-template-columns:minmax(0,1fr);gap:16px}
  .ar-article .ar-callout{gap:12px;padding:16px 16px}
  .ar-article .ar-callout .ar-chip{width:28px;height:28px}
  .ar-article .ar-callout__body,.ar-article .ar-step__body,.ar-article .ar-faq__a{font-size:15.5px}
  .ar-article .ar-step{padding-left:50px}
  .ar-article .ar-step::before{width:34px;height:34px;font-size:14px}
  .ar-article .ar-step::after{left:16.25px;top:38px}
  .ar-article .ar-step__title{padding-top:4px;font-size:16px}
  .ar-article .ar-table table{font-size:14.5px}
  .ar-article .ar-table__hint{display:flex}
  .ar-article .ar-quote{padding:18px 18px}
  .ar-article .ar-faq__item > summary{padding:16px 16px;font-size:15.5px}
  .ar-article .ar-faq__a{padding:0 16px 18px}
  .ar-article .ar-cta{padding:20px 18px 18px}
  .ar-article .ar-cta__head{gap:12px}
  .ar-article .ar-cta__title{font-size:18px}
  .ar-article .ar-cta--end .ar-cta__title{font-size:19px}
  .ar-article .ar-cta__actions{grid-template-columns:minmax(0,1fr)}
  .ar-article a.ar-rel,.ar-article a.ar-rel:visited{gap:12px;padding:10px 12px 10px 10px}
  .ar-article .ar-rel__img{flex-basis:92px;width:92px;aspect-ratio:1 / 1}
  .ar-article .ar-rel__text{-webkit-line-clamp:3}
  .ar-article .ar-rel__go{display:none}
}
@media (max-width:380px){
  .ar-article .ar-cta__head .ar-chip{display:none}
}
@media (prefers-reduced-motion:reduce){
  .ar-article *,.ar-article *::before,.ar-article *::after{transition:none!important;animation:none!important;scroll-behavior:auto!important}
}
@media print{
  .ar-article .ar-cta,.ar-article .ar-toc{display:none}
}
