/* ============================================================
   FORGE.TEAM / US FOUNDERS & CTOS PAGE TEMPLATE STYLES
   ============================================================ */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&family=Newsreader:ital,opsz,wght@1,6..72,400;1,6..72,500&display=swap');

/* Global Reset for Template Wrapper */
.us-founders-template-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f7f4ed;
    color: #0c1421;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

.us-founders-template-wrapper *,
.us-founders-template-wrapper *::before,
.us-founders-template-wrapper *::after {
    box-sizing: border-box;
}

.us-founders-template-wrapper ul,
.us-founders-template-wrapper ol {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.us-founders-template-wrapper li::before,
.us-founders-template-wrapper li::after {
    content: none !important;
    display: none !important;
}

/* Layout Container */
.ft-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* Typography & Utility Classes */
.ft-eyebrow {
    margin: 0 0 20px 0;
    color: #cf4f1d;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.ft-serif-italic {
    font-family: 'Newsreader', 'Georgia', serif;
    font-style: italic;
    font-weight: 400;
}

.ft-btn {
    min-height: 48px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 1px solid transparent;
}

.ft-btn-orange {
    background: #cf4f1d;
    color: #ffffff !important;
    border-color: #cf4f1d;
    box-shadow: 0 6px 18px rgba(207, 79, 29, 0.2);
}

.ft-btn-orange:hover {
    background: #b84317;
    border-color: #b84317;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(207, 79, 29, 0.3);
}

.ft-btn-outline {
    background: #ffffff;
    border-color: #dcd7ce;
    color: #0c1421 !important;
}

.ft-btn-outline:hover {
    background: #fbf9f5;
    border-color: #b5aea1;
    transform: translateY(-1px);
}

.ft-dash {
    color: #cf4f1d;
    font-weight: 700;
    flex-shrink: 0;
}

/* ------------------------------------------------------------
   1. HERO SECTION
   ------------------------------------------------------------ */
.ft-hero-section {
    width: 100%;
    padding: 80px 0 70px 0;
    background: #f7f4ed;
}

.ft-hero-content {
    max-width: 840px;
}

.ft-hero-title {
    margin: 0 0 28px 0;
    color: #0c1421;
    font-size: 60px;
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -2.5px;
}

.ft-hero-title span.ft-serif-italic {
    display: block;
    font-size: 62px;
    letter-spacing: -1.5px;
}

.ft-hero-description p {
    margin: 0 0 20px 0;
    color: #525f75;
    font-size: 16.5px;
    line-height: 1.7;
}

.ft-hero-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 36px;
}

/* What You Get Card */
.ft-what-you-get-card {
    width: 100%;
    margin-top: 56px;
    padding: 36px;
    background: #ffffff;
    border: 1px solid #e8e3d8;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(12, 20, 33, 0.02);
}

.ft-what-you-get-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 40px;
    margin-top: 20px;
}

.ft-get-item {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: #1e293b;
    font-size: 14.5px;
    font-weight: 500;
}

.ft-card-divider {
    border: none;
    border-top: 1px solid #f1ece4;
    margin: 28px 0 20px 0;
}

.ft-card-subnote {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.ft-card-subnote strong {
    color: #0c1421;
}

/* ------------------------------------------------------------
   2. DARK SECTION ("YOU'RE NOT SHORT ON IDEAS")
   ------------------------------------------------------------ */
.ft-dark-section {
    width: 100%;
    padding: 100px 0;
    background: #09101d;
    color: #ffffff;
}

.ft-dark-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
    align-items: start;
}

.ft-dark-title {
    margin: 0 0 24px 0;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -2px;
}

.ft-dark-intro {
    color: #94a3b8;
    font-size: 16.5px;
    line-height: 1.65;
    margin-bottom: 36px;
}

.ft-dark-points {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ft-dark-point-item {
    position: relative;
}

.ft-dark-point-head {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 750;
}

.ft-dark-point-desc {
    margin: 0;
    padding-left: 20px;
    color: #94a3b8;
    font-size: 14.5px;
    line-height: 1.65;
}

.ft-dark-conclusion {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #1c283c;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
}

.ft-dark-conclusion .ft-orange-text {
    color: #cf4f1d;
    font-weight: 700;
}

/* Circular Diagram Card */
.ft-dark-visual-card {
    width: 100%;
    min-height: 440px;
    padding: 40px;
    background: #101928;
    border: 1px solid #1c283c;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft-network-diagram {
    width: 100%;
    max-width: 320px;
    height: auto;
}

/* ------------------------------------------------------------
   3. ORG DESIGN SECTION
   ------------------------------------------------------------ */
.ft-org-section {
    width: 100%;
    padding: 100px 0;
    background: #f7f4ed;
}

.ft-org-header {
    max-width: 820px;
}

.ft-org-title {
    margin: 0 0 24px 0;
    color: #0c1421;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -1.8px;
}

.ft-org-intro {
    color: #525f75;
    font-size: 16.5px;
    line-height: 1.7;
    margin-bottom: 44px;
}

.ft-cards-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.ft-org-card {
    padding: 34px;
    background: #ffffff;
    border: 1px solid #e8e3d8;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.ft-org-card-highlight {
    border: 1.5px solid #cf4f1d;
    box-shadow: 0 8px 30px rgba(207, 79, 29, 0.06);
}

.ft-org-card h3 {
    margin: 0 0 20px 0;
    color: #0c1421;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.ft-mono-list {
    margin: 0;
    padding: 0;
}

.ft-mono-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #475569;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.ft-mono-list .ft-dot-bullet {
    color: #64748b;
    font-size: 12px;
}

.ft-mono-list-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
}

.ft-org-footer-note {
    margin: 36px 0 28px 0;
    max-width: 820px;
    color: #525f75;
    font-size: 15.5px;
    line-height: 1.65;
}

/* ------------------------------------------------------------
   4. RIGHT DEVELOPERS AROUND THE RIGHT WORK SECTION
   ------------------------------------------------------------ */
.ft-right-devs-section {
    width: 100%;
    padding: 90px 0;
    background: #eae5da;
    border-top: 1px solid #ded8cb;
    border-bottom: 1px solid #ded8cb;
}

.ft-right-devs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.ft-right-devs-title {
    margin: 0 0 24px 0;
    color: #0c1421;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.ft-right-devs-text {
    color: #525f75;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.ft-understand-box {
    padding: 32px;
    background: #ffffff;
    border: 1px solid #ded8cb;
    border-radius: 12px;
}

.ft-understand-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 24px;
    margin-top: 18px;
}

.ft-understand-conclusion {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f1ece4;
    color: #0c1421;
    font-size: 15px;
    font-weight: 700;
}

.ft-understand-conclusion .ft-orange-text {
    color: #cf4f1d;
}

/* ------------------------------------------------------------
   5. SELECTED UNITS (POD CARDS GRID)
   ------------------------------------------------------------ */
.ft-units-section {
    width: 100%;
    padding: 100px 0;
    background: #f7f4ed;
}

.ft-units-header {
    margin-bottom: 48px;
}

.ft-units-title {
    margin: 0 0 12px 0;
    color: #0c1421;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.ft-units-subhead {
    color: #64748b;
    font-size: 16.5px;
    margin: 0;
}

.ft-units-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: stretch;
}

.ft-pod-card {
    padding: 28px 24px;
    background: #ffffff;
    border: 1px solid #e8e3d8;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
}

.ft-pod-card:hover {
    border-color: #cf4f1d;
    box-shadow: 0 10px 30px rgba(12, 20, 33, 0.06);
    transform: translateY(-2px);
}

.ft-pod-badge {
    color: #94a3b8;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}

.ft-pod-card h3 {
    margin: 0 0 10px 0;
    color: #0c1421;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

.ft-pod-card p.ft-pod-subtitle {
    margin: 0 0 20px 0;
    color: #64748b;
    font-size: 13.5px;
    line-height: 1.55;
    min-height: 42px;
}

.ft-pod-list {
    margin: 0 0 24px 0 !important;
    padding-top: 16px !important;
    border-top: 1px solid #f1ece4;
}

.ft-pod-ideal {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #f1ece4;
    color: #64748b;
    font-size: 12.5px;
    line-height: 1.55;
}

.ft-pod-ideal strong {
    color: #0c1421;
}

/* ------------------------------------------------------------
   6. DARK SECTION ("HIRING MATH CHANGES FOR 5 PEOPLE")
   ------------------------------------------------------------ */
.ft-hiring-math-section {
    width: 100%;
    padding: 100px 0;
    background: #09101d;
    color: #ffffff;
}

.ft-hiring-math-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.ft-hiring-math-title {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-size: 44px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -2px;
}

.ft-hiring-math-intro {
    color: #cbd5e1;
    font-size: 16.5px;
    line-height: 1.65;
    margin-bottom: 28px;
}

.ft-hiring-math-intro .ft-orange-highlight {
    color: #cf4f1d;
    font-family: 'JetBrains Mono', monospace;
    font-size: 14.5px;
}

.ft-five-list {
    margin: 24px 0 32px 0 !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ft-five-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

/* ------------------------------------------------------------
   7. OUTSOURCING & DIFFERENCE SECTIONS
   ------------------------------------------------------------ */
.ft-outsourcing-section {
    width: 100%;
    padding: 100px 0;
    background: #f7f4ed;
}

.ft-outsourcing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.ft-bad-card {
    padding: 34px;
    background: #ffffff;
    border: 1px solid #e8e3d8;
    border-radius: 12px;
}

.ft-bad-card .ft-eyebrow {
    color: #94a3b8;
}

.ft-bad-list {
    margin: 20px 0 !important;
}

.ft-bad-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
    color: #64748b;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    line-height: 1.5;
}

.ft-differently-title {
    margin: 0 0 24px 0;
    color: #0c1421;
    font-size: 24px;
    font-weight: 800;
}

.ft-differently-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 36px;
}

.ft-differently-item {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: #1e293b;
    font-size: 15px;
    font-weight: 500;
}

.ft-think-callout {
    font-family: 'Newsreader', 'Georgia', serif;
    font-style: italic;
    font-size: 24px;
    line-height: 1.4;
    color: #525f75;
    margin-top: 36px;
}

/* Comparison Table Section */
.ft-difference-section {
    width: 100%;
    padding: 100px 0;
    background: #f7f4ed;
    border-top: 1px solid #e8e3d8;
}

.ft-diff-table-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.1fr 1.1fr;
    gap: 20px;
    align-items: start;
}

.ft-table-header {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 16px;
    border-bottom: 1px solid #ded8cb;
    margin-bottom: 16px;
}

.ft-table-cell {
    padding: 14px 0;
    border-bottom: 1px solid #e8e3d8;
    font-size: 14.5px;
    color: #525f75;
}

.ft-table-cell-highlight {
    color: #cf4f1d;
    font-weight: 600;
}

/* ------------------------------------------------------------
   8. KEEP CONTROL WITHOUT CARRYING OVERHEAD SECTION
   ------------------------------------------------------------ */
.ft-control-section {
    width: 100%;
    padding: 100px 0;
    background: #eae5da;
    border-top: 1px solid #ded8cb;
    border-bottom: 1px solid #ded8cb;
}

/* ------------------------------------------------------------
   9. (E) DELIVERY VISIBILITY SECTION
   ------------------------------------------------------------ */
.ft-visibility-section {
    width: 100%;
    padding: 100px 0;
    background: #f7f4ed;
}

.ft-visibility-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 48px;
}

.ft-vis-card {
    padding: 28px 24px;
    background: #ffffff;
    border: 1px solid #e8e3d8;
    border-radius: 12px;
}

.ft-vis-card .ft-eyebrow {
    margin-bottom: 14px;
}

.ft-vis-card h3 {
    margin: 0 0 10px 0;
    color: #0c1421;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
}

.ft-vis-card p {
    margin: 0;
    color: #64748b;
    font-size: 13.5px;
    line-height: 1.6;
}

/* ------------------------------------------------------------
   10. (F) COMMERCIAL SAFEGUARDS SECTION
   ------------------------------------------------------------ */
.ft-safeguards-section {
    width: 100%;
    padding: 100px 0;
    background: #f7f4ed;
    border-top: 1px solid #e8e3d8;
}

.ft-safeguards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 48px;
}

.ft-sg-card {
    padding: 28px 24px;
    background: #ffffff;
    border: 1px solid #e8e3d8;
    border-radius: 12px;
}

.ft-sg-stat {
    color: #cf4f1d;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 14px;
}

.ft-sg-card h3 {
    margin: 0 0 10px 0;
    color: #0c1421;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
}

.ft-sg-card p {
    margin: 0;
    color: #64748b;
    font-size: 13.5px;
    line-height: 1.6;
}

/* ------------------------------------------------------------
   11. (G) INVESTMENT SECTION
   ------------------------------------------------------------ */
.ft-investment-section {
    width: 100%;
    padding: 100px 0;
    background: #eae5da;
    border-top: 1px solid #ded8cb;
    border-bottom: 1px solid #ded8cb;
}

.ft-investment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.ft-invest-title {
    margin: 0 0 12px 0;
    color: #0c1421;
    font-size: 44px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -2px;
}

.ft-invest-title .ft-orange-text {
    color: #cf4f1d;
}

.ft-invest-subhead {
    color: #525f75;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 32px;
}

/* ------------------------------------------------------------
   12. OFFSHORE VALUE DARK SECTION
   ------------------------------------------------------------ */
.ft-offshore-dark-section {
    width: 100%;
    padding: 100px 0;
    background: #09101d;
    color: #ffffff;
}

.ft-offshore-dark-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.ft-offshore-title {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -2px;
}

.ft-offshore-title span.ft-serif-italic {
    display: block;
    font-size: 48px;
    letter-spacing: -1.2px;
    color: #ffffff;
}

.ft-offshore-desc {
    color: #94a3b8;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.ft-offshore-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 40px;
    margin-bottom: 36px;
    text-align: left;
}

.ft-offshore-item {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.ft-offshore-conclusion {
    padding-top: 28px;
    border-top: 1px solid #1c283c;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.ft-offshore-conclusion .ft-orange-text {
    color: #cf4f1d;
}

/* ------------------------------------------------------------
   13. (H) ESPECIALLY USEFUL WHEN SECTION
   ------------------------------------------------------------ */
.ft-useful-section {
    width: 100%;
    padding: 100px 0;
    background: #f7f4ed;
}

.ft-useful-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.ft-useful-card {
    padding: 32px 28px;
    background: #ffffff;
    border: 1px solid #e8e3d8;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.ft-useful-num {
    color: #94a3b8;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    margin-bottom: 16px;
}

.ft-useful-card h3 {
    margin: 0 0 12px 0;
    color: #0c1421;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

.ft-useful-card p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.ft-cto-banner-card {
    width: 100%;
    max-width: 960px;
    margin: 64px auto 0 auto;
    padding: 56px 48px;
    background: #ffffff;
    border: 1px solid #e8e3d8;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 6px 24px rgba(12, 20, 33, 0.03);
}

.ft-cto-banner-card h3 {
    margin: 0 0 16px 0;
    color: #0c1421;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -1px;
}

.ft-cto-banner-card p {
    margin: 0;
    color: #525f75;
    font-size: 16px;
    line-height: 1.65;
}

/* ------------------------------------------------------------
   14. (I) THE PROCESS SECTION
   ------------------------------------------------------------ */
.ft-process-section {
    width: 100%;
    padding: 100px 0;
    background: #f7f4ed;
    border-top: 1px solid #e8e3d8;
}

.ft-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.ft-process-card {
    padding: 32px 28px;
    background: #ffffff;
    border: 1px solid #e8e3d8;
    border-radius: 12px;
}

.ft-process-num {
    color: #cf4f1d;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 16px;
}

.ft-process-card h3 {
    margin: 0 0 12px 0;
    color: #0c1421;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

.ft-process-card p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

/* ------------------------------------------------------------
   15. ROADMAP FULL / ORG CHART CALLOUT & FAQ
   ------------------------------------------------------------ */
.ft-roadmap-full-section {
    width: 100%;
    padding: 110px 0;
    background: #f7f4ed;
    text-align: center;
    border-top: 1px solid #e8e3d8;
}

.ft-roadmap-full-content {
    max-width: 860px;
    margin: 0 auto;
}

.ft-roadmap-title {
    margin: 0 0 24px 0;
    color: #0c1421;
    font-size: 54px;
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -2px;
}

.ft-roadmap-title .ft-orange-text {
    color: #cf4f1d;
}

.ft-roadmap-desc {
    color: #525f75;
    font-size: 16.5px;
    line-height: 1.65;
    margin-bottom: 28px;
}

.ft-roadmap-bullets {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 32px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: #64748b;
}

.ft-roadmap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
}

.ft-faq-section {
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
    border-top: 1px solid #e8e3d8;
}

.ft-faq-accordion {
    max-width: 860px;
    margin-top: 44px;
    display: flex;
    flex-direction: column;
}

.ft-faq-item {
    border-bottom: 1px solid #e8e3d8;
}

.ft-faq-question {
    width: 100%;
    padding: 24px 0;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    color: #0c1421;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    transition: color 0.2s ease;
}

.ft-faq-question:hover {
    color: #cf4f1d;
}

.ft-faq-icon {
    color: #cf4f1d;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    margin-left: 16px;
}

.ft-faq-answer {
    display: none;
    padding-bottom: 24px;
    color: #525f75;
    font-size: 15.5px;
    line-height: 1.65;
}

.ft-faq-item.active .ft-faq-answer {
    display: block;
}

/* ============================================================
   RESPONSIVE MEDIA QUERIES
   ============================================================ */
@media (max-width: 1024px) {
    .ft-units-grid,
    .ft-visibility-grid,
    .ft-safeguards-grid,
    .ft-useful-grid,
    .ft-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .ft-hero-title {
        font-size: 46px;
    }
    .ft-hero-title span.ft-serif-italic {
        font-size: 48px;
    }
    .ft-dark-grid,
    .ft-right-devs-grid,
    .ft-hiring-math-grid,
    .ft-outsourcing-grid,
    .ft-cards-two-col,
    .ft-investment-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .ft-diff-table-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .ft-diff-table-grid > div:first-child {
        display: none;
    }
}

@media (max-width: 640px) {
    .ft-hero-section,
    .ft-dark-section,
    .ft-org-section,
    .ft-right-devs-section,
    .ft-units-section,
    .ft-hiring-math-section,
    .ft-outsourcing-section,
    .ft-difference-section,
    .ft-control-section,
    .ft-visibility-section,
    .ft-safeguards-section,
    .ft-investment-section,
    .ft-offshore-dark-section,
    .ft-useful-section,
    .ft-process-section,
    .ft-roadmap-full-section,
    .ft-faq-section {
        padding: 50px 0;
    }
    .ft-hero-title {
        font-size: 34px;
        letter-spacing: -1.2px;
    }
    .ft-hero-title span.ft-serif-italic {
        font-size: 36px;
    }
    .ft-dark-title,
    .ft-org-title,
    .ft-units-title,
    .ft-hiring-math-title,
    .ft-right-devs-title,
    .ft-invest-title,
    .ft-offshore-title,
    .ft-roadmap-title {
        font-size: 28px;
    }
    .ft-hero-buttons,
    .ft-roadmap-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    .ft-btn {
        width: 100%;
    }
    .ft-what-you-get-grid,
    .ft-understand-grid,
    .ft-units-grid,
    .ft-visibility-grid,
    .ft-safeguards-grid,
    .ft-useful-grid,
    .ft-process-grid,
    .ft-offshore-grid {
        grid-template-columns: 1fr;
    }
}
