.elementor-widget-randtech-founder-story { width: 100%; max-width: none !important; }
.rtfs-section, .rtfs-section * { box-sizing: border-box; }
.rtfs-section {
  --rtfs-violet: #9c51ef;
  --rtfs-orange: #ff5a18;
  width: 100vw;
  max-width: none;
  margin: 0;
  padding: 74px 28px;
  overflow: hidden;
  color: #4e5060;
  background: #fff;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
}
.rtfs-inner {
  --rtfs-image-column: 44%;
  display: grid;
  grid-template-columns: minmax(0, var(--rtfs-image-column)) minmax(0, 1fr);
  align-items: center;
  gap: 68px;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
.rtfs-image-column { position: relative; min-width: 0; padding: 0 0 28px 24px; }
.rtfs-image-frame {
  --rtfs-image-scale: 100%;
  --rtfs-image-x: 0%;
  --rtfs-image-y: 0%;
  --rtfs-focal-y: 50%;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 590px;
  overflow: hidden;
  border-radius: 14px;
  background: #111225;
  box-shadow: 0 16px 42px rgb(19 12 43 / 13%);
}
.rtfs-founder-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% var(--rtfs-focal-y);
  transform: translate3d(var(--rtfs-image-x), var(--rtfs-image-y), 0) scale(var(--rtfs-image-scale));
  transform-origin: 50% var(--rtfs-focal-y);
  will-change: transform;
}
.rtfs-circuit { position: absolute; z-index: 3; bottom: 0; left: 0; width: 150px; height: 150px; pointer-events: none; }
.rtfs-circuit::before, .rtfs-circuit::after, .rtfs-circuit i { position: absolute; display: block; content: ""; }
.rtfs-circuit::before { bottom: 15px; left: 8px; width: 86px; height: 86px; border-bottom: 2px solid var(--rtfs-violet); border-left: 2px solid var(--rtfs-violet); border-radius: 0 0 0 9px; box-shadow: -5px 6px 10px rgb(156 81 239 / 25%); }
.rtfs-circuit::after { bottom: 0; left: 26px; width: 112px; height: 112px; border-bottom: 2px solid #a665f1; border-left: 2px solid #a665f1; border-radius: 0 0 0 11px; }
.rtfs-circuit i { width: 8px; height: 8px; border: 2px solid currentColor; border-radius: 50%; background: #fff; box-shadow: 0 0 9px currentColor; }
.rtfs-circuit i:nth-child(1) { bottom: 10px; left: 4px; color: var(--rtfs-violet); }
.rtfs-circuit i:nth-child(2) { bottom: 42px; left: 29px; color: var(--rtfs-violet); }
.rtfs-circuit i:nth-child(3) { bottom: 70px; left: 47px; color: #7068ff; }
.rtfs-circuit i:nth-child(4) { bottom: 2px; left: 90px; color: var(--rtfs-orange); }
.rtfs-circuit i:nth-child(5) { bottom: 24px; left: 125px; color: var(--rtfs-orange); }
.rtfs-content { min-width: 0; padding: 6px 0; }
.rtfs-heading { margin: 0 0 24px; color: #090b1f; font-size: 48px; font-weight: 800; line-height: 1.12; letter-spacing: -.035em; }
.rtfs-copy { color: #4e5060; font-size: 17px; font-weight: 450; line-height: 1.62; }
.rtfs-copy p { margin: 0 0 20px; }
.rtfs-copy .rtfs-intro { margin-bottom: 18px; color: #333546; font-weight: 500; }
.rtfs-copy p:last-child { margin-bottom: 0; }
.rtfs-quote-card {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin: 30px 0 0;
  padding: 24px 28px;
  border: 2px solid #d9d4e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgb(29 18 62 / 5%);
}
.rtfs-quote-mark { flex: 0 0 54px; height: 48px; color: var(--rtfs-violet); font-family: Georgia, serif; font-size: 76px; font-weight: 800; line-height: .88; }
.rtfs-quote-content { min-width: 0; }
.rtfs-quote-text { margin: 0 0 8px; color: #16182a; font-size: 20px; font-weight: 750; line-height: 1.35; }
.rtfs-quote-author { display: block; color: var(--rtfs-violet); font-size: 15px; font-style: normal; font-weight: 700; }
@media (max-width: 1100px) {
  .rtfs-section { padding: 60px 24px; }
  .rtfs-inner { --rtfs-image-column: 43%; gap: 42px; }
  .rtfs-image-column { padding-left: 18px; }
  .rtfs-image-frame { height: 520px; }
  .rtfs-heading { font-size: 42px; }
  .rtfs-copy { font-size: 15.5px; }
  .rtfs-quote-card { gap: 18px; padding: 21px 22px; }
  .rtfs-quote-mark { flex-basis: 42px; font-size: 64px; }
  .rtfs-quote-text { font-size: 17px; }
}
@media (max-width: 767px) {
  .rtfs-section { padding: 46px 18px 52px; }
  .rtfs-inner { display: flex; flex-direction: column; gap: 35px; }
  .rtfs-image-column { width: 100%; padding: 0 0 24px 14px; }
  .rtfs-image-frame { height: 450px; }
  .rtfs-circuit { width: 120px; height: 120px; transform: scale(.85); transform-origin: bottom left; }
  .rtfs-content { width: 100%; padding: 0; }
  .rtfs-heading { margin-bottom: 20px; font-size: 35px; }
  .rtfs-copy { font-size: 15px; line-height: 1.62; }
  .rtfs-quote-card { gap: 12px; margin-top: 25px; padding: 20px 18px; }
  .rtfs-quote-mark { flex-basis: 34px; font-size: 54px; }
  .rtfs-quote-text { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) { .rtfs-founder-image { will-change: auto; } }
