.resources-hub-hero {
  padding: 62px 0 58px;
  background: linear-gradient(145deg, #eaf8f5 0%, #fffaf1 64%, #ffffff 100%);
}
.resources-hub-hero-inner { max-width: 880px; }
.resources-hub-hero h1 {
  max-width: 850px;
  margin: 10px 0 18px;
  color: #17383a;
  font-size: clamp(2.35rem, 5.4vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -.052em;
}
.resources-hub-hero p {
  max-width: 760px;
  margin: 0;
  color: #52686a;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.72;
}
.resources-library { padding: 70px 0 76px; }
.resources-library-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}
.resources-library-heading > div > span {
  color: #0e7472;
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.resources-library-heading h2 {
  margin: 8px 0 0;
  color: #17383a;
  font-size: clamp(1.85rem, 3.5vw, 2.8rem);
  letter-spacing: -.035em;
}
.resources-library-heading > p {
  max-width: 470px;
  margin: 0;
  color: #66797b;
  line-height: 1.65;
}
.resource-list-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .32fr);
  gap: 36px;
  padding: 32px;
  border: 1px solid #d7e8e5;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(31, 66, 68, .09);
}
.resource-subject-badge {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e5f4f1;
  color: #0e7472;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .09em;
}
.resource-list-main h3 {
  margin: 14px 0 10px;
  color: #17383a;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}
.resource-list-main > p {
  max-width: 760px;
  margin: 0;
  color: #5a6f71;
  line-height: 1.72;
}
.resource-list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 20px 0 0;
  padding: 0;
  color: #516a6c;
  font-size: .9rem;
  list-style: none;
}
.resource-list-meta li::before { content: "✓"; margin-right: 7px; color: #0e7472; font-weight: 800; }
.resource-list-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 32px;
  border-left: 1px solid #e0ebea;
}
.resource-list-action > strong { color: #17383a; font-size: 1.55rem; }
.resource-list-action > span { margin: 2px 0 20px; color: #6a7d7f; font-size: .86rem; }
.resource-list-action .button { text-align: center; }
.free-delivery-process { padding: 70px 0 78px; background: #f1f8f7; }
.free-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.free-process-grid li {
  display: flex;
  gap: 16px;
  padding: 23px;
  border: 1px solid #d8e7e5;
  border-radius: 18px;
  background: #fff;
}
.free-process-grid li > b {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e5f4f1;
  color: #0e7472;
}
.free-process-grid strong, .free-process-grid span { display: block; }
.free-process-grid strong { color: #17383a; }
.free-process-grid span { margin-top: 5px; color: #647779; font-size: .9rem; line-height: 1.5; }

.resource-access-card {
  padding: 28px;
  border: 1px solid rgba(14, 116, 114, .2);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(34, 70, 72, .12);
}
.resource-access-card > span {
  color: #0e7472;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .1em;
}
.resource-access-card h2 { margin: 8px 0 7px; color: #17383a; font-size: 1.6rem; }
.resource-access-card > p { margin: 0 0 20px; color: #607375; line-height: 1.6; }
.resource-access-form { display: grid; gap: 14px; }
.resource-access-form label > span {
  display: block;
  margin-bottom: 6px;
  color: #2d494b;
  font-size: .86rem;
  font-weight: 700;
}
.resource-access-form input,
.resource-access-form select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #cddcda;
  border-radius: 12px;
  background: #fff;
  color: #17383a;
  font: inherit;
}
.resource-access-form input:focus,
.resource-access-form select:focus {
  outline: 3px solid rgba(14, 116, 114, .14);
  border-color: #0e7472;
}
.resource-access-form .hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.resource-consent {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
}
.resource-consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.resource-consent > span { margin: 0 !important; color: #5e7375 !important; font-weight: 500 !important; line-height: 1.5; }
.resource-access-submit { width: 100%; min-height: 50px; margin-top: 2px; }
.resource-access-note { margin: 0; color: #728385; font-size: .78rem; line-height: 1.5; text-align: center; }
.resource-access-note a { color: #0e7472; }
.resource-access-message {
  margin: 4px 0 0;
  padding: 12px 13px;
  border-radius: 10px;
  font-size: .88rem;
  line-height: 1.5;
}
.resource-access-message[data-type="error"] { background: #fff0ed; color: #9b3427; }
.resource-access-message[data-type="success"] { background: #eaf7f2; color: #17654d; }
.resource-access-success {
  padding: 22px;
  border-radius: 18px;
  background: #eaf7f2;
  color: #245b4e;
}
.resource-access-success h3 { margin: 0 0 8px; color: #174c40; }
.resource-access-success p { margin: 0; line-height: 1.6; }
.resource-access-success a { color: #0e7472; font-weight: 800; }
.resource-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 16px;
  color: #627779;
  font-size: .8rem;
}
.resource-trust-row span::before { content: "✓"; margin-right: 6px; color: #0e7472; font-weight: 800; }

@media (max-width: 820px) {
  .resources-library-heading { align-items: start; flex-direction: column; }
  .resource-list-card { grid-template-columns: 1fr; }
  .resource-list-action { padding: 22px 0 0; border-top: 1px solid #e0ebea; border-left: 0; }
  .free-process-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .resources-hub-hero { padding: 42px 0 48px; }
  .resources-library, .free-delivery-process { padding: 52px 0 58px; }
  .resource-list-card, .resource-access-card { padding: 22px; border-radius: 20px; }
}
