body {
  background: radial-gradient(circle at 12% 8%, rgba(169, 104, 255, 0.15), transparent 24rem), radial-gradient(circle at 92% 32%, rgba(105, 230, 194, 0.12), transparent 30rem), #090b18;
}

body > header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 11, 24, 0.86);
  backdrop-filter: blur(18px);
}

main {
  width: 100%;
  max-width: none;
  margin-top: 16px;
}

.freshers-page {
  --page-gutter: clamp(22px, 5vw, 72px);
  overflow: hidden;
  border-radius: 28px;
  background: #101939;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.freshers-hero,
.freshers-section,
.freshers-final {
  box-sizing: border-box;
}

.freshers-hero {
  position: relative;
  display: block;
  min-height: auto;
  padding: clamp(26px, 4vw, 58px) var(--page-gutter) clamp(58px, 7vw, 100px);
  isolation: isolate;
  text-align: left;
  background: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(135deg, #090b18, #131a44 68%, #22245b);
  background-size: 42px 42px, 42px 42px, auto;
}
.freshers-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  z-index: -1;
  background: linear-gradient(transparent, rgba(169, 104, 255, 0.09));
}

.freshers-hero-copy {
  position: relative;
  z-index: 2;
}

.freshers-hero .freshers-intro {
  max-width: 720px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.6;
}

.freshers-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin-top: 30px;
}

.freshers-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 175px;
  padding: 28px;
  border: 2px solid transparent;
  border-radius: 26px;
  overflow: hidden;
  font-family: "JetBrains Mono", "Inconsolata", monospace;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.freshers-button .freshers-button-label {
  align-self: flex-end;
  max-width: 80%;
  font-size: clamp(19px, 2vw, 28px);
  line-height: 1.1;
}
.freshers-button .freshers-button-arrow {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 30px;
  transition: transform 0.18s ease;
}
.freshers-button:hover, .freshers-button:focus-visible {
  transform: translateY(-3px);
}
.freshers-button:hover .freshers-button-arrow, .freshers-button:focus-visible .freshers-button-arrow {
  transform: translate(2px, -2px);
}

.freshers-button-discord {
  color: #ffffff;
  background: linear-gradient(110deg, #5865f2, #4752c4);
  box-shadow: 0 14px 35px rgba(88, 101, 242, 0.28);
}
.freshers-button-discord .freshers-button-arrow {
  color: #4752c4;
  background: rgba(255, 255, 255, 0.88);
}
.freshers-button-discord:hover, .freshers-button-discord:focus-visible {
  background: linear-gradient(110deg, #6571f5, #5865f2);
  box-shadow: 0 18px 40px rgba(88, 101, 242, 0.4);
}

.freshers-button-whatsapp {
  color: #071b10;
  background: linear-gradient(110deg, #25d366, #1fba59);
  box-shadow: 0 14px 35px rgba(37, 211, 102, 0.25);
}
.freshers-button-whatsapp .freshers-button-arrow {
  color: #0b6b31;
  background: rgba(255, 255, 255, 0.78);
}
.freshers-button-whatsapp:hover, .freshers-button-whatsapp:focus-visible {
  background: linear-gradient(110deg, #36dd75, #25d366);
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.38);
}

.freshers-button-quiet {
  color: #090b18;
  border-color: rgba(255, 255, 255, 0.08);
  background: #fbf8f3;
}
.freshers-button-quiet .freshers-button-arrow {
  color: #fbf8f3;
  background: #090b18;
}
.freshers-button-quiet:hover, .freshers-button-quiet:focus-visible {
  background: #ffffff;
}

.freshers-marquee {
  --freshers-marquee-gap: 20px;
  overflow: hidden;
  color: #090b18;
  background: #ffe277;
  font-family: "JetBrains Mono", "Inconsolata", monospace;
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 700;
  white-space: nowrap;
}
.freshers-marquee:hover .freshers-marquee-track {
  animation-play-state: paused;
}
.freshers-marquee i {
  color: #793fd8;
  font-style: normal;
}

.freshers-marquee-track {
  display: flex;
  width: max-content;
  animation: freshers-marquee-scroll 20s linear infinite;
  will-change: transform;
}

.freshers-marquee-group {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: space-around;
  gap: var(--freshers-marquee-gap);
  width: max-content;
  min-width: 100vw;
  box-sizing: border-box;
  padding: 20px calc(var(--freshers-marquee-gap) / 2);
}

@keyframes freshers-marquee-scroll {
  to {
    transform: translateX(-50%);
  }
}
.freshers-section {
  padding: clamp(72px, 9vw, 130px) var(--page-gutter);
}

.freshers-section-heading {
  max-width: 850px;
}
.freshers-section-heading h2 {
  margin: 10px 0 18px;
  font-size: clamp(38px, 5.5vw, 74px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.freshers-section-heading > p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
}

.freshers-heading-row {
  display: block;
  max-width: none;
  margin-bottom: 38px;
}
.freshers-heading-row .freshers-heading-note {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 17px;
  text-align: left;
}

.freshers-events {
  padding-top: clamp(38px, 5vw, 64px);
  padding-bottom: clamp(32px, 4vw, 56px);
  background: radial-gradient(circle at 94% 15%, rgba(255, 124, 134, 0.14), transparent 25rem), #2f3c63;
}

.freshers-countdown {
  display: grid;
  place-items: center;
  padding-top: clamp(28px, 4vw, 48px);
  padding-bottom: clamp(28px, 4vw, 48px);
  text-align: center;
  background: radial-gradient(circle at 92% 20%, rgba(255, 226, 119, 0.22), transparent 28rem), #090b18;
}
.freshers-countdown p {
  margin: 0;
  color: #ffffff;
  font-family: "JetBrains Mono", "Inconsolata", monospace;
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
}
.freshers-countdown p strong {
  color: #ffe277;
}

.freshers-events-carousel {
  position: relative;
}

.freshers-events-empty {
  display: flex;
  align-items: center;
  gap: clamp(22px, 4vw, 44px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(9, 11, 24, 0.32);
}
.freshers-events-empty > img {
  width: clamp(74px, 10vw, 118px);
  height: clamp(74px, 10vw, 118px);
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: contain;
}
.freshers-events-empty h3 {
  margin: 0 0 8px;
  color: #69e6c2;
  font-size: clamp(22px, 3vw, 34px);
}
.freshers-events-empty p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.freshers-events-track {
  display: flex;
  gap: clamp(18px, 2.4vw, 34px);
  overflow-x: auto;
  padding: 2px 0 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.freshers-events-track::-webkit-scrollbar {
  display: none;
}
.freshers-events-track:focus-visible {
  outline: 3px solid #ffe277;
  outline-offset: 8px;
}

.freshers-event-card {
  display: flex;
  flex: 0 0 calc((100% - 2 * clamp(18px, 2.4vw, 34px)) / 3);
  flex-direction: column;
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.freshers-event-card h3 {
  min-height: 2.45em;
  margin: 0 0 10px;
  color: #69e6c2;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.freshers-event-cover {
  display: block;
  width: 100%;
  max-width: none;
  aspect-ratio: 16/9;
  border-radius: 18px;
  object-fit: cover;
  background: #101939;
}

.freshers-event-details {
  display: grid;
  gap: 9px;
  margin: 18px 0 16px;
}
.freshers-event-details div {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
}
.freshers-event-details dt,
.freshers-event-details dd {
  margin: 0;
}
.freshers-event-details dt {
  color: #ffe277;
}
.freshers-event-details dt svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.freshers-event-details dd {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.35;
}

.freshers-event-description {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.55;
}

.freshers-carousel-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.freshers-carousel-controls button {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #ffe277;
  background: transparent;
  cursor: pointer;
}
.freshers-carousel-controls button svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.freshers-carousel-controls button:hover, .freshers-carousel-controls button:focus-visible {
  color: #090b18;
  background: #ffe277;
}
.freshers-carousel-controls button:disabled {
  opacity: 0.28;
  cursor: default;
  color: #ffe277;
  background: transparent;
}

.freshers-calendar-link {
  display: inline-block;
  margin-top: 18px;
  color: #ffe277;
  font-family: "JetBrains Mono", "Inconsolata", monospace;
  font-size: 16px;
  font-weight: 700;
}

.freshers-calendar {
  display: grid;
  grid-template-columns: clamp(110px, 12vw, 160px) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 2.5vw, 32px);
  max-width: 1120px;
  margin: clamp(32px, 4vw, 56px) auto 0;
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(9, 11, 24, 0.3);
}
.freshers-calendar .freshers-calendar-preview {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  border-radius: 10px;
}

.freshers-calendar-copy {
  min-width: 0;
}
.freshers-calendar-copy h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(20px, 2.2vw, 30px);
  letter-spacing: -0.025em;
}
.freshers-calendar-copy p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.55;
}

.freshers-calendar-open {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 54px;
  padding: 0 10px 0 20px;
  border-radius: 999px;
  color: #090b18;
  background: #ffe277;
  font-family: "JetBrains Mono", "Inconsolata", monospace;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.freshers-calendar-open span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #ffe277;
  background: #090b18;
}
.freshers-calendar-open svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.freshers-calendar-open:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}
@media (hover: hover) {
  .freshers-calendar-open:hover {
    color: #ffe277;
    background: #090b18;
  }
  .freshers-calendar-open:hover span {
    color: #090b18;
    background: #ffe277;
  }
}

.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;
}

.freshers-steps {
  background: #090b18;
}
.freshers-steps .freshers-section-heading {
  max-width: none;
}
.freshers-steps .freshers-section-heading > p {
  max-width: none;
}

.freshers-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.freshers-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 22px;
  color: #090b18;
  transition: transform 0.2s ease;
}
.freshers-card:hover {
  transform: translateY(-6px) rotate(-0.5deg);
}
.freshers-card h3 {
  margin: 44px 0 10px;
  color: #090b18;
  font-size: clamp(25px, 2.4vw, 34px);
}
.freshers-card p {
  flex: 1;
  color: rgba(9, 11, 24, 0.76);
  font-size: 16px;
}
.freshers-card a {
  color: #090b18;
  font-family: "JetBrains Mono", "Inconsolata", monospace;
  font-weight: 700;
}

.freshers-card-purple {
  background: #9d68dc;
}

.freshers-card-mint {
  background: #69e6c2;
}

.freshers-card-yellow {
  background: #ffe277;
}

.freshers-card-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(9, 11, 24, 0.32);
  border-radius: 50%;
  font-family: "JetBrains Mono", "Inconsolata", monospace;
  font-weight: 700;
}

.freshers-split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(400px, 1.15fr);
  gap: clamp(50px, 8vw, 120px);
  background: #fbf8f3;
}
.freshers-split h2,
.freshers-split h3,
.freshers-split p {
  color: #090b18;
}

.freshers-split-intro h2 {
  margin: 0 0 22px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.freshers-split-intro > p {
  color: #4f5262;
  font-size: 18px;
}
.freshers-split-intro > a {
  display: inline-block;
  margin-top: 20px;
  color: #793fd8;
  font-family: "JetBrains Mono", "Inconsolata", monospace;
  font-weight: 700;
}

.freshers-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.freshers-benefits article {
  display: flex;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #ded9e4;
  border-radius: 18px;
  background: #ffffff;
}
.freshers-benefits article > .freshers-benefit-icon {
  display: block;
  align-self: flex-start;
  width: 56px;
  height: 56px;
  margin: 0 0 24px;
  object-fit: contain;
  object-position: left top;
}
.freshers-benefits article > .freshers-benefit-emoji {
  display: flex;
  align-items: center;
  align-self: flex-start;
  width: 56px;
  height: 56px;
  margin: 0 0 24px;
  font-size: 34px;
  line-height: 1;
}
.freshers-benefits article > div {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.freshers-benefits article h3 {
  margin-bottom: 7px;
  font-size: 20px;
}
.freshers-benefits article p {
  margin: 0;
  color: #5d6070;
  font-size: 14px;
}
.freshers-benefits article a {
  align-self: flex-start;
  margin-top: 18px;
  color: #793fd8;
  font-family: "JetBrains Mono", "Inconsolata", monospace;
  font-size: 14px;
  font-weight: 700;
}

.freshers-faq {
  background: #101939;
}

.freshers-faq-list {
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.freshers-faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
}
.freshers-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 4px;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
  font-family: "JetBrains Mono", "Inconsolata", monospace;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
}
.freshers-faq-list summary::-webkit-details-marker {
  display: none;
}
.freshers-faq-list summary span {
  color: #69e6c2;
  font-size: 28px;
  transition: transform 0.18s ease;
}
.freshers-faq-list details[open] summary span {
  transform: rotate(45deg);
}
.freshers-faq-list details p {
  margin: -4px 4px 24px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
}

.freshers-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  padding: clamp(70px, 9vw, 120px) var(--page-gutter);
  background: radial-gradient(circle at 86% 18%, rgba(190, 142, 255, 0.34), transparent 22rem), linear-gradient(125deg, #241147, #793fd8 58%, #9d68dc);
}
.freshers-final h2 {
  max-width: 900px;
  margin: 12px 0 16px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.freshers-final p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.freshers-final-copy {
  display: grid;
  grid-template-columns: clamp(100px, 11vw, 150px) minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(22px, 3vw, 40px);
}
.freshers-final-copy .freshers-final-tex {
  grid-row: 1/3;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: 180px;
  margin: 0;
  object-fit: contain;
}
.freshers-final-copy h2,
.freshers-final-copy p {
  grid-column: 2;
}

.freshers-final-actions {
  display: grid;
  gap: 12px;
  width: clamp(250px, 22vw, 330px);
}

.freshers-final-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 64px;
  box-sizing: border-box;
  padding: 16px 18px 16px 22px;
  border-radius: 16px;
  font-family: "JetBrains Mono", "Inconsolata", monospace;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 800;
  text-decoration: none;
}
.freshers-final-button span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  font-size: 18px;
}

.freshers-final-button-discord {
  color: #d9dcff;
  background: #5865f2;
}
.freshers-final-button-discord span {
  color: #5865f2;
  background: #d9dcff;
}
.freshers-final-button-discord:hover, .freshers-final-button-discord:focus-visible {
  color: #252b6d;
  background: #cfd3ff;
}
.freshers-final-button-discord:hover span, .freshers-final-button-discord:focus-visible span {
  color: #d9dcff;
  background: #5865f2;
}

.freshers-final-button-whatsapp {
  color: #c9f7da;
  background: #25d366;
}
.freshers-final-button-whatsapp span {
  color: #25d366;
  background: #c9f7da;
}
.freshers-final-button-whatsapp:hover, .freshers-final-button-whatsapp:focus-visible {
  color: #075e2b;
  background: #b9f5cf;
}
.freshers-final-button-whatsapp:hover span, .freshers-final-button-whatsapp:focus-visible span {
  color: #c9f7da;
  background: #128c4a;
}

body > footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #090b18;
}

@media only screen and (max-width: 1000px) {
  .freshers-event-card {
    flex-basis: calc((100% - clamp(18px, 2.4vw, 34px)) / 2);
  }
  .freshers-hero-copy {
    max-width: 800px;
  }
  .freshers-final {
    display: block;
  }
  .freshers-final-actions {
    width: min(100%, 420px);
    margin-top: 22px;
  }
  .freshers-card-grid {
    grid-template-columns: 1fr;
  }
  .freshers-card {
    min-height: 260px;
  }
  .freshers-split {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 650px) {
  main {
    margin-top: 8px;
  }
  .freshers-page {
    border-radius: 18px;
  }
  .freshers-hero h1 {
    font-size: clamp(48px, 15vw, 68px);
  }
  .freshers-intro {
    max-width: 92%;
  }
  .freshers-actions,
  .freshers-button {
    width: 100%;
    box-sizing: border-box;
  }
  .freshers-marquee {
    --freshers-marquee-gap: 16px;
    font-size: clamp(12px, 3.6vw, 15px);
  }
  .freshers-marquee-group {
    padding-block: 16px;
  }
  .freshers-event-card {
    flex-basis: 100%;
  }
  .freshers-event-card h3 {
    min-height: 0;
    font-size: 23px;
  }
  .freshers-benefits {
    grid-template-columns: 1fr;
  }
  .freshers-final h2 {
    font-size: clamp(42px, 12vw, 60px);
  }
}
.freshers-lockup {
  --freshers-hero-photo: radial-gradient(
    circle at 50% 45%,
    #27336d,
    #0d122d 72%
  );
  --freshers-logo-inset: clamp(16px, 3vw, 42px);
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: none;
  height: clamp(470px, 70svh, 680px);
  margin: 0;
  border-radius: clamp(28px, 4vw, 54px);
  overflow: hidden;
  isolation: isolate;
  background-image: linear-gradient(rgba(9, 11, 24, 0.1), rgba(9, 11, 24, 0.45)), var(--freshers-hero-photo);
  background-position: center 62%;
  background-size: cover;
}
.freshers-lockup::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  box-shadow: inset 0 0 90px rgba(9, 11, 24, 0.28);
  pointer-events: none;
}
.freshers-lockup > .freshers-campaign-lockup {
  position: absolute;
  inset: var(--freshers-logo-inset);
  z-index: 2;
  display: block;
  width: calc(100% - 2 * var(--freshers-logo-inset));
  height: calc(100% - 2 * var(--freshers-logo-inset));
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(9, 11, 24, 0.38));
}

.freshers-hero-lower {
  display: block;
  padding-top: clamp(34px, 5vw, 68px);
}

.freshers-hero-lower .freshers-hero-copy {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: auto;
  max-width: none;
  margin: 0;
  padding-right: clamp(12px, 2vw, 28px);
}

.freshers-hero-lower .freshers-intro {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.75;
}

.freshers-hero-lower .freshers-actions {
  --freshers-cta-gap: clamp(10px, 1.25vw, 16px);
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(190px, 0.95fr) minmax(0, 1.75fr);
  grid-template-rows: minmax(0, 0.8fr) repeat(2, minmax(0, 1fr));
  gap: var(--freshers-cta-gap);
  min-height: clamp(330px, 28vw, 390px);
  margin: 0;
}

.freshers-hero-lower .freshers-button {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  padding: clamp(20px, 2vw, 26px);
  border-radius: 23px;
  box-shadow: none;
  transition: none;
}
.freshers-hero-lower .freshers-button .freshers-button-label {
  position: relative;
  z-index: 2;
  font-size: clamp(32px, 2.4vw, 44px);
}
.freshers-hero-lower .freshers-button .freshers-button-arrow {
  top: 16px;
  right: 16px;
  width: 54px;
  height: 54px;
  box-sizing: border-box;
  z-index: 2;
  border: 0;
  color: #090b18;
  background: rgba(255, 255, 255, 0.9);
  transition: none;
}
.freshers-hero-lower .freshers-button .freshers-button-arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.freshers-hero-lower .freshers-button .freshers-button-doodle {
  position: absolute;
  z-index: 1;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.32;
  pointer-events: none;
}
.freshers-hero-lower .freshers-button .freshers-button-doodle-discord-chat {
  top: 12px;
  left: 28px;
  width: 80px;
  transform: rotate(-4deg);
}
.freshers-hero-lower .freshers-button .freshers-button-doodle-discord-squiggle {
  top: 84px;
  left: 49%;
  width: 50px;
  transform: rotate(7deg);
}
.freshers-hero-lower .freshers-button .freshers-button-doodle-whatsapp-phone {
  top: 34px;
  left: 22px;
  width: 72px;
  transform: rotate(-5deg);
}
.freshers-hero-lower .freshers-button .freshers-button-doodle-whatsapp-squiggle {
  top: 38%;
  right: 22px;
  width: 44px;
  transform: rotate(8deg);
}
.freshers-hero-lower .freshers-button .freshers-button-doodle-instagram-camera {
  top: 22px;
  left: 24px;
  width: 68px;
  transform: rotate(-5deg);
}
.freshers-hero-lower .freshers-button .freshers-button-doodle-instagram-sparkles {
  top: 36%;
  right: 24px;
  width: 54px;
  transform: rotate(6deg);
}
.freshers-hero-lower .freshers-button .freshers-button-doodle-events-drink {
  top: 24px;
  left: 32px;
  width: 92px;
  transform: rotate(-7deg);
}
.freshers-hero-lower .freshers-button .freshers-button-doodle-events-exclamations {
  top: 80px;
  left: 52%;
  width: 80px;
  transform: rotate(5deg);
}
.freshers-hero-lower .freshers-button:hover, .freshers-hero-lower .freshers-button:focus-visible {
  transform: none;
}
.freshers-hero-lower .freshers-button:hover .freshers-button-arrow, .freshers-hero-lower .freshers-button:focus-visible .freshers-button-arrow {
  transform: none;
}

.freshers-hero-lower .freshers-button-discord {
  grid-column: 1;
  grid-row: 2;
  color: #d9dcff;
  background-color: #5865f2;
  background-image: none;
}
.freshers-hero-lower .freshers-button-discord .freshers-button-arrow {
  color: #5865f2;
  background-color: #d9dcff;
}
.freshers-hero-lower .freshers-button-discord:hover, .freshers-hero-lower .freshers-button-discord:focus-visible {
  color: #252b6d;
  background-color: #cfd3ff;
  box-shadow: none;
}
.freshers-hero-lower .freshers-button-discord:hover .freshers-button-arrow, .freshers-hero-lower .freshers-button-discord:focus-visible .freshers-button-arrow {
  color: #d9dcff;
  background-color: #5865f2;
}

.freshers-hero-lower .freshers-button-discord .freshers-button-label,
.freshers-hero-lower .freshers-button-instagram .freshers-button-label {
  font-size: clamp(24px, 2vw, 34px);
}

.freshers-hero-lower .freshers-button-whatsapp {
  grid-column: 2;
  grid-row: 1/4;
  color: #c9f7da;
  background-color: #25d366;
  background-image: none;
}
.freshers-hero-lower .freshers-button-whatsapp .freshers-button-arrow {
  color: #0b6b31;
  background-color: #c9f7da;
}
.freshers-hero-lower .freshers-button-whatsapp:hover, .freshers-hero-lower .freshers-button-whatsapp:focus-visible {
  color: #075e2b;
  background-color: #b9f5cf;
  box-shadow: none;
}
.freshers-hero-lower .freshers-button-whatsapp:hover .freshers-button-arrow, .freshers-hero-lower .freshers-button-whatsapp:focus-visible .freshers-button-arrow {
  color: #c9f7da;
  background-color: #128c4a;
}

.freshers-hero-lower .freshers-button-instagram {
  grid-column: 1;
  grid-row: 3;
  color: #ffe2f0;
  background-color: #c13584;
  background-image: none;
}
.freshers-hero-lower .freshers-button-instagram .freshers-button-arrow {
  color: #9b2867;
  background-color: #ffe2f0;
}
.freshers-hero-lower .freshers-button-instagram:hover, .freshers-hero-lower .freshers-button-instagram:focus-visible {
  color: #7e2054;
  background-color: #ffd1e6;
  box-shadow: none;
}
.freshers-hero-lower .freshers-button-instagram:hover .freshers-button-arrow, .freshers-hero-lower .freshers-button-instagram:focus-visible .freshers-button-arrow {
  color: #ffe2f0;
  background-color: #9b2867;
}

.freshers-hero-lower .freshers-button-quiet {
  grid-column: 3;
  grid-row: 1/4;
  background-color: #fbf8f3;
}
.freshers-hero-lower .freshers-button-quiet .freshers-button-arrow {
  color: #fbf8f3;
  background-color: #090b18;
}
.freshers-hero-lower .freshers-button-quiet:hover, .freshers-hero-lower .freshers-button-quiet:focus-visible {
  color: #090b18;
  background-color: #ffe277;
  box-shadow: none;
}
.freshers-hero-lower .freshers-button-quiet:hover .freshers-button-arrow, .freshers-hero-lower .freshers-button-quiet:focus-visible .freshers-button-arrow {
  color: #ffe277;
  background-color: #090b18;
}

@media only screen and (max-width: 760px) {
  .freshers-hero {
    padding: 22px 18px 60px;
  }
  .freshers-calendar {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    border-radius: 18px;
  }
  .freshers-calendar-copy h3 {
    font-size: 19px;
  }
  .freshers-calendar-copy p {
    font-size: 13px;
  }
  .freshers-calendar-open {
    grid-column: 1/-1;
    width: 100%;
    box-sizing: border-box;
  }
  .freshers-lockup {
    --freshers-logo-inset: 8px;
    height: clamp(175px, 42vw, 220px);
    border-radius: 18px;
    background-position: center 66%;
  }
  .freshers-lockup > .freshers-campaign-lockup {
    max-width: none;
    max-height: none;
  }
  .freshers-final-copy {
    display: block;
  }
  .freshers-final-copy .freshers-final-tex {
    width: 82px;
    height: 82px;
    margin-bottom: 18px;
  }
  .freshers-hero-lower {
    display: block;
    min-height: 0;
    padding-top: 18px;
  }
  .freshers-hero-lower .freshers-hero-copy {
    grid-column: 1/-1;
    grid-row: auto;
    width: auto;
    max-width: none;
    margin-bottom: 16px;
  }
  .freshers-hero-lower .freshers-intro {
    font-size: 17px;
    line-height: 1.8;
  }
  .freshers-hero-lower .freshers-actions {
    --freshers-cta-gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: var(--freshers-cta-gap);
    min-height: 0;
    margin-top: 0;
  }
  .freshers-hero-lower .freshers-button {
    grid-column: auto;
    grid-row: auto;
    min-height: 164px;
  }
  .freshers-hero-lower .freshers-button .freshers-button-label {
    font-size: 28px;
  }
  .freshers-hero-lower .freshers-button .freshers-button-doodle {
    opacity: 0.38;
  }
  .freshers-hero-lower .freshers-button .freshers-button-doodle-discord-chat {
    display: none;
  }
  .freshers-hero-lower .freshers-button .freshers-button-doodle-whatsapp-phone {
    top: 40px;
    right: 180px;
    left: auto;
    display: block;
    width: 50px;
  }
  .freshers-hero-lower .freshers-button .freshers-button-doodle-discord-squiggle {
    display: none;
  }
  .freshers-hero-lower .freshers-button .freshers-button-doodle-whatsapp-squiggle {
    top: 40px;
    right: 49px;
    left: auto;
    display: block;
    width: 35px;
  }
  .freshers-hero-lower .freshers-button .freshers-button-doodle-instagram-camera {
    top: 25px;
    left: 24px;
    width: 58px;
  }
  .freshers-hero-lower .freshers-button .freshers-button-doodle-instagram-sparkles {
    top: 48px;
    right: 72px;
    width: 42px;
  }
  .freshers-hero-lower .freshers-button .freshers-button-doodle-events-drink {
    top: 18px;
    left: 24px;
    width: 72px;
  }
  .freshers-hero-lower .freshers-button .freshers-button-doodle-events-exclamations {
    top: 40px;
    left: 60%;
    width: 60px;
  }
  .freshers-hero-lower .freshers-button .freshers-button-arrow {
    top: 13px;
    right: 13px;
    width: 46px;
    height: 46px;
  }
  .freshers-hero-lower .freshers-button .freshers-button-arrow svg {
    width: 21px;
    height: 21px;
  }
  .freshers-hero-lower .freshers-button-discord,
  .freshers-hero-lower .freshers-button-whatsapp {
    aspect-ratio: 1.12/1;
    min-height: 0;
  }
  .freshers-hero-lower .freshers-button-discord .freshers-button-label,
  .freshers-hero-lower .freshers-button-whatsapp .freshers-button-label {
    font-size: 20px;
  }
  .freshers-hero-lower .freshers-button-instagram {
    grid-column: 1/-1;
    min-height: 164px;
  }
  .freshers-hero-lower .freshers-button-instagram .freshers-button-label {
    font-size: 28px;
  }
  .freshers-hero-lower .freshers-button-quiet {
    grid-column: 1/-1;
    min-height: 210px;
    margin-top: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .freshers-button,
  .freshers-button span,
  .freshers-card,
  .freshers-faq-list summary span {
    transition: none;
  }
  .freshers-events-track {
    scroll-behavior: auto;
  }
  .freshers-marquee-track {
    width: 100%;
    animation: none;
    transform: none;
    will-change: auto;
  }
  .freshers-marquee-group {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    white-space: normal;
  }
  .freshers-marquee-group[aria-hidden=true] {
    display: none;
  }
}

/*# sourceMappingURL=freshers.css.map */