#susteem {
scroll-margin-top: 110px;
}
.growth-system {
overflow: hidden;
background:
radial-gradient(circle at 87% 2%, rgba(152, 240, 223, 0.16), transparent 17%),
var(--white);
}
.growth-hero {
width: var(--page);
min-height: 780px;
margin: 0 auto;
padding: 72px 0 92px;
display: grid;
grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.72fr);
align-items: center;
gap: clamp(58px, 7vw, 112px);
}
.growth-hero__copy {
min-width: 0;
}
.growth-hero__copy h1 {
max-width: 850px;
font-size: clamp(70px, 7vw, 108px);
}
.growth-hero__lead {
max-width: 760px;
margin: 30px 0 36px;
color: var(--text);
font-size: 20px;
line-height: 1.68;
}
.growth-hero__actions {
display: flex;
align-items: center;
gap: 28px;
}
.growth-hero__actions > a:last-child {
color: var(--navy);
font-size: 12px;
font-weight: 820;
text-decoration: underline;
text-underline-offset: 4px;
}
.growth-hero__note {
margin: 30px 0 0;
color: var(--muted);
font-size: 10px;
font-weight: 760;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.growth-console {
min-width: 0;
padding: 18px;
border: 1px solid rgba(8, 47, 80, 0.1);
border-radius: 26px;
background:
radial-gradient(circle at 75% 20%, rgba(152, 240, 223, 0.26), transparent 22%),
var(--navy);
box-shadow: 0 32px 80px rgba(8, 47, 80, 0.2);
color: white;
transform: rotate(1.2deg);
}
.growth-console__head,
.growth-console__foot {
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px;
}
.growth-console__head {
padding: 6px 7px 18px;
color: rgba(255, 255, 255, 0.62);
font-size: 9px;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.growth-console__head i {
display: inline-flex;
align-items: center;
gap: 7px;
color: var(--aqua);
font-style: normal;
}
.growth-console__head i::before {
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--green);
box-shadow: 0 0 0 5px rgba(85, 200, 154, 0.1);
content: "";
}
.growth-console ol {
margin: 0;
padding: 0;
display: grid;
gap: 8px;
list-style: none;
}
.growth-console li {
min-height: 94px;
padding: 17px 18px;
display: grid;
grid-template-columns: 32px 1fr auto;
align-items: center;
gap: 15px;
border: 1px solid rgba(255, 255, 255, 0.09);
border-radius: 14px;
background: rgba(255, 255, 255, 0.065);
}
.growth-console li > span {
color: var(--aqua);
font-size: 9px;
font-weight: 850;
}
.growth-console li div {
display: grid;
gap: 4px;
}
.growth-console li strong {
font-size: 17px;
}
.growth-console li small {
color: rgba(255, 255, 255, 0.52);
font-size: 9px;
letter-spacing: 0.04em;
}
.growth-console li > b {
color: var(--green);
font-size: 10px;
}
.growth-console__foot {
padding: 21px 7px 7px;
color: rgba(255, 255, 255, 0.56);
font-size: 10px;
font-weight: 760;
text-transform: uppercase;
}
.growth-console__foot strong {
color: var(--aqua);
font-size: 28px;
letter-spacing: -0.045em;
}
.growth-principles {
width: var(--page);
margin: 0 auto;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
border-top: 1px solid var(--line);
border-bottom: 1px solid var(--line);
}
.growth-principles article {
min-height: 210px;
padding: 40px;
display: grid;
grid-template-columns: 38px 1fr;
gap: 22px;
}
.growth-principles article + article {
border-left: 1px solid var(--line);
}
.growth-principles article > span {
width: 30px;
height: 30px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--surface-2);
color: var(--blue);
font-size: 9px;
font-weight: 850;
}
.growth-principles h2 {
font-size: 31px;
}
.growth-principles p {
margin: 14px 0 0;
color: var(--text);
font-size: 14px;
line-height: 1.66;
}
.growth-leak,
.growth-roles,
.growth-delivery,
.growth-fit,
.growth-faq {
width: var(--page);
margin: 0 auto;
padding: 124px 0;
}
.growth-section-heading {
max-width: 900px;
margin-bottom: 62px;
}
.growth-section-heading h2 {
font-size: clamp(52px, 5.7vw, 82px);
}
.growth-section-heading > p:last-child {
max-width: 740px;
margin: 27px 0 0;
color: var(--text);
font-size: 18px;
line-height: 1.7;
}
.growth-leak__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
border-top: 1px solid var(--line);
border-bottom: 1px solid var(--line);
}
.growth-leak__grid article {
min-height: 330px;
padding: 34px;
}
.growth-leak__grid article + article {
border-left: 1px solid var(--line);
}
.growth-leak__grid span,
.growth-stack__grid article > span,
.growth-roles__grid article > span,
.growth-fit__grid article > span {
color: var(--blue);
font-size: 9px;
font-weight: 850;
letter-spacing: 0.09em;
text-transform: uppercase;
}
.growth-leak__grid h3 {
margin-top: 92px;
font-size: clamp(27px, 2.4vw, 37px);
}
.growth-leak__grid p {
margin: 18px 0 0;
color: var(--text);
font-size: 14px;
line-height: 1.68;
}
.growth-stack {
width: var(--page);
margin: 0 auto;
padding: 100px;
border-radius: 30px;
background:
radial-gradient(circle at 88% 5%, rgba(45, 128, 247, 0.25), transparent 22%),
var(--navy);
color: white;
}
.growth-stack__intro {
max-width: 870px;
margin-bottom: 64px;
}
.growth-stack__intro h2 {
color: white;
font-size: clamp(53px, 5.8vw, 84px);
}
.growth-stack__intro > p:last-child {
max-width: 700px;
margin: 28px 0 0;
color: rgba(255, 255, 255, 0.65);
font-size: 17px;
line-height: 1.7;
}
.growth-stack__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.growth-stack__grid article {
min-height: 330px;
padding: 36px;
display: flex;
flex-direction: column;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 18px;
background: rgba(255, 255, 255, 0.055);
}
.growth-stack__grid article > span {
color: var(--aqua);
}
.growth-stack__grid h3 {
max-width: 470px;
margin-top: 70px;
color: white;
font-size: clamp(30px, 3vw, 43px);
}
.growth-stack__grid p {
margin: 20px 0 28px;
color: rgba(255, 255, 255, 0.66);
line-height: 1.68;
}
.growth-stack__grid small {
margin-top: auto;
color: var(--aqua);
font-size: 10px;
font-weight: 800;
}
.growth-editorial {
width: var(--content);
margin: 0 auto;
padding: 124px 0;
display: grid;
grid-template-columns: minmax(240px, 0.35fr) minmax(0, 0.65fr);
gap: 96px;
border-bottom: 1px solid var(--line);
}
.growth-editorial > aside {
position: sticky;
top: 104px;
align-self: start;
}
.growth-editorial > aside h2 {
max-width: 380px;
font-size: clamp(42px, 4.2vw, 58px);
}
.growth-editorial > aside > p:last-child {
max-width: 330px;
margin: 22px 0 0;
color: var(--muted);
font-size: 12px;
line-height: 1.65;
}
.growth-roles {
border-bottom: 1px solid var(--line);
}
.growth-roles__grid,
.growth-fit__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
}
.growth-roles__grid article,
.growth-fit__grid article {
min-height: 430px;
padding: 48px;
border: 1px solid var(--line);
border-radius: 22px;
background: var(--surface);
}
.growth-roles__grid article:last-child {
background:
radial-gradient(circle at 82% 9%, rgba(152, 240, 223, 0.22), transparent 26%),
var(--navy);
color: white;
}
.growth-roles__grid article:last-child > span,
.growth-roles__grid article:last-child li::marker {
color: var(--aqua);
}
.growth-roles__grid h3,
.growth-fit__grid h3 {
margin-top: 86px;
font-size: clamp(38px, 4vw, 57px);
}
.growth-roles__grid article:last-child h3 {
color: white;
}
.growth-roles__grid ul,
.growth-fit__grid ul {
margin: 28px 0 0;
padding-left: 1.15em;
}
.growth-roles__grid li,
.growth-fit__grid li {
margin-bottom: 12px;
padding-left: 6px;
color: var(--text);
line-height: 1.6;
}
.growth-roles__grid article:last-child li {
color: rgba(255, 255, 255, 0.7);
}
.growth-guardrails {
width: var(--content);
margin: 0 auto;
padding: 82px;
display: grid;
grid-template-columns: minmax(0, 0.8fr) minmax(390px, 1.2fr);
gap: 90px;
border-radius: 26px;
background:
radial-gradient(circle at 8% 87%, rgba(45, 128, 247, 0.2), transparent 27%),
var(--navy);
color: white;
}
.growth-guardrails h2 {
color: white;
font-size: clamp(45px, 4.7vw, 65px);
}
.growth-guardrails ul {
margin: 0;
padding: 0;
list-style: none;
}
.growth-guardrails li {
padding: 22px 0 22px 30px;
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
color: rgba(255, 255, 255, 0.68);
line-height: 1.65;
position: relative;
}
.growth-guardrails li:first-child {
padding-top: 0;
}
.growth-guardrails li::before {
position: absolute;
top: 29px;
left: 0;
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--green);
content: "";
}
.growth-guardrails li:first-child::before {
top: 7px;
}
.growth-guardrails strong {
color: white;
}
.growth-delivery ol {
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
list-style: none;
border-top: 1px solid var(--line);
border-bottom: 1px solid var(--line);
}
.growth-delivery li {
min-height: 330px;
padding: 34px;
display: flex;
flex-direction: column;
}
.growth-delivery li + li {
border-left: 1px solid var(--line);
}
.growth-delivery li > span {
color: var(--blue);
font-size: 10px;
font-weight: 850;
}
.growth-delivery li > div {
margin-top: auto;
}
.growth-delivery h3 {
font-size: 32px;
}
.growth-delivery p {
margin: 18px 0 0;
color: var(--text);
font-size: 14px;
line-height: 1.68;
}
.growth-fit {
padding-top: 0;
}
.growth-fit__grid article:first-child {
background: var(--surface);
}
.growth-fit__grid article:last-child {
background: white;
}
.growth-fit__grid article > span {
color: var(--navy);
}
.growth-fit__grid article > span::before {
width: 8px;
height: 8px;
margin-right: 10px;
display: inline-block;
border-radius: 50%;
background: var(--green);
content: "";
}
.growth-fit__grid article:last-child > span::before {
background: var(--coral);
}
.growth-investment {
width: var(--page);
min-height: 540px;
margin: 0 auto;
padding: 88px;
display: grid;
grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
align-items: center;
gap: 100px;
border-radius: 30px;
background:
radial-gradient(circle at 80% 10%, rgba(152, 240, 223, 0.22), transparent 24%),
var(--navy);
color: white;
}
.growth-investment h2 {
color: var(--aqua);
font-size: clamp(86px, 10vw, 148px);
white-space: nowrap;
}
.growth-investment > div:first-child > p:last-child,
.growth-investment > div:last-child > p {
max-width: 620px;
margin: 24px 0 0;
color: rgba(255, 255, 255, 0.62);
line-height: 1.7;
}
.growth-investment h3 {
color: white;
font-size: clamp(35px, 3.8vw, 52px);
}
.growth-investment .button {
margin-top: 30px;
}
.growth-faq {
width: var(--content);
}
.growth-faq__list {
border-top: 1px solid var(--line);
}
.growth-faq details {
border-bottom: 1px solid var(--line);
}
.growth-faq summary {
min-height: 92px;
padding: 24px 58px 24px 0;
display: flex;
align-items: center;
color: var(--navy);
font-size: clamp(22px, 2.3vw, 31px);
font-weight: 760;
letter-spacing: -0.035em;
line-height: 1.2;
cursor: pointer;
position: relative;
list-style: none;
}
.growth-faq summary::-webkit-details-marker {
display: none;
}
.growth-faq summary::after {
position: absolute;
right: 2px;
width: 36px;
height: 36px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--surface-2);
color: var(--blue);
font-size: 21px;
content: "+";
}
.growth-faq details[open] summary::after {
content: "−";
}
.growth-faq details p {
max-width: 820px;
margin: -3px 0 32px;
color: var(--text);
font-size: 16px;
line-height: 1.75;
}
.growth-final {
width: var(--content);
margin: 0 auto 116px;
padding: 88px;
border-radius: 28px;
background:
radial-gradient(circle at 88% 12%, rgba(45, 128, 247, 0.3), transparent 27%),
var(--navy);
color: white;
text-align: center;
}
.growth-final .overline {
justify-content: center;
}
.growth-final h2 {
max-width: 900px;
margin: 0 auto;
color: white;
font-size: clamp(53px, 6vw, 85px);
}
.growth-final > p:not(.overline) {
max-width: 690px;
margin: 28px auto 32px;
color: rgba(255, 255, 255, 0.66);
font-size: 17px;
line-height: 1.7;
}
@media (min-width: 1121px) and (max-width: 1440px) {
.growth-hero {
min-height: 670px;
padding-top: 58px;
padding-bottom: 76px;
}
.growth-hero__copy h1 {
font-size: clamp(62px, 6.5vw, 86px);
}
.growth-stack {
padding: 74px;
}
}
@media (max-width: 1100px) {
.growth-hero {
min-height: 0;
grid-template-columns: 1fr;
gap: 58px;
}
.growth-console {
width: min(720px, 100%);
transform: none;
}
.growth-principles {
grid-template-columns: 1fr;
}
.growth-principles article {
min-height: 0;
}
.growth-principles article + article {
border-top: 1px solid var(--line);
border-left: 0;
}
.growth-leak__grid,
.growth-delivery ol {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.growth-leak__grid article:nth-child(3),
.growth-delivery li:nth-child(3) {
border-top: 1px solid var(--line);
border-left: 0;
}
.growth-leak__grid article:nth-child(4),
.growth-delivery li:nth-child(4) {
border-top: 1px solid var(--line);
}
.growth-stack {
padding: 72px 56px;
}
.growth-editorial {
grid-template-columns: 1fr;
gap: 52px;
}
.growth-editorial > aside {
position: static;
}
.growth-guardrails,
.growth-investment {
grid-template-columns: 1fr;
gap: 56px;
}
}
@media (max-width: 760px) {
.growth-hero {
width: min(100% - 36px, 1380px);
padding: 44px 0 74px;
gap: 42px;
}
.growth-hero__copy h1 {
font-size: clamp(51px, 15.5vw, 70px);
}
.growth-hero__lead {
font-size: 16px;
}
.growth-hero__actions {
align-items: flex-start;
flex-direction: column;
gap: 20px;
}
.growth-hero__actions .button {
width: 100%;
}
.growth-console {
padding: 12px;
border-radius: 20px;
}
.growth-console li {
min-height: 82px;
padding: 14px;
}
.growth-console__foot {
align-items: flex-start;
flex-direction: column;
}
.growth-principles,
.growth-leak,
.growth-roles,
.growth-delivery,
.growth-fit,
.growth-faq,
.growth-stack,
.growth-final,
.growth-investment {
width: min(100% - 36px, 1380px);
}
.growth-principles article {
padding: 28px 20px;
}
.growth-leak,
.growth-roles,
.growth-delivery,
.growth-faq {
padding: 84px 0;
}
.growth-section-heading {
margin-bottom: 42px;
}
.growth-section-heading h2,
.growth-stack__intro h2 {
font-size: 44px;
}
.growth-section-heading > p:last-child,
.growth-stack__intro > p:last-child {
font-size: 16px;
}
.growth-leak__grid,
.growth-stack__grid,
.growth-roles__grid,
.growth-delivery ol,
.growth-fit__grid {
grid-template-columns: 1fr;
}
.growth-leak__grid article,
.growth-delivery li {
min-height: 0;
padding: 28px 22px;
}
.growth-leak__grid article + article,
.growth-delivery li + li,
.growth-leak__grid article:nth-child(4),
.growth-delivery li:nth-child(4) {
border-top: 1px solid var(--line);
border-left: 0;
}
.growth-leak__grid h3,
.growth-delivery li > div {
margin-top: 48px;
}
.growth-stack {
padding: 54px 22px 22px;
border-radius: 22px;
}
.growth-stack__intro {
margin-bottom: 42px;
}
.growth-stack__grid article {
min-height: 300px;
padding: 28px 24px;
}
.growth-stack__grid h3 {
margin-top: 54px;
font-size: 34px;
}
.growth-editorial {
width: min(100% - 36px, 1180px);
padding: 84px 0;
}
.growth-editorial > aside h2 {
font-size: 42px;
}
.growth-roles__grid article,
.growth-fit__grid article {
min-height: 0;
padding: 34px 24px;
}
.growth-roles__grid h3,
.growth-fit__grid h3 {
margin-top: 54px;
font-size: 39px;
}
.growth-guardrails {
width: min(100% - 36px, 1180px);
padding: 48px 24px;
gap: 42px;
border-radius: 20px;
}
.growth-guardrails h2 {
font-size: 43px;
}
.growth-investment {
min-height: 0;
padding: 54px 24px;
gap: 48px;
border-radius: 22px;
}
.growth-investment h2 {
font-size: clamp(62px, 19vw, 90px);
white-space: normal;
}
.growth-investment .button {
width: 100%;
}
.growth-faq summary {
min-height: 80px;
padding-right: 50px;
font-size: 22px;
}
.growth-final {
margin-bottom: 84px;
padding: 58px 24px;
border-radius: 22px;
text-align: left;
}
.growth-final .overline {
justify-content: flex-start;
}
.growth-final h2 {
font-size: 45px;
}
.growth-final > p:not(.overline) {
margin-left: 0;
}
.growth-final .button {
width: 100%;
}
}
@media (max-width: 390px) {
.growth-hero__copy h1 {
font-size: 48px;
}
.growth-console li {
grid-template-columns: 26px 1fr auto;
gap: 10px;
}
.growth-console li strong {
font-size: 15px;
}
.growth-section-heading h2,
.growth-stack__intro h2,
.growth-final h2 {
font-size: 40px;
}
}