:root {
  --blue: #2A4369;
  --deep-blue: #074567;
  --accent-blue: #1D8DCB;
  --brand-blue: #0067A2;
  --orange: #F46E2F;
  --pale: #ECF5FA;
  --soft: #f6f6f3;
  --ink: #11151b;
  --dark: #1d1d1d;
  --faq-bg: #F9FCFF;
  --faq-border: #C9DFFF;
}

body {
  color: var(--ink);
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.site-container {
  max-width: 1240px;
}

.brand-mark {
  align-items: center;
  color: #111;
  display: inline-flex;
  font-size: 22px;
  font-weight: 800;
  gap: 2px;
  letter-spacing: 0;
}

.brand-badge {
  align-items: center;
  background: radial-gradient(circle at 35% 28%, #3b93d0 0, #173d63 58%, #0d243a 100%);
  border: 2px solid #6aa6d4;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  line-height: 1;
  width: 34px;
}

.nav-call {
  border-color: var(--orange);
  color: var(--orange);
  font-size: 16px;
  font-weight: 800;
  padding: 8px 20px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--blue);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2em;
  text-transform: uppercase;
}

h1 {
  color: #0b0b0b;
  font-size: 66px;
  text-transform: none;
}

.text-blue {
  color: #88D4FD !important;
}

h1 span,
h2 span {
  color: var(--accent-blue);
}

h2 {
  font-size: 40px;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.section-pad {
  padding: 76px 0;
}

.container-lg {
  max-width: 1360px !important;
}

.hero-section {
  background:
    linear-gradient(125deg, transparent 0 67%, rgba(244, 244, 242, .95) 67% 100%),
    #fff;
  padding: 46px 0 0;
}

.video-container {
  max-width: 960px;
}

.hero-subtitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0;
}

.btn-orange {
  --bs-btn-bg: var(--orange);
  --bs-btn-border-color: var(--orange);
  --bs-btn-hover-bg: #d95f2c;
  --bs-btn-hover-border-color: #d95f2c;
  color: #fff;
}

.btn-main {
  border-radius: 4px;
  font-size: 20px;
  font-weight: 800;
  min-width: 300px;
  padding: 13px 80px;
  text-transform: uppercase;
}

.microcopy {
  color: #A1A1A1;
  font-size: 20px;
  font-style: italic;
  margin: 10px 25px 0;
}

.hero-art {
  max-width: 100%;
}

.stat-card {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  display: flex;
  gap: 18px;
  margin: 28px auto -40px;
  max-width: 1000px;
  padding: 30px 40px;
  position: relative;
  z-index: 2;
}

.stat-card p {
  margin: 0;
}

.stat-card strong {
  color: #C7383C;
}

.stat-icon {
  flex: 0 0 44px;
  height: 44px;
  width: 44px;
}

.dark-section {
  background: var(--blue);
  color: #fff;
}

.dark-section h2 {
  color: #fff;
}

.benefits-section {
  padding: 86px 0 62px;
}

.benefits-row {
  margin: 28px auto 26px;
  max-width: 1240px;
}

.benefit-card,
.step-card,
.review-card {
  background: #fff;
  border-radius: 4px;
  height: 100%;
  padding: 30px;
}

.benefit-card {
  color: var(--dark);
  min-height: 150px;
}

.benefit-card p {
  font-size: 16px;
  margin: 0;
}

.eyebrow {
  color: var(--brand-blue);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.process-section h2 {
  margin-bottom: 10px;
}

.step-card {
  background: #F8F9FC;
  min-height: 215px;
  text-align: left;
}

.step-card p {
  font-size: 20px !important;
  color: var(--dark);
}

.step-card i {
  background: #edf6fc;
  border-radius: 3px;
  display: inline-flex;
  font-size: 24px;
  height: 38px;
  justify-content: center;
  margin-bottom: 22px;
  width: 38px;
}

.step-card h3 {
  color: #122B54;
  text-transform: none;
}

.different-section p,
.video-section p,
.injection-section p,
.final-cta p {
  color: var(--blue);
}

.different-section {
  background: var(--deep-blue);
  color: #fff;
  padding: 70px 0;
}

.different-section h2,
.different-section p {
  color: #fff;
}

.check-list {
  background: #fff;
  border-radius: 4px;
  color: var(--dark);
  list-style: none;
  margin: 26px 0 0;
  max-width: 650px;
  padding: 35px;
}

.check-list li {
  margin: 0 0 12px;
  font-size: 22px;
  padding-left: 40px;
  position: relative;
}

.check-list li:last-child {
  margin-bottom: 0;
}

.check-list li::before {
  color: #16A34A;
  content: "\F26A";
  font-family: "bootstrap-icons";
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}

.product-box {
  background:
    linear-gradient(180deg, #ffffff 0%, #f3f5f7 78%, #d9dee3 100%);
  border: 1px solid #b9c1c8;
  border-radius: 2px;
  box-shadow: 0 18px 22px rgba(0, 0, 0, .22);
  height: 185px;
  margin: 0 auto;
  max-width: 380px;
  position: relative;
  transform: perspective(700px) rotateX(3deg);
}

.product-box::before,
.product-box::after {
  background: #c8ced5;
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
}

.product-box::before {
  left: 12px;
}

.product-box::after {
  right: 12px;
}

.product-box .brand-badge {
  height: 78px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
}

.video-section,
.pale-section {
  background: var(--pale);
}

.video-frame {
  border-radius: 3px;
  max-width: 640px;
  overflow: hidden;
  position: relative;
}

.video-placeholder {
  align-items: center;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(rgba(35, 39, 44, .68), rgba(35, 39, 44, .68)),
    linear-gradient(135deg, #f4f8fb, #c7d5df);
  display: flex;
  justify-content: center;
  width: 100%;
}

.ceo-preview {
  background:
    linear-gradient(rgba(35, 39, 44, .68), rgba(35, 39, 44, .68)),
    radial-gradient(circle at 50% 38%, #d7e1e9 0 12%, transparent 13%),
    linear-gradient(90deg, #eef4f8 0 26%, #d9e5ed 26% 28%, #f9fbfd 28% 100%);
}

.injection-preview {
  background:
    linear-gradient(rgba(35, 39, 44, .62), rgba(35, 39, 44, .62)),
    repeating-linear-gradient(150deg, #eef4f8 0 18px, #dde8ef 18px 26px, #f8fbfd 26px 42px);
}

.pricing-section {
  padding: 72px 0;
}

.pricing-section h2 {
  font-weight: 500;
  margin-bottom: 80px;
}

.pricing-section h2 span {
  color: #8cc7ec;
  font-weight: 800;
}

.pricing-table {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  max-width: 1240px;
}

.pricing-col {
  background: #fff;
  color: #222;
  text-align: center;
}

.pricing-col p {
  align-items: center;
  border-bottom: 1px solid #e1e5ea;
  display: flex;
  justify-content: center;
  margin: 0;
  font-size: 22px;
  min-height: 47px;
  padding: 8px 14px;
}

.pricing-col.features {
  text-align: left;
}

.pricing-col.features p {
  justify-content: flex-start;
}

.pricing-head {
  align-items: center;
  color: #164466;
  display: flex;
  font-size: 30px;
  font-weight: 800;
  height: 72px;
  justify-content: center;
  padding: 15px;
  text-transform: uppercase;
}

.featured {
  border-left: 2px solid var(--accent-blue);
  border-right: 2px solid var(--accent-blue);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
  margin-top: -34px;
  z-index: 1;
}

.featured .pricing-head {
  background: #2d74ad;
  color: #fff;
  font-size: 32px;
}

.price {
  font-size: 30px;
  font-weight: 800;
}

.kit-panel {
  align-items: stretch;
  background: #fff;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  margin: 0 auto;
  max-width: 1240px;
  border-radius: 4px;
}

.syringe-art {
  background-image: url(https://geteasytnow.com/wp-content/uploads/2026/04/easy-t-kit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 480px;
  border-radius: 4px 0 0 4px;
}

.kit-panel>div {
  padding: 42px;
}

.kit-panel .check-list {
  box-shadow: none;
  margin-top: 16px;
  padding: 0;
}

.injection-section {
  background: var(--soft);
}

.reviews-section {
  background: #fff;
}

.review-card {
  background: #f7f9fc;
  text-align: left;
}

.stars {
  color: var(--orange);
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.review-card strong {
  color: #194c80;
  font-size: 12px;
}

.soft-section {
  background: var(--soft);
}

.doctor-card {
  background: #fff;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  margin-top: 36px;
  max-width: 1100px;
}

.doctor-card>div {
  padding: 42px;
}

.doctor-card h3 {
  color: var(--accent-blue);
  font-size: 34px;
  text-transform: none;
}

.doctor-card strong {
  display: block;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.doctor-photo {
  background-image: url(https://geteasytnow.com/wp-content/uploads/2026/04/dr-krzysztof-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  border-radius: 0 4px 4px 0;
}

.faq-accordion {
  margin-top: 36px;
  max-width: 860px;
}

.accordion-item {
  border: 1px solid #F0F2F7;
  border-radius: 4px;
  margin-bottom: 14px;
  overflow: hidden;
  background: #fff;
}

.accordion-button {
  font-size: 22px;
  font-weight: 700;
  color: #1f2d3d;
  padding: 20px 24px;
  box-shadow: none;
  transition: all 0.2s ease;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button:not(.collapsed) {
  background: var(--faq-bg);
  color: var(--accent-blue);
  font-size: 26px;
  font-weight: 800;
  box-shadow: none;
  border: 1px solid var(--faq-border);
  border-bottom: none;
}

.accordion-body {
  background: var(--faq-bg);
  color: #555555;
  padding: 0 24px 20px;
  font-size: 18px;
  line-height: 1.5;
  border: 1px solid var(--faq-border);
  border-top: none;
}

.cta-container {
  max-width: 760px;
}

.final-cta {
  background:
    linear-gradient(rgba(25, 76, 105, .94), rgba(25, 76, 105, .94)),
    repeating-linear-gradient(145deg, #214f6b 0 24px, #1b4863 24px 48px);
  padding: 70px 0;
}

.final-cta h2,
.final-cta p {
  color: #fff;
}

.footer {
  background: #eef7fc;
}

.footer-contact {
  align-items: center;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  padding: 22px 0;
}

.footer span {
  font-size: 20px;
  color: var(--dark);
}

.footer i,
.footer strong {
  color: var(--orange);
}

.copyright {
  background: #030303;
  color: #fff;
  font-size: 18px;
  padding: 13px;
  text-align: center;
}

/*Table Section Styling*/
.pricing-compare .pricing-comparison {
  font-family: "Lato", sans-serif;
}

.pricing-compare .pricing-comparison-inner {
  max-width: 1240px;
  margin: auto;
  background: #fff;
  padding: 0 30px;
  border: 1px solid #255EBD;
  border-radius: 4px;
}

/* ===== TABLE ===== */
.pricing-compare .comparison-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
}

/* ⭐ SINGLE COLUMN SHADOW LAYER */
.pricing-compare .comparison-table::before {
  content: "";
  position: absolute;
  top: -25px;
  bottom: -65px;
  left: 33.333%;
  width: 33.333%;
  border-radius: 4px;
  z-index: 0;
}

/* ===== HEADERS ===== */
.pricing-compare thead th {
  padding: 30px 20px 10px 20px;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  color: #727272;
  text-align: center;
  font-weight: 600;
}

.pricing-compare thead th.features {
  text-align: left;
  padding-left: 20px;
  color: var(--deep-blue);
  font-weight: 800;
  font-size: 30px;
  font-family: "Lato", sans-serif;
}

/* ===== CELLS ===== */
.pricing-compare td {
  padding: 20px;
  font-size: 22px;
  color: #5E5959;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.pricing-compare tbody tr:not(:last-child) td {
  border-bottom: 1px solid #EAEBED;
}

/* LEFT COLUMN */
.pricing-compare td:first-child {
  text-align: left;
  padding-left: 20px;
  color: var(--dark);
  font-size: 22px;
  font-family: "Lato", sans-serif;
}

/* ===== FEATURED COLUMN ===== */
.pricing-compare th.featured,
.pricing-compare td.featured {
  position: relative;
  z-index: 2;
  background: #F8F9FC;
  font-weight: 600;
  font-size: 24px;
  font-family: "Lato", sans-serif;
  color: var(--dark);
}

/* HEADER */
.pricing-compare thead th.featured {
  background: var(--brand-blue);
  color: #fff;
}

/* TOP LABEL */
.pricing-compare thead th.featured::after {
  content: "EASY T";
  position: absolute;
  top: -25px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--brand-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 4px 4px 0 0;
  z-index: 3;
  font-family: "Lato", sans-serif;
  font-weight: 800;
}

/* BOTTOM LABEL */
.pricing-compare .total-row td.featured::after {
  content: "$1,146";
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  background: #F8F9FC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 800;
  border-radius: 0 0 4px 4px;
  z-index: 3;
  color: var(--dark);
  padding-bottom: 30px;
}

/* PRICE BIG */
.pricing-compare tbody tr:first-child td.featured strong {
  font-size: 40px;
  color: var(--dark);
}

/* LAST ROW */
.pricing-compare .total-row td {
  font-weight: bold;
}

.pricing-compare .comparison-table tbody .featured:not(:first-child) {
  border-bottom: 1px solid var(--faq-border) !important;
}

.pricing-compare .comparison-table tbody .total-row .featured {
  border-bottom: 1px solid var(--faq-border) !important;
  padding: 0 20px;
}

.pricing-compare .comparison-table tbody tr:first-child td:last-child {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #5E5959;
}

.pricing-compare .comparison-table tbody tr:not(:first-child) td:last-child {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #5E5959;
}

/* ===== RESPONSIVE ===== */
/*Tablet*/
@media(max-width:1024px) {
  .pricing-compare .pricing-comparison-inner {
    padding: 0 20px;
  }

  .pricing-compare thead th {
    padding: 20px 4px;
    font-size: 18px;
  }

  .pricing-compare thead th.features {
    padding: 10px 5px;
    font-size: 26px;
  }

  .pricing-compare td:first-child {
    padding: 15px 10px;
    font-size: 20px;
  }

  .pricing-compare td {
    padding: 20px 0;
  }

  .pricing-compare th.featured,
  .pricing-compare td.featured {
    font-size: 22px;
    padding: 20px 10px;
  }

  .pricing-compare thead th.featured::after {
    font-size: 28px;
  }

  .pricing-compare tbody tr:first-child td.featured strong {
    font-size: 30px;
  }

  .pricing-compare .comparison-table tbody tr:first-child td:last-child {
    font-size: 22px;
  }

  .pricing-compare .comparison-table tbody tr:not(:first-child) td:last-child {
    font-size: 20px;
    padding: 15px 10px;
  }

  .pricing-compare .total-row td.featured::after {
    font-size: 24px;
    padding-bottom: 25px;
  }

  h1 {
    font-size: 42px;
  }

  .hero-subtitle {
    font-size: 26px;
  }

  .microcopy {
    margin: 10px 0;
  }

  .btn-main {
    padding: 20px;
    width: 100%;
  }

  .fs-26 {
    font-size: 20px !important;
  }

  .step-card {
    padding: 20px;
  }

  .kit-panel {
    grid-template-columns: 1fr;
  }

  .syringe-art {
    border-radius: 4px 4px 0 0;
  }
}

/*Mobile*/
@media(max-width:767px) {
  .pricing-compare .pricing-comparison-inner {
    padding: 0 5px;
  }

  .pricing-compare thead th {
    padding: 10px 4px;
    font-size: 12px;
  }

  .pricing-compare thead th.features {
    padding: 10px 5px;
    font-size: 16px;
  }

  .pricing-compare td:first-child {
    padding: 10px 5px;
    font-size: 14px;
  }

  .pricing-compare td {
    padding: 20px 0;
  }

  .pricing-compare th.featured,
  .pricing-compare td.featured {
    font-size: 16px;
    padding: 10px 5px;
  }

  .pricing-compare thead th.featured::after {
    font-size: 20px;
  }

  .pricing-compare tbody tr:first-child td.featured strong {
    font-size: 18px;
  }

  .pricing-compare .comparison-table tbody tr:first-child td:last-child {
    font-size: 16px;
  }

  .pricing-compare .comparison-table tbody tr:not(:first-child) td:last-child {
    font-size: 14px;
    padding: 10px 5px;
  }

  .pricing-compare .total-row td.featured::after {
    font-size: 18px;
    padding-bottom: 25px;
  }
}

/* Reviews Swiper */
.reviews-outer {
  margin-top: 40px;
}

.reviews-slider-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.reviews-swiper-wrap {
  flex: 1;
  overflow: hidden;
  min-width: 0;
}

.reviews-swiper {
  overflow: visible !important;
}

.reviews-section .swiper-slide {
  height: auto;
}

/* Nav arrow buttons */
.reviews-nav {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #C2C2C2;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  padding: 0;
}

.reviews-nav:hover {
  background: #adadad;
}

.reviews-nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

/* Pagination dots */
.reviews-dots {
  margin-top: 24px;
  text-align: center;
}

.reviews-dots .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #D9D9D9;
  opacity: 1;
  margin: 0 6px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.reviews-dots .swiper-pagination-bullet-active {
  background: var(--faq-border);
}

/* Review card overrides for swiper context */
.reviews-section .review-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #F8F9FC;
  border: 1px solid #F0F2F7;
}

.reviews-section .stars {
  font-size: 20px;
}

.reviews-section .review-text {
  flex: 1;
  font-size: 20px;
  color: var(--dark);
  line-height: 1.5;
  margin-bottom: 18px;
}

.reviews-section .review-author {
  font-size: 18px;
  color: #1B3D75;
  font-weight: 700;
}

@media (max-width: 767px) {
  .reviews-nav {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 40px;
    text-align: center;
  }

  .stat-card {
    margin-bottom: -30px;
  }

  .check-list {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {

  .section-pad,
  .different-section,
  .pricing-section,
  .final-cta {
    padding: 40px 0;
  }

  .hero-art {
    max-width: 75%;
  }

  .nav-logo {
    max-width: 90px !important;
  }

  .btn-main {
    min-width: 0;
    width: 100%;
  }

  .accordion-button {
    font-size: 20px;
  }

  .accordion-button:not(.collapsed) {
    font-size: 22px;
  }

  .hero-subtitle {
    font-size: 20px;
    text-align: left;
  }

  .hero-head {
    text-align: left;
  }

  .t-logo {
    max-width: 40px !important;
  }

  .nav-call {
    font-size: 10px;
    padding: 7px 10px;
  }

  .btn-main {
    font-size: 16px;
    padding: 15px;
  }

  .stat-card {
    align-items: center;
    margin-top: 10px;
    padding: 18px;
    text-align: left;
  }

  .microcopy {
    font-size: 14px;
    margin: 10px 0;
  }

  .fs-22,
  .step-card p {
    font-size: 18px !important;
  }

  .fs-26 {
    font-size: 20px !important;
    line-height: 1.3em;
  }

  .pricing-table,
  .kit-panel,
  .doctor-card {
    grid-template-columns: 1fr;
  }

  .check-list li {
    font-size: 18px;
    line-height: 1.4em;
  }

  .pricing-table {
    gap: 14px;
  }

  .benefit-card img {
    max-width: 50px;
  }

  .featured {
    margin-top: 0;
  }

  .benefits-section {
    padding: 70px 0 20px;
  }

  .pricing-col.features {
    display: none;
  }

  .pricing-col p::before {
    content: attr(data-label);
  }

  .doctor-card h3 {
    font-size: 22px;
  }

  .kit-panel>div,
  .doctor-card>div {
    padding: 30px 24px;
  }

  .footer span {
    font-size: 16px;
  }

  .copyright {
    font-size: 14px;
  }

  .fs-18 {
    font-size: 13px !important;
  }

  .footer-contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  h1 {
    font-size: 32px;
  }

  .stat-card p {
    font-size: 15px !important;
  }

  h2 {
    font-size: 30px;
  }

  .benefits-row {
    margin-top: 12px;
  }

  br {
    display: none;
  }

  .pricing-section h2 {
    margin-bottom: 60px;
  }

  .inline-text-break {
    display: inline !important;
  }
}

/* My CSS */
.nav-logo {
  max-width: 160px;
}

.t-logo {
  max-width: 80px;
}

.bg-cream {
  background-color: var(--soft);
}

.border-lightgrey {
  border: 1px solid #F0F2F7;
}

.br-4 {
  border-radius: 4px;
}

.inline-text-break {
  display: block;
}

.reviews-section,
.reviews-swiper-wrap,
.reviews-swiper {
  overflow: hidden !important;
}

.navy-blue {
  color: var(--blue);
}

/* Button Hover Style */
.btn {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--orange), #ff7f45);
  color: #fff !important;
  border: none;
  transition: all .35s ease;
}

.btn:hover {
  transform: translateY(-2px) scale(1.02);
  background: linear-gradient(135deg, #ff7f45, var(--orange));
  box-shadow: 0 6px 14px rgba(244, 110, 47, 0.5);
}

/* Shine sweep */
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 50%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.45),
      transparent);
  transform: skewX(-20deg);
  transition: left .7s ease;
}

.btn:hover::before {
  left: 130%;
}