.framer-spc3xz{display:none}
:root {
  --red: #e12120;
  --red-dark: #e12120;
  --red-light: #e12120;
  --black: #0A0A0A;
  --dark: #141414;
  --white: #FFFFFF;
  --soft: #F7F5F2;
  --cream: #FFF9F5;
  --border: #E8E2DC;
  --text: #2A2A2A;
  --muted: #757575;
  --shadow-sm: 0 4px 20px rgba(0,0,0,0.07);
  --shadow-md: 0 16px 48px rgba(0,0,0,0.12);
  --shadow-lg: 0 32px 80px rgba(0,0,0,0.18);
}

a { text-decoration: none; color: inherit; }
img { display: block; width: 100%; height: auto; }

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
.skip-link {
  position: absolute; top: -100px; left: 16px; z-index: 9999;
  background: var(--red); color: #fff; padding: 10px 18px;
  font-size: 13px; font-weight: 700; transition: top .2s;
}
.skip-link:focus { top: 16px; }



.breadcrumb-bar { background: var(--soft); border-bottom: 1px solid var(--border); padding: 11px 6%; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); max-width: 1240px; margin: 0 auto; }
.breadcrumb a { color: var(--muted); transition: color .2s; }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb span { color: var(--text); font-weight: 500; }

.wrap { width: 100%; max-width: 1480px; margin: 0 auto; position: relative; z-index: 2; }
.section { padding: 110px 6%; position: relative; overflow: hidden; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--red); margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--red); }

h1, h2, h3, h4 {font-family: "Lora", "Lora Placeholder", serif;; line-height: 1.1; }
h1 { font-size: clamp(48px, 7.5vw, 96px); color: #fff; margin-bottom: 22px; font-weight: 800; }
h2 { font-size: clamp(34px, 4.5vw, 48px); margin-bottom: 20px; color: var(--black); font-weight: 500; }
h3 { font-size: 23px; margin-bottom: 10px; font-weight: 500; }
h4 { font-size: 16px; font-weight: 600; margin-bottom: 6px; }
.lead {font-family: "Satoshi", "Satoshi Placeholder", sans-serif; font-size: 16px; color: var(--muted); max-width: 680px; margin-bottom: 30px; line-height: 1.6; }
.lead-white { color: rgb(255 255 255 / 95%);; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }


.btn { font-family: "Satoshi", "Satoshi Placeholder", sans-serif;display: inline-block; padding: 14px 28px; font-size: 14px; font-weight: 500; letter-spacing: 1.2px; text-transform: uppercase; transition: all .3s; cursor: pointer;
    border: 2px solid transparent;}
    .rb-btn--white {
    background: #FFFFFF;
    color: #c62828;
    border-color:#FFFFFF;
    border-radius: 50px;
}
.btn-red { border-radius: 32px;
    place-content: center flex-start;
    align-items: center;
    font-family: "Satoshi", "Satoshi Placeholder", sans-serif;background: #e12120; color: #fff; }
.btn-red:hover, .btn-red:focus { background: var(--red-dark); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(198,40,40,0.35); }
.btn-ghost { border: 1px solid rgba(255,255,255,0.3); color: #fff; border-radius:24px;}
.btn-ghost:hover, .btn-ghost:focus { background: #fff; color: #111; transform: translateY(-3px); }
.btn-dark { background: #e12120; color: #fff;border-radius:24px; }
.btn-dark:hover, .btn-dark:focus { background: var(--red); transform: translateY(-3px); }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }


.photo-slot {
  width: 100%; background: #FFFFFF;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.4); gap: 8px; border: 1px dashed rgba(255,255,255,0.15);
  position: relative; overflow: hidden;
}
.photo-slot::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(198,40,40,0.07), transparent); }
.photo-slot-icon { font-size: 28px; opacity: 0.45; }
.photo-slot-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; opacity: 0.55; }
.photo-slot-desc { font-size: 11px; opacity: 0.32; text-align: center; padding: 0 24px; line-height: 1.6; }

.video-slot {
  width: 100%; background: linear-gradient(135deg, #0d0d0d, #1a0808);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5); gap: 12px;
  border: 1px dashed rgba(255,82,82,0.25);
  position: relative; overflow: hidden; cursor: pointer;
}
.video-slot::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(198,40,40,0.1), transparent 65%); }
.video-play-btn {
  width: 72px; height: 72px; border-radius: 50%;
 background: rgb(225 33 32);
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 2;
  box-shadow: 0 0 0 12px rgba(198,40,40,0.15), 0 0 0 24px rgba(198,40,40,0.07);
  transition: .3s;
}
.video-play-btn::after { content: "▶"; font-size: 22px; color: #fff; margin-left: 4px; }
.video-slot:hover .video-play-btn { background: #e12120; transform: scale(1.08); }
.video-slot-label { font-size: 13px; font-weight: 600; letter-spacing: 1px; opacity: 0.7; position: relative; z-index: 2; }
.video-slot-desc { font-size: 11px; opacity: 0.38; text-align: center; padding: 0 32px; line-height: 1.6; position: relative; z-index: 2; }
.video-slot-tag {
  position: relative; z-index: 2;
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid rgba(255,82,82,0.35); color: rgba(255,100,100,0.75);
  padding: 4px 12px; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
}

.hero {
  min-height: 100vh; padding: 160px 6% 100px;
  display: flex; align-items: center;
  background:linear-gradient(115deg, rgba(8,8,8,0.97) 0%, rgba(15,15,15,0.84) 55%, rgba(140,22,22,0.42) 100%),
    url('https://www.redbrik.com/assets/images/bgimg.jpg?q=80&w=1920&auto=format&fit=crop');
  background-size: cover; background-position: center;
  position: relative;
}
.hero-noise { position: absolute; inset: 0; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='redbrik'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E"); opacity: 0.4; }
.hero-glow { position: absolute; right: -100px; top: -100px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(198,40,40,0.2), transparent 65%); pointer-events: none; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(198,40,40,0.16); border: 1px solid rgba(255,82,82,0.28); color: #ff8080; padding: 7px 16px; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 26px; }
.hero-badge span { width: 6px; height: 6px; border-radius: 50%; background: #ff5252; animation: blink 1.4s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }
.hero h1 em { color: #e12120; font-style: italic; font-weight: 300; font-family: "Lora", "Lora Placeholder", serif!important;}
.hero-sub { font-family: "Satoshi", "Satoshi Placeholder", sans-serif;font-size: 17px; color: rgba(255,255,255,0.58); max-width: 600px; line-height: 1.4; margin-bottom: 34px; }
.hero-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; max-width: 860px; margin-top: 52px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.07); }
.hero-stat { padding: 22px 22px; background: rgba(255,255,255,0.04); backdrop-filter: blur(6px); transition: background .3s; }
.hero-stat:hover { background: rgba(198,40,40,0.12); }
.hero-stat strong { display: block;font-family: "Satoshi", "Satoshi Placeholder", sans-serif; font-size: 28px; color: #fff; font-weight: 500; line-height: 1; margin-bottom: 5px; }
.hero-stat small { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.4); }
.scroll-cue { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 7px; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.28); }
.scroll-cue-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(255,255,255,0.28), transparent); animation: scrollLine 1.8s ease-in-out infinite; }
@keyframes scrollLine { 0%{transform:scaleY(0);transform-origin:top} 50%{transform:scaleY(1);transform-origin:top} 51%{transform-origin:bottom} 100%{transform:scaleY(0);transform-origin:bottom} }

.edge { background: #e12120; padding: 100px 6%; }
.edge-header { text-align: center; margin-bottom: 60px; }
.edge-header h2 { color: #fff; }
.edge-header .lead { margin: 10px auto 0; color: rgba(255, 255, 255, 96%);; }
.edge-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.edge-card {box-shadow: -20px 12px 60px rgb(0 0 0 / 10%); padding: 50px 38px;  border: 1px solid rgba(255,255,255,0.07); position: relative; overflow: hidden; transition: .35s;border-radius: 15px; }
.edge-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: .35s; }
.edge-num { font-family: "Satoshi", "Satoshi Placeholder", sans-serif; font-size: 68px; font-weight: 800; color: #FFFFFF; line-height: 1; margin-bottom: 18px; display: block; }
.edge-card h3 { color: #fff; font-size: 24px; font-weight: 600;
    margin-bottom: 10px;
    font-family: "Satoshi", "Satoshi Placeholder", sans-serif;}
.edge-card p {    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
    font-family: "Satoshi", "Satoshi Placeholder", sans-serif;}
.edge-tag { display: inline-block; margin-top: 18px; padding: 5px 12px; background: rgba(198,40,40,0.18); color: #ff7070; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }

.culture-strip { padding: 0; overflow: hidden; }
.culture-strip-inner { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; height: auto; gap: 3px; }
.culture-strip .photo-slot { height: 100%; border: none; }

.why { background: #FFFFFF; }
.why-card { background: #fff; border: 1px solid var(--border); padding: 34px 28px; position: relative; overflow: hidden; transition: .35s; }
.why-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: #e12120; transform: scaleX(0); transform-origin: left; transition: .35s; }
.why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.why-card:hover::after { transform: scaleX(1); }
.why-icon { width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #FDECEC; font-size: 20px; margin-bottom: 16px; }
.why-card h3 { font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;}
.why-card p { font-size: 14px;
    color: #888888;
    line-height: 1.75;
    font-family: "Satoshi", "Satoshi Placeholder", sans-serif;}

.brand-video-section { background: #e12120; padding: 100px 6%; }
.brand-video-section h2 { color: #fff; }
.brand-video-section .lead { color: rgba(255,255,255,96%); }
.brand-video-wrap { margin-top: 48px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; align-items: start; }
.brand-video-main .video-slot { height: 420px; }
.brand-video-side { display: flex; flex-direction: column; gap: 20px; }
.brand-video-side .video-slot { height: 196px; }
.brand-video-side .photo-slot { height: 196px; border: none; }

.manifesto-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 500px; }
.manifesto-left {  padding: 90px; display: flex; flex-direction: column; justify-content: center; }
.manifesto-left h2 { color: #fff; font-size: clamp(32px, 3.8vw, 50px); margin-bottom: 16px; }
.manifesto-left p {     font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: "Satoshi", "Satoshi Placeholder", sans-serif;}
.manifesto-left .big-quote { font-family: "Satoshi", "Satoshi Placeholder"; font-size: clamp(38px, 5.5vw, 72px); font-weight: 800; color: rgb(255 255 255 / 68%); line-height: 0.9; margin-bottom: 14px; }
.manifesto-right { display: flex; flex-direction: column; }
.manifesto-photo .photo-slot { height:auto; min-height: 280px; }
.manifesto-stats { background:#ededed; padding: 32px 44px; display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; box-shadow: -20px 12px 60px rgb(0 0 0 / 10%);}
.mstat { text-align: center; }
.mstat strong { display: block; font-family: "Lora", "Lora Placeholder", serif; font-size: 36px; font-weight: 600; color: #e12120; }
.mstat small { font-size: 15px; text-transform: uppercase; letter-spacing: 1.5px; color: #e12120; }

.path { background: var(--white); }
.path-timeline { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; margin-top: 60px; position: relative; }
.path-timeline::before { content: ""; position: absolute; top: 36px; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, rgba(198,40,40,0.35), transparent); }
.path-step { text-align: center; padding: 0 14px; position: relative; z-index: 2;list-style: none; }
.path-step-num { width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; border: 1px solid #e12120; background: #fff;     font-family: "Satoshi", "Satoshi Placeholder", sans-serif;; font-size: 28px; color: var(--red); transition: .35s; box-shadow: 0 0 0 6px #fff; }
.path-step:hover .path-step-num { background: #e12120; color: #fff; border-color: #e12120; box-shadow: 0 0 0 6px #fff, 0 0 0 8px rgba(198,40,40,0.18); }
.path-step h4 {     font-family: "Satoshi", "Satoshi Placeholder", sans-serif;; font-size: 18px; font-weight: 600; margin-bottom: 7px; }
.path-step p {     font-family: "Satoshi", "Satoshi Placeholder", sans-serif;font-size: 15px; color: var(--muted); line-height: 1.6; }

.life { background: #e12120; }
.life h2 { color: #fff; }
.life-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.life-card { box-shadow: -20px 12px 60px rgb(0 0 0 / 10%);; border: 1px solid rgba(255,255,255,0.07); padding: 24px; transition: .3s;border-radius:24px; }
.life-card:hover { background: rgba(198,40,40,0.1); }
.life-card h4 {     font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
    color: #ffffff;}
.life-card p { font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
    font-family: "Satoshi", "Satoshi Placeholder", sans-serif; }
.life-card .lc-icon { font-size: 22px; margin-bottom: 10px; }
.life-media-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 16px; margin-top: 40px; }
.life-media-right { display: flex; flex-direction: column; gap: 16px; }

.internship { background: #ffffff; }
.internship-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.intern-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(198,40,40,0.09); border: 1px solid rgba(198,40,40,0.2); color: #e12120; padding: 7px 15px; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 22px; }
.intern-features { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.intern-feat { background: #fff; border: 1px solid var(--border); padding: 18px; transition: .3s; }
.intern-feat:hover { border-color: #e12120; transform: translateY(-4px); }
.intern-feat .if-icon { font-size: 19px; margin-bottom: 8px; }
.intern-feat h4 {font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: "Satoshi", "Satoshi Placeholder", sans-serif;
    color: #000; }
.intern-feat p { font-size: 15px;
    color: var(--muted);
    line-height: 1.4;
    font-family: "Satoshi", "Satoshi Placeholder", sans-serif;}
.intern-media { display: flex; flex-direction: column; gap: 16px; }
.intern-media .photo-slot { height: 300px; }
.intern-media .video-slot { height: 196px; }

.positions { background: #e12120; }
.pos-header { margin-bottom: 50px; }
.job-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.job-card { background: #fff; border: 1px solid var(--border); padding: 38px; position: relative; overflow: hidden; transition: .35s;    box-shadow: -20px 12px 60px rgb(0 0 0 / 10%);border-radius: 24px; }
.job-card:hover::before { background: #e12120;    box-shadow: -20px 12px 60px rgb(0 0 0 / 10%); }
.job-pill { display: inline-block; padding: 5px 12px; background: #FDECEC; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 14px; }
.job-card h3 {font-weight: 600;font-family: "Satoshi", "Satoshi Placeholder", sans-serif; font-size: 21px; margin-bottom: 14px; }
.job-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 18px; }
.job-meta-item { background: #F7F5F2; padding: 9px 13px; }
.job-meta-item strong {font-family: "Satoshi", "Satoshi Placeholder", sans-serif; display: block; font-size: 16px; color: var(--black); font-weight: 700; letter-spacing: 0.5px; margin-bottom: 2px; }
.job-meta-item span { font-family: "Satoshi", "Satoshi Placeholder", sans-serif;font-size: 14px; color: #524e4e; }
.job-points { list-style: none; margin-bottom: 26px; }
.job-points li { font-family: "Satoshi", "Satoshi Placeholder", sans-serif;font-size: 15px; color: #524e4e; padding: 7px 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 10px; }
.job-points li::before { content: "→"; color: var(--red); font-weight: 700; flex-shrink: 0; }
.job-card.intern-card { background: linear-gradient(135deg, #0A0A0A, #190707); }
.job-card.intern-card::before { background: var(--red-light); }
.job-card.intern-card h3 { color: #fff; }
.job-card.intern-card .job-meta-item { background: rgba(255,255,255,0.05); }
.job-card.intern-card .job-meta-item strong { color: #fff; }
.job-card.intern-card .job-meta-item span { color: rgba(255,255,255,0.48); }
.job-card.intern-card .job-points li { border-bottom-color: rgba(255,255,255,0.07); color: rgba(255,255,255,0.52); }
.job-card.intern-card .job-pill { background: rgba(198,40,40,0.22); color: #ff7070; }

.faq { background: #ffffff; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 52px; }
.faq-item { border-bottom: 1px solid var(--border); padding: 0; }
.faq-item:nth-child(odd) { border-right: 1px solid var(--border); }
details { padding: 28px 32px; cursor: pointer; }
details summary {     font-family: "Satoshi", "Satoshi Placeholder", sans-serif; font-size: 17px; font-weight: 500; color: var(--black); list-style: none; display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; user-select: none; }
details summary::after { content: "+"; font-family: var(--sans); font-size: 20px; color: var(--red); font-weight: 300; flex-shrink: 0; transition: transform .25s; }
details[open] summary::after { transform: rotate(45deg); }
details summary::-webkit-details-marker { display: none; }
details p {     font-family: "Satoshi", "Satoshi Placeholder", sans-serif;font-size: 16px; color: var(--muted); line-height: 1.4; margin-top: 14px; padding-right: 28px; }

.testimonials { background: var(--white); }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 50px; }
.testi-card { border: 1px solid var(--border); padding: 34px; position: relative; transition: .35s; }
.testi-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.testi-card::before { content: "\201C"; font-family: "Satoshi", "Satoshi Placeholder"; font-size: 76px; line-height: 1; color: rgb(225 33 32); display: block; margin-bottom: -18px; }
.testi-text { font-family: "Satoshi", "Satoshi Placeholder", sans-serif;font-size: 16px; color: var(--text); line-height: 1.9; font-style: italic; margin-bottom: 22px; }
.testi-person { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, #2a2a2a, #1a0808); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; overflow: hidden; }
.testi-info strong {font-family: "Satoshi", "Satoshi Placeholder"; display: block; font-size: 16px; font-weight: 700; color: var(--black); }
.testi-info small {font-family: "Satoshi", "Satoshi Placeholder"; font-size: 13px; color: var(--muted); }
.testi-video-card { border: 1px solid rgba(198,40,40,0.2); padding: 0; overflow: hidden; }
.testi-video-card .video-slot { height: 100%; min-height: 280px; }
.testi-note { font-size: 11px; color: #bbb; margin-top: 14px; font-style: italic; text-align: center; }

.apply-section { background: var(--black); padding: 100px 6%; }
.apply-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start; }
.apply-left h2 { color: #fff; margin-bottom: 14px; }
.apply-left .lead { color: rgba(255,255,255,96%); margin-bottom: 28px; }
.contact-row { display: flex; gap: 10px; flex-direction: column; margin-top: 28px; }
.contact-item { display: flex; align-items: center; gap: 14px; padding: 15px 18px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); }
.contact-item .ci-icon { font-size: 16px; flex-shrink: 0; }
.contact-item a { font-size: 14px; color: rgba(255,255,255,0.62); transition: color .25s; }
.contact-item a:hover { color: #fff; }
.apply-form { background: #fff; padding: 46px; }
.apply-form h3 { font-size: 28px; margin-bottom: 5px; }
.apply-form .form-sub { font-size: 13px; color: var(--muted); margin-bottom: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--muted); margin-bottom: 5px; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--border); background: var(--soft); font-family: var(--sans); font-size: 14px; color: var(--text); outline: none; transition: border-color .25s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); background: #fff; }
.field textarea { height: 95px; resize: none; }
.form-submit { width: 100%; padding: 15px; background: var(--red); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border: none; cursor: pointer; font-family: var(--sans); transition: .3s; }
.form-submit:hover { background: var(--red-dark); }

.final-banner { background: linear-gradient(115deg, #000000 0%, #000000 60%, #000000 100%); padding: 100px 6%; text-align: center; position: relative; overflow: hidden; }

.final-banner h2 { color: #fff; font-size: clamp(38px,5.5vw,48px); margin-bottom: 14px; }
.final-banner p {font-family: "Satoshi", "Satoshi Placeholder"; color: rgba(255,255,255,0.7); font-size: 16px; max-width: 680px; margin: 0 auto 34px; line-height: 1.4; }


@media (max-width: 980px) {
  nav { padding: 14px 5%; }
  .section, .edge, .brand-video-section, .internship, .positions, .testimonials, .apply-section, .life, .path, .faq, .final-banner { padding: 68px 5%; }
  .hero { padding: 126px 5% 72px; }
  .grid-2, .grid-3, .grid-4, .edge-grid, .job-grid, .testi-grid, .intern-features, .path-timeline, .manifesto-inner, .life-media-grid, .internship-inner, .apply-inner, .hero-stats, .brand-video-wrap, .faq-grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: repeat(2,1fr); }
  .manifesto-inner { min-height: auto; }
  .manifesto-stats { grid-template-columns: repeat(2,1fr); }
  .culture-strip-inner { grid-template-columns: 1fr 1fr 1fr 1fr; height: auto; grid-template-rows: 1fr 1fr; }
  .path-timeline::before { display: none; }
  .faq-item:nth-child(odd) { border-right: none; }
  .footer-inner { flex-direction: column; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .leadershipimg{width:100%;}
  .manifesto-left {padding:30px;}
}
@media (max-width: 560px) {
  h1 { font-size: 42px; }
  h2 { font-size: 26px; }
  .form-row { grid-template-columns: 1fr; }
  .manifesto-stats { grid-template-columns: 1fr 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .life-cards { grid-template-columns: 1fr; }
  .leadershipimg{width:100%!important;}
  .manifesto-left {padding:30px;}
}

@keyframes fadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
.hero-badge { animation: fadeUp 0.7s 0.1s cubic-bezier(0.16,1,0.3,1) both; }
.hero h1 { animation: fadeUp 0.7s 0.24s cubic-bezier(0.16,1,0.3,1) both; }
.hero-sub { animation: fadeUp 0.7s 0.38s cubic-bezier(0.16,1,0.3,1) both; }
.btn-row { animation: fadeUp 0.7s 0.52s cubic-bezier(0.16,1,0.3,1) both; }
.hero-stats { animation: fadeUp 0.7s 0.66s cubic-bezier(0.16,1,0.3,1) both; }

.whyreal{font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
    font-family: "Satoshi", "Satoshi Placeholder", sans-serif;}
.ulstyl{font-size: 18px;
    line-height: 1.6;
    color: #FFFFFF;
    margin-bottom: 5px;
    font-family: "Satoshi", "Satoshi Placeholder", sans-serif;list-style: none;}
      .leadershipimg{width:auto;}