.home-page{--home-navy: #0a0756;--home-blue: #125fc9;--home-blue-dark: #0d469d;--home-yellow: #FFD700;--home-gold: #ad5100;--home-text: #20242b;--home-muted: #5d6172;--home-line: #d9ddea;--home-soft-blue: #f3f6ff;--home-soft-yellow: #fff8e8;--home-card: #ffffff;--home-success: #087a55;--home-shadow: 0 8px 22px rgba(24,35,70,0.08);width: 100%;margin: 7px auto 0;color: var(--home-text);font-size: 20px;line-height: 1.45;text-align: left;}.home-page,.home-page *{box-sizing: border-box;}.home-page h2,.home-page h3,.home-page h4,.home-page p,.home-page figure,.home-page ul,.home-page ol{margin-top: 0;}.home-page h2{margin-bottom: 14px;color: var(--home-navy);font-size: 32px;line-height: 1.12;font-weight: bold;}.home-page h3{margin-bottom: 8px;color: var(--home-navy);font-size: 23px;line-height: 1.18;font-weight: bold;}.home-page h4{margin-bottom: 8px;color: var(--home-blue-dark);font-size: 20px;line-height: 1.2;font-weight: bold;}.home-page p{margin-bottom: 16px;color: var(--home-text);font-size: 20px;line-height: 1.45;}.home-page a{color: #164aa7;text-decoration: none;}.home-page a:hover{color: #0d347f;text-decoration: underline;}.home-eyebrow,.home-section__eyebrow{margin: 0 0 8px !important;color: var(--home-gold) !important;font-size: 16px !important;font-weight: bold;letter-spacing: .075em;line-height: 1.2 !important;text-transform: uppercase;}.home-hero__title{margin-bottom: 13px !important;font-size: clamp(32px,4.1vw,40px) !important;letter-spacing: -.025em;}.home-hero__lead{max-width: 890px;color: var(--home-navy) !important;font-size: 22px !important;line-height: 1.42 !important;}.home-hero__text{max-width: 900px;color: var(--home-muted) !important;font-size: 19px !important;line-height: 1.5 !important;}.home-hero{position: relative;display: block;overflow: hidden;margin-bottom: 16px;padding: 34px 36px 36px;border: 1px solid #d5def0;border-top: 6px solid var(--home-yellow);border-radius: 14px;background: radial-gradient(circle at 91% 5%,rgba(255,215,0,.17),transparent 29%),radial-gradient(circle at 7% 94%,rgba(18,95,201,.075),transparent 28%),linear-gradient(135deg,#ffffff 0%,#f4f7ff 58%,#fffaf0 100%);box-shadow: var(--home-shadow);}.home-hero::before{content: "";position: absolute;top: -118px;right: 74px;width: 205px;height: 205px;border: 2px solid rgba(255,215,0,.28);border-radius: 50%;pointer-events: none;}.home-hero::after{content: "";position: absolute;right: -86px;bottom: -142px;width: 274px;height: 274px;border: 2px solid rgba(10,7,86,.12);border-radius: 50%;box-shadow: 0 0 0 31px rgba(10,7,86,.026),0 0 0 63px rgba(255,215,0,.042);pointer-events: none;}.home-hero>*{position: relative;z-index: 1;}.home-hero__content{max-width: none;}.home-hero__visual{display: grid;grid-template-columns: repeat(4,minmax(0,1fr));gap: 14px;margin-top: 26px;}.home-hero-card{--home-hero-card-accent: var(--home-blue);display: flex;gap: 12px;align-items: flex-start;min-height: 132px;padding: 16px 16px 15px;border: 1px solid #d7e0f0;border-left: 5px solid var(--home-hero-card-accent);border-radius: 12px;background: linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,250,255,.94));box-shadow: 0 8px 20px rgba(25,33,50,0.05);}.home-hero-card:nth-child(2){--home-hero-card-accent: var(--home-gold);}.home-hero-card:nth-child(3){--home-hero-card-accent: var(--home-success);}.home-hero-card:nth-child(4){--home-hero-card-accent: #5740c1;}.home-hero-card__icon{display: inline-flex;flex: 0 0 42px;align-items: center;justify-content: center;width: 42px;height: 42px;border-radius: 50%;background: var(--home-hero-card-accent);color: #ffffff;font-size: 24px;line-height: 1;font-weight: bold;}.home-hero-card strong{display: block;margin-bottom: 5px;color: var(--home-navy);font-size: 23px;line-height: 1.15;}.home-hero-card small{display: block;color: var(--home-muted);font-size: 17px;line-height: 1.35;}.home-hero__band{display: flex;flex-wrap: wrap;gap: 10px;margin-top: 16px;}.home-hero__band span{display: inline-flex;align-items: center;min-height: 40px;padding: 8px 13px;border: 1px solid #d7e0f0;border-radius: 999px;background: rgba(255,255,255,0.95);color: var(--home-blue-dark);font-size: 17px;line-height: 1.25;font-weight: bold;box-shadow: 0 5px 14px rgba(25,33,50,0.04);}.home-hero__band span::before{content: "✓";margin-right: 7px;color: var(--home-success);font-weight: bold;}.home-stat-strip{display: grid;grid-template-columns: repeat(4,minmax(0,1fr));gap: 0;overflow: hidden;margin-bottom: 22px;border: 1px solid var(--home-line);border-radius: 12px;background: #ffffff;box-shadow: 0 7px 18px rgba(25,33,50,0.06);}.home-stat-strip article{--home-stat-accent: var(--home-blue);position: relative;min-height: 108px;padding: 22px 18px 18px;border-right: 1px solid var(--home-line);background: linear-gradient(180deg,#ffffff,#fbfcff);}.home-stat-strip article::before{content: "";position: absolute;top: 0;right: 0;left: 0;height: 4px;background: var(--home-stat-accent);}.home-stat-strip article:nth-child(2){--home-stat-accent: var(--home-success);}.home-stat-strip article:nth-child(3){--home-stat-accent: var(--home-gold);}.home-stat-strip article:nth-child(4){--home-stat-accent: #5740c1;}.home-stat-strip article:last-child{border-right: 0;}.home-stat-strip strong{display: block;margin-bottom: 5px;color: var(--home-navy);font-size: 25px;line-height: 1.1;}.home-stat-strip span{display: block;color: var(--home-muted);font-size: 16px;line-height: 1.3;}.home-section{margin-bottom: 22px;padding: 30px;border: 1px solid var(--home-line);border-radius: 14px;background: linear-gradient(180deg,var(--home-card),#fdfdff);box-shadow: 0 8px 20px rgba(25,33,50,0.055);}.home-section--soft{background: radial-gradient(circle at 100% 0,rgba(18,95,201,.075),transparent 28%),linear-gradient(145deg,#f4f7ff 0%,#ffffff 64%);}.home-section--accent{border-color: #e7d9ac;background: radial-gradient(circle at 100% 0,rgba(255,215,0,.14),transparent 30%),linear-gradient(135deg,var(--home-soft-yellow) 0%,#ffffff 68%);}.home-section__heading{max-width: 880px;margin-bottom: 23px;}.home-section__heading>p:last-child{margin-bottom: 0;color: var(--home-muted);}.home-text-columns{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 28px;}.home-text-columns p:last-child{margin-bottom: 0;}.home-language-note{display: flex;align-items: center;gap: 13px;margin-top: 23px;padding: 13px 16px;border-left: 6px solid var(--home-blue);border-radius: 7px;background: linear-gradient(135deg,#eef4ff,#f8faff);}.home-language-note__mark{display: inline-flex;flex: 0 0 auto;align-items: center;justify-content: center;width: 38px;height: 28px;border-radius: 4px;background: var(--home-blue-dark);color: #ffffff;font-size: 15px;font-weight: bold;}.home-language-note p{margin: 0;font-size: 18px;}.home-process-intro{display: grid;grid-template-columns: minmax(0,1.15fr) minmax(330px,0.85fr);gap: 16px;align-items: stretch;margin-bottom: 16px;}.home-process-card{position: relative;display: grid;grid-template-columns: 40px minmax(0,1fr);column-gap: 14px;row-gap: 10px;align-items: start;padding: 23px;border: 1px solid var(--home-line);border-left: 6px solid var(--home-success);border-radius: 11px;background: linear-gradient(135deg,#f2faf7 0%,#ffffff 48%);box-shadow: 0 7px 17px rgba(25,33,50,0.055);text-align: left;}.home-process-card + .home-process-card{margin-top: 16px;}.home-process-card--wide{width: 100%;}.home-process-card--performance{border-left-color: var(--home-blue);background: linear-gradient(135deg,#f2f6ff 0%,#ffffff 50%);}.home-process-card--interview{border-left-color: var(--home-gold);background: linear-gradient(135deg,#fff7e9 0%,#ffffff 50%);}.home-process-card__number{display: inline-flex;flex: 0 0 40px;grid-column: 1;grid-row: 1;align-items: center;justify-content: center;width: 40px;height: 40px;margin: 0;border-radius: 50%;background: var(--home-success);color: #ffffff;font-size: 21px;line-height: 1;font-weight: bold;}.home-process-card--performance .home-process-card__number{background: var(--home-blue);}.home-process-card--interview .home-process-card__number{background: var(--home-gold);}.home-process-card__body{display: contents;min-width: 0;flex: 1;}.home-process-card__body>h3{display: flex;grid-column: 2;grid-row: 1;align-self: center;align-items: center;min-height: 40px;margin: 0;text-align: left;}.home-process-card__body>:not(h3){grid-column: 1 / -1;width: 100%;min-width: 0;text-align: left;}.home-process-card__body p:last-child{margin-bottom: 0;}.home-process-figure{display: flex;flex-direction: column;align-self: stretch;justify-content: center;overflow: hidden;margin: 0;padding: 10px;border: 1px solid #cad5ea;border-radius: 11px;background: radial-gradient(circle at 100% 0,rgba(255,215,0,.13),transparent 30%),linear-gradient(180deg,var(--home-soft-blue),#ffffff);box-shadow: 0 7px 17px rgba(25,33,50,0.055);}.home-process-figure img{display: block;float: none;width: 100%;height: auto;margin: auto;border-radius: 8px;}.home-process-figure figcaption{padding: 10px 7px 3px;color: var(--home-muted);font-size: 15px;line-height: 1.3;text-align: center;}.home-variant-grid{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 11px;margin: 17px 0;}.home-variant-card{--home-variant-accent: var(--home-gold);--home-variant-tint: #fff7e9;display: flex;flex-direction: column;min-height: 158px;padding: 16px;border: 1px solid var(--home-line);border-left: 6px solid var(--home-variant-accent);border-radius: 12px;background: linear-gradient(135deg,var(--home-variant-tint),#ffffff 55%);color: var(--home-text) !important;box-shadow: 0 6px 16px rgba(23,31,59,.07);transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease;}.home-variant-card:hover{border-color: rgba(10,7,86,.42);border-left-color: var(--home-variant-accent);background: linear-gradient(135deg,var(--home-variant-tint),#ffffff 55%);box-shadow: 0 15px 30px rgba(10,7,86,.14);transform: translateY(-4px);text-decoration: none !important;}.home-variant-card--b{--home-variant-accent: var(--home-success);--home-variant-tint: #eef9f5;}.home-variant-card__label{margin-bottom: 7px;color: var(--home-variant-accent);font-size: 15px;font-weight: bold;letter-spacing: 0.08em;text-transform: uppercase;}.home-variant-card b{margin-bottom: 6px;color: var(--home-navy);font-size: 20px;line-height: 1.2;}.home-variant-card small{color: var(--home-muted);font-size: 16px;line-height: 1.35;}.home-variant-card__action{display: flex;gap: 10px;align-items: center;justify-content: space-between;width: 100%;margin-top: auto;padding-top: 12px;color: var(--home-navy);font-size: 16px;font-weight: bold;line-height: 1.2;}.home-variant-card__action span{color: var(--home-variant-accent);font-size: 23px;line-height: 1;transition: transform .18s ease;}.home-variant-card:hover .home-variant-card__action span{transform: translateX(4px);}.home-info-callout{margin: 17px 0;padding: 16px 18px;border-left: 6px solid var(--home-yellow);border-radius: 8px;background: #fffbea;}.home-info-callout strong{display: block;margin-bottom: 5px;color: var(--home-navy);font-size: 20px;}.home-info-callout p{margin-bottom: 0;font-size: 18px;}.home-details{margin: 17px 0;border: 1px solid #d8e0ef;border-radius: 9px;background: #f8faff;}.home-details summary{padding: 12px 14px;color: var(--home-navy);font-size: 18px;line-height: 1.25;font-weight: bold;cursor: pointer;}.home-details[open] summary{border-bottom: 1px solid #d8e0ef;}.home-details--static{overflow: hidden;}.home-details__title{margin: 0;padding: 13px 15px;border-bottom: 1px solid #d8e0ef;color: var(--home-navy);background: #eef3ff;font-size: 22px;line-height: 1.25;font-weight: bold;text-align: left;}.home-subtest-grid{display: grid;grid-template-columns: repeat(3,minmax(0,1fr));gap: 8px;padding: 12px;}.home-subtest-grid a{display: flex;flex-direction: column;min-height: 94px;padding: 11px;border: 1px solid #dce3ef;border-radius: 7px;background: #ffffff;color: var(--home-text);}.home-subtest-grid a:hover{border-color: #9fb6e8;background: #f3f6fd;text-decoration: none;}.home-subtest-grid b{color: #16499f;font-size: 17px;line-height: 1.2;}.home-subtest-grid span{margin-top: 4px;color: var(--home-muted);font-size: 15px;line-height: 1.3;}.home-personality-grid{display: grid;grid-template-columns: repeat(3,minmax(0,1fr));gap: 10px;margin: 17px 0;}.home-personality-grid a{display: flex;flex-direction: column;min-height: 150px;padding: 15px;border: 1px solid #d8e4e1;border-radius: 11px;background: linear-gradient(145deg,#f7fbfa,#ffffff 62%);color: var(--home-text);box-shadow: 0 5px 14px rgba(23,31,59,.05);transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease;}.home-personality-grid a:hover{border-color: #91bfae;background: linear-gradient(145deg,#f2f9f6,#ffffff 62%);box-shadow: 0 12px 25px rgba(10,7,86,.11);transform: translateY(-3px);text-decoration: none;}.home-personality-grid span{margin-bottom: 7px;color: var(--home-success);font-size: 16px;font-weight: bold;letter-spacing: 0.08em;}.home-personality-grid b{margin-bottom: 6px;color: var(--home-navy);font-size: 19px;line-height: 1.2;}.home-personality-grid small{color: var(--home-muted);font-size: 16px;line-height: 1.34;}.home-trait-grid{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 8px;margin-top: 15px;}.home-trait-grid span{padding: 11px;border: 1px solid #dbe5e3;border-radius: 7px;background: #f2f8f7;color: #24423d;font-size: 17px;line-height: 1.32;}.home-interview-columns{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 12px;margin-top: 17px;}.home-interview-columns>div{padding: 16px;border: 1px solid #eadfbf;border-radius: 8px;background: #fffdf7;}.home-interview-columns ul{margin: 0;padding-left: 21px;}.home-interview-columns li{margin-bottom: 6px;color: #414958;font-size: 17px;line-height: 1.35;}.home-interview-columns li:last-child{margin-bottom: 0;}.home-check-grid{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 11px;}.home-check-grid article{position: relative;min-height: 185px;padding: 17px 17px 16px 49px;border: 1px solid #e5dcc0;border-radius: 9px;background: rgba(255,255,255,0.88);}.home-check-grid article::before{content: "✓";position: absolute;left: 16px;top: 17px;display: inline-flex;align-items: center;justify-content: center;width: 24px;height: 24px;border-radius: 50%;background: #fff1b3;color: #745300;font-size: 15px;font-weight: bold;}.home-check-grid h3{margin-bottom: 6px;font-size: 20px;}.home-check-grid p{margin-bottom: 0;color: var(--home-muted);font-size: 17px;line-height: 1.38;}.home-tip-grid{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 12px;}.home-tip-grid article{position: relative;min-height: 224px;padding: 19px;border: 1px solid var(--home-line);border-radius: 10px;background: #ffffff;box-shadow: 0 6px 15px rgba(25,33,50,0.045);}.home-tip-grid article>span{display: inline-block;margin-bottom: 11px;color: var(--home-gold);font-size: 17px;line-height: 1;font-weight: bold;letter-spacing: 0.08em;}.home-tip-grid h3{font-size: 21px;}.home-tip-grid p{margin-bottom: 0;color: var(--home-muted);font-size: 17px;line-height: 1.4;}.home-final-cta{position: relative;display: grid;grid-template-columns: minmax(0,1fr) auto;gap: 24px;align-items: center;padding: 30px;overflow: hidden;border: 1px solid #d5def0;border-top: 6px solid var(--home-yellow);border-radius: 14px;background: radial-gradient(circle at 100% 0,rgba(255,215,0,.20),transparent 34%),linear-gradient(135deg,#f4f7ff 0%,#ffffff 62%,#fffaf0 100%);box-shadow: var(--home-shadow);}.home-final-cta::after{content: "";position: absolute;right: -74px;bottom: -124px;width: 228px;height: 228px;border: 2px solid rgba(10,7,86,.10);border-radius: 50%;box-shadow: 0 0 0 32px rgba(255,215,0,.045);pointer-events: none;}.home-final-cta>*{position: relative;z-index: 1;}.home-final-cta h2{color: var(--home-navy);}.home-final-cta p{max-width: 720px;}.home-final-cta p:last-child{margin-bottom: 0;}.home-final-cta__actions{display: flex;flex-direction: column;gap: 9px;align-items: stretch;min-width: 230px;}.home-final-cta__actions .home-button{display: flex;gap: 12px;align-items: center;justify-content: space-between;width: 100%;min-width: 250px;min-height: 50px;padding: 11px 20px;border: 1px solid transparent;border-radius: 9px;box-shadow: 0 6px 14px rgba(23,31,59,.10);font-weight: bold;text-align: left;text-decoration: none !important;white-space: normal;transition: transform .18s ease,filter .18s ease,border-color .18s ease,box-shadow .18s ease;will-change: transform;}.home-final-cta__actions .home-button span{flex: 0 0 auto;font-size: 23px;line-height: 1;transition: transform .18s ease;}.home-final-cta__actions .home-button:hover{text-decoration: none !important;box-shadow: 0 12px 22px rgba(10,7,86,.17);transform: translateY(-3px);}.home-final-cta__actions .home-button:hover span{transform: translateX(5px);}.home-button--yellow{background: var(--home-yellow);border-color: #d7b900 !important;color: var(--home-navy) !important;box-shadow: 0 6px 14px rgba(214,182,0,.18) !important;}.home-button--yellow:hover{filter: brightness(1.035);color: var(--home-navy) !important;box-shadow: 0 12px 22px rgba(214,182,0,.32) !important;}.home-button--outline{border-color: #bfc6d5 !important;background: #ffffff;color: var(--home-navy) !important;}.home-button--outline:hover{border-color: var(--home-navy) !important;background: #ffffff;color: var(--home-navy) !important;}@media (max-width: 900px){.home-hero{padding: 30px 27px;}.home-hero__visual{grid-template-columns: repeat(2,minmax(0,1fr));}.home-hero__title{font-size: 35px !important;}.home-stat-strip{grid-template-columns: repeat(2,minmax(0,1fr));}.home-stat-strip article:nth-child(2){border-right: 0;}.home-stat-strip article:nth-child(-n+2){border-bottom: 1px solid var(--home-line);}.home-process-intro{grid-template-columns: minmax(0,1.08fr) minmax(310px,0.92fr);}.home-subtest-grid{grid-template-columns: repeat(2,minmax(0,1fr));}.home-personality-grid{grid-template-columns: 1fr;}.home-personality-grid a{min-height: 0;}}@media (max-width: 767.98px){.home-page{font-size: 25px;line-height: 1.4;}.home-page h2{font-size: 32px;line-height: 1.15;}.home-page h3{font-size: 26px;line-height: 1.2;}.home-page h4{font-size: 23px;line-height: 1.25;}.home-page p{font-size: 25px;line-height: 1.4;}.home-hero{padding: 27px 22px;}.home-hero__title{font-size: 38px !important;}.home-hero__lead{font-size: 28px !important;}.home-hero__text{font-size: 24px !important;}.home-button{min-height: 50px;font-size: 23px;}.home-hero__visual{grid-template-columns: 1fr;gap: 12px;margin-top: 22px;}.home-hero-card{min-height: 0;padding: 16px;border-left-width: 1px;border-left-color: #d7e0f0;border-top: 5px solid var(--home-hero-card-accent);}.home-hero-card__icon{flex-basis: 46px;width: 46px;height: 46px;font-size: 26px;}.home-hero-card strong{font-size: 28px;}.home-hero-card small{font-size: 22px;line-height: 1.4;}.home-hero__band span{font-size: 22px;line-height: 1.35;}.home-process-figure figcaption{font-size: 19px;}.home-stat-strip strong{font-size: 30px;}.home-stat-strip span{font-size: 21px;}.home-section{padding: 25px;}.home-text-columns,.home-process-intro,.home-variant-grid,.home-trait-grid,.home-interview-columns,.home-check-grid,.home-tip-grid{grid-template-columns: 1fr;}.home-process-figure{width: 100%;max-width: 520px;min-height: 0;margin-right: auto;margin-left: auto;}.home-variant-card b,.home-info-callout strong,.home-personality-grid b,.home-check-grid h3,.home-tip-grid h3{font-size: 25px;}.home-variant-card small,.home-personality-grid small,.home-info-callout p,.home-subtest-grid b,.home-trait-grid span,.home-interview-columns li,.home-check-grid p,.home-tip-grid p{font-size: 23px;line-height: 1.5;}.home-variant-card{min-height: 0;border-left-width: 1px;border-left-color: var(--home-line);border-top: 6px solid var(--home-variant-accent);}.home-variant-card:hover{border-left-color: var(--home-line);border-top-color: var(--home-variant-accent);}.home-variant-card__action{font-size: 23px;}.home-variant-card__action span{font-size: 29px;}.home-personality-grid a{border-left-width: 1px;border-left-color: var(--home-line);border-top: 6px solid var(--home-success);}.home-personality-grid a:hover{border-left-color: var(--home-line);border-top-color: var(--home-success);}.home-subtest-grid span{font-size: 21px;line-height: 1.4;}.home-check-grid article,.home-tip-grid article{min-height: 0;}.home-final-cta{grid-template-columns: 1fr;}.home-personality-grid span,.home-variant-card__label,.home-tip-grid article>span,.home-section__eyebrow,.home-eyebrow{font-size: 20px !important;line-height: 1.3 !important;}.home-personality-grid small,.home-variant-card small{display: block;font-size: 23px;line-height: 1.5;}.home-final-cta__actions{display: flex !important;width: 100%;min-width: 0;flex-direction: column;flex-wrap: nowrap;gap: 12px;margin-top: 8px;}}@media (max-width: 767.98px){.home-process-card__body>p,.home-variant-grid,.home-info-callout,.home-details,.home-subtest-grid,.home-personality-grid,.home-trait-grid,.home-interview-columns{text-align: left;}.home-info-callout{border-left-width: 5px;border-left-color: var(--home-yellow);border-top: 1px solid transparent;}.home-details__title{padding: 15px 16px;font-size: 27px;line-height: 1.25;}.home-final-cta__actions .home-button{display: flex !important;width: 100%;min-width: 0;min-height: 62px;padding: 14px 20px;border-width: 1px;border-radius: 9px;font-size: 23px;line-height: 1.25;text-align: left;visibility: visible !important;opacity: 1 !important;}}.home-hero__orientation{margin-top: 22px;padding: 17px 19px;border: 1px solid #d7e0f0;border-left: 6px solid var(--home-yellow);border-radius: 10px;background: rgba(255,255,255,0.88);box-shadow: 0 6px 16px rgba(25,33,50,0.04);}.home-hero__orientation-label{display: block;margin-bottom: 6px;color: var(--home-navy);font-size: 20px;line-height: 1.25;font-weight: bold;}.home-hero__orientation p{margin: 0;color: var(--home-muted);font-size: 18px;line-height: 1.5;}@media (max-width: 767.98px){.home-hero__orientation{padding: 17px 16px;border-left-width: 1px;border-left-color: #d7e0f0;border-top: 6px solid var(--home-yellow);}.home-hero__orientation-label{font-size: 25px;}.home-hero__orientation p{font-size: 22px;line-height: 1.45;}.home-process-card{grid-template-columns: 44px minmax(0,1fr);padding: 22px 20px;border-left-width: 1px;border-left-color: var(--home-line);border-top: 6px solid var(--home-success);}.home-process-card--performance{border-left-color: var(--home-line);border-top-color: var(--home-blue);}.home-process-card--interview{border-left-color: var(--home-line);border-top-color: var(--home-gold);}.home-process-card__number{width: 44px;height: 44px;font-size: 24px;}.home-process-card__body>h3{min-height: 44px;}}
