:root {
  --tax-red: #922c43;
  --tax-red-dark: #6f1f31;
  --tax-navy: #173451;
  --tax-navy-dark: #10263c;
  --tax-cream: #f4eee6;
  --tax-gold: #c8a45a;
  --tax-ink: #171719;
  --tax-muted: #6e6e73;
  --tax-line: rgba(23, 23, 25, .1);
  --tax-white: #fff;
  --tax-shell: 1180px;
  --tax-shell-wide: 1380px;
}

.rouge-tax-page {
  background: #fff;
  color: var(--tax-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rouge-tax-page .page-wrapper,
.rouge-tax-page .tax-main {
  overflow: clip;
}

.rouge-tax-page .tax-shell,
.rouge-tax-page .tax-shell-wide {
  width: min(calc(100% - 48px), var(--tax-shell));
  margin: 0 auto;
}

.rouge-tax-page .tax-shell-wide {
  width: min(calc(100% - 32px), var(--tax-shell-wide));
}

.rouge-tax-page .tax-eyebrow {
  margin: 0 0 16px;
  color: var(--tax-red);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.rouge-tax-page .tax-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.rouge-tax-page .tax-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.rouge-tax-page .tax-button:hover {
  transform: translateY(-2px);
}

.rouge-tax-page .tax-button-primary {
  background: var(--tax-red);
  color: #fff;
}

.rouge-tax-page .tax-button-primary:hover {
  background: var(--tax-red-dark);
  color: #fff;
}

.rouge-tax-page .tax-button-secondary {
  border-color: rgba(255,255,255,.2);
  color: #fff;
}

.rouge-tax-page .tax-button-secondary:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}

.rouge-tax-page .tax-button-dark {
  background: #111113;
  color: #fff;
}

.rouge-tax-page .tax-button-dark:hover {
  background: #000;
  color: #fff;
}

.rouge-tax-page .tax-text-link {
  color: var(--tax-ink);
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
}

/* Hero */

.rouge-tax-page .tax-hero {
  background: #030304;
  color: #fff;
}

.rouge-tax-page .tax-hero-inner {
  min-height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 88px 0 54px;
}

.rouge-tax-page .tax-hero .tax-eyebrow {
  color: #d9abb5;
}

.rouge-tax-page .tax-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(58px, 6vw, 92px);
  font-weight: 650;
  letter-spacing: -.062em;
  line-height: .95;
}

.rouge-tax-page .tax-hero-lead {
  max-width: 800px;
  margin: 26px 0 0;
  color: #a6a6ad;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.6;
}

.rouge-tax-page .tax-launch-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 22px;
}

.rouge-tax-page .tax-launch-strip div {
  min-height: 96px;
  padding: 22px 24px;
  border-right: 1px solid rgba(255,255,255,.1);
}

.rouge-tax-page .tax-launch-strip div:last-child {
  border-right: 0;
}

.rouge-tax-page .tax-launch-strip strong,
.rouge-tax-page .tax-launch-strip span {
  display: block;
}

.rouge-tax-page .tax-launch-strip strong {
  color: #fff;
  font-size: 15px;
}

.rouge-tax-page .tax-launch-strip span {
  margin-top: 4px;
  color: #7d7d84;
  font-size: 12px;
}

/* Filing */

.rouge-tax-page .tax-file,
.rouge-tax-page .tax-services {
  padding: 122px 0;
  background: #fff;
}

.rouge-tax-page .tax-section-heading {
  max-width: 900px;
  margin-bottom: 48px;
}

.rouge-tax-page .tax-section-heading h2,
.rouge-tax-page .tax-representation-copy h2,
.rouge-tax-page .tax-year-round h2,
.rouge-tax-page .tax-final h2 {
  margin: 0;
  color: var(--tax-ink);
  font-size: clamp(42px, 4.3vw, 66px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.10;
  text-wrap: balance;
}

.rouge-tax-page .tax-section-heading > p:not(.tax-eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--tax-muted);
  font-size: 17px;
  line-height: 1.7;
}

.rouge-tax-page .tax-file-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.rouge-tax-page .tax-file-card {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border-radius: 34px;
  padding: 44px;
}

.rouge-tax-page .tax-file-card > div:first-child {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.rouge-tax-page .tax-file-card span {
  display: block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.rouge-tax-page .tax-file-card h3 {
  margin: 0;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1;
}

.rouge-tax-page .tax-file-card p {
  max-width: 500px;
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.55;
  opacity: .76;
}

.rouge-tax-page .tax-file-online {
  background: var(--tax-red);
  color: #fff;
}

.rouge-tax-page .tax-file-app {
  background: var(--tax-navy);
  color: #fff;
}

.rouge-tax-page .tax-file-graphic {
  position: absolute;
  right: 42px;
  bottom: 34px;
  width: 56%;
  max-width: 420px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
}

.rouge-tax-page .tax-file-graphic span {
  margin: 0;
  opacity: .65;
}

.rouge-tax-page .tax-file-graphic b {
  display: block;
  margin: 12px 0 24px;
  font-size: clamp(80px, 10vw, 140px);
  line-height: .78;
  letter-spacing: -.08em;
}

.rouge-tax-page .tax-file-graphic i {
  display: block;
  height: 5px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.25);
}

.rouge-tax-page .tax-file-graphic i:nth-of-type(2) { width: 74%; }
.rouge-tax-page .tax-file-graphic i:nth-of-type(3) { width: 48%; }

.rouge-tax-page .tax-phone {
  position: absolute;
  right: 56px;
  bottom: 26px;
  width: 244px;
  height: 430px;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 44px;
  background: #08080a;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  transform: rotate(2.2deg);
  transform-origin: center bottom;
}

.rouge-tax-page .tax-phone-screen {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 42px 24px 28px;
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at 80% 12%, rgba(255,255,255,.08), transparent 26%),
    linear-gradient(180deg, #9b3049 0%, #7a2639 52%, #541a28 100%);
}

.rouge-tax-page .tax-phone-screen small {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rouge-tax-page .tax-phone-screen strong {
  position: relative;
  z-index: 2;
  margin-top: auto;
  font-size: 34px;
  letter-spacing: -.05em;
  line-height: .95;
}

.rouge-tax-page .tax-phone-screen span {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  padding: 11px 13px;
  border-radius: 999px;
  background: #fff;
  color: #171719;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
}

/* Tax services */

.rouge-tax-page .tax-services {
  background: #f7f7f8;
}

.rouge-tax-page .tax-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.rouge-tax-page .tax-service-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--tax-line);
  border-radius: 28px;
  background: #fff;
  transition: transform .22s ease, box-shadow .22s ease;
}

.rouge-tax-page .tax-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(23,23,25,.08);
}

.rouge-tax-page .tax-service-card > span {
  color: var(--tax-red);
  font-size: 12px;
  font-weight: 800;
}

.rouge-tax-page .tax-service-card h3 {
  margin: auto 0 0;
  color: var(--tax-ink);
  font-size: 29px;
  font-weight: 680;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.rouge-tax-page .tax-service-card p {
  margin: 16px 0 0;
  color: var(--tax-muted);
  font-size: 15px;
  line-height: 1.58;
}

/* Representation */

.rouge-tax-page .tax-representation {
  padding: 126px 0;
  background: var(--tax-navy-dark);
  color: #fff;
}

.rouge-tax-page .tax-representation-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 90px;
  align-items: start;
}

.rouge-tax-page .tax-representation .tax-eyebrow {
  color: #e4c990;
}

.rouge-tax-page .tax-representation-copy h2 {
  color: #fff;
}

.rouge-tax-page .tax-representation-copy > p:not(.tax-eyebrow) {
  margin: 24px 0 0;
  color: #aebbc7;
  font-size: 17px;
  line-height: 1.7;
}

.rouge-tax-page .tax-representation-list {
  border-top: 1px solid rgba(255,255,255,.12);
}

.rouge-tax-page .tax-representation-list > div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  padding: 27px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.rouge-tax-page .tax-representation-list strong {
  color: #e4c990;
  font-size: 14px;
}

.rouge-tax-page .tax-representation-list p {
  margin: 0;
  color: #aebbc7;
  font-size: 15px;
  line-height: 1.6;
}

/* Year-round */

.rouge-tax-page .tax-year-round {
  padding: 120px 0;
  background: var(--tax-cream);
}

.rouge-tax-page .tax-year-round-inner {
  max-width: 880px;
  text-align: center;
}

.rouge-tax-page .tax-year-round-inner .tax-eyebrow {
  color: #7d6531;
}

.rouge-tax-page .tax-year-round-inner > p:not(.tax-eyebrow) {
  max-width: 730px;
  margin: 24px auto 0;
  color: #675e53;
  font-size: 18px;
  line-height: 1.65;
}

/* Final */

.rouge-tax-page .tax-final {
  padding: 132px 0;
  background: #fff;
}

.rouge-tax-page .tax-final-inner {
  text-align: center;
}

.rouge-tax-page .tax-final-inner h2 {
  max-width: 800px;
  margin: 0 auto;
}

.rouge-tax-page .tax-final-inner > p:not(.tax-eyebrow) {
  max-width: 700px;
  margin: 22px auto 0;
  color: var(--tax-muted);
  font-size: 17px;
  line-height: 1.65;
}

.rouge-tax-page .tax-final .tax-actions {
  justify-content: center;
}

/* Responsive */

@media (max-width: 1050px) {
  .rouge-tax-page .tax-file-grid,
  .rouge-tax-page .tax-representation-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .rouge-tax-page .tax-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rouge-tax-page .tax-file-card {
    min-height: 540px;
  }
}

@media (max-width: 760px) {
  .rouge-tax-page .tax-shell,
  .rouge-tax-page .tax-shell-wide {
    width: min(calc(100% - 30px), var(--tax-shell));
  }

  .rouge-tax-page .tax-hero-inner {
    min-height: auto;
    padding: 68px 0 46px;
  }

  .rouge-tax-page .tax-hero h1 {
    font-size: clamp(50px, 14vw, 70px);
  }

  .rouge-tax-page .tax-launch-strip {
    grid-template-columns: 1fr;
  }

  .rouge-tax-page .tax-launch-strip div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .rouge-tax-page .tax-launch-strip div:last-child {
    border-bottom: 0;
  }

  .rouge-tax-page .tax-file,
  .rouge-tax-page .tax-services,
  .rouge-tax-page .tax-representation,
  .rouge-tax-page .tax-year-round,
  .rouge-tax-page .tax-final {
    padding: 88px 0;
  }

  .rouge-tax-page .tax-service-grid {
    grid-template-columns: 1fr;
  }

  .rouge-tax-page .tax-service-card {
    min-height: 290px;
  }

  .rouge-tax-page .tax-representation-list > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 600px) {
  .rouge-tax-page .tax-actions {
    flex-direction: column;
  }

  .rouge-tax-page .tax-button {
    width: 100%;
  }

  .rouge-tax-page .tax-file-card {
    min-height: 500px;
    padding: 32px 28px;
    border-radius: 28px;
  }

  .rouge-tax-page .tax-file-graphic {
    right: 24px;
    bottom: 24px;
    width: calc(100% - 48px);
  }

  .rouge-tax-page .tax-phone {
    right: 22px;
    bottom: 22px;
    width: 204px;
    height: 370px;
    transform: rotate(1deg);
  }

  .rouge-tax-page .tax-section-heading h2,
  .rouge-tax-page .tax-representation-copy h2,
  .rouge-tax-page .tax-year-round h2,
  .rouge-tax-page .tax-final h2 {
    font-size: clamp(37px, 11vw, 50px);
  }
}

.rouge-tax-page .tax-phone-island {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 5;
  width: 82px;
  height: 22px;
  border-radius: 999px;
  background: #050506;
  transform: translateX(-50%);
}

.rouge-tax-page .tax-phone-island::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #171c27;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}

.rouge-tax-page .tax-phone-side {
  position: absolute;
  right: -4px;
  top: 112px;
  width: 4px;
  height: 72px;
  border-radius: 0 3px 3px 0;
  background: #26262a;
}

/* Secure third-party Tax Portal preview */
.tax-portal-mock{width:min(330px,100%);min-height:300px;margin:26px auto 0;border:1px solid rgba(255,255,255,.2);background:#0f1114;box-shadow:0 24px 60px rgba(0,0,0,.22);overflow:hidden}
.tax-portal-mock-head{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1);color:#fff;font-size:11px;font-weight:750;letter-spacing:.14em}
.tax-portal-mock-body{display:flex;flex-direction:column;padding:28px 22px;color:#fff}
.tax-portal-mock-body small{color:#c9cbd0;font-size:12px}.tax-portal-mock-body strong{margin:8px 0 28px;font-family:"Source Serif 4", "Times New Roman", serif;font-size:28px;line-height:1.05}
.tax-portal-mock-body span{padding:13px 0;border-top:1px solid rgba(255,255,255,.1);color:#e5e5e7;font-size:13px}
