:root {
  --paper: #f4f6f3;
  --white: #ffffff;
  --ink: #152824;
  --muted: #60706b;
  --line: #d4ddd8;
  --teal: #0b665d;
  --teal-dark: #074d46;
  --cyan: #a7eddf;
  --lime: #d8f36a;
  --graphite: #16211f;
  --radius: 6px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; line-height: 1.5; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; height: 76px; padding: 0 max(24px, calc((100vw - var(--container)) / 2)); color: var(--white); border-bottom: 1px solid rgb(255 255 255 / 18%); transition: background .25s, color .25s, height .25s; }
.site-header.scrolled { height: 66px; color: var(--ink); background: rgb(244 246 243 / 94%); border-color: var(--line); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 800; letter-spacing: 0; }
.brand > span:last-child > span { color: var(--cyan); }
.scrolled .brand > span:last-child > span, .footer-brand > span:last-child > span { color: #45cdb7; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--ink); background: var(--cyan); border-radius: 50%; }
.brand-mark svg { width: 18px; }
.desktop-nav { display: flex; gap: 32px; margin-left: auto; font-size: 14px; }
.desktop-nav a { opacity: .82; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.header-phone { margin-left: 28px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.header-cta { margin-left: 18px; padding: 10px 15px; color: var(--ink); background: var(--lime); border-radius: var(--radius); font-size: 13px; font-weight: 750; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 760px; height: 92vh; max-height: 920px; color: var(--white); overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url("assets/service-hero.webp") center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(8 30 27 / 90%) 0%, rgb(8 30 27 / 76%) 37%, rgb(8 30 27 / 12%) 68%, transparent 100%); }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; height: 100%; padding-top: 68px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--cyan); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--teal); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(48px, 6vw, 88px); line-height: .98; letter-spacing: 0; }
.hero-copy { max-width: 610px; margin-bottom: 34px; color: rgb(255 255 255 / 82%); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 20px; border: 0; border-radius: var(--radius); font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; }
.button-primary { color: var(--ink); background: var(--cyan); }
.button-primary:hover { background: #c1f5eb; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; }
.text-link svg { width: 16px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 58px; color: rgb(255 255 255 / 68%); font-size: 13px; }
.hero-note svg { width: 18px; color: var(--cyan); }

.service-strip { color: var(--white); background: var(--teal); }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 104px; }
.strip-grid > div { display: flex; align-items: center; gap: 14px; padding: 20px; border-right: 1px solid rgb(255 255 255 / 18%); }
.strip-grid > div:first-child { border-left: 1px solid rgb(255 255 255 / 18%); }
.strip-grid strong { color: var(--cyan); font-size: 12px; }
.strip-grid span { max-width: 170px; font-size: 14px; font-weight: 700; }

.section-heading { max-width: 700px; margin-bottom: 58px; }
.section-heading h2, .brand-copy h2, .request-copy h2 { margin-bottom: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: 0; }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; max-width: none; }
.split-heading > p { align-self: end; margin-bottom: 4px; color: var(--muted); font-size: 16px; }
.service-list { position: relative; border-top: 1px solid var(--line); }
.service-list::before { content: ""; position: absolute; top: -1px; left: 0; z-index: 2; width: 100%; height: 2px; background: var(--teal); transform: scaleX(0); transform-origin: left; }
.service-row { position: relative; display: grid; grid-template-columns: 64px 1fr 260px; gap: 26px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); isolation: isolate; transition: color .28s ease; }
.service-row::before { content: ""; position: absolute; inset: 5px -16px; z-index: -1; background: #e5f3ef; border-radius: var(--radius); opacity: 0; transform: scaleX(.96); transition: opacity .28s ease, transform .38s cubic-bezier(.2, .8, .2, 1); }
.service-row:hover::before { opacity: 1; transform: scaleX(1); }
.service-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--teal); background: #dff2ed; border-radius: 50%; transition: color .28s ease, background .28s ease, transform .38s cubic-bezier(.2, 1.3, .4, 1); }
.service-icon svg { width: 22px; }
.service-row:hover .service-icon { color: var(--white); background: var(--teal); transform: rotate(-7deg) scale(1.08); }
.service-row h3 { margin-bottom: 4px; font-size: 21px; transition: color .28s ease, transform .28s ease; }
.service-row:hover h3 { color: var(--teal); transform: translateX(4px); }
.service-row p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.service-row > span { color: var(--teal); font-size: 13px; font-weight: 750; transition: transform .28s ease; }
.service-row:hover > span { transform: translateX(-8px); }
.service-row:nth-child(1) { --row-delay: .22s; }
.service-row:nth-child(2) { --row-delay: .31s; }
.service-row:nth-child(3) { --row-delay: .4s; }
.service-row:nth-child(4) { --row-delay: .49s; }
.service-row:nth-child(5) { --row-delay: .58s; }
.services.reveal-ready .section-heading h2, .services.reveal-ready .section-heading > p { opacity: .35; }
.services.reveal-ready .service-row h3, .services.reveal-ready .service-row p, .services.reveal-ready .service-row > span { opacity: .3; }
.services.reveal-ready .service-row .service-icon { transform: scale(.72) rotate(-12deg); }
.services.reveal-ready.is-visible .section-heading h2, .services.reveal-ready.is-visible .section-heading > p { opacity: 1; animation: service-text-enter .58s ease-out backwards; }
.services.reveal-ready.is-visible .section-heading > p { animation-delay: .1s; }
.services.reveal-ready.is-visible .service-list::before { animation: service-line-enter .9s .18s cubic-bezier(.2, .75, .25, 1) forwards; }
.services.reveal-ready.is-visible .service-row h3, .services.reveal-ready.is-visible .service-row p, .services.reveal-ready.is-visible .service-row > span { opacity: 1; animation: service-text-enter .48s var(--row-delay) ease-out backwards; }
.services.reveal-ready.is-visible .service-row .service-icon { transform: scale(1) rotate(0); animation: service-icon-enter .52s var(--row-delay) cubic-bezier(.2, 1.35, .4, 1) backwards; }
.services.reveal-ready.is-visible .service-row:hover .service-icon { color: var(--white); background: var(--teal); transform: rotate(-7deg) scale(1.08); }

@keyframes service-text-enter {
  from { opacity: .35; }
  to { opacity: 1; }
}
@keyframes service-line-enter {
  to { transform: scaleX(1); }
}
@keyframes service-icon-enter {
  from { transform: scale(.72) rotate(-12deg); }
  to { transform: scale(1) rotate(0); }
}

.brand-section { padding: 112px 0; background: var(--white); }
.brand-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: center; }
.brand-visual { position: relative; min-height: 610px; overflow: hidden; background: #e9f2ef; border-radius: var(--radius); }
.brand-visual img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; }
.model-label { position: absolute; z-index: 2; right: 18px; bottom: 18px; display: flex; flex-direction: column; min-width: 145px; padding: 12px 14px; color: var(--white); background: rgb(21 40 36 / 90%); border-radius: 4px; }
.model-label span { color: var(--cyan); font-size: 10px; text-transform: uppercase; }
.model-label strong { font-size: 17px; }
.brand-lead { max-width: 560px; margin: 22px 0 34px; color: var(--muted); font-size: 17px; }
.brand-facts { display: grid; grid-template-columns: repeat(3, 1fr); padding: 22px 0; border-block: 1px solid var(--line); }
.brand-facts div { padding-right: 15px; }
.brand-facts strong { display: block; color: var(--teal); font-size: 28px; }
.brand-facts span { display: block; color: var(--muted); font-size: 11px; line-height: 1.35; }
.check-list { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.check-list svg { width: 18px; color: var(--teal); }
.independent-note { display: flex; gap: 10px; padding: 13px; color: var(--muted); background: var(--paper); border-left: 3px solid var(--lime); font-size: 12px; }
.independent-note svg { flex: 0 0 16px; width: 16px; color: var(--teal); }
.source-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 10px; color: var(--teal); font-size: 12px; font-weight: 750; }
.source-link svg { width: 14px; }

.process { background: #eaf0ed; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid #c5d1cb; list-style: none; }
.process-grid li { position: relative; min-height: 270px; padding: 26px 26px 20px 0; border-right: 1px solid #c5d1cb; }
.process-grid li + li { padding-left: 26px; }
.process-grid li > span { color: var(--teal); font-size: 11px; font-weight: 800; }
.process-grid li > svg { display: block; width: 28px; margin: 48px 0 25px; color: var(--teal); }
.process-grid h3 { margin-bottom: 8px; font-size: 20px; }
.process-grid p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.request-section { padding: 105px 0; color: var(--white); background: var(--graphite); }
.request-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.request-copy > p:not(.eyebrow) { max-width: 430px; margin: 22px 0 36px; color: rgb(255 255 255 / 64%); }
.request-tip { display: flex; gap: 12px; max-width: 420px; padding-top: 22px; border-top: 1px solid rgb(255 255 255 / 14%); color: rgb(255 255 255 / 75%); font-size: 13px; }
.request-tip svg { flex: 0 0 20px; color: var(--cyan); }
.request-phones { display: grid; gap: 12px; margin-top: 30px; }
.request-phones a { display: flex; flex-direction: column; align-items: flex-start; }
.request-phones small { color: var(--cyan); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.request-phones span { font-size: 20px; font-weight: 800; }
.request-form { display: grid; gap: 22px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.request-form label > span { display: block; margin-bottom: 9px; color: rgb(255 255 255 / 70%); font-size: 12px; font-weight: 750; }
.request-form select, .request-form input, .request-form textarea { width: 100%; color: var(--white); background: #22312e; border: 1px solid #40504c; border-radius: var(--radius); outline: none; }
.request-form select { height: 52px; padding: 0 14px; }
.request-form input { height: 52px; padding: 0 14px; }
.request-form textarea { padding: 13px 14px; resize: vertical; }
.request-form select:focus, .request-form input:focus, .request-form textarea:focus { border-color: var(--cyan); }
.request-form input::placeholder, .request-form textarea::placeholder { color: rgb(255 255 255 / 35%); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.button-accent { width: 100%; color: var(--ink); background: var(--lime); }
.button-accent:hover { background: #e4f88b; }
.button-accent:disabled { cursor: wait; opacity: .7; transform: none; }
.form-status { min-height: 21px; margin: -10px 0 0; color: var(--cyan); font-size: 12px; }

.drop-clip-defs { position: absolute; pointer-events: none; }
.success-dialog { width: min(calc(100% - 38px), 420px); aspect-ratio: .9; padding: 0; color: var(--ink); background: linear-gradient(155deg, #f1fffc 4%, #b6f2e7 48%, #62cfbd 100%); border: 0; filter: drop-shadow(0 28px 38px rgb(3 24 20 / 38%)); clip-path: url(#water-drop-clip); overflow: hidden; opacity: 0; }
.success-dialog[open] { animation: water-drop-enter .72s cubic-bezier(.18, .9, .27, 1.16) both; }
.success-dialog.is-closing { animation: water-drop-exit .24s ease-in both; }
.success-dialog::backdrop { background: rgb(6 24 21 / 72%); backdrop-filter: blur(6px); animation: water-backdrop-enter .35s ease-out both; }
.success-dialog.is-closing::backdrop { animation: water-backdrop-exit .24s ease-in both; }
.success-dialog::before { content: ""; position: absolute; inset: -20% -60%; background: linear-gradient(112deg, transparent 40%, rgb(255 255 255 / 5%) 45%, rgb(255 255 255 / 58%) 50%, rgb(255 255 255 / 8%) 55%, transparent 60%); transform: translateX(-42%); animation: water-glint 2.4s .65s ease-in-out infinite; }
.success-dialog::after { content: ""; position: absolute; inset: 2px; background: radial-gradient(circle at 30% 23%, rgb(255 255 255 / 55%) 0 2%, transparent 18%), radial-gradient(circle at 68% 76%, rgb(5 116 103 / 12%), transparent 38%); clip-path: url(#water-drop-clip); pointer-events: none; }
.success-dialog-content { position: absolute; inset: 22% 14% 8%; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-dialog[open]:not(.is-closing) .success-dialog-content > * { animation: water-content-enter .42s ease-out both; }
.success-dialog[open] .success-dialog-content > :nth-child(1) { animation-delay: .28s; }
.success-dialog[open] .success-dialog-content > :nth-child(2) { animation-delay: .34s; }
.success-dialog[open] .success-dialog-content > :nth-child(3) { animation-delay: .4s; }
.success-dialog[open] .success-dialog-content > :nth-child(4) { animation-delay: .46s; }
.success-dialog[open] .success-dialog-content > :nth-child(5) { animation-delay: .52s; }
.success-dialog-icon { display: grid; flex: 0 0 auto; place-items: center; width: 52px; height: 52px; margin-bottom: 12px; color: var(--teal); background: rgb(255 255 255 / 72%); border: 1px solid rgb(255 255 255 / 90%); border-radius: 50%; box-shadow: 0 8px 22px rgb(18 112 100 / 15%); }
.success-dialog-icon svg { width: 26px; height: 26px; }
.success-dialog[open] .success-dialog-icon svg { animation: water-icon-pop .52s .45s cubic-bezier(.2, 1.5, .4, 1) both; }
.success-dialog-label { margin-bottom: 8px; color: var(--teal-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.success-dialog h2 { margin-bottom: 10px; font-size: 36px; line-height: 1; }
.success-dialog-content > p { max-width: 280px; margin-bottom: 20px; color: #355a53; font-size: 13px; }
.button-dialog { width: 88%; min-height: 48px; color: var(--white); background: var(--teal); box-shadow: 0 10px 24px rgb(6 88 79 / 20%); }
.button-dialog:hover { background: var(--teal-dark); }
.button-dialog:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }

@keyframes water-drop-enter {
  0% { opacity: 0; transform: translateY(-56px) scale(.7); }
  62% { opacity: 1; transform: translateY(8px) scale(1.025, .975); }
  82% { transform: translateY(-3px) scale(.992, 1.008); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes water-drop-exit {
  from { opacity: 1; transform: translateY(0) scale(1); }
  to { opacity: 0; transform: translateY(24px) scale(.88); }
}
@keyframes water-backdrop-enter { from { opacity: 0; } to { opacity: 1; } }
@keyframes water-backdrop-exit { from { opacity: 1; } to { opacity: 0; } }
@keyframes water-content-enter {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes water-icon-pop {
  0% { opacity: 0; transform: scale(.4) rotate(-18deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes water-glint {
  0%, 24% { transform: translateX(-42%); }
  58%, 100% { transform: translateX(42%); }
}

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; font-size: 17px; font-weight: 750; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary svg { flex: 0 0 20px; width: 20px; color: var(--teal); transition: transform .2s; }
.accordion details[open] summary svg { transform: rotate(45deg); }
.accordion details p { max-width: 650px; padding: 0 40px 22px 0; color: var(--muted); font-size: 14px; }

.site-footer { padding: 56px 0 24px; color: var(--white); background: #0c1715; }
.footer-main { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 55px; }
.footer-main p { max-width: 390px; margin: 18px 0 0; color: rgb(255 255 255 / 55%); font-size: 13px; }
.footer-contacts { display: flex; flex-direction: column; gap: 8px; margin-left: auto; margin-right: 70px; }
.footer-contacts > span { margin-bottom: 4px; color: rgb(255 255 255 / 40%); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.footer-contacts a { display: flex; align-items: baseline; gap: 8px; font-size: 15px; }
.footer-contacts small { color: var(--cyan); font-size: 9px; text-transform: uppercase; }
.footer-up { display: grid; place-items: center; width: 44px; height: 44px; color: var(--ink); background: var(--cyan); border-radius: 50%; }
.footer-up svg { width: 20px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; color: rgb(255 255 255 / 40%); border-top: 1px solid rgb(255 255 255 / 12%); font-size: 11px; }

@media (max-width: 1050px) {
  .desktop-nav, .header-phone, .header-cta { display: none; }
  .menu-button { display: grid; place-items: center; width: 42px; height: 42px; margin-left: auto; padding: 0; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: 50%; }
  .menu-button svg { width: 20px; }
  .mobile-nav { position: fixed; inset: 66px 0 auto; display: grid; max-height: 0; overflow: hidden; color: var(--ink); background: var(--paper); transition: max-height .25s; }
  .mobile-nav.open { max-height: 460px; border-bottom: 1px solid var(--line); }
  .mobile-nav a { padding: 16px 24px; border-top: 1px solid var(--line); font-weight: 700; }
  .hero { min-height: 700px; height: 88vh; }
  .hero-shade { background: linear-gradient(90deg, rgb(8 30 27 / 92%) 0%, rgb(8 30 27 / 64%) 70%, rgb(8 30 27 / 30%) 100%); }
  .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading, .brand-layout, .request-layout, .faq-layout { grid-template-columns: 1fr; gap: 58px; }
  .service-row { grid-template-columns: 58px 1fr; }
  .service-row > span { grid-column: 2; }
  .brand-visual, .brand-visual img { min-height: 520px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(n+3) { border-top: 1px solid #c5d1cb; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section, .brand-section, .request-section { padding: 78px 0; }
  .site-header { height: 66px; padding-inline: 14px; }
  .hero { min-height: 690px; height: 92vh; max-height: 780px; }
  .hero-media { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgb(8 30 27 / 94%) 0%, rgb(8 30 27 / 70%) 100%); }
  h1 { font-size: 48px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-note { margin-top: 38px; }
  .strip-grid { grid-template-columns: 1fr; }
  .strip-grid > div { min-height: 68px; border-left: 1px solid rgb(255 255 255 / 18%); border-bottom: 1px solid rgb(255 255 255 / 18%); }
  .section-heading h2, .brand-copy h2, .request-copy h2 { font-size: 40px; }
  .split-heading { gap: 24px; }
  .service-row { grid-template-columns: 48px 1fr; gap: 16px; }
  .service-row > span { grid-column: 2; }
  .service-icon { width: 42px; height: 42px; }
  .brand-visual, .brand-visual img { min-height: 420px; }
  .brand-visual img { object-position: 47% center; }
  .brand-facts { grid-template-columns: 1fr; gap: 18px; }
  .brand-facts div { display: grid; grid-template-columns: 70px 1fr; align-items: center; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { display: grid; grid-template-columns: auto 1fr; min-height: 220px; padding-left: 0 !important; border-right: 0; border-top: 1px solid #c5d1cb; }
  .process-grid li:first-child { border-top: 0; }
  .process-grid li > span { grid-row: 1; grid-column: 1; align-self: center; }
  .process-grid li > svg { grid-row: 1; grid-column: 2; align-self: center; justify-self: end; margin: 0; }
  .process-grid li > h3 { grid-row: 2; grid-column: 1 / -1; margin-top: 28px; }
  .process-grid li > p { grid-row: 3; grid-column: 1 / -1; }
  .form-grid { grid-template-columns: 1fr; }
  .success-dialog-icon { width: 44px; height: 44px; margin-bottom: 10px; }
  .success-dialog-label { margin-bottom: 6px; font-size: 9px; }
  .success-dialog h2 { font-size: 32px; }
  .success-dialog-content > p { margin-bottom: 16px; font-size: 12px; }
  .button-dialog { min-height: 44px; }
  .faq-layout { gap: 20px; }
  .footer-main { gap: 38px; flex-wrap: wrap; }
  .footer-contacts { width: 100%; margin: 0; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .success-dialog, .success-dialog::backdrop, .success-dialog::before, .success-dialog-content > *, .success-dialog-icon svg { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
