@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .tamu-gpa-editorial, .tc-wp-content-root .tamu-gpa-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .tamu-gpa-editorial{
  --tamu-gpa-ink: #152235;
  --tamu-gpa-muted: #5d6b7c;
  --tamu-gpa-line: rgba(32, 82, 126, 0.14);
  --tamu-gpa-blue: #2168a8;
  --tamu-gpa-maroon: #742f38;
  --tamu-gpa-gold: #d9a441;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--tamu-gpa-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .tamu-gpa-editorial__section{
  width: 100%;
  max-width: 100%;
  padding: 86px 18px;
  overflow: hidden;
}.tc-wp-content-root .tamu-gpa-editorial__section--white{
  background: #fff;
}.tc-wp-content-root .tamu-gpa-editorial__section--blue{
  background:
    radial-gradient(circle at 12% 10%, rgba(217, 164, 65, 0.18), transparent 26%),
    linear-gradient(180deg, #f0f7ff 0%, #f7fbff 100%);
}.tc-wp-content-root .tamu-gpa-editorial__container{
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}.tc-wp-content-root .tamu-gpa-editorial__header{
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}.tc-wp-content-root .tamu-gpa-editorial__header h2{
  margin: 0;
  color: var(--tamu-gpa-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tamu-gpa-editorial__header h2 span{
  background: linear-gradient(135deg, #742f38 0%, #2168a8 58%, #d9a441 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .tamu-gpa-editorial__header p{
  margin: 14px auto 0;
  color: var(--tamu-gpa-muted);
  font-size: 1.02rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tamu-gpa-editorial__grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .tamu-gpa-editorial__card{
  --fg-a: #2168a8;
  --fg-b: #742f38;
  --fg-c: #d9a441;
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 254px;
  padding: 26px;
  border: 1px solid var(--tamu-gpa-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fg-a) 18%, transparent), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.78));
  box-shadow: 0 18px 48px rgba(27, 49, 76, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(24px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tamu-gpa-editorial__card:nth-child(1){ --fg-a: #2168a8; --fg-b: #742f38; --fg-c: #d9a441; }.tc-wp-content-root .tamu-gpa-editorial__card:nth-child(2){ --fg-a: #1f8a70; --fg-b: #2168a8; --fg-c: #d9a441; }.tc-wp-content-root .tamu-gpa-editorial__card:nth-child(3){ --fg-a: #8d4f9f; --fg-b: #742f38; --fg-c: #2168a8; }.tc-wp-content-root .tamu-gpa-editorial__card:nth-child(4){ --fg-a: #b45f32; --fg-b: #2168a8; --fg-c: #742f38; }.tc-wp-content-root .tamu-gpa-editorial__card:nth-child(5){ --fg-a: #2d7d9a; --fg-b: #d9a441; --fg-c: #742f38; }.tc-wp-content-root .tamu-gpa-editorial__card:nth-child(6){ --fg-a: #7a5cc8; --fg-b: #2168a8; --fg-c: #d9a441; }.tc-wp-content-root .tamu-gpa-editorial__card:nth-child(7){ --fg-a: #ad3f5f; --fg-b: #2168a8; --fg-c: #1f8a70; }.tc-wp-content-root .tamu-gpa-editorial__card:nth-child(8){ --fg-a: #4d6f42; --fg-b: #742f38; --fg-c: #d9a441; }.tc-wp-content-root .tamu-gpa-editorial__card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--fg-a) 8%, transparent), transparent 44%),
    linear-gradient(315deg, color-mix(in srgb, var(--fg-c) 10%, transparent), transparent 48%);
  opacity: 0.92;
  transition: opacity 0.25s ease;
}.tc-wp-content-root .tamu-gpa-editorial__card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg-a), var(--fg-b), var(--fg-c));
  transform: scaleX(0.18);
  transform-origin: left;
  opacity: 0.65;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.tc-wp-content-root .tamu-gpa-editorial__card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .tamu-gpa-editorial__card:hover{
  border-color: color-mix(in srgb, var(--fg-a) 42%, transparent);
  box-shadow: 0 24px 66px rgba(26, 48, 77, 0.16);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .tamu-gpa-editorial__card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .tamu-gpa-editorial__icon{
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 21px;
  border-radius: 16px;
  color: var(--fg-a);
  background: color-mix(in srgb, var(--fg-a) 12%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--fg-a) 14%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .tamu-gpa-editorial__icon i{
  font-size: 1.24rem;
  line-height: 1;
}.tc-wp-content-root .tamu-gpa-editorial__card:hover .tamu-gpa-editorial__icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-a), var(--fg-b));
  transform: translateY(-4px) rotate(-4deg) scale(1.05);
}.tc-wp-content-root .tamu-gpa-editorial__card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: var(--tamu-gpa-ink);
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--fg-a), var(--fg-b));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.28s ease;
}.tc-wp-content-root .tamu-gpa-editorial__card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .tamu-gpa-editorial__card p{
  margin: 15px 0 0;
  color: var(--tamu-gpa-muted);
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tamu-gpa-editorial__cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-b);
  font-size: 0.9rem;
  font-weight: 750;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tamu-gpa-editorial__card--intro:hover .tamu-gpa-editorial__cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tamu-gpa-editorial__card--tilt{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fg-a) 20%, transparent), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 255, 0.88));
}.tc-wp-content-root .tamu-gpa-editorial__card--process{
  padding-top: 34px;
}.tc-wp-content-root .tamu-gpa-editorial__step{
  position: absolute;
  top: 14px;
  right: 18px;
  max-width: calc(100% - 36px);
  color: color-mix(in srgb, var(--fg-a) 18%, transparent);
  font-size: 4.3rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.3s ease, color 0.3s ease;
}.tc-wp-content-root .tamu-gpa-editorial__card--process:hover .tamu-gpa-editorial__step{
  color: color-mix(in srgb, var(--fg-b) 26%, transparent);
  transform: translateY(-4px) scale(1.04);
}@media (min-width: 1200px) {.tc-wp-content-root .tamu-gpa-editorial__section{
    padding: 92px 24px;
  }.tc-wp-content-root .tamu-gpa-editorial__container{
    max-width: 1240px;
  }.tc-wp-content-root .tamu-gpa-editorial__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .tamu-gpa-editorial__section{
    padding: 78px 22px;
  }.tc-wp-content-root .tamu-gpa-editorial__container{
    max-width: 1040px;
  }.tc-wp-content-root .tamu-gpa-editorial__header p{
    font-size: 0.98rem;
  }.tc-wp-content-root .tamu-gpa-editorial__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .tamu-gpa-editorial__card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tamu-gpa-editorial__section{
    padding: 66px 18px;
  }.tc-wp-content-root .tamu-gpa-editorial__header{
    margin-bottom: 30px;
  }.tc-wp-content-root .tamu-gpa-editorial__header p{
    font-size: 0.95rem;
  }.tc-wp-content-root .tamu-gpa-editorial__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .tamu-gpa-editorial__card{
    min-height: 232px;
    padding: 22px;
  }.tc-wp-content-root .tamu-gpa-editorial__card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .tamu-gpa-editorial__card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tamu-gpa-editorial__section{
    padding: 52px 16px;
  }.tc-wp-content-root .tamu-gpa-editorial__header{
    margin-bottom: 25px;
  }.tc-wp-content-root .tamu-gpa-editorial__header p{
    font-size: 0.93rem;
    line-height: 1.62;
  }.tc-wp-content-root .tamu-gpa-editorial__grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .tamu-gpa-editorial__card{
    min-height: 0;
    padding: 21px;
  }.tc-wp-content-root .tamu-gpa-editorial__cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tamu-gpa-editorial__section{
    padding: 46px 14px;
  }.tc-wp-content-root .tamu-gpa-editorial__header{
    margin-bottom: 22px;
  }.tc-wp-content-root .tamu-gpa-editorial__header p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .tamu-gpa-editorial__grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .tamu-gpa-editorial__card{
    min-height: 0;
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .tamu-gpa-editorial__icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }.tc-wp-content-root .tamu-gpa-editorial__card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .tamu-gpa-editorial__card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .tamu-gpa-editorial__step{
    font-size: 3.45rem;
  }.tc-wp-content-root .tamu-gpa-editorial__cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tamu-gpa-editorial__section{
    padding: 40px 12px;
  }.tc-wp-content-root .tamu-gpa-editorial__header{
    margin-bottom: 20px;
  }.tc-wp-content-root .tamu-gpa-editorial__header p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .tamu-gpa-editorial__grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .tamu-gpa-editorial__card{
    min-height: 0;
    padding: 17px;
    border-radius: 16px;
  }.tc-wp-content-root .tamu-gpa-editorial__icon{
    width: 42px;
    height: 42px;
    margin-bottom: 17px;
    border-radius: 13px;
  }.tc-wp-content-root .tamu-gpa-editorial__icon i{
    font-size: 1.04rem;
  }.tc-wp-content-root .tamu-gpa-editorial__card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .tamu-gpa-editorial__card p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .tamu-gpa-editorial__step{
    top: 12px;
    right: 14px;
    font-size: 3rem;
  }.tc-wp-content-root .tamu-gpa-editorial__cta{
    opacity: 1;
    transform: none;
    font-size: 0.84rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .tamu-gpa-editorial__section{
    padding: 34px 10px;
  }.tc-wp-content-root .tamu-gpa-editorial__grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .tamu-gpa-editorial__card{
    min-height: 0;
    padding: 15px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .tamu-gpa-editorial__card, .tc-wp-content-root .tamu-gpa-editorial__card::after, .tc-wp-content-root .tamu-gpa-editorial__icon, .tc-wp-content-root .tamu-gpa-editorial__cta, .tc-wp-content-root .tamu-gpa-editorial__step{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .tamu-gpa-editorial__card{
    opacity: 1;
    transform: none !important;
  }}