@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Instrument+Sans:ital,opsz,wght@0,14..32,400..700;1,14..32,400..700&display=swap');

/* Figma hiringdesign/internships.html */
.figma-internships-root {
  --blue: #1a6ef5;
  --blue-dark: #1255cc;
  --teal: #12a58d;
  --teal-dark: #089997;
  --navy: #0d2a6e;
  --white: #ffffff;
  --off: #f5f7fb;
  --gray: #6b7280;
  --light: #e8edf7;
  --text: #111827;
  --border: #e4e9f2;
  --orange: #f97316;
  --gap: 6%;
  display: block;
  width: 100%;
  font-family: "Instrument Sans", system-ui, sans-serif;
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.figma-internships-root h1,
.figma-internships-root h2,
.figma-internships-root h3,
.figma-internships-root h4,
.figma-internships-root button {
  font-family: "DM Sans", sans-serif;
}

.figma-internships-root a.btn-hero-teal,
.figma-internships-root a.btn-hero-ghost,
.figma-internships-root a.btn-register-now,
.figma-internships-root a.btn-white,
.figma-internships-root a.btn-outline-white,
.figma-internships-root a.btn-apply-sm,
.figma-internships-root a.register-cta {
  text-decoration: none;
}

/* Hero */
.figma-internships-root .hero {
  background: linear-gradient(135deg, #0d2a6e 0%, #1a6ef5f2 55%, #0abfbc 100%);
  padding: 90px 6% 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.figma-internships-root .hero::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.figma-internships-root .hero::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}

.figma-internships-root .service-hero {
  text-align: start;
}

.figma-internships-root .hero-content {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.figma-internships-root .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 0.3rem 0.9rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}

.figma-internships-root .hero-badge::before {
  content: "🎓";
  font-size: 0.85rem;
}

.figma-internships-root .hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 1.1rem;
  margin-top: 0;
}

.figma-internships-root .hero h1 .accent {
  background: linear-gradient(90deg, #12a58d 0%, #76cbec 60%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.figma-internships-root .hero-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 500px;
  margin-top: 0;
}

.figma-internships-root .service-hero .hero-sub {
  margin-left: 0;
}

.figma-internships-root .hero-btns {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.figma-internships-root .btn-hero-teal {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  background: var(--teal);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 6px 20px rgba(18, 165, 141, 0.35);
}

.figma-internships-root .btn-hero-teal:hover {
  background: var(--teal-dark);
  transform: translateY(-2px);
}

.figma-internships-root .btn-hero-ghost {
  padding: 0.7rem 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  transition: all 0.2s;
}

.figma-internships-root .btn-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.25);
}

.figma-internships-root .hero-trust {
  display: flex;
  gap: 1.8rem;
  flex-wrap: wrap;
}

.figma-internships-root .trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

.figma-internships-root .trust-item svg {
  width: 15px;
  height: 15px;
  color: var(--teal);
  flex-shrink: 0;
}

/* Breadcrumb */
.figma-internships-root .breadcrumb {
  padding: 14px var(--gap);
  background: var(--off);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--gray);
  flex-wrap: wrap;
}

.figma-internships-root .breadcrumb a {
  text-decoration: none;
  color: var(--gray);
  transition: color 0.2s;
}

.figma-internships-root .breadcrumb a:hover {
  color: var(--blue);
}

.figma-internships-root .breadcrumb svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

/* Stats */
.figma-internships-root .stats-strip {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 28px var(--gap);
}

.figma-internships-root .stats-strip-title {
  text-align: center;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.3px;
  margin: 0 auto 1.25rem;
  max-width: 860px;
  font-family: "DM Sans", sans-serif;
}

.figma-internships-root .stats-inner {
  display: flex;
  max-width: 860px;
  margin: 0 auto;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}

.figma-internships-root .stat-block {
  flex: 1;
  text-align: center;
  padding: 20px 16px;
  border-right: 1px solid var(--border);
}

.figma-internships-root .stat-block:last-child {
  border-right: none;
}

.figma-internships-root .stat-block .num {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
  font-family: "DM Sans", sans-serif;
}

.figma-internships-root .stat-block .num span {
  color: var(--teal);
}

.figma-internships-root .stat-block .lbl {
  font-size: 0.78rem;
  color: var(--gray);
  margin-top: 0.3rem;
}

/* Section shared */
.figma-internships-root .section-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.figma-internships-root .section-header {
  margin-bottom: 2.2rem;
}

.figma-internships-root .section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--navy);
  margin-bottom: 0.4rem;
  margin-top: 0;
}

.figma-internships-root .section-header p {
  color: var(--gray);
  font-size: 0.92rem;
  margin: 0;
}

.figma-internships-root .benefits-section .section-label,
.figma-internships-root .benefits-section .section-header,
.figma-internships-root .areas-section .section-label,
.figma-internships-root .areas-section .section-header,
.figma-internships-root .listings-section .section-label,
.figma-internships-root .listings-section .section-header,
.figma-internships-root .who-section .section-label,
.figma-internships-root .who-section .section-header,
.figma-internships-root .testimonials .section-label,
.figma-internships-root .testimonials .section-header,
.figma-internships-root .internships-faq-section .section-label,
.figma-internships-root .internships-faq-section .section-header {
  text-align: center;
}

.figma-internships-root .benefits-section .section-header,
.figma-internships-root .areas-section .section-header,
.figma-internships-root .listings-section .section-header,
.figma-internships-root .who-section .section-header,
.figma-internships-root .testimonials .section-header,
.figma-internships-root .internships-faq-section .section-header {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.2rem;
}

/* Intro */
.figma-internships-root .intro-section {
  padding: 56px var(--gap) 48px;
}

.figma-internships-root .intro-grid {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 4rem;
  align-items: start;
  max-width: 1060px;
}

.figma-internships-root .intro-title {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.5px;
  margin-bottom: 1.2rem;
  line-height: 1.25;
  margin-top: 0;
}

.figma-internships-root .intro-text p {
  font-size: 0.95rem;
  color: var(--gray);
  line-height: 1.8;
  margin-bottom: 1rem;
  margin-top: 0;
}

.figma-internships-root .intro-text p:last-of-type {
  margin-bottom: 1.4rem;
}

.figma-internships-root .intro-gain-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 0.75rem;
  font-family: "DM Sans", sans-serif;
}

.figma-internships-root .intro-gain-list {
  margin: 0 0 1.4rem;
  padding-left: 1.25rem;
  list-style: disc;
}

.figma-internships-root .intro-gain-list li {
  font-size: 0.95rem;
  color: var(--gray);
  line-height: 1.75;
  margin-bottom: 0.35rem;
}

.figma-internships-root .register-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--off);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 0.65rem 1.2rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
  transition: all 0.2s;
  flex-wrap: wrap;
}

.figma-internships-root .register-cta:hover {
  border-color: var(--teal);
  color: var(--teal-dark);
  background: #fff;
}

.figma-internships-root .register-cta svg {
  width: 15px;
  height: 15px;
  color: var(--teal);
  flex-shrink: 0;
}

.figma-internships-root .register-cta strong {
  color: var(--blue);
}

.figma-internships-root .register-card {
  background: linear-gradient(160deg, #0d2a6e 0%, #1a6ef5 100%);
  border-radius: 18px;
  padding: 32px 28px;
  color: #fff;
  position: sticky;
  top: 80px;
}

.figma-internships-root .register-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.figma-internships-root .register-card > p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin-bottom: 1.4rem;
  margin-top: 0;
}

.figma-internships-root .register-card .rc-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.figma-internships-root .rc-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

.figma-internships-root .rc-step p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.figma-internships-root .rc-step strong {
  color: #fff;
  display: block;
  font-size: 0.85rem;
  margin-bottom: 0.1rem;
}

.figma-internships-root .btn-register-now {
  width: 100%;
  padding: 0.7rem;
  background: var(--teal);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  transition: background 0.2s, transform 0.15s;
  margin-top: 0.5rem;
  display: block;
  text-align: center;
}

.figma-internships-root .btn-register-now:hover {
  background: var(--teal-dark);
  transform: translateY(-1px);
}

.figma-internships-root .rc-email {
  text-align: center;
  margin-top: 0.75rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}

.figma-internships-root .rc-email a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  text-decoration: none;
}

.figma-internships-root .rc-email a:hover {
  color: #fff;
}

/* Benefits */
.figma-internships-root .benefits-section {
  background: var(--off);
  padding: 64px var(--gap);
}

.figma-internships-root .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  max-width: 1060px;
  margin: auto;
}

.figma-internships-root .benefit-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 1.5rem;
  transition: all 0.2s;
}

.figma-internships-root .benefit-card:hover {
  border-color: var(--teal);
  box-shadow: 0 8px 28px rgba(18, 165, 141, 0.1);
  transform: translateY(-3px);
}

.figma-internships-root .benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.figma-internships-root .benefit-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.4rem;
  margin-top: 0;
}

.figma-internships-root .benefit-card p {
  font-size: 0.82rem;
  color: var(--gray);
  line-height: 1.6;
  margin: 0;
}

/* Areas */
.figma-internships-root .areas-section {
  padding: 64px var(--gap);
  background: #fff;
}

.figma-internships-root .areas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 1060px;
  margin: auto;
}

.figma-internships-root .area-card {
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 1.3rem;
  text-align: center;
  background: #fff;
  transition: all 0.2s;
  cursor: default;
}

.figma-internships-root .area-card:hover {
  border-color: var(--blue);
  box-shadow: 0 6px 20px rgba(26, 110, 245, 0.1);
  transform: translateY(-2px);
}

.figma-internships-root .area-emoji {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.7rem;
}

.figma-internships-root .area-card h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.25rem;
  margin-top: 0;
}

.figma-internships-root .area-card > span:not(.area-tag) {
  font-size: 0.75rem;
  color: var(--gray);
}

.figma-internships-root .area-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.15rem 0.55rem;
  border-radius: 20px;
  background: #e7f6f3;
  color: var(--teal-dark);
  margin-top: 0.5rem;
  font-family: "DM Sans", sans-serif;
}

/* How it works */
.figma-internships-root .how-section {
  background: var(--off);
  padding: 64px var(--gap);
  text-align: center;
}

.figma-internships-root .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1000px;
  margin: 2rem auto 0;
  position: relative;
}

.figma-internships-root .step {
  position: relative;
  z-index: 1;
  border: solid 1px var(--border);
  padding: 1.4rem;
  border-radius: 14px;
  background: #fff;
  transition: all 0.2s;
  text-align: left;
}

.figma-internships-root .step:hover {
  border-color: var(--teal);
  box-shadow: 0 6px 20px rgba(18, 165, 141, 0.1);
}

.figma-internships-root .step::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%236B7280' d='M471.1 297.4C483.6 309.9 483.6 330.2 471.1 342.7L279.1 534.7C266.6 547.2 246.3 547.2 233.8 534.7C221.3 522.2 221.3 501.9 233.8 489.4L403.2 320L233.9 150.6C221.4 138.1 221.4 117.8 233.9 105.3C246.4 92.8 266.7 92.8 279.2 105.3L471.2 297.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.figma-internships-root .step:last-child::after {
  display: none;
}

.figma-internships-root .step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--navy);
  background: var(--off);
  border: 2px solid var(--border);
  font-family: "DM Sans", sans-serif;
  margin-bottom: 0.9rem;
}

.figma-internships-root .step h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.4rem;
  margin-top: 0;
}

.figma-internships-root .step p {
  font-size: 0.8rem;
  color: var(--gray);
  line-height: 1.55;
  margin: 0;
}

/* Listings */
.figma-internships-root .listings-section {
  padding: 64px var(--gap);
  background: #fff;
}

.figma-internships-root .listings-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 1060px;
  margin: 2rem auto 0 auto;
}

.figma-internships-root .listing-card {
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 1.2rem 1.4rem;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  transition: all 0.2s;
}

.figma-internships-root .listing-card:hover {
  border-color: var(--blue);
  box-shadow: 0 6px 24px rgba(26, 110, 245, 0.1);
  transform: translateY(-2px);
}

.figma-internships-root .listing-left {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}

.figma-internships-root .listing-av {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
  font-family: "DM Sans", sans-serif;
}

.figma-internships-root .listing-info h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.15rem;
  margin-top: 0;
}

.figma-internships-root .listing-company {
  font-size: 0.78rem;
  color: var(--gray);
  margin-bottom: 0.5rem;
}

.figma-internships-root .listing-meta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.figma-internships-root .listing-meta span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: var(--gray);
}

.figma-internships-root .listing-meta svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.figma-internships-root .listing-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  flex-shrink: 0;
}

.figma-internships-root .listing-stipend {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--teal);
  white-space: nowrap;
  font-family: "DM Sans", sans-serif;
}

.figma-internships-root .listing-tag {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.18rem 0.55rem;
  border-radius: 20px;
  background: #e7f6f3;
  color: var(--teal-dark);
  white-space: nowrap;
  font-family: "DM Sans", sans-serif;
}

.figma-internships-root .btn-apply-sm {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--blue);
  background: none;
  border: none;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: gap 0.15s;
  padding: 0;
}

.figma-internships-root .btn-apply-sm:hover {
  gap: 0.5rem;
}

.figma-internships-root .listings-note {
  max-width: 1060px;
  margin: 1.2rem auto 0 auto;
  padding: 14px 18px;
  background: #eff4ff;
  border: 1.5px solid #c7d9fd;
  border-radius: 10px;
  font-size: 0.83rem;
  color: var(--navy);
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.figma-internships-root .listings-note svg {
  width: 16px;
  height: 16px;
  color: var(--blue);
  flex-shrink: 0;
  margin-top: 2px;
}

.figma-internships-root .listings-note a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.figma-internships-root .listings-note a:hover {
  text-decoration: underline;
}

/* Who */
.figma-internships-root .who-section {
  background: var(--off);
  padding: 64px var(--gap);
}

.figma-internships-root .who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  max-width: 1060px;
  margin: 2rem auto 0;
}

.figma-internships-root .who-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 1.5rem;
  transition: all 0.2s;
}

.figma-internships-root .who-card:hover {
  border-color: var(--blue);
  box-shadow: 0 6px 20px rgba(26, 110, 245, 0.08);
}

.figma-internships-root .who-emoji {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.8rem;
}

.figma-internships-root .who-card h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.4rem;
  margin-top: 0;
}

.figma-internships-root .who-card p {
  font-size: 0.82rem;
  color: var(--gray);
  line-height: 1.6;
  margin: 0;
}

/* Testimonials */
.figma-internships-root .testimonials {
  padding: 64px var(--gap);
  background: #fff;
}

.figma-internships-root .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  max-width: 1060px;
  margin: 2rem auto 0;
}

.figma-internships-root .testi-card {
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 1.4rem;
  background: #fff;
  transition: all 0.2s;
}

.figma-internships-root .testi-card:hover {
  border-color: var(--blue);
  box-shadow: 0 8px 24px rgba(26, 110, 245, 0.08);
}

.figma-internships-root .stars {
  color: #f59e0b;
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
  letter-spacing: 2px;
}

.figma-internships-root .testi-card p {
  font-size: 0.83rem;
  color: var(--gray);
  line-height: 1.65;
  margin-bottom: 1rem;
  font-style: italic;
  margin-top: 0;
}

.figma-internships-root .testi-author {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.figma-internships-root .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.figma-internships-root .testi-author strong {
  font-size: 0.82rem;
  color: var(--navy);
  display: block;
}

.figma-internships-root .testi-author span {
  font-size: 0.75rem;
  color: var(--gray);
}

/* FAQ */
.figma-internships-root .internships-faq-section {
  padding: 64px var(--gap);
  background: var(--off);
  border-top: 1px solid var(--border);
}

.figma-internships-root .internships-faq-section .faq-list {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 2rem auto 0;
}

.figma-internships-root .internships-faq-section .faq-item {
  border: 1.5px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.figma-internships-root .internships-faq-section .faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.2rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  font-family: "DM Sans", sans-serif;
  text-align: left;
  gap: 1rem;
  transition: background 0.2s;
}

.figma-internships-root .internships-faq-section .faq-q:hover {
  background: var(--off);
}

.figma-internships-root .internships-faq-section .faq-q svg {
  width: 18px;
  height: 18px;
  color: var(--gray);
  flex-shrink: 0;
  transition: transform 0.2s;
}

.figma-internships-root .internships-faq-section .faq-item.open .faq-q svg {
  transform: rotate(180deg);
}

.figma-internships-root .internships-faq-section .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.figma-internships-root .internships-faq-section .faq-a-inner {
  padding: 0 1.2rem 1rem;
  font-size: 0.85rem;
  color: var(--gray);
  line-height: 1.7;
}

.figma-internships-root .internships-faq-section .faq-item.open .faq-a {
  max-height: 240px;
}

/* CTA */
.figma-internships-root .cta-section {
  background: linear-gradient(135deg, #0d2a6e 0%, #1a6ef5 100%);
  padding: 72px var(--gap);
  text-align: center;
}

.figma-internships-root .cta-section h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 0.7rem;
  margin-top: 0;
}

.figma-internships-root .cta-section p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  margin-bottom: 2rem;
  margin-top: 0;
}

.figma-internships-root .cta-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.figma-internships-root .btn-white {
  padding: 0.75rem 1.8rem;
  background: #fff;
  color: var(--blue);
  border: none;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  transition: all 0.2s;
}

.figma-internships-root .btn-white:hover {
  background: var(--light);
  transform: translateY(-2px);
}

.figma-internships-root .btn-outline-white {
  padding: 0.75rem 1.8rem;
  background: none;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  transition: all 0.2s;
}

.figma-internships-root .btn-outline-white:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
