@import url("./flettons-brand.css");
@import url("./flettons-icons.css");

:root {
  --navy: var(--fl-navy);
  --navy-deep: var(--fl-navy-dark);
  --pink: var(--fl-pink);
  --bg: #f7f7fa;
  --surface: #fbfbfc;
  --text: #08172b;
  --muted: var(--fl-muted-blue);
  --border: var(--fl-border-soft);
  --shadow: 0 18px 40px rgba(8, 23, 43, 0.08);
  --container: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7fa 100%);
  color: var(--text);
  line-height: 1.45;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--fl-header-gradient);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
}

.brand img {
  width: auto;
  height: 46px;
  max-width: min(100%, 220px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a.is-current {
  color: #fff;
}

.nav-caret {
  width: 7px;
  height: 7px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 14px 22px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-sm {
  padding: 12px 18px;
  font-size: 0.94rem;
}

.btn-primary {
  background: var(--fl-gradient-button-primary);
  color: #fff;
  box-shadow: var(--fl-button-shadow);
}

.btn-primary:hover {
  box-shadow: var(--fl-button-shadow-hover);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.26);
}

.btn-outline-dark {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}

.btn-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.hero {
  padding: 18px 0 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumb-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.crumb-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.crumb-sep {
  color: rgba(98, 112, 143, 0.66);
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.94fr 1.18fr;
  gap: 42px;
  align-items: center;
}

.hero-copy h1 {
  margin: 0 0 22px;
  max-width: 460px;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 0.97;
  letter-spacing: calc(-0.06em + 1px);
  font-weight: 900;
  color: var(--navy);
}

.hero-copy h1 span {
  color: var(--pink);
}

.hero-text {
  max-width: 460px;
  margin: 0 0 30px;
  color: #2e3d5b;
  font-size: 1.2rem;
  line-height: 1.7;
}

.hero-points {
  display: grid;
  gap: 14px;
}

.hero-point {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: center;
}

.hero-point-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}

.hero-point-icon img,
.hero-inline-svg {
  width: 28px;
  height: 28px;
}

.hero-inline-svg path,
.hero-inline-svg circle {
  fill: none;
  stroke: var(--navy);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-point span {
  font-size: 1rem;
  line-height: 1.5;
  color: #243452;
}

.report-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 420px;
  padding: 10px 12px 18px;
}

.report-card {
  width: clamp(170px, 22vw, 250px);
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(8, 23, 43, 0.06);
  box-shadow: 0 18px 34px rgba(8, 23, 43, 0.12);
}

.report-card--left {
  transform: translateX(42px) rotate(-4deg);
}

.report-card--featured {
  position: relative;
  z-index: 2;
  transform: translateY(-18px);
  box-shadow: 0 24px 40px rgba(8, 23, 43, 0.18);
}

.report-card--right {
  transform: translateX(-42px) rotate(4deg);
}

.report-card-top {
  min-height: 178px;
  padding: 16px 18px 18px;
}

.report-card-top img {
  height: 24px;
  width: auto;
  max-width: 110px;
  margin-bottom: 18px;
}

.report-card-top--light {
  background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);
}

.report-card-top--light img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(33%) saturate(1589%) hue-rotate(184deg) brightness(95%) contrast(96%);
}

.report-card-top--dark {
  background: var(--fl-header-gradient);
  color: #fff;
}

.report-card-title {
  font-size: clamp(1.05rem, 1.9vw, 1.6rem);
  line-height: 1.06;
  letter-spacing: calc(-0.04em + 0.5px);
  font-weight: 800;
}

.report-card-badge {
  display: inline-flex;
  margin-top: 16px;
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--pink);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.report-card-image img {
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.section {
  padding: 16px 0 22px;
}

.intro-strip {
  display: grid;
  grid-template-columns: 1.3fr 340px;
  gap: 24px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 23, 43, 0.03);
}

.intro-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
}

.intro-icon {
  display: grid;
  place-items: center;
}

.intro-inline-svg {
  width: 56px;
  height: 56px;
}

.intro-inline-svg path {
  fill: none;
  stroke: var(--navy);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.intro-inline-svg .accent {
  stroke: var(--pink);
}

.intro-copy h2 {
  margin: 0 0 8px;
  font-size: 1.95rem;
  line-height: 1.05;
  letter-spacing: calc(-0.04em + 0.5px);
  font-weight: 800;
}

.intro-copy p {
  margin: 0;
  max-width: 560px;
  color: #31415f;
  font-size: 1rem;
  line-height: 1.68;
}

.intro-help-card {
  padding: 22px 24px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfe 100%);
}

.intro-help-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.12rem;
  line-height: 1.32;
  color: var(--navy);
}

.intro-help-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--pink);
  font-size: 1rem;
  font-weight: 700;
}

.intro-help-card a + a {
  margin-top: 10px;
}

.comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(8, 23, 43, 0.09);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(8, 23, 43, 0.09);
}

.comparison-table {
  width: 100%;
  min-width: 1060px;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 16px;
  vertical-align: top;
  border-bottom: 1px solid var(--border);
}

.comparison-table thead th {
  position: relative;
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
  color: var(--navy);
  text-align: center;
}

.comparison-table thead .feature-col {
  width: 28%;
  font-size: 1.85rem;
  line-height: 1.05;
  letter-spacing: calc(-0.04em + 0.5px);
  font-weight: 800;
  text-align: left;
}

.survey-col {
  width: 24%;
}

.survey-col--featured {
  background: var(--fl-header-gradient) !important;
  color: #fff !important;
  box-shadow: inset 1px 0 0 rgba(255, 48, 136, 0.38), inset -1px 0 0 rgba(255, 48, 136, 0.38);
}

.col-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 9px;
  background: var(--pink);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.col-title,
.col-sub {
  display: block;
}

.col-title {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: calc(-0.06em + 1px);
  font-weight: 800;
}

.col-sub {
  margin-top: 4px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 600;
}

.comparison-table tbody th {
  text-align: left;
  background: #fff;
}

.comparison-table tbody th strong,
.cell-status strong,
.cell-copy strong {
  display: block;
  color: var(--navy);
}

.comparison-table tbody th strong {
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 1.28;
  font-weight: 700;
}

.comparison-table tbody th span,
.cell-status span,
.cell-copy span {
  display: block;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.58;
}

.is-featured {
  box-shadow: inset 1px 0 0 rgba(255, 48, 136, 0.38), inset -1px 0 0 rgba(255, 48, 136, 0.38);
}

.cell-status {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
}

.status-mark {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 1px;
}

.status-mark::before,
.status-mark::after {
  position: absolute;
  content: "";
}

.status-yes .status-mark::before {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #14b86d;
  border-bottom: 2px solid #14b86d;
  transform: rotate(45deg);
}

.status-limited .status-mark::before {
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 192, 82, 0.16);
}

.status-limited .status-mark::after {
  left: 5px;
  top: 9px;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #f2b33b;
}

.status-no .status-mark::before,
.status-no .status-mark::after {
  left: 9px;
  top: 1px;
  width: 2px;
  height: 18px;
  border-radius: 999px;
  background: var(--pink);
}

.status-no .status-mark::before {
  transform: rotate(45deg);
}

.status-no .status-mark::after {
  transform: rotate(-45deg);
}

.cell-status strong,
.cell-copy strong {
  font-size: 1rem;
  line-height: 1.26;
  font-weight: 700;
}

.cell-copy {
  display: grid;
  min-height: 60px;
  align-content: start;
}

.price-cell {
  color: var(--pink);
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: calc(-0.05em + 1px);
  font-weight: 800;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.action-row td {
  padding-top: 8px;
  padding-bottom: 18px;
}

.table-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid rgba(8, 23, 43, 0.1);
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  font-size: 0.97rem;
  font-weight: 700;
}

.table-btn--primary {
  background: var(--pink);
  color: #fff;
  border-color: var(--pink);
}

.comparison-table--matrix {
  min-width: 1120px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
}

.comparison-table--matrix th,
.comparison-table--matrix td {
  padding: 18px 22px;
  vertical-align: middle;
  border-right: 1px solid rgba(8, 23, 43, 0.08);
  border-bottom: 1px solid rgba(8, 23, 43, 0.08);
}

.comparison-table--matrix thead th {
  height: 88px;
  padding: 24px 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
  color: #08172b;
  font-size: 1.08rem;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -0.015em;
  text-align: center;
}

.comparison-table--matrix thead .feature-col {
  width: 38%;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
  color: #08172b;
  font-size: 1.1rem;
  line-height: 1.22;
  letter-spacing: -0.015em;
  text-align: left;
}

.comparison-table--matrix .survey-col {
  width: 20.666%;
}

.comparison-table--matrix tbody tr:nth-child(even) th,
.comparison-table--matrix tbody tr:nth-child(even) td {
  background: #fbfcff;
}

.comparison-table--matrix tbody tr:hover th,
.comparison-table--matrix tbody tr:hover td {
  background: #fff7fb;
}

.comparison-table--matrix tbody th {
  background: #ffffff;
  color: #08172b;
  font-size: 0.94rem;
  line-height: 1.4;
  font-weight: 800;
}

.comparison-table--matrix tbody th strong {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 800;
}

.comparison-table--matrix tbody th span {
  margin-top: 4px;
  color: #62708f;
  font-size: 0.82rem;
  line-height: 1.36;
}

.comparison-table--matrix tbody td {
  color: #08172b;
  text-align: center;
  font-size: 0.94rem;
  line-height: 1.4;
  font-weight: 700;
}

.comparison-value {
  font-size: 1.3rem !important;
  line-height: 1;
  font-weight: 900;
}

.comparison-value--yes {
  color: #19b86f !important;
}

.comparison-value--no {
  color: var(--pink) !important;
}

.comparison-note {
  color: #31415f !important;
  font-size: 0.9rem !important;
  font-weight: 750;
}

.comparison-extra {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 48, 136, 0.14);
  border-radius: 999px;
  background: #fff0f7;
  color: #08172b;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 900;
}

.comparison-table--matrix th:last-child,
.comparison-table--matrix td:last-child {
  border-right: 0;
}

.comparison-table--matrix thead th:first-child {
  border-top-left-radius: 24px;
}

.comparison-table--matrix thead th:last-child {
  border-top-right-radius: 24px;
}

.recommender-band {
  display: grid;
  grid-template-columns: 1.05fr auto 0.9fr;
  gap: 22px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 23, 43, 0.03);
}

.recommender-copy {
  display: block;
}

.recommender-icon {
  display: grid;
  place-items: center;
}

.recommend-inline-svg {
  width: 56px;
  height: 56px;
}

.recommend-inline-svg path,
.meta-inline-svg path,
.meta-inline-svg circle {
  fill: none;
  stroke: var(--navy);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.recommend-inline-svg .accent,
.meta-inline-svg .accent {
  stroke: var(--pink);
}

.recommender-copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.55rem;
  line-height: 1.08;
  letter-spacing: calc(-0.04em + 0.5px);
  font-weight: 800;
}

.recommender-copy p {
  margin: 0;
  max-width: 420px;
  color: #31415f;
  font-size: 1rem;
  line-height: 1.62;
}

.recommender-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.recommender-meta article {
  padding: 8px 14px;
  border-left: 1px solid var(--border);
  text-align: center;
}

.recommender-meta article:first-child {
  border-left: 0;
}

.recommender-meta-icon {
  width: 34px;
  height: 34px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
}

.recommender-meta-icon img,
.meta-inline-svg {
  width: 28px;
  height: 28px;
}

.recommender-meta span {
  display: block;
  color: #30405f;
  font-size: 0.9rem;
  line-height: 1.5;
}

.cta-section {
  padding-top: 4px;
  padding-bottom: 20px;
}

.cta-band {
  display: grid;
  grid-template-columns: 1.1fr auto;
  gap: 30px;
  align-items: center;
  padding: 26px 28px;
  border-radius: 16px;
  background: var(--fl-header-gradient);
  color: #fff;
  box-shadow: 0 22px 48px rgba(8, 23, 43, 0.18);
}

.cta-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 3.8vw, 2.8rem);
  line-height: 1;
  letter-spacing: calc(-0.05em + 1px);
  font-weight: 800;
  color: #fff;
}

.cta-copy p {
  margin: 0;
  max-width: 460px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.04rem;
  line-height: 1.64;
}

.cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-actions .btn {
  min-width: 220px;
}

.platform-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 10px;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(8, 23, 43, 0.05);
  border: 1px solid var(--border);
}

.platform-trust-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px 22px;
  border-right: 1px solid var(--border);
}

.platform-trust-item:last-child {
  border-right: 0;
}

.platform-stars {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  width: 52px;
}

.platform-stars span {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #ff3088;
  display: inline-block;
}

.platform-trust-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
}

.platform-trust-icon img,
.platform-trust-icon .metric-svg,
.platform-trust-icon .topic-icon-svg {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.metric-svg path,
.metric-svg circle,
.topic-icon-svg path,
.topic-icon-svg rect,
.topic-icon-svg circle {
  fill: none;
  stroke: var(--navy);
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.metric-svg .accent,
.topic-icon-svg .accent {
  stroke: var(--pink);
}

.platform-trust-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.28;
}

.platform-trust-item span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

@media (max-width: 1200px) {
  .site-nav {
    gap: 20px;
  }

  .hero-grid,
  .intro-strip,
  .recommender-band,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .hero-copy h1,
  .hero-text {
    max-width: none;
  }

  .report-stage {
    min-height: 360px;
  }

  .intro-help-card {
    max-width: 420px;
  }

  .recommender-meta {
    border-top: 1px solid var(--border);
    padding-top: 16px;
  }

  .platform-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-trust-item:nth-child(2) {
    border-right: 0;
  }

  .platform-trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--border);
  }
}

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

  .header-inner {
    min-height: 74px;
  }

  .brand img {
    height: 40px;
  }

  .header-actions .btn-outline {
    display: none;
  }

  .hero {
    padding-top: 16px;
  }

  .hero-copy h1 {
    max-width: 520px;
    font-size: clamp(2.65rem, 10vw, 4rem);
  }

  .hero-text {
    font-size: 1.08rem;
  }

  .report-stage {
    min-height: 300px;
    padding-top: 0;
  }

  .report-card {
    width: clamp(140px, 32vw, 220px);
  }

  .report-card-top {
    min-height: 150px;
  }

  .report-card-image img {
    height: 130px;
  }

  .intro-copy,
  .recommender-copy {
    grid-template-columns: 1fr;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 16px 14px;
  }
}

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

  .report-card--left {
    transform: translateX(22px) rotate(-4deg);
  }

  .report-card--right {
    transform: translateX(-22px) rotate(4deg);
  }

  .report-card--featured {
    transform: translateY(-8px);
  }

  .intro-strip,
  .recommender-band,
  .cta-band {
    padding: 18px;
  }

  .intro-copy h2 {
    font-size: 1.7rem;
  }

  .recommender-copy strong {
    font-size: 1.35rem;
  }

  .recommender-meta {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .recommender-meta article {
    border-left: 0;
    border-top: 1px solid var(--border);
    padding: 14px 0 0;
  }

  .recommender-meta article:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .cta-actions {
    width: 100%;
  }

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

  .platform-trust {
    grid-template-columns: 1fr;
  }

  .platform-trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .platform-trust-item:last-child {
    border-bottom: 0;
  }
}
