h3,
h4 {
  margin: 0 0 0.5rem;
}
h1,
ol,
p,
ul {
  margin: 0 0 1rem;
}
.logo-badge {
  background: transparent;
  border: 2px solid #047857;
  color: #047857;
}
.logo-badge {
  display: inline-block;
  background: #ffffff;
  color: #0d47a1;
  font-size: 24px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  padding: 8px 16px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.logo-badge span {
  color: #0d47a1;
}
.button {
  font-weight: 700;
  color: var(--color-white);
  background-color: var(--color-primary);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s;
  border: none;
  cursor: pointer;
  text-align: center;
}
.button:focus,
.button:hover {
  background-color: var(--color-primary-dark);
  outline: 0;
}
.hero-button {
  display: inline-block;
  margin-top: 2.5rem;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
}
.card-button {
  display: inline-block;
  width: auto;
  padding: 0.75rem 4.5rem;
  border-radius: 9999px;
  animation: pulse 2s infinite;
}
.offer-card {
  text-align: center;
}
.card-button,
.hero-section,
.main-footer,
h2,
.main-footer p {
  text-align: center;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/Inter_18pt-Regular.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/Inter_18pt-Bold.woff2") format("woff2");
}
:root {
  --font-family-base: "Inter", sans-serif;
  --color-primary: #047857;
  --color-primary-dark: #065f46;
  --color-white: #fff;
  --color-body-bg: #f0f4f8;
  --color-text: #1e293b;
  --color-secondary-text: #334155;
  --color-light-bg: #f3f4f6;
  --color-border: #cbd5e1;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-family-base);
  background-color: var(--color-body-bg);
  color: var(--color-text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}
section {
  padding: 6rem 0;
}
h1 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}
h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}
.terms-section h3,
h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
.text-small,
h4 {
  font-size: 0.875rem;
}
h4 {
  font-weight: 700;
}
p {
  font-size: 1.125rem;
  color: var(--color-secondary-text);
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
ol,
ul {
  list-style-position: inside;
  padding: 0;
}
.text-gradient {
  background-image: linear-gradient(
    to right,
    var(--color-primary-dark),
    var(--color-primary)
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-small {
  line-height: 1.25rem;
}
.text-x-small {
  font-size: 0.75rem;
  line-height: 1rem;
}
.hero-section {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section {
  background-color: var(--color-white);
}
.offers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.offer-card {
  background: transparent;
  border: 2px solid #047857;
  color: #047857;
  min-height: 300px;
  background-color: var(--color-white);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
  animation: slideUp 0.8s ease-out forwards;
}
.offer-card:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: translateY(-0.5rem);
}
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.card-header img {
  width: 64px;
  height: 64px;
  aspect-ratio: 1 / 1;
}
img {
  height: auto;
  max-width: 100%;
}
.card-info {
  color: var(--color-secondary-text);
  margin-bottom: 1.5rem;
}
.card-info li {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.card-info svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  color: var(--color-primary);
}
.lender-info {
  margin-top: 1.5rem;
  background-color: var(--color-light-bg);
  padding: 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  color: var(--color-text);
}
.faq-item,
.terms-section {
  background: transparent;
  border: 2px solid #047857;
  color: #047857;
  background-color: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.lender-info h4 {
  margin-bottom: 0.5rem;
}
.lender-info li,
.lender-info ul {
  margin-top: 0.25rem;
}
.lender-info li span {
  font-weight: 400;
}
.faq-list {
  max-width: 48rem;
  margin: 0 auto;
}
.faq-item {
  padding: 1.5rem;
  margin-top: 1rem;
}
.faq-item:first-child {
  margin-top: 0;
}
.faq-summary {
  padding: 0.5rem 0;
  outline: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
  color: var(--color-text);
}
.faq-summary::-webkit-details-marker {
  display: none;
}
.faq-summary::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7" /></svg>');
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.3s;
}
.faq-item[open] .faq-summary::after {
  transform: rotate(180deg);
}
.faq-content {
  padding-top: 1rem;
  color: var(--color-secondary-text);
}
.terms-section {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1.5rem;
}
.terms-section h3 {
  color: #1e293b;
}
.terms-section hr {
  border: 0;
  border-top: 1px solid var(--color-border);
  margin: 1.5rem 0;
}
.main-footer {
  background-color: #1f2937;
  color: #fff;
  padding: 1.5rem 0;
}
.main-footer p {
  color: #fff;
  font-size: 0.875rem;
  margin-top: 1.5rem;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.footer-summary {
  font-size: 0.875rem;
  color: #fff;
  transition: color 0.3s;
  padding: 0.5rem 0;
}
.footer-content {
  padding-top: 1rem;
  color: #cbd5e1;
  font-size: 0.75rem;
  text-align: left;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
a:focus,
button:focus,
summary:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.75rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  .hero-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .offers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-links {
    flex-direction: row;
    gap: 2rem;
  }
  .faq-item,
  .terms-section {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  .offers-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.card-header img {
  width: 64px;
  height: 64px;
}
.footer-link {
  font-size: 0.875rem;
  color: #fff;
  transition: color 0.3s;
  padding: 0.5rem 0;
  text-decoration: none;
}
.footer-link:focus,
.footer-link:hover {
  color: #34d399;
  outline: 0;
}
.content-page {
  padding: 4rem 1rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}
.content-page h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.content-page p {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media (max-width: 480px) {
  h1 {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.footer-item {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0;
}
.footer-summary {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-summary::-webkit-details-marker {
  display: none;
}
.footer-summary::after {
  content: "▼";
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}
.footer-item[open] .footer-summary::after {
  transform: rotate(180deg);
}
.footer-content {
  padding-top: 0.5rem;
  color: #cbd5e1;
  font-size: 0.75rem;
  line-height: 1.4;
}
.footer-accordion {
  max-width: 600px;
  margin: 1.5rem auto;
  text-align: left;
}
.footer-accordion details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.75rem 0;
}
.footer-accordion summary {
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  color: #f9fafb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-accordion summary::-webkit-details-marker {
  display: none;
}
.footer-accordion summary::after {
  content: "›";
  font-size: 1rem;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
  color: #9ca3af;
}
.footer-accordion details[open] summary::after {
  transform: rotate(-90deg);
}
.footer-accordion p {
  font-size: 0.85rem;
  color: #d1d5db;
  margin-top: 0.5rem;
  line-height: 1.5;
}
.footer-copy {
  font-size: 0.8rem;
  color: #9ca3af;
  margin-top: 1.5rem;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .footer-accordion summary {
    text-align: center;
    justify-content: center;
  }
  .footer-accordion summary::after {
    content: "";
  }
  .footer-accordion p {
    text-align: center;
  }
}
.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 2rem 1rem;
  box-sizing: border-box;
}
.hero-section > .container {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 900px;
  text-align: center;
}
.hero-section > .logo-badge {
  flex: 0 0 auto;
  margin-bottom: 0.5rem;
}
@media (max-width: 480px) {
  .hero-section {
    flex-direction: column;
    align-items: center;
    padding: 1.25rem 1rem;
    min-height: auto;
  }
  .hero-section > .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.42rem 0.9rem;
    font-size: 0.92rem;
    width: auto;
    max-width: 320px;
    white-space: nowrap;
    animation: none;
    box-sizing: border-box;
  }
}
.company-title {
  color: var(--title-color, var(--color-text));
}
.offer-card .offer-text {
  pointer-events: none;
}

.offer-card a {
  position: relative;
  z-index: 10;
}
