:root {
  --white: #ffffff;
  --ink: #172033;
  --slate: #334155;
  --muted: #64748b;
  --panel: #f4f6f9;
  --line: #dbe2ea;
  --indigo: #4f46e5;
  --indigo-dark: #3730a3;
  --indigo-pale: #eef2ff;
  --amber: #f59e0b;
  --amber-pale: #fff7df;
  --success: #15803d;
  --heading: "Lexend", Arial, sans-serif;
  --body: "Karla", Arial, sans-serif;
  --container: 1160px;
  --radius: 1.25rem;
  --shadow: 0 18px 50px rgba(51, 65, 85, 0.12);
  --section: clamp(4.75rem, 9vw, 8rem);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip; /* avoid body becoming a scroll container (Safari scroll clamp) */
  background: var(--white);
  color: var(--slate);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.nav-open { overflow: hidden; }
a { color: inherit; text-underline-offset: 0.22em; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
::selection { background: var(--amber-pale); color: var(--ink); }

.skip-link {
  position: fixed; z-index: 1000; top: .75rem; left: .75rem;
  padding: .7rem 1rem; background: var(--ink); color: var(--white);
  transform: translateY(-160%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.section { padding-block: var(--section); }

.site-header {
  position: sticky; z-index: 100; top: 0;
  border-bottom: 1px solid rgba(219, 226, 234, .85);
  background: rgba(255, 255, 255, .95); backdrop-filter: blur(14px);
}
.header-inner { display: flex; min-height: 4.75rem; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .68rem; color: var(--ink); font-family: var(--heading); font-size: .98rem; font-weight: 700; text-decoration: none; }
.brand-mark { position: relative; display: inline-grid; width: 2rem; height: 2rem; place-items: center; border-radius: .58rem; background: var(--indigo); transform: rotate(-5deg); }
.brand-mark i { position: absolute; bottom: .45rem; width: .25rem; border-radius: .2rem; background: var(--white); }
.brand-mark i:nth-child(1) { left: .48rem; height: .48rem; }
.brand-mark i:nth-child(2) { left: .88rem; height: .8rem; }
.brand-mark i:nth-child(3) { left: 1.28rem; height: 1.12rem; }
.nav-toggle { display: grid; width: 2.8rem; height: 2.8rem; place-content: center; gap: .28rem; border: 1px solid var(--line); border-radius: .75rem; background: var(--white); cursor: pointer; }
.nav-toggle span { display: block; width: 1.2rem; height: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.site-nav { position: absolute; top: 100%; left: 0; display: none; width: 100%; padding: 1rem; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.site-nav.is-open { display: grid; }
.site-nav a { padding: .85rem; border-bottom: 1px solid var(--line); color: var(--slate); font-weight: 700; text-decoration: none; }
.site-nav a:last-child { border-bottom: 0; }
.site-nav a:hover { color: var(--indigo); }
.header-cta { display: none; }

.button {
  display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; gap: .6rem;
  padding: .82rem 1.25rem; border: 2px solid var(--indigo); border-radius: .75rem;
  background: var(--indigo); color: var(--white); font-weight: 700; text-align: center; text-decoration: none;
  box-shadow: 0 9px 22px rgba(79, 70, 229, .2); cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { background: var(--indigo-dark); transform: translateY(-2px); box-shadow: 0 13px 28px rgba(79, 70, 229, .26); }
.button--small { min-height: 2.85rem; padding: .65rem 1rem; }
.button--outline { border-color: var(--line); background: var(--white); color: var(--indigo); box-shadow: none; }
.button--outline:hover { border-color: var(--indigo); background: var(--indigo-pale); }

.hero { position: relative; overflow: hidden; padding-block: clamp(4rem, 8vw, 7rem); }
.hero::before { position: absolute; top: -8rem; left: -12rem; width: 28rem; height: 28rem; border-radius: 50%; background: radial-gradient(circle, rgba(245, 158, 11, .14), transparent 68%); content: ""; }
.hero-grid { display: grid; gap: 4rem; align-items: center; }
.hero-copy { position: relative; z-index: 1; min-width: 0; }
.eyebrow { margin: 0 0 1rem; color: var(--indigo); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--ink); font-family: var(--heading); line-height: 1.12; }
h1 { max-width: 14ch; margin-bottom: 1.35rem; font-size: clamp(2.55rem, 7.7vw, 5rem); letter-spacing: -.055em; }
h1 span { position: relative; z-index: 0; white-space: nowrap; }
h1 span::after { position: absolute; z-index: -1; right: -.05em; bottom: .04em; left: -.05em; height: .28em; border-radius: 1rem; background: var(--amber); content: ""; transform: rotate(-1deg); }
h2 { margin-bottom: 1rem; font-size: clamp(2rem, 5vw, 3.4rem); letter-spacing: -.04em; }
h3 { margin-bottom: .65rem; font-size: 1.28rem; letter-spacing: -.02em; }
.hero-lede { max-width: 36rem; margin: 0 0 1.65rem; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.27rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.35rem; }
.text-link { color: var(--indigo); font-weight: 700; }
.hero-points { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; margin: 1.6rem 0 0; padding: 0; color: var(--muted); font-size: .93rem; list-style: none; }
.hero-points li::before { margin-right: .5rem; color: var(--success); content: "✓"; font-weight: 700; }

.browser-scene { position: relative; width: min(100%, 34rem); margin-inline: auto; padding-block: 2.25rem; }
.browser-window { overflow: hidden; width: 100%; border: 1px solid var(--line); border-radius: 1.3rem; background: var(--white); box-shadow: 0 28px 70px rgba(51, 65, 85, .18); }
.browser-bar { display: flex; height: 2.65rem; align-items: center; gap: .36rem; padding-inline: .85rem; border-bottom: 1px solid var(--line); background: #f8fafc; }
.browser-bar span { width: .55rem; height: .55rem; border-radius: 50%; background: #cbd5e1; }
.browser-bar span:first-child { background: var(--amber); }
.browser-bar i { flex: 1; margin-left: .35rem; overflow: hidden; color: #94a3b8; font-size: .62rem; font-style: normal; text-align: center; white-space: nowrap; }
.dashboard { display: grid; min-height: 20rem; grid-template-columns: 3.4rem 1fr; background: #f8fafc; }
.dashboard aside { display: flex; align-items: center; flex-direction: column; gap: 1.1rem; padding-top: 1.2rem; background: var(--indigo); }
.dashboard aside b { width: 1.55rem; height: 1.55rem; margin-bottom: .5rem; border-radius: .45rem; background: var(--white); }
.dashboard aside i { width: 1rem; height: .18rem; border-radius: 1rem; background: rgba(255,255,255,.55); }
.dashboard-main { min-width: 0; padding: 1rem; }
.dash-heading { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.dash-heading div { flex: 1; }
.dash-heading b, .dash-heading i { display: block; border-radius: 1rem; background: #cbd5e1; }
.dash-heading b { width: 55%; height: .65rem; margin-bottom: .4rem; background: var(--slate); }
.dash-heading i { width: 34%; height: .3rem; }
.dash-heading span { width: 3.2rem; height: 1.35rem; border-radius: .38rem; background: var(--amber); }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; margin-block: 1.25rem; }
.metric-row i { height: 3.1rem; border: 1px solid #e2e8f0; border-radius: .55rem; background: var(--white); box-shadow: 0 4px 10px rgba(51,65,85,.04); }
.chart-card { position: relative; height: 11rem; overflow: hidden; border: 1px solid #e2e8f0; border-radius: .7rem; background-color: var(--white); background-image: linear-gradient(#eef2f7 1px, transparent 1px); background-size: 100% 25%; }
.chart-bars { position: absolute; inset: 1.3rem 1rem 1rem; display: flex; align-items: end; justify-content: space-between; gap: .45rem; }
.chart-bars i { width: 100%; height: var(--height); border-radius: .35rem .35rem 0 0; background: linear-gradient(180deg, #818cf8, var(--indigo)); }
.chart-bars i:nth-child(even) { background: linear-gradient(180deg, #fbbf24, var(--amber)); }
.chart-bar--1 { --height: 31%; }
.chart-bar--2 { --height: 48%; }
.chart-bar--3 { --height: 42%; }
.chart-bar--4 { --height: 66%; }
.chart-bar--5 { --height: 58%; }
.chart-bar--6 { --height: 82%; }
.cursor-dot { position: absolute; top: 32%; left: 66%; width: .75rem; height: .75rem; border: 3px solid var(--white); border-radius: 50%; background: var(--indigo); box-shadow: 0 0 0 .28rem rgba(79,70,229,.18); animation: cursor-pulse 2s ease-in-out infinite; }
.scene-note { position: absolute; z-index: 2; display: flex; max-width: calc(100% - 1rem); align-items: center; gap: .45rem; padding: .65rem .8rem; border: 1px solid var(--line); border-radius: .72rem; background: var(--white); color: var(--slate); font-size: .72rem; font-weight: 700; box-shadow: var(--shadow); }
.scene-note--top { top: 0; right: 0; }
.scene-note--top span { width: .52rem; height: .52rem; border-radius: 50%; background: var(--success); }
.scene-note--bottom { bottom: .15rem; left: .2rem; }
.scene-note--bottom b { color: var(--ink); font-family: var(--heading); font-size: 1.1rem; }
.scene-note--bottom span { color: var(--amber); letter-spacing: -.08em; }

.logo-strip { padding-block: 1.55rem; border-block: 1px solid var(--line); background: var(--panel); }
.logo-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 1.2rem; color: #7b8796; font-family: var(--heading); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-align: center; }
.logo-row span:last-child { grid-column: 1 / -1; }
.section-heading { margin-bottom: clamp(2.25rem, 5vw, 4rem); }
.section-heading--split { display: grid; gap: 1rem 3rem; }
.section-heading--split h2 { max-width: 14ch; margin-bottom: 0; }
.section-heading--split > p { max-width: 31rem; margin: 0; color: var(--muted); }
.section-heading--center { max-width: 47rem; margin-inline: auto; text-align: center; }

.service-grid { display: grid; gap: 1rem; }
.service-card { position: relative; display: flex; min-height: 100%; flex-direction: column; padding: 1.55rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(51,65,85,.06); }
.service-card:hover { border-color: #a5b4fc; box-shadow: var(--shadow); }
.service-number { position: absolute; top: 1.4rem; right: 1.4rem; color: #94a3b8; font-family: var(--heading); font-size: .72rem; font-weight: 700; }
.service-icon { position: relative; width: 3.6rem; height: 3.6rem; margin-bottom: 2rem; border-radius: 1rem; background: var(--indigo-pale); }
.service-icon i { position: absolute; display: block; }
.service-icon--strategy i { left: .8rem; width: .45rem; border-radius: .2rem; background: var(--indigo); }
.service-icon--strategy i:nth-child(1) { bottom: .8rem; height: .75rem; }
.service-icon--strategy i:nth-child(2) { bottom: .8rem; left: 1.55rem; height: 1.35rem; }
.service-icon--strategy i:nth-child(3) { bottom: .8rem; left: 2.3rem; height: 2rem; background: var(--amber); }
.service-icon--design i { width: 1.25rem; height: 1.25rem; border: 3px solid var(--indigo); border-radius: 50%; }
.service-icon--design i:nth-child(1) { top: .55rem; left: .55rem; }
.service-icon--design i:nth-child(2) { top: 1.35rem; left: 1.35rem; border-radius: .25rem; border-color: var(--amber); }
.service-icon--design i:nth-child(3) { right: .45rem; bottom: .45rem; border-style: dashed; }
.service-icon--build i { height: .2rem; border-radius: 2rem; background: var(--indigo); transform: rotate(-45deg); }
.service-icon--build i:nth-child(1) { top: 1rem; left: .7rem; width: 2.1rem; }
.service-icon--build i:nth-child(2) { top: 1.7rem; left: .9rem; width: 1.45rem; background: var(--amber); }
.service-icon--build i:nth-child(3) { top: 2.35rem; left: .7rem; width: 2.1rem; }
.service-card p { margin: 0 0 1.5rem; color: var(--muted); }
.service-card a { margin-top: auto; color: var(--indigo); font-weight: 700; }

.process-section { background: var(--panel); }
.process-list { position: relative; display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; min-height: 100%; padding: 1.3rem 1.2rem 1.3rem 4.4rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--white); }
.process-list li > span { position: absolute; top: 1.2rem; left: 1.15rem; display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border-radius: 50%; background: var(--indigo); color: var(--white); font-family: var(--heading); font-size: .8rem; font-weight: 700; }
.process-list li:nth-child(4) > span { background: var(--amber); color: var(--ink); }
.process-list h3 { margin-bottom: .3rem; font-size: 1.05rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .94rem; }

.stats-band { padding-block: 2.5rem; background: var(--indigo); color: var(--white); }
.stats-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stats-grid > div { min-width: 0; padding-inline: .55rem; border-right: 1px solid rgba(255,255,255,.2); text-align: center; }
.stats-grid > div:last-child { border-right: 0; }
.stat-number { display: block; overflow-wrap: anywhere; font-family: var(--heading); font-size: clamp(1.65rem, 7vw, 3.35rem); font-weight: 700; letter-spacing: -.05em; line-height: 1; }
.stats-grid p { margin: .5rem 0 0; color: #e0e7ff; font-size: clamp(.68rem, 2vw, .9rem); line-height: 1.25; }

.pricing-section { background: linear-gradient(180deg, var(--white), #f7f8ff); }
.billing-toggle { display: grid; width: min(100%, 20rem); grid-template-columns: 1fr 1fr; margin: -1.5rem auto .75rem; padding: .32rem; border: 1px solid var(--line); border-radius: .85rem; background: var(--white); }
.billing-toggle button { min-height: 2.75rem; border: 0; border-radius: .6rem; background: transparent; color: var(--muted); font-weight: 700; cursor: pointer; }
.billing-toggle button[aria-pressed="true"] { background: var(--indigo); color: var(--white); box-shadow: 0 5px 14px rgba(79,70,229,.25); }
.billing-note { min-height: 1.7em; margin: 0 0 2rem; color: var(--muted); font-size: .9rem; text-align: center; }
.pricing-grid { display: grid; gap: 1rem; align-items: stretch; }
.price-card { position: relative; display: flex; min-height: 100%; flex-direction: column; padding: 1.55rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(51,65,85,.06); }
.price-card--featured { border: 2px solid var(--indigo); box-shadow: 0 22px 54px rgba(79,70,229,.15); }
.popular { align-self: flex-start; margin-bottom: 1rem; padding: .3rem .65rem; border-radius: 1rem; background: var(--amber-pale); color: #92400e; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.price-label { margin: 0 0 .55rem; color: var(--indigo); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price-card h3 { font-size: 1.38rem; }
.price-card > div > p:last-child { min-height: 3.35rem; margin: 0; color: var(--muted); font-size: .95rem; }
.price { margin: 1.55rem 0; color: var(--ink); }
.price > span { font-family: var(--heading); font-size: clamp(2rem, 7vw, 2.8rem); font-weight: 700; letter-spacing: -.06em; }
.price small { color: var(--muted); font-size: .85rem; }
.price-card ul { display: grid; gap: .8rem; margin: 0 0 1.75rem; padding: 0; color: var(--slate); font-size: .95rem; list-style: none; }
.price-card li::before { margin-right: .55rem; color: var(--success); content: "✓"; font-weight: 700; }
.price-card .button { width: 100%; margin-top: auto; }

.faq-section { background: var(--panel); }
.faq-layout { display: grid; gap: 2rem 4rem; }
.faq-layout > div:first-child > p:last-child { max-width: 29rem; color: var(--muted); }
.accordion { border-top: 1px solid #cbd5e1; }
.accordion article { border-bottom: 1px solid #cbd5e1; }
.accordion h3 { margin: 0; }
.accordion button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; border: 0; background: transparent; color: var(--ink); font-family: var(--heading); font-size: .98rem; font-weight: 600; text-align: left; cursor: pointer; }
.accordion button span { position: relative; flex: 0 0 auto; width: 1.7rem; height: 1.7rem; border-radius: 50%; background: var(--white); }
.accordion button span::before, .accordion button span::after { position: absolute; top: 50%; left: 50%; width: .7rem; height: 2px; background: var(--indigo); content: ""; transform: translate(-50%, -50%); }
.accordion button span::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.accordion button[aria-expanded="true"] span::after { transform: translate(-50%, -50%) rotate(0); }
.accordion section { padding: 0 2.7rem 1.25rem 0; }
.accordion section p { margin: 0; color: var(--muted); }

.contact-section { background: var(--white); }
.contact-card { display: grid; gap: 2.2rem 4rem; padding: clamp(1.5rem, 5vw, 4rem); border-radius: clamp(1.25rem, 3vw, 2rem); background: var(--ink); color: #dbe4f0; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow):not(.availability) { color: #b9c5d5; }
.contact-copy > a { display: inline-block; margin-top: .5rem; color: #fbbf24; font-size: 1.12rem; font-weight: 700; overflow-wrap: anywhere; }
.availability { display: flex; align-items: center; gap: .55rem; margin-top: 1.5rem; font-size: .88rem; }
.availability span { width: .65rem; height: .65rem; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 .28rem rgba(74,222,128,.12); }
form { display: grid; gap: 1rem; min-width: 0; }
.field-row { display: grid; gap: 1rem; }
label { display: grid; gap: .42rem; color: #e5eaf0; font-size: .88rem; font-weight: 700; }
input, select, textarea { width: 100%; min-width: 0; border: 1px solid #516074; border-radius: .65rem; background: #222d41; color: var(--white); }
input, select { min-height: 3rem; padding: .65rem .75rem; }
textarea { resize: vertical; padding: .75rem; }
input:focus, select:focus, textarea:focus { border-color: #a5b4fc; outline: 2px solid #a5b4fc; outline-offset: 1px; }
textarea::placeholder { color: #93a2b7; }
form .button { justify-self: start; }
.form-status { min-height: 1.5em; margin: 0; color: #86efac; font-size: .88rem; }

footer { padding-block: 2rem; border-top: 1px solid var(--line); }
.footer-inner { display: grid; gap: 1rem; justify-items: center; color: var(--muted); font-size: .85rem; text-align: center; }
.footer-inner p { margin: 0; }
.footer-inner a { font-weight: 700; }

@keyframes cursor-pulse { 50% { transform: translate(-.35rem, .55rem); } }

@media (min-width: 600px) {
  .logo-row { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .logo-row span:last-child { grid-column: auto; }
  .field-row { grid-template-columns: 1fr 1fr; }
  .browser-window { transform: rotate(1.3deg); }
}

@media (min-width: 760px) {
  .nav-toggle { display: none; }
  .site-nav { position: static; display: flex; width: auto; align-items: center; gap: 1.45rem; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .site-nav a { padding: .45rem 0; border: 0; font-size: .9rem; }
  .header-cta { display: inline-flex; }
  .service-grid, .pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process-list { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
  .process-list::before { position: absolute; z-index: 0; top: 2.35rem; right: 8%; left: 8%; height: 2px; background: #cbd5e1; content: ""; }
  .process-list li { z-index: 1; padding: 4.8rem 1rem 1.2rem; text-align: center; }
  .process-list li > span { top: 1.15rem; left: 50%; box-shadow: 0 0 0 .6rem var(--panel); transform: translateX(-50%); }
  .section-heading--split { grid-template-columns: 1.2fr .8fr; align-items: end; }
  .faq-layout, .contact-card { grid-template-columns: .75fr 1.25fr; align-items: start; }
  .footer-inner { grid-template-columns: 1fr auto 1fr; align-items: center; justify-items: start; text-align: left; }
  .footer-inner > div { justify-self: end; }
}

@media (min-width: 940px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(28rem, .92fr); }
  .browser-scene { width: 100%; }
}

@media (max-width: 374px) {
  .container { width: min(calc(100% - 1.25rem), var(--container)); }
  h1 { font-size: 2.35rem; }
  .hero-actions .button { width: 100%; }
  .dashboard { grid-template-columns: 2.7rem 1fr; min-height: 18rem; }
  .dashboard-main { padding: .7rem; }
  .stat-number { font-size: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .cursor-dot { animation: none; }
  .button:hover { transform: none; }
}

/* Standard: back-to-top button with scroll-progress ring */
.btt-button {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 900;
  width: 48px; height: 48px; padding: 0; border: 0; border-radius: 50%;
  background: rgba(17, 17, 17, 0.85); cursor: pointer;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  display: grid; place-items: center;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.btt-button.btt-visible { opacity: 1; visibility: visible; transform: none; }
.btt-button:focus-visible { outline: 3px solid #f59e0b; outline-offset: 3px; }
.btt-ring { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.btt-ring circle { fill: none; stroke-width: 3; }
.btt-ring-track { stroke: rgba(255, 255, 255, 0.22); }
.btt-ring-fill { stroke: #f59e0b; stroke-dasharray: 125.66; stroke-dashoffset: 125.66; stroke-linecap: round; }
.btt-arrow { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
@media (prefers-reduced-motion: reduce) { .btt-button { transition: none; } }
