:root {
  --yt-navy-950: #061126;
  --yt-navy-900: #0a1833;
  --yt-navy-800: #10264d;
  --yt-blue: #0d4ac7;
  --yt-blue-600: #1c5ddd;
  --yt-pink: #f11566;
  --yt-cyan: #72d6ef;
  --yt-ink: #172033;
  --yt-muted: #657084;
  --yt-line: #dfe5ef;
  --yt-surface: #f5f7fb;
  --yt-white: #fff;
  --yt-radius-sm: 10px;
  --yt-radius: 16px;
  --yt-radius-lg: 24px;
  --yt-shadow-sm: 0 8px 24px rgba(12, 30, 63, .07);
  --yt-shadow: 0 20px 55px rgba(7, 25, 58, .14);
  --yt-container: 1180px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

.youtube-campaign {
  overflow-x: hidden;
  background: var(--yt-white);
  color: var(--yt-ink);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.youtube-campaign img,
.youtube-campaign video {
  max-width: 100%;
}

.youtube-campaign h1,
.youtube-campaign h2,
.youtube-campaign h3,
.youtube-campaign p {
  margin-top: 0;
}

.youtube-campaign h1,
.youtube-campaign h2,
.youtube-campaign h3 {
  color: var(--yt-ink);
  font-weight: 700;
  line-height: 1.18;
}

.yt-container {
  width: min(calc(100% - 40px), var(--yt-container));
  margin-inline: auto;
}

.yt-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 2000;
  transform: translateY(-150%);
  border-radius: 8px;
  background: var(--yt-white);
  color: var(--yt-navy-950);
  font-weight: 700;
  padding: 12px 16px;
  box-shadow: var(--yt-shadow-sm);
}

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

.yt-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.youtube-campaign .yt-button--primary {
  background: var(--yt-pink);
  color: var(--yt-white);
  box-shadow: 0 10px 24px rgba(241, 21, 102, .22);
}

.youtube-campaign .yt-button--primary:hover {
  transform: translateY(-2px);
  background: #d91058;
  color: var(--yt-white);
  box-shadow: 0 14px 30px rgba(241, 21, 102, .3);
}

.youtube-campaign .yt-button--secondary {
  border-color: rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .06);
  color: var(--yt-white);
}

.youtube-campaign .yt-button--secondary:hover {
  border-color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .12);
  color: var(--yt-white);
}

.youtube-campaign .yt-button--light {
  background: var(--yt-white);
  color: var(--yt-blue);
  box-shadow: 0 12px 30px rgba(3, 14, 34, .2);
}

.youtube-campaign .yt-button--light:hover {
  transform: translateY(-2px);
  color: var(--yt-pink);
}

.youtube-campaign a:focus-visible,
.youtube-campaign button:focus-visible,
.youtube-campaign select:focus-visible {
  outline: 3px solid #ffb1d0;
  outline-offset: 3px;
}

/* Campaign header */
.yt-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 72px;
  display: flex;
  align-items: center;
  background: var(--yt-navy-950);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  transition: box-shadow .2s ease, border-color .2s ease;
}

.yt-header.is-scrolled {
  border-bottom-color: rgba(255, 255, 255, .16);
  box-shadow: 0 10px 28px rgba(2, 10, 24, .22);
}

.yt-header__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.yt-header__logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.yt-header__logo img {
  width: auto;
  height: 38px;
  object-fit: contain;
}

.yt-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.yt-language {
  min-width: 66px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  background: var(--yt-navy-900);
  color: var(--yt-white);
  padding: 8px 26px 8px 10px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}

.yt-header__login {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.yt-header__login:hover {
  color: var(--yt-white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.yt-header__cta-mobile {
  display: none;
}

/* Hero */
.yt-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(13, 74, 199, .32), transparent 36%),
    radial-gradient(circle at 91% 28%, rgba(241, 21, 102, .16), transparent 30%),
    linear-gradient(135deg, var(--yt-navy-950), var(--yt-navy-900) 58%, #0d2348);
  padding: 88px 0 82px;
}

.yt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255, 255, 255, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .16) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.yt-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr);
  align-items: center;
  gap: clamp(48px, 6vw, 82px);
}

.yt-eyebrow,
.yt-section-eyebrow {
  margin-bottom: 14px;
  color: var(--yt-pink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.yt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: #f6f8ff;
  padding: 8px 14px;
}

.yt-eyebrow i {
  color: #ff3345;
  font-size: 17px;
}

.yt-hero h1 {
  max-width: 680px;
  margin-bottom: 22px;
  color: var(--yt-white);
  font-size: clamp(38px, 4.2vw, 58px);
  letter-spacing: -.035em;
}

.yt-hero__lead {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.72;
}

.yt-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}

.yt-hero__microcopy {
  margin: 10px 0 24px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
}

.yt-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0 0 24px;
  padding: 0;
  color: rgba(255, 255, 255, .86);
  list-style: none;
  font-size: 14px;
  font-weight: 600;
}

.yt-reassurance i {
  margin-right: 5px;
  color: var(--yt-cyan);
}

.yt-hero__risk {
  max-width: 620px;
  margin-bottom: 0;
  border-left: 2px solid rgba(114, 214, 239, .7);
  color: rgba(255, 255, 255, .62);
  padding-left: 13px;
  font-size: 12px;
  line-height: 1.6;
}

.yt-hero__risk i {
  margin-right: 5px;
}

.yt-video-card {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--yt-radius-lg);
  background: rgba(255, 255, 255, .08);
  padding: 10px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
}

.yt-video-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 17px;
  background: #07132a;
}

.yt-video-card video,
.yt-video-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.yt-video-play {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(to top, rgba(3, 12, 28, .5), rgba(3, 12, 28, .05));
  color: var(--yt-white);
  cursor: pointer;
}

.yt-video-play span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yt-white);
  color: var(--yt-pink);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .28);
  transition: transform .2s ease;
}

.yt-video-play:hover span {
  transform: scale(1.06);
}

.yt-video-play strong {
  font-size: 14px;
}

.yt-video-card figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, .78);
  padding: 12px 8px 3px;
  font-size: 13px;
}

.yt-video-card figcaption span {
  font-weight: 700;
}

.yt-video-card figcaption i {
  margin-right: 5px;
  color: #ff3345;
}

.yt-video-card figcaption small {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  text-align: right;
}

/* Shared sections */
.yt-section {
  padding: 104px 0;
}

.yt-section-heading {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.yt-section-heading h2,
.yt-split__content h2,
.yt-support-card__content h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 3.1vw, 43px);
  letter-spacing: -.025em;
}

.yt-section-heading > p:last-child,
.yt-split__content > p,
.yt-support-card__content > p {
  color: var(--yt-muted);
  font-size: 17px;
  line-height: 1.72;
}

/* Trust strip */
.yt-trust-strip {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--yt-line);
  background: var(--yt-white);
  box-shadow: 0 8px 24px rgba(8, 25, 55, .05);
}

.yt-trust-strip ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 25px 0;
  list-style: none;
}

.yt-trust-strip li {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-right: 1px solid var(--yt-line);
  padding: 7px 18px;
  color: #364157;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.yt-trust-strip li:last-child {
  border-right: 0;
}

.yt-trust-strip i {
  flex: 0 0 auto;
  color: var(--yt-blue);
  font-size: 19px;
}

/* Benefits */
.yt-benefits {
  background: var(--yt-white);
}

.yt-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.yt-benefit-card {
  min-height: 210px;
  display: flex;
  gap: 22px;
  border: 1px solid var(--yt-line);
  border-radius: var(--yt-radius);
  background: var(--yt-white);
  padding: 30px;
  box-shadow: var(--yt-shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}

.yt-benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(12, 30, 63, .1);
}

.yt-icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #edf3ff;
  color: var(--yt-blue);
  font-size: 21px;
}

.yt-benefit-card h3,
.yt-preview h3,
.yt-timeline h3 {
  margin-bottom: 10px;
  font-size: 19px;
}

.yt-benefit-card p,
.yt-preview p,
.yt-timeline p {
  margin-bottom: 0;
  color: var(--yt-muted);
  font-size: 15px;
}

/* Platform proof */
.yt-platform {
  background: var(--yt-surface);
}

.yt-preview-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  grid-template-rows: repeat(2, minmax(210px, auto));
  gap: 20px;
}

.yt-preview {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  border: 1px solid var(--yt-line);
  border-radius: var(--yt-radius);
  background: var(--yt-white);
  padding: 22px;
  box-shadow: var(--yt-shadow-sm);
}

.yt-preview--large {
  grid-row: 1 / 3;
}

.yt-preview__placeholder {
  min-height: 130px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px dashed #bcc8da;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(13, 74, 199, .08), rgba(114, 214, 239, .08)),
    repeating-linear-gradient(90deg, transparent 0 44px, rgba(13, 74, 199, .04) 44px 45px);
  color: var(--yt-blue);
  font-size: 36px;
}

.yt-preview--large .yt-preview__placeholder {
  min-height: 370px;
}

/* Alternating media sections */
.yt-academy {
  background: var(--yt-white);
}

.yt-verification {
  background: var(--yt-surface);
}

.yt-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  align-items: center;
  gap: clamp(46px, 7vw, 90px);
}

.yt-split--reverse .yt-media-frame {
  order: 2;
}

.yt-media-frame {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--yt-line);
  border-radius: var(--yt-radius-lg);
  background: #eaf0f9;
  box-shadow: var(--yt-shadow);
}

.yt-media-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.yt-media-placeholder {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 65% 25%, rgba(241, 21, 102, .12), transparent 28%),
    linear-gradient(145deg, #eaf0fb, #f8faff);
  color: var(--yt-blue);
  font-size: 64px;
}

.yt-check-list,
.yt-info-list {
  margin: 25px 0 28px;
  padding: 0;
  list-style: none;
}

.yt-check-list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin-bottom: 12px;
  color: #3f4b61;
  font-weight: 650;
}

.yt-check-list i {
  margin-top: 5px;
  color: var(--yt-blue);
}

.yt-info-list li {
  border-bottom: 1px solid var(--yt-line);
  padding: 13px 0;
  color: var(--yt-muted);
  font-size: 14px;
}

.yt-info-list li:last-child {
  border-bottom: 0;
}

.yt-info-list strong {
  color: var(--yt-ink);
}

.yt-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--yt-blue);
  font-weight: 750;
  text-decoration: none;
}

.yt-text-link:hover {
  color: var(--yt-pink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Process */
.yt-process {
  background: var(--yt-navy-950);
}

.yt-process .yt-section-eyebrow {
  color: var(--yt-cyan);
}

.yt-process .yt-section-heading h2 {
  color: var(--yt-white);
}

.yt-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yt-timeline::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 16.66%;
  right: 16.66%;
  height: 1px;
  background: rgba(255, 255, 255, .22);
}

.yt-timeline li {
  position: relative;
  z-index: 1;
  text-align: center;
}

.yt-timeline__number {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 0 auto 23px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: var(--yt-blue);
  color: var(--yt-white);
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 0 0 8px var(--yt-navy-950);
}

.yt-timeline h3 {
  color: var(--yt-white);
}

.yt-timeline p {
  max-width: 320px;
  margin-inline: auto;
  color: rgba(255, 255, 255, .66);
}

/* Support */
.yt-support {
  padding-top: 0;
  background: var(--yt-white);
}

.yt-support-card {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border-radius: var(--yt-radius-lg);
  background: var(--yt-navy-900);
  color: var(--yt-white);
  box-shadow: var(--yt-shadow);
}

.yt-support-card__media {
  min-height: 390px;
}

.yt-support-card__media img,
.yt-support-card__media .yt-media-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.yt-support-card__media .yt-media-placeholder {
  min-height: 390px;
  background: linear-gradient(145deg, #102d5f, #0b1b39);
  color: var(--yt-cyan);
}

.yt-support-card__content {
  align-self: center;
  padding: clamp(38px, 6vw, 70px);
}

.yt-support-card__content h2 {
  color: var(--yt-white);
}

.yt-support-card__content > p {
  color: rgba(255, 255, 255, .7);
}

.yt-support-card__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 28px;
}

.yt-support-card .yt-text-link {
  color: var(--yt-white);
  font-size: 14px;
}

/* FAQ */
.yt-faq {
  background: var(--yt-surface);
}

.yt-accordion {
  max-width: 920px;
  margin-inline: auto;
}

.yt-accordion__item {
  overflow: hidden;
  border: 1px solid var(--yt-line);
  border-radius: 12px;
  background: var(--yt-white);
  box-shadow: 0 5px 18px rgba(12, 30, 63, .04);
}

.yt-accordion__item + .yt-accordion__item {
  margin-top: 13px;
}

.yt-accordion__item h3 {
  margin: 0;
}

.yt-accordion__item button {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: transparent;
  color: var(--yt-ink);
  padding: 18px 22px;
  font: inherit;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.yt-accordion__item button:hover {
  color: var(--yt-blue);
}

.yt-accordion__item button i {
  flex: 0 0 auto;
  color: var(--yt-blue);
  font-size: 13px;
  transition: transform .2s ease;
}

.yt-accordion__item button[aria-expanded="true"] i {
  transform: rotate(45deg);
}

.yt-accordion__panel {
  padding: 0 22px 20px;
}

.yt-accordion__panel p {
  max-width: 780px;
  margin: 0;
  color: var(--yt-muted);
  font-size: 15px;
}

/* Final conversion and disclosure */
.yt-final-cta {
  background: var(--yt-white);
  padding: 104px 0 38px;
}

.yt-final-cta__card {
  position: relative;
  overflow: hidden;
  max-width: 1040px;
  margin-inline: auto;
  border-radius: var(--yt-radius-lg);
  background:
    radial-gradient(circle at 88% 10%, rgba(241, 21, 102, .26), transparent 32%),
    linear-gradient(125deg, var(--yt-blue), #153e8c);
  color: var(--yt-white);
  padding: 70px 32px;
  text-align: center;
  box-shadow: 0 24px 60px rgba(13, 74, 199, .2);
}

.yt-final-cta__card .yt-section-eyebrow {
  color: #bceeff;
}

.yt-final-cta__card h2 {
  margin-bottom: 16px;
  color: var(--yt-white);
  font-size: clamp(31px, 3.7vw, 46px);
}

.yt-final-cta__card > p {
  max-width: 680px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, .8);
  font-size: 17px;
}

.yt-final-cta__card > small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .68);
}

.yt-final-cta__question {
  display: inline-block;
  margin-top: 18px;
  color: var(--yt-white);
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.yt-risk-disclosure {
  background: var(--yt-white);
  padding: 24px 0 72px;
}

.yt-risk-disclosure__inner {
  max-width: 1000px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid #e3c9a0;
  border-radius: 12px;
  background: #fffaf1;
  padding: 23px 25px;
}

.yt-risk-disclosure__inner > i {
  margin-top: 4px;
  color: #9a6514;
  font-size: 20px;
}

.yt-risk-disclosure h2 {
  margin-bottom: 7px;
  font-size: 17px;
}

.yt-risk-disclosure p {
  margin-bottom: 8px;
  color: #5f5547;
  font-size: 14px;
  line-height: 1.7;
}

.yt-risk-disclosure a {
  color: #694305;
  font-size: 14px;
  font-weight: 700;
}

/* Simplified footer */
.yt-footer {
  background: var(--yt-navy-950);
  color: rgba(255, 255, 255, .7);
  padding: 66px 0 24px;
}

.yt-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr .8fr 1fr;
  gap: 60px;
}

.yt-footer__logo {
  display: inline-flex;
  margin-bottom: 17px;
}

.yt-footer__logo img {
  width: auto;
  height: 40px;
  object-fit: contain;
}

.yt-footer__company {
  margin-bottom: 5px;
  color: var(--yt-white);
  font-weight: 750;
}

.yt-footer address {
  max-width: 350px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-style: normal;
  font-size: 14px;
}

.yt-footer h2 {
  margin-bottom: 17px;
  color: var(--yt-white);
  font-size: 16px;
}

.yt-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yt-footer li + li {
  margin-top: 10px;
}

.yt-footer a {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  text-decoration: none;
}

.yt-footer a:hover {
  color: var(--yt-white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.yt-footer__bottom {
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 22px;
  text-align: center;
}

.yt-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .5);
  font-size: 13px;
}

/* Consent and mobile conversion */
.yt-cookie {
  position: fixed;
  left: max(18px, env(safe-area-inset-left));
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 1300;
  max-width: 880px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-inline: auto;
  border: 1px solid var(--yt-line);
  border-radius: 14px;
  background: var(--yt-white);
  padding: 20px;
  box-shadow: 0 22px 70px rgba(4, 16, 38, .28);
}

.yt-cookie h2 {
  margin-bottom: 5px;
  font-size: 17px;
}

.yt-cookie p {
  margin: 0;
  color: var(--yt-muted);
  font-size: 13px;
}

.yt-cookie p a {
  color: var(--yt-blue);
}

.yt-cookie .yt-button {
  flex: 0 0 auto;
}

.yt-mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  border-top: 1px solid var(--yt-line);
  background: rgba(255, 255, 255, .96);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  box-shadow: 0 -10px 28px rgba(8, 25, 55, .12);
  backdrop-filter: blur(10px);
}

.yt-mobile-cta .yt-button {
  width: 100%;
}

/* Responsive */
@media (max-width: 1023px) {
  .yt-hero {
    padding: 72px 0;
  }

  .yt-hero__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .yt-hero__content {
    max-width: 760px;
  }

  .yt-video-card {
    max-width: 800px;
  }

  .yt-trust-strip ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .yt-trust-strip li:nth-child(2) {
    border-right: 0;
  }

  .yt-trust-strip li:nth-child(-n+2) {
    border-bottom: 1px solid var(--yt-line);
  }

  .yt-preview-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .yt-preview--large {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .yt-preview--large .yt-preview__placeholder {
    min-height: 300px;
  }

  .yt-split {
    gap: 48px;
  }

  .yt-footer__grid {
    gap: 36px;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 72px;
  }

  .yt-container {
    width: min(calc(100% - 32px), var(--yt-container));
  }

  .yt-header,
  .yt-header__inner {
    min-height: 64px;
  }

  .yt-header__inner {
    gap: 12px;
  }

  .yt-header__logo img {
    height: 30px;
  }

  .yt-header__actions {
    gap: 8px;
  }

  .yt-header__login {
    display: none;
  }

  .yt-language {
    min-width: 58px;
    min-height: 42px;
    padding: 7px 22px 7px 7px;
    font-size: 12px;
  }

  .yt-header .yt-button {
    min-width: 0;
    min-height: 42px;
    padding: 9px 12px;
    font-size: 12px;
  }

  .yt-header__cta-desktop {
    display: none;
  }

  .yt-header__cta-mobile {
    display: inline;
  }

  .yt-hero {
    padding: 54px 0 58px;
  }

  .yt-hero__grid {
    gap: 40px;
  }

  .yt-hero h1 {
    font-size: clamp(32px, 9.2vw, 40px);
    overflow-wrap: anywhere;
  }

  .yt-hero__lead {
    font-size: 16px;
  }

  .yt-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .yt-hero__actions .yt-button {
    width: 100%;
  }

  .yt-reassurance {
    align-items: flex-start;
    flex-direction: column;
  }

  .yt-video-card {
    border-radius: 18px;
    padding: 7px;
  }

  .yt-video-card figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .yt-video-card figcaption small {
    text-align: left;
  }

  .yt-video-play span {
    width: 62px;
    height: 62px;
  }

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

  .yt-section-heading {
    margin-bottom: 36px;
    text-align: left;
  }

  .yt-section-heading h2,
  .yt-split__content h2,
  .yt-support-card__content h2 {
    font-size: 31px;
  }

  .yt-section-heading > p:last-child,
  .yt-split__content > p,
  .yt-support-card__content > p {
    font-size: 16px;
  }

  .yt-benefit-grid,
  .yt-preview-grid,
  .yt-split,
  .yt-support-card,
  .yt-footer__grid {
    grid-template-columns: 1fr;
  }

  .yt-benefit-card {
    min-height: 0;
    padding: 24px;
  }

  .yt-preview--large {
    grid-column: auto;
  }

  .yt-preview--large .yt-preview__placeholder {
    min-height: 220px;
  }

  .yt-split--reverse .yt-media-frame {
    order: 0;
  }

  .yt-media-frame {
    border-radius: var(--yt-radius);
  }

  .yt-process .yt-section-heading {
    text-align: center;
  }

  .yt-timeline {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .yt-timeline::before {
    top: 24px;
    bottom: 24px;
    left: 27px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .yt-timeline li {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px;
    text-align: left;
  }

  .yt-timeline__number {
    margin: 0;
  }

  .yt-timeline p {
    margin-inline: 0;
  }

  .yt-support {
    padding-top: 0;
  }

  .yt-support-card__media {
    min-height: 270px;
  }

  .yt-support-card__media .yt-media-placeholder {
    min-height: 270px;
  }

  .yt-support-card__content {
    padding: 32px 24px 38px;
  }

  .yt-support-card__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .yt-accordion__item button {
    min-height: 60px;
    padding: 17px 18px;
  }

  .yt-accordion__panel {
    padding: 0 18px 18px;
  }

  .yt-final-cta {
    padding-top: 76px;
  }

  .yt-final-cta__card {
    border-radius: var(--yt-radius);
    padding: 52px 22px;
  }

  .yt-risk-disclosure {
    padding-bottom: 54px;
  }

  .yt-risk-disclosure__inner {
    padding: 19px;
  }

  .yt-footer {
    padding-top: 54px;
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }

  .yt-footer__grid {
    gap: 36px;
  }

  .yt-footer__bottom {
    margin-top: 36px;
  }

  .yt-cookie {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .yt-cookie .yt-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .yt-container {
    width: min(calc(100% - 28px), var(--yt-container));
  }

  .yt-header__logo img {
    max-width: 118px;
    height: auto;
  }

  .yt-header .yt-button {
    max-width: 112px;
  }

  .yt-trust-strip ul {
    grid-template-columns: 1fr;
  }

  .yt-trust-strip li,
  .yt-trust-strip li:nth-child(2) {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--yt-line);
    text-align: left;
  }

  .yt-trust-strip li:last-child {
    border-bottom: 0;
  }

  .yt-benefit-card {
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 359px) {
  .yt-header__logo img {
    max-width: 94px;
  }

  .yt-language {
    min-width: 52px;
  }

  .yt-header .yt-button {
    max-width: 100px;
    padding-inline: 8px;
    font-size: 11px;
  }

  .yt-hero h1 {
    font-size: 32px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition-duration: .01ms;
    animation-duration: .01ms;
    animation-iteration-count: 1;
  }
}
