/* Redline Health — Medicare & Motorcycles landing page
   Colors: background #201E1F, accent pink #F9C2D6, accent magenta #E0218A, button #C71C77 */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #201E1F;
}

body {
  font-family: 'Archivo', system-ui, sans-serif;
  color: #EFE9E7;
  background-color: #201E1F;
  background-image:
    radial-gradient(120% 60% at 15% 0%, rgba(224, 33, 138, 0.13), transparent 60%),
    radial-gradient(90% 50% at 90% 40%, rgba(255, 255, 255, 0.05), transparent 65%),
    repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.022) 0 2px, transparent 2px 7px);
  padding: 28px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

a {
  color: #F9C2D6;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
}

img {
  max-width: 100%;
}

/* Header */

.header {
  width: 100%;
  max-width: 760px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.logo {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.tagline {
  font-family: 'Caveat Brush', cursive;
  font-size: 22px;
  color: #F9C2D6;
  letter-spacing: 0.01em;
}

.divider {
  width: 100%;
  max-width: 760px;
  height: 2px;
  margin: 18px 0 34px;
  background: linear-gradient(90deg, rgba(249, 194, 214, 0.55), rgba(249, 194, 214, 0.08));
}

/* Hero */

.hero {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.hero-badge {
  align-self: flex-start;
  transform: rotate(-1.6deg);
  background: #C71C77;
  color: #FFFFFF;
  font-family: 'Caveat Brush', cursive;
  font-size: 21px;
  padding: 7px 20px 5px;
  border-radius: 220px 16px 200px 14px / 14px 190px 12px 210px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(32px, 6.4vw, 56px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-wrap: pretty;
}

.hero h1 .script {
  font-family: 'Caveat Brush', cursive;
  font-weight: 400;
  color: #F9C2D6;
  letter-spacing: 0.005em;
}

.hero p {
  margin: 0;
  max-width: 540px;
  font-size: 18px;
  line-height: 1.6;
  color: #C9C2C0;
  text-wrap: pretty;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-url {
  font-family: 'Caveat Brush', cursive;
  font-size: 19px;
  color: #9E9694;
}

/* Buttons */

.btn {
  display: inline-block;
  align-self: flex-start;
  background: #C71C77;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 15px 30px;
  border-radius: 240px 18px 220px 16px / 16px 210px 14px 230px;
  box-shadow: 0 10px 0 -4px rgba(249, 194, 214, 0.35);
  transition: background 0.15s ease;
}

.btn:hover {
  background: #E0218A;
  color: #FFFFFF;
}

.link-arrow {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #F9C2D6;
}

.link-arrow:hover {
  color: #FFFFFF;
}

/* Framed photos */

.photo-frame {
  width: 100%;
  max-width: 610px;
  margin: 72px 0 26px;
  position: relative;
}

.photo-frame .photo {
  position: relative;
  transform: rotate(-1.2deg);
  border: 6px solid #F9C2D6;
  border-radius: 250px 16px 230px 18px / 18px 225px 14px 245px;
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.55);
}

.photo-frame .photo img {
  display: block;
  width: 100%;
  height: auto;
}

.photo-frame .outline {
  position: absolute;
  inset: -14px;
  pointer-events: none;
  border: 2px solid rgba(249, 194, 214, 0.3);
  border-radius: 18px 245px 14px 235px / 240px 16px 225px 18px;
  transform: rotate(0.8deg);
}

.photo-frame .tape-top {
  position: absolute;
  top: -16px;
  left: 26px;
  width: 74px;
  height: 30px;
  background: rgba(224, 33, 138, 0.8);
  transform: rotate(-7deg);
}

.photo-frame .tape-bottom {
  position: absolute;
  bottom: -14px;
  right: 34px;
  width: 62px;
  height: 26px;
  background: rgba(249, 194, 214, 0.75);
  transform: rotate(5deg);
}

/* Meet Pam */

.meet {
  width: 100%;
  max-width: 760px;
  margin: 72px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 34px;
  align-items: center;
}

.meet-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #E0218A;
}

.nickname {
  align-self: flex-start;
  font-family: 'Caveat Brush', cursive;
  font-size: clamp(26px, 4.4vw, 34px);
  color: #FFFFFF;
  line-height: 1.2;
  border: 3px solid #E0218A;
  border-radius: 60% 40% 55% 45% / 100% 100% 100% 100%;
  padding: 14px 26px 12px;
  transform: rotate(-1.4deg);
  display: inline-block;
}

.meet-text p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #C9C2C0;
  text-wrap: pretty;
}

.pup-frame {
  position: relative;
  justify-self: center;
  width: 100%;
  max-width: 300px;
}

.pup-frame .photo {
  position: relative;
  transform: rotate(2deg);
  border: 6px solid #F9C2D6;
  border-radius: 16px 240px 18px 225px / 230px 16px 245px 14px;
  overflow: hidden;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.5);
}

.pup-frame .photo img {
  display: block;
  width: 100%;
  height: auto;
}

.pup-frame .tape-top {
  position: absolute;
  top: -18px;
  right: 22px;
  width: 58px;
  height: 26px;
  background: rgba(224, 33, 138, 0.8);
  transform: rotate(9deg);
}

.pup-frame .caption {
  position: absolute;
  bottom: -26px;
  left: 10px;
  font-family: 'Caveat Brush', cursive;
  font-size: 22px;
  color: #F9C2D6;
  transform: rotate(-3deg);
}

/* Plan cards */

.plans {
  width: 100%;
  max-width: 760px;
  margin: 96px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.plan-card {
  border: 2px solid rgba(249, 194, 214, 0.35);
  padding: 26px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.025);
}

.plan-card:nth-child(1) {
  border-radius: 240px 18px 225px 16px / 16px 215px 14px 235px;
}

.plan-card:nth-child(2) {
  border-radius: 18px 235px 16px 245px / 225px 14px 240px 16px;
}

.plan-card h3 {
  margin: 0;
  font-family: 'Caveat Brush', cursive;
  font-size: 28px;
  font-weight: normal;
  color: #FFFFFF;
}

.plan-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #C9C2C0;
}

/* Ride-on section */

.ride-on {
  width: 100%;
  max-width: 760px;
  margin: 96px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 34px;
  align-items: center;
}

.ride-on-frame {
  position: relative;
  width: 100%;
  max-width: 340px;
}

.ride-on-frame .photo {
  position: relative;
  transform: rotate(-2.2deg);
  border: 6px solid #F9C2D6;
  border-radius: 235px 18px 245px 16px / 16px 230px 14px 240px;
  overflow: hidden;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.5);
}

.ride-on-frame .photo img {
  display: block;
  width: 100%;
  height: auto;
}

.ride-on-frame .tape-bottom {
  position: absolute;
  bottom: -16px;
  left: 28px;
  width: 66px;
  height: 26px;
  background: rgba(249, 194, 214, 0.75);
  transform: rotate(-6deg);
}

.ride-on-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ride-on-text h2 {
  margin: 0;
  font-size: clamp(26px, 4.6vw, 38px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.015em;
}

.ride-on-text p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #C9C2C0;
  text-wrap: pretty;
}

/* Footer */

.footer {
  width: 100%;
  max-width: 760px;
  margin: 88px 0 0;
  padding: 26px 0 40px;
  border-top: 2px solid rgba(249, 194, 214, 0.25);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: baseline;
  justify-content: space-between;
}

.footer p {
  margin: 0;
  flex: 1 1 340px;
  font-size: 12px;
  line-height: 1.55;
  color: #A8A1A0;
  text-wrap: pretty;
}
