@keyframes blink {
  0%, 42% { opacity: 1; }
  43%, 75% { opacity: 0.12; }
  76%, 100% { opacity: 1; }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes pulse-shadow {
  0%, 100% { box-shadow: 0 0 0 5px #fff600, 0 0 0 10px #ff008c, 9px 12px 0 #1b003c; }
  50% { box-shadow: 0 0 0 5px #00ff48, 0 0 0 10px #00eaff, 9px 12px 0 #1b003c; }
}

@keyframes rotate-slightly {
  0%, 100% { transform: rotate(-7deg) scale(1); }
  50% { transform: rotate(5deg) scale(1.04); }
}

@keyframes shine {
  from { background-position: -180% 0; }
  to { background-position: 180% 0; }
}

:root {
  --ink: #210044;
  --blue: #001eff;
  --cyan: #00eaff;
  --pink: #ff00a8;
  --red: #ed0039;
  --yellow: #fff600;
  --green: #00de45;
  --purple: #7700ae;
  --cream: #fffbd0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background-color: #190055;
  background-image: linear-gradient(rgba(31, 0, 86, 0.76), rgba(31, 0, 86, 0.76)), url("assets/background-tile.svg");
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  color: #fff;
  background: #000;
  border: 3px solid #fff;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.emergency-strip {
  position: relative;
  z-index: 3;
  padding: 6px 10px;
  color: #fff;
  background: repeating-linear-gradient(45deg, #ff0037 0 18px, #ffef00 18px 36px, #001eff 36px 54px);
  border-bottom: 5px ridge #fff;
  font: 900 14px/1.25 "Arial Black", Impact, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 2px 2px 0 #000, -1px -1px 0 #000;
}

.blink-dot {
  display: inline-block;
  margin: 0 14px;
  color: #00ff43;
  animation: blink 0.85s steps(1) infinite;
}

.site-header {
  width: min(1440px, calc(100% - 18px));
  min-height: 192px;
  margin: 8px auto 0;
  padding: 6px 12px;
  display: grid;
  grid-template-columns: 190px minmax(360px, 650px) 190px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: radial-gradient(circle at 50% 50%, #00f6ff 0 4%, #084fff 23%, #68008d 55%, #21003d 100%);
  border: 9px groove #ffea00;
  outline: 4px solid #ff00b3;
  box-shadow: 0 10px 0 #000;
}

.logo-link {
  display: block;
  min-width: 0;
}

.logo {
  display: block;
  width: 100%;
  filter: saturate(1.25);
}

.visitor-box,
.certified-box {
  padding: 9px;
  color: #fff;
  background: linear-gradient(#120029, #4d0094 45%, #100020);
  border: 5px ridge var(--cyan);
  font-family: "Courier New", monospace;
  text-align: center;
  box-shadow: 6px 7px 0 #000;
}

.visitor-box > span,
.certified-box > span {
  display: block;
  color: var(--yellow);
  font-weight: 900;
}

.visitor-box output {
  display: block;
  margin: 7px 0;
  padding: 3px;
  color: #35ff19;
  background: #050505;
  border: 3px inset #bababa;
  font-size: 26px;
  letter-spacing: 4px;
}

.visitor-box small,
.certified-box small {
  display: block;
  font-size: 9px;
}

.certified-box {
  border-color: #ff00ae;
  transform: rotate(3deg);
}

.certified-box strong {
  display: block;
  color: var(--green);
  font: 900 42px/1 Impact, "Arial Black", sans-serif;
  text-shadow: 3px 3px 0 #001aff;
}

.ticker {
  width: min(1450px, 100%);
  margin: 11px auto 0;
  overflow: hidden;
  color: #22003d;
  background: linear-gradient(90deg, #fff500, #00ffff, #ff59d2, #fff500);
  border-block: 6px double #260054;
  font: 900 17px/1 "Arial Black", sans-serif;
  white-space: nowrap;
}

.ticker-track {
  width: max-content;
  padding: 8px 0;
  animation: marquee 27s linear infinite;
}

.ticker span {
  margin-right: 48px;
}

.main-nav {
  width: min(1440px, calc(100% - 18px));
  margin: 7px auto 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: linear-gradient(#ff3f00, #c60000 49%, #870000 51%, #ff2600);
  border: 6px outset #ffec00;
  box-shadow: 7px 8px 0 #000;
}

.main-nav a {
  padding: 10px 18px;
  color: #fff;
  border-right: 3px ridge #ffc400;
  font: 900 13px/1 "Arial Black", sans-serif;
  text-decoration: none;
  text-shadow: 2px 2px 0 #000;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #210040;
  background: var(--cyan);
  text-shadow: none;
}

.main-nav .nav-book {
  color: #210040;
  background: repeating-linear-gradient(-45deg, #fff600 0 8px, #ffaf00 8px 16px);
  text-shadow: none;
  animation: blink 1.7s steps(1) infinite;
}

main {
  width: min(1460px, calc(100% - 14px));
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr) 180px;
  gap: 12px;
  padding: 14px;
  background: linear-gradient(135deg, #fcff00 0 18%, #ff00b7 18% 34%, #00f6ff 34% 54%, #7cff00 54% 68%, #ff6200 68%);
  border: 9px ridge #00f6ff;
  outline: 4px solid #ffed00;
  box-shadow: 10px 13px 0 #000;
}

.hero-copy {
  align-self: center;
  padding: 22px;
  background: linear-gradient(150deg, rgba(255,255,255,0.94), rgba(255,247,151,0.92));
  border: 7px double #3a0070;
  box-shadow: inset 0 0 0 5px #ff00aa, 7px 8px 0 #3a0061;
  transform: rotate(-0.7deg);
}

.eyebrow,
.section-kicker {
  display: inline-block;
  margin: 0 0 11px;
  padding: 5px 10px;
  color: #fff;
  background: #1d0050;
  border: 3px solid #00e8ff;
  font: 900 12px/1.15 "Arial Black", sans-serif;
  letter-spacing: 1.2px;
  box-shadow: 4px 4px 0 #ff00a6;
}

.hero h1 {
  max-width: 660px;
  margin: 0;
  color: #230054;
  font: italic 900 clamp(43px, 5.1vw, 79px)/0.91 Impact, "Arial Black", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 #00f3ff, 7px 7px 0 #ff00a9;
}

.hero-lede {
  margin: 24px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}

.mega-button,
.secondary-button {
  display: inline-block;
  padding: 15px 19px;
  color: #fff;
  background: linear-gradient(#ff3c00 0 47%, #be0000 49% 100%);
  border: 6px outset #fff000;
  font: 900 16px/1 "Arial Black", sans-serif;
  text-decoration: none;
  text-shadow: 2px 2px 0 #000;
  box-shadow: 6px 7px 0 #19003f;
}

.mega-button:hover,
.mega-button:focus-visible,
.submit-booking:hover,
.submit-booking:focus-visible {
  color: #22004a;
  background: var(--green);
  border-color: #00ffff;
  text-shadow: none;
}

.secondary-button {
  padding: 12px 14px;
  color: #16003b;
  background: linear-gradient(#00ffff, #00a6ff);
  border-width: 4px;
  border-color: #ff00ae;
  font-size: 12px;
  text-shadow: none;
}

.micro-promises {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.micro-promises span {
  padding: 4px 8px;
  color: #fff;
  background: #16003a;
  border: 2px solid #62ff00;
  font: bold 11px "Courier New", monospace;
}

.hero-art-wrap {
  position: relative;
  align-self: center;
  padding: 8px 8px 33px;
  background: #ffed00;
  border: 8px groove #3a0073;
  box-shadow: 8px 9px 0 #180031;
  transform: rotate(0.5deg);
}

.hero-art {
  display: block;
  width: 100%;
  border: 3px solid #fff;
}

.image-caption {
  position: absolute;
  bottom: 3px;
  left: 12px;
  right: 12px;
  margin: 0;
  color: #29004d;
  font: italic 900 13px Georgia, serif;
  text-align: center;
}

.burst {
  position: absolute;
  z-index: 2;
  top: -28px;
  right: -20px;
  width: 112px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 16px;
  color: #fff;
  background: #ed003e;
  clip-path: polygon(50% 0, 61% 22%, 80% 6%, 80% 31%, 100% 27%, 87% 49%, 100% 64%, 76% 68%, 81% 92%, 59% 79%, 48% 100%, 39% 77%, 16% 92%, 21% 66%, 0 60%, 17% 47%, 0 28%, 24% 28%, 21% 5%, 41% 20%);
  font: 900 17px/1 "Arial Black", sans-serif;
  text-align: center;
  text-shadow: 2px 2px 0 #21003c;
  animation: rotate-slightly 2s ease-in-out infinite;
}

.hero-sidebar {
  display: grid;
  align-content: center;
  gap: 12px;
}

.mini-ad,
.compatibility {
  padding: 9px;
  text-align: center;
  box-shadow: 5px 6px 0 #15002f;
}

.hot-ad {
  color: #22003d;
  background: repeating-radial-gradient(circle, #fff600 0 9px, #ff7300 10px 18px);
  border: 6px ridge #ff00a6;
}

.hot-ad span,
.hot-ad strong,
.purple-ad span,
.purple-ad strong {
  display: block;
}

.hot-ad .mini-ad-top {
  color: #fff;
  background: #e30031;
  font: 900 12px "Arial Black", sans-serif;
}

.hot-ad strong {
  color: #ec004d;
  font: 900 41px/1 Impact, sans-serif;
  text-shadow: 2px 2px 0 #fff;
  animation: blink 1.25s steps(1) infinite;
}

.hot-ad p {
  margin: 2px;
  font: bold 12px Georgia, serif;
}

.purple-ad {
  color: #fff;
  background: linear-gradient(135deg, #11002d, #7300c1, #ff00a8);
  border: 5px dashed #00ff44;
}

.purple-ad span {
  color: var(--yellow);
  font: bold 11px "Courier New", monospace;
}

.purple-ad strong {
  margin: 6px 0;
  font: 900 23px/0.95 Impact, sans-serif;
}

.purple-ad a {
  color: #1e0048;
  background: var(--cyan);
  font-weight: 900;
}

.compatibility {
  color: #21003e;
  background: #fff;
  border: 6px double #001eff;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}

.compatibility p {
  margin: 0 0 5px;
  color: #fff;
  background: #ec0066;
  font-weight: 900;
}

.compatibility div {
  display: flex;
  gap: 3px;
}

.compatibility div span {
  flex: 1;
  margin: 2px 0;
  padding: 3px;
  color: #fff;
  background: #006e2b;
  font-size: 10px;
  font-weight: 900;
}

.compatibility small {
  display: block;
  margin-top: 4px;
  font-size: 8px;
}

.certainty-bar {
  margin: 20px 0 10px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  color: #fff;
  background: linear-gradient(#0052ff, #18007a);
  border: 7px outset #00f3ff;
  font-family: "Arial Black", sans-serif;
  text-align: center;
}

.certainty-bar strong {
  padding: 5px 10px;
  color: #240042;
  background: var(--yellow);
  border: 3px solid var(--pink);
  transform: skew(-5deg);
}

.certainty-bar span {
  padding: 7px 10px;
  color: var(--green);
}

.content-grid {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 142px;
  gap: 11px;
  align-items: start;
}

.left-rail,
.right-rail {
  min-width: 0;
  display: grid;
  gap: 12px;
  position: sticky;
  top: 8px;
}

.left-rail > *,
.right-rail > * {
  min-width: 0;
  max-width: 100%;
}

.rail-box,
.tiny-banner,
.download-badge,
.payment-box {
  padding: 9px;
  text-align: center;
  box-shadow: 5px 6px 0 #000;
}

.rail-box h2 {
  margin: 0 0 8px;
  font: 900 14px/1 "Arial Black", sans-serif;
}

.status-monitor {
  color: #39ff14;
  background: #050505;
  border: 6px ridge #bcbcbc;
  font-family: "Courier New", monospace;
}

.status-monitor h2 {
  color: #fff600;
}

.status-monitor p {
  font-size: 11px;
  font-weight: 900;
}

.status-light {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  background: #2cff00;
  border-radius: 50%;
  box-shadow: 0 0 9px #2cff00;
  animation: blink 1.35s steps(1) infinite;
}

.status-monitor dl {
  margin: 0;
  color: #fff;
  font-size: 10px;
}

.status-monitor dl div {
  padding: 4px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #00b8ff;
}

.status-monitor dd {
  margin: 0;
  color: #00f5ff;
  font-weight: 900;
}

.award-box {
  color: #4d2100;
  background: radial-gradient(circle, #fff 0 10%, #fff500 12% 35%, #ff8400 64%, #c30000);
  border: 8px double #fff;
  font-family: Georgia, serif;
}

.award-star {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  text-shadow: 3px 3px 0 #9d2600;
}

.award-box p,
.award-box small {
  margin: 3px 0;
  font-weight: 900;
}

.vertical-ad {
  display: block;
  padding: 17px 8px;
  color: #fff;
  background: repeating-linear-gradient(45deg, #ed0037 0 12px, #8c0000 12px 24px);
  border: 7px outset #fff600;
  text-align: center;
  text-decoration: none;
  box-shadow: 5px 6px 0 #000;
}

.vertical-ad strong,
.vertical-ad span,
.vertical-ad b {
  display: block;
}

.vertical-ad strong {
  font: 900 28px/0.9 Impact, sans-serif;
  text-shadow: 3px 3px 0 #240047;
}

.vertical-ad span {
  margin: 10px 0;
  font: bold 11px Georgia, serif;
}

.vertical-ad b {
  padding: 5px;
  color: #1b003f;
  background: #00ffda;
  border: 3px outset #fff;
  font-size: 10px;
  animation: blink 1.1s steps(1) infinite;
}

.newsletter-box {
  color: #1f0043;
  background: linear-gradient(145deg, #ff63d6, #fff600);
  border: 6px ridge #00efff;
}

.newsletter-box p {
  font: bold 11px Georgia, serif;
}

.newsletter-box label {
  font-size: 9px;
  font-weight: 900;
}

.newsletter-box input {
  width: 100%;
  min-width: 0;
  padding: 5px;
  border: 3px inset #aaa;
  font-size: 10px;
}

.newsletter-box button {
  width: 100%;
  margin-top: 5px;
  padding: 5px;
  color: #fff;
  background: #280069;
  border: 4px outset #00ff39;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}

.newsletter-box .inline-message {
  min-height: 14px;
  margin: 5px 0 0;
  color: #00530e;
  font-family: Arial, sans-serif;
}

.main-column {
  min-width: 0;
  display: grid;
  gap: 18px;
}

.panel {
  padding: clamp(18px, 3vw, 40px);
  background: var(--cream);
  border: 9px ridge #ff00a8;
  outline: 4px solid #00eaff;
  box-shadow: 9px 11px 0 #000;
}

.panel h2 {
  margin: 3px 0 15px;
  color: #250053;
  font: 900 clamp(34px, 4.3vw, 58px)/0.98 Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #00eaff;
}

.section-intro {
  max-width: 850px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
}

.service-panel {
  background-color: #fff9c8;
  background-image: linear-gradient(rgba(255,255,255,0.82), rgba(255,255,255,0.82)), repeating-linear-gradient(90deg, #fff300 0 2px, transparent 2px 25px);
}

.service-cards {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.service-card {
  position: relative;
  min-height: 210px;
  padding: 18px 14px 15px;
  border: 7px outset #fff;
  box-shadow: 6px 7px 0 #26004b;
}

.service-card:nth-child(2) {
  transform: translateY(8px) rotate(0.8deg);
}

.service-card:nth-child(3) {
  transform: rotate(-0.7deg);
}

.card-yellow { background: linear-gradient(135deg, #fff600, #ff8d00); }
.card-cyan { background: linear-gradient(135deg, #00ffff, #0091ff); }
.card-pink { background: linear-gradient(135deg, #ff8bdf, #ff008c); }

.card-number {
  position: absolute;
  top: -17px;
  right: -7px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #28005f;
  border: 5px solid #fff;
  border-radius: 50%;
  font: 900 22px Impact, sans-serif;
}

.service-card h3 {
  margin: 17px 0 9px;
  font: 900 25px/1 "Arial Black", sans-serif;
  text-transform: uppercase;
}

.service-card p {
  font-family: Georgia, serif;
  font-weight: 700;
}

.scope-box {
  margin-top: 29px;
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr 210px;
  gap: 20px;
  align-items: center;
  color: #fff;
  background: linear-gradient(100deg, #21004e, #4d00a8 62%, #ea006e);
  border: 7px double #fff600;
}

.scope-box h3 {
  color: var(--yellow);
  font: 900 20px "Arial Black", sans-serif;
}

.scope-box ul {
  columns: 2;
  padding-left: 20px;
  font-weight: 700;
}

.scope-box li {
  margin-bottom: 7px;
}

.scope-stamp {
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  color: #23004e;
  background: #00ff48;
  border: 8px double #fff;
  border-radius: 50%;
  text-align: center;
  transform: rotate(7deg);
}

.scope-stamp strong,
.scope-stamp span {
  display: block;
}

.scope-stamp strong {
  color: #e60045;
  font: 900 53px/0.85 Impact, sans-serif;
}

.scope-stamp span {
  font: 900 12px/1.1 "Arial Black", sans-serif;
}

.how-panel {
  background: repeating-linear-gradient(-45deg, #b8ff73 0 16px, #79eeff 16px 32px, #fff897 32px 48px);
  border-color: #fff600;
  outline-color: #ff00b3;
}

.green-kicker { background: #006a25; border-color: #fff600; }
.magenta-kicker { background: #c50068; border-color: #fff600; }
.blue-kicker { background: #003ddb; border-color: #fff600; }
.red-kicker { background: #c60022; border-color: #fff600; }
.orange-kicker { background: #e54c00; border-color: #00ffff; }

.steps {
  margin: 25px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  list-style: none;
}

.steps li {
  padding: 14px;
  display: flex;
  gap: 11px;
  color: #fff;
  background: rgba(31, 0, 73, 0.93);
  border: 6px outset #00eaff;
  box-shadow: 6px 7px 0 #e60084;
}

.step-icon {
  flex: 0 0 53px;
  height: 53px;
  display: grid;
  place-items: center;
  color: #27004c;
  background: #fff600;
  border: 5px solid #ff00a8;
  border-radius: 50%;
  font: 900 29px Impact, sans-serif;
}

.steps h3 {
  margin: 0 0 7px;
  color: #00ff48;
  font: 900 17px/1.1 "Arial Black", sans-serif;
  text-transform: uppercase;
}

.steps p {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 14px;
}

.guarantee-ribbon {
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
  color: #fff;
  background: linear-gradient(#ff3a00, #a80000);
  border: 8px ridge #fff600;
  text-align: center;
  transform: rotate(-1deg);
}

.guarantee-ribbon span {
  font: 900 13px "Arial Black", sans-serif;
}

.guarantee-ribbon strong {
  color: #fff600;
  font: 900 clamp(25px, 4vw, 43px)/1 Impact, sans-serif;
  letter-spacing: 1px;
  text-shadow: 3px 3px 0 #250053;
}

.pricing-panel {
  background: linear-gradient(135deg, #ffe9f9, #fff7a7 45%, #8efffb);
  border-color: #00eeff;
  outline-color: #fff600;
}

.pricing-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  align-items: stretch;
}

.price-card {
  position: relative;
  padding: 14px;
  display: flex;
  flex-direction: column;
  color: #210043;
  border: 8px outset #fff;
  text-align: center;
  box-shadow: 8px 9px 0 #23004f;
}

.splash-card { background: linear-gradient(#00efff, #008cff); }
.rain-card { background: linear-gradient(#fff600, #ff8a00); }
.jungle-card { background: linear-gradient(#6dff00, #00bf4f); }

.featured-plan {
  z-index: 2;
  transform: scale(1.035) rotate(-0.4deg);
  border-color: #ff00a8;
  animation: pulse-shadow 2.3s linear infinite;
}

.best-value {
  position: absolute;
  top: -29px;
  left: 12px;
  right: 12px;
  padding: 5px;
  color: #fff;
  background: #ed003f;
  border: 4px solid #fff600;
  font: 900 11px "Arial Black", sans-serif;
  transform: rotate(1deg);
}

.plan-banner {
  margin: -8px -8px 10px;
  padding: 5px;
  color: #fff;
  background: #26004f;
  font: 900 11px "Courier New", monospace;
  letter-spacing: 2px;
}

.price-card h3 {
  margin: 7px 0 0;
  font: 900 28px/1 Impact, sans-serif;
  text-transform: uppercase;
}

.price {
  margin: 7px 0 2px;
  color: #e0004a;
  font: 900 60px/1 Impact, sans-serif;
  text-shadow: 2px 2px 0 #fff;
}

.price sup {
  font-size: 24px;
  vertical-align: top;
}

.price small {
  color: #210043;
  font: 900 12px Arial, sans-serif;
  text-shadow: none;
}

.plant-limit {
  margin: 0 auto 8px;
  padding: 3px 8px;
  color: #fff;
  background: #e60077;
  border: 2px solid #fff;
  font: 900 11px "Arial Black", sans-serif;
}

.price-card ul {
  flex: 1;
  margin: 8px 0 15px;
  padding: 0;
  list-style: none;
  font-family: Georgia, serif;
  font-weight: 700;
}

.price-card li {
  padding: 7px 2px;
  border-bottom: 2px dotted #270055;
}

.price-card li::before {
  content: "✓ ";
  color: #006b22;
  font-weight: 900;
}

.select-plan {
  padding: 11px 7px;
  color: #fff;
  background: linear-gradient(#4e008f, #1b003d);
  border: 6px outset #fff600;
  font: 900 13px "Arial Black", sans-serif;
  cursor: pointer;
}

.select-plan:hover,
.select-plan:focus-visible {
  color: #210043;
  background: #ff00ad;
}

.pricing-note {
  margin: 28px 0 0;
  padding: 9px;
  color: #fff;
  background: #2c0057;
  border: 3px dashed #00eaff;
  font: 11px "Courier New", monospace;
}

.trust-panel {
  background: linear-gradient(125deg, #d4f5ff, #fff 50%, #e6ff9d);
  border-color: #00c852;
  outline-color: #ff00a8;
}

.trust-seals {
  display: block;
  width: min(720px, 100%);
  margin: 5px auto 23px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.trust-grid article {
  padding: 14px;
  background: #fff;
  border: 6px double #003adb;
  box-shadow: 5px 6px 0 #ff00a8;
}

.trust-grid h3 {
  margin: 0 0 8px;
  color: #0038b8;
  font: 900 17px/1.1 "Arial Black", sans-serif;
  text-transform: uppercase;
}

.trust-grid p {
  margin: 0;
  font-family: Georgia, serif;
  font-weight: 700;
}

.testimonial-zone {
  margin-top: 28px;
  padding: 15px;
  color: #fff;
  background: #22004a;
  border: 7px groove #fff600;
}

.testimonial-zone > h3 {
  margin: 0 0 16px;
  color: #fff600;
  font: 900 21px "Arial Black", sans-serif;
  text-align: center;
  letter-spacing: 2px;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.testimonials figure {
  margin: 0;
  padding: 16px;
  color: #210043;
  background: #fff;
  border: 5px outset #00eaff;
  font-family: Georgia, serif;
}

.testimonials figure:nth-child(2) {
  background: #fff7a4;
  transform: rotate(0.8deg);
}

.testimonials figure:nth-child(3) {
  background: #ffa7df;
}

.testimonials blockquote {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
}

.testimonials figcaption {
  color: #004ab8;
  font: 900 11px "Arial Black", sans-serif;
}

.booking-panel {
  background: repeating-linear-gradient(0deg, #fff 0 34px, #eef8ff 35px 36px);
  border-color: #ff003f;
  outline-color: #fff600;
}

.booking-header {
  display: grid;
  grid-template-columns: 1fr 115px;
  gap: 16px;
  align-items: center;
}

.booking-header p {
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 700;
}

.secure-order {
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  color: #fff;
  background: #006225;
  border: 7px double #00ff59;
  border-radius: 50%;
  font: 900 11px/1.1 "Arial Black", sans-serif;
  text-align: center;
  transform: rotate(8deg);
}

.secure-order span {
  font-size: 26px;
}

#booking-form {
  margin-top: 23px;
  padding: 20px;
  background: linear-gradient(135deg, #15003a, #4b008d);
  border: 8px inset #00eaff;
  box-shadow: 7px 8px 0 #ff00a8;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.form-grid label > span {
  display: block;
  margin-bottom: 4px;
  color: #fff600;
  font: 900 12px "Arial Black", sans-serif;
  text-transform: uppercase;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-width: 0;
  padding: 11px;
  color: #180038;
  background: #fff;
  border: 5px inset #d0d0d0;
  border-radius: 0;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  outline: 4px solid #00ff43;
  outline-offset: 1px;
}

.form-grid [aria-invalid="true"] {
  background: #fff0f3;
  border-color: #ff003f;
}

.wide-field {
  grid-column: 1 / -1;
}

.consent-row {
  margin: 16px 0;
  padding: 9px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #fff;
  background: #001f88;
  border: 3px dashed #00ffff;
  font-size: 12px;
  font-weight: 700;
}

.consent-row input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

.form-alert {
  margin-bottom: 15px;
  padding: 10px;
  color: #2a0019;
  background: #ff98b7;
  border: 5px solid #fff600;
  font-weight: 900;
}

.submit-booking {
  width: 100%;
  padding: 15px;
  color: #fff;
  background: linear-gradient(#ff3c00, #ae0000);
  border: 8px outset #fff600;
  box-shadow: 6px 7px 0 #000;
  cursor: pointer;
}

.submit-booking span,
.submit-booking small {
  display: block;
}

.submit-booking span {
  font: 900 23px "Arial Black", sans-serif;
  text-shadow: 2px 2px 0 #000;
}

.submit-booking small {
  margin-top: 3px;
  font: bold 10px "Courier New", monospace;
}

.confirmation {
  margin-top: 26px;
  padding: 25px;
  color: #230049;
  background: linear-gradient(135deg, #66ff00, #00f7ff 55%, #fff600);
  border: 10px double #ed0061;
  text-align: center;
  box-shadow: 8px 9px 0 #220048;
}

.confirmation:focus {
  outline: 5px solid #ff00a8;
}

.confirmation-check {
  width: 82px;
  height: 82px;
  margin: 0 auto 11px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #006d23;
  border: 7px solid #fff;
  border-radius: 50%;
  font: 900 54px/1 Arial, sans-serif;
}

.confirmation-label {
  display: inline-block;
  margin: 0;
  padding: 4px 10px;
  color: #fff;
  background: #e90054;
  font: 900 11px "Arial Black", sans-serif;
}

.confirmation h3 {
  margin: 12px 0;
  font: 900 34px/1 Impact, sans-serif;
  text-transform: uppercase;
}

.reference-box {
  margin: 16px auto;
  padding: 9px;
  max-width: 520px;
  color: #00ff48;
  background: #10002c;
  border: 4px inset #aaa;
  font: 13px "Courier New", monospace;
}

#new-request {
  padding: 9px 14px;
  color: #fff;
  background: #25004e;
  border: 5px outset #fff600;
  font-weight: 900;
  cursor: pointer;
}

.faq-panel {
  background: linear-gradient(125deg, #ffd467, #ff8fd9 50%, #82ffff);
  border-color: #fff600;
  outline-color: #001eff;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  background: #fff;
  border: 6px outset #00dfff;
  box-shadow: 5px 5px 0 #66008f;
}

.faq-list summary {
  padding: 13px 45px 13px 13px;
  color: #fff;
  background: linear-gradient(90deg, #260056, #db0070);
  font: 900 15px "Arial Black", sans-serif;
  cursor: pointer;
}

.faq-list details[open] summary {
  color: #24004c;
  background: #fff600;
}

.faq-list p {
  margin: 0;
  padding: 15px;
  font-family: Georgia, serif;
  font-weight: 700;
}

.right-rail {
  font-family: "Arial Black", sans-serif;
}

.tiny-banner {
  border: 6px outset #fff;
}

.tiny-banner span,
.tiny-banner strong,
.tiny-banner small,
.download-badge span,
.download-badge strong,
.download-badge small,
.payment-box > span,
.payment-box > small {
  display: block;
}

.rainbow-banner {
  color: #210043;
  background: repeating-linear-gradient(0deg, #ff00b7 0 17px, #00efff 17px 34px, #fff600 34px 51px);
}

.rainbow-banner span {
  color: #fff;
  background: #ec003b;
  animation: blink 1s steps(1) infinite;
}

.rainbow-banner strong {
  margin: 10px 0;
  font: 900 25px/0.9 Impact, sans-serif;
  text-shadow: 2px 2px 0 #fff;
}

.rainbow-banner small,
.key-banner small,
.proof-banner small {
  font: bold 9px Arial, sans-serif;
}

.key-banner {
  color: #fff;
  background: linear-gradient(#000, #003d7a);
  border-color: #c0c0c0;
}

.key-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 5px;
  display: grid !important;
  place-items: center;
  color: #ffff00;
  border: 4px dotted #00ffff;
  border-radius: 50%;
  font-size: 22px;
}

.key-banner strong {
  color: #00ffda;
  font-size: 17px;
}

.proof-banner {
  color: #230043;
  background: radial-gradient(circle, #fff 0 15%, #71ff00 16% 45%, #00a83c 46% 70%, #fff600 71%);
  border-color: #ff00a8;
  transform: rotate(2deg);
}

.proof-banner strong {
  font: 900 20px/0.95 Impact, sans-serif;
}

.download-badge {
  color: #fff;
  background: linear-gradient(135deg, #4c00a6, #ff00a8);
  border: 7px double #00ffff;
  border-radius: 18px;
  transform: rotate(-2deg);
}

.download-badge span {
  color: #fff600;
  font-size: 8px;
}

.download-badge strong {
  margin: 7px 0;
  font: 900 21px/0.9 Impact, sans-serif;
}

.download-badge small {
  font: 9px "Courier New", monospace;
}

.payment-box {
  color: #fff;
  background: #fff;
  border: 7px groove #c0c0c0;
}

.payment-box > span {
  color: #23004c;
  font-size: 9px;
}

.payment-box .cards {
  margin: 6px 0;
  display: grid;
  gap: 3px;
}

.payment-box .cards b {
  padding: 3px;
  color: #fff;
  background: #003fbb;
  border: 2px outset #aaa;
  font-size: 10px;
}

.payment-box .cards b:nth-child(2) { background: #d50032; }
.payment-box .cards b:nth-child(3) { color: #003884; background: #c5e8ff; }

.payment-box > small {
  color: #00481a;
  font: bold 8px Arial, sans-serif;
}

footer {
  width: min(1440px, calc(100% - 18px));
  margin: 22px auto 14px;
  padding: 24px;
  color: #fff;
  background: linear-gradient(#28005e, #080016);
  border: 9px ridge #ff00aa;
  outline: 4px solid #00eaff;
  text-align: center;
  box-shadow: 8px 9px 0 #000;
}

.footer-logo {
  color: #fff600;
  font: italic 900 32px Impact, sans-serif;
  letter-spacing: 4px;
  text-shadow: 3px 3px 0 #ff00a8;
}

footer > p {
  font-family: Georgia, serif;
}

footer nav {
  margin: 15px 0;
}

footer nav a {
  display: inline-block;
  margin: 3px;
  padding: 5px 10px;
  color: #210042;
  background: #00eaff;
  border: 3px outset #fff;
  font: 900 11px "Arial Black", sans-serif;
}

.legal {
  max-width: 900px;
  margin: 15px auto;
  color: #c4b7d5;
  font-size: 10px;
}

.best-viewed {
  padding: 6px;
  color: #00ff43;
  background: #000;
  border: 3px inset #aaa;
  font: 10px "Courier New", monospace;
}

[hidden] {
  display: none !important;
}

@media (max-width: 1140px) {
  .site-header {
    grid-template-columns: 150px minmax(340px, 600px) 150px;
    gap: 12px;
  }

  .hero {
    grid-template-columns: minmax(290px, 0.95fr) minmax(360px, 1.05fr);
  }

  .hero-sidebar {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }

  .content-grid {
    grid-template-columns: 145px minmax(0, 1fr);
  }

  .right-rail {
    position: static;
    grid-column: 1 / -1;
    grid-template-columns: repeat(5, 1fr);
  }

  .steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 850px) {
  .site-header {
    min-height: auto;
    grid-template-columns: 1fr 1fr;
  }

  .logo-link {
    grid-column: 1 / -1;
    grid-row: 1;
    width: min(620px, 100%);
    margin: 0 auto;
  }

  .site-header .visitor-box,
  .site-header .certified-box {
    grid-row: 2;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-art-wrap {
    transform: none;
  }

  .service-cards,
  .pricing-grid,
  .trust-grid,
  .testimonials {
    grid-template-columns: 1fr;
  }

  .service-card:nth-child(2),
  .service-card:nth-child(3),
  .featured-plan {
    transform: none;
  }

  .scope-box {
    grid-template-columns: 1fr;
  }

  .scope-stamp {
    width: 190px;
    margin: 0 auto;
  }
}

@media (max-width: 650px) {
  body {
    background-size: 70px;
  }

  .emergency-strip {
    font-size: 10px;
  }

  .blink-dot {
    margin: 0 3px;
  }

  .site-header,
  .main-nav,
  main,
  footer {
    width: calc(100% - 10px);
  }

  .site-header {
    padding: 3px;
    border-width: 6px;
  }

  .visitor-box,
  .certified-box {
    min-width: 0;
    box-shadow: 3px 4px 0 #000;
  }

  .visitor-box output {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .certified-box strong {
    font-size: 27px;
  }

  .main-nav a {
    flex: 1 1 33%;
    padding: 9px 4px;
    font-size: 9px;
    text-align: center;
  }

  .hero {
    padding: 8px;
    border-width: 6px;
  }

  .hero-copy {
    padding: 16px;
    border-width: 5px;
  }

  .hero h1 {
    font-size: clamp(41px, 15vw, 64px);
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-buttons a {
    width: 100%;
    text-align: center;
  }

  .hero-sidebar {
    grid-template-columns: 1fr;
  }

  .certainty-bar {
    display: grid;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .left-rail,
  .right-rail {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }

  .left-rail .newsletter-box,
  .right-rail .payment-box {
    grid-column: 1 / -1;
  }

  .panel {
    padding: 17px 12px;
    border-width: 6px;
    box-shadow: 5px 7px 0 #000;
  }

  .panel h2 {
    font-size: clamp(34px, 12vw, 49px);
  }

  .scope-box ul {
    columns: 1;
  }

  .pricing-grid {
    gap: 30px;
  }

  .form-grid,
  .booking-header {
    grid-template-columns: 1fr;
  }

  .secure-order {
    width: 105px;
    grid-row: 1;
    justify-self: end;
  }

  .booking-header > div:first-child {
    grid-row: 2;
  }

  #booking-form {
    padding: 11px;
  }

  .wide-field {
    grid-column: auto;
  }

  .submit-booking span {
    font-size: 17px;
  }
}

@media (max-width: 390px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .site-header .visitor-box,
  .site-header .certified-box {
    grid-row: auto;
  }

  .logo-link {
    grid-column: 1;
  }

  .left-rail,
  .right-rail {
    grid-template-columns: 1fr;
  }

  .left-rail .newsletter-box,
  .right-rail .payment-box {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
