/* ==========================================================================
   HOW WE HELP BUSINESSES GROW
   Premium 3-step digital growth section
   ========================================================================== */

.tw-growth-process {
    --growth-blue: #126de8;
    --growth-blue-dark: #075fd4;
    --growth-navy: #102b53;
    --growth-muted: #647691;
    --growth-border: #dce8f7;
    --growth-bg: #f8fbff;
    --growth-orange: #f28a22;
    --growth-green: #07966c;

    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 96px 20px 100px;
    background:
        radial-gradient(
            circle at 5% 20%,
            rgba(37, 99, 235, .09),
            transparent 25%
        ),
        radial-gradient(
            circle at 95% 75%,
            rgba(16, 185, 129, .08),
            transparent 25%
        ),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.tw-growth-container {
    position: relative;
    z-index: 2;
    width: min(1240px, 100%);
    margin: 0 auto;
}

/* --------------------------------------------------------------------------
   Background
   -------------------------------------------------------------------------- */

.tw-growth-bg {
    position: absolute;
    z-index: -2;
    pointer-events: none;
    border: 1px solid rgba(37, 99, 235, .08);
    border-radius: 50%;
}

.tw-growth-bg-one {
    width: 470px;
    height: 470px;
    top: -290px;
    left: -245px;
}

.tw-growth-bg-two {
    width: 540px;
    height: 540px;
    right: -310px;
    bottom: -340px;
}

.tw-growth-dots {
    position: absolute;
    width: 130px;
    height: 100px;
    opacity: .42;
    background-image: radial-gradient(
        circle,
        rgba(18, 109, 232, .35) 1.2px,
        transparent 1.3px
    );
    background-size: 12px 12px;
    pointer-events: none;
}

.tw-growth-dots-one {
    top: 115px;
    left: 4%;
}

.tw-growth-dots-two {
    right: 5%;
    bottom: 230px;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.tw-growth-heading {
    position: relative;
    max-width: 820px;
    margin: 0 auto 60px;
    text-align: center;
}

.tw-growth-eyebrow-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.tw-growth-line {
    width: 48px;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(18, 109, 232, .35)
    );
}

.tw-growth-line:last-child {
    transform: rotate(180deg);
}

.tw-growth-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 16px;
    border: 1px solid rgba(18, 109, 232, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    color: var(--growth-blue);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
    box-shadow: 0 7px 20px rgba(18, 109, 232, .06);
}

.tw-growth-title {
    margin: 19px 0 15px;
    color: #0b2347;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.03;
    font-weight: 900;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.tw-growth-title-highlight {
    display: inline-block;
    color: var(--growth-blue);
}

.tw-growth-description {
    max-width: 720px;
    margin: 0 auto;
    color: var(--growth-muted);
    font-size: 16px;
    line-height: 1.8;
}

.tw-growth-mini-flow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-top: 20px;
    color: #8b9ab0;
    font-size: 12px;
    font-weight: 850;
}

.tw-growth-mini-flow i {
    font-size: 10px;
}

.tw-growth-mini-item {
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(25, 61, 105, .07);
}

.tw-mini-build {
    color: var(--growth-blue);
}

.tw-mini-attract {
    color: var(--growth-orange);
}

.tw-mini-convert {
    color: var(--growth-green);
}

/* --------------------------------------------------------------------------
   Handwritten decorative notes
   -------------------------------------------------------------------------- */

.tw-growth-note {
    position: absolute;
    z-index: 3;
    color: #3e6da5;
    font-family: "Comic Sans MS", "Segoe Print", cursive;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    pointer-events: none;
}

.tw-growth-note span {
    display: block;
}

.tw-growth-note svg {
    position: absolute;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
}

.tw-growth-note-left {
    top: 170px;
    left: 4%;
    transform: rotate(-6deg);
}

.tw-growth-note-left svg {
    top: 28px;
    left: 50px;
    width: 120px;
    height: 65px;
}

.tw-growth-note-right {
    top: 155px;
    right: 4%;
    transform: rotate(5deg);
}

.tw-growth-note-right svg {
    top: 34px;
    right: 35px;
    width: 140px;
    height: 70px;
}

/* --------------------------------------------------------------------------
   Main cards
   -------------------------------------------------------------------------- */

.tw-growth-flow {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        68px
        minmax(0, 1fr)
        68px
        minmax(0, 1fr);
    align-items: center;
}

.tw-growth-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(209, 224, 243, .95);
    border-radius: 30px;
    background: rgba(255, 255, 255, .96);
    box-shadow:
        0 22px 55px rgba(22, 56, 100, .09),
        0 4px 12px rgba(22, 56, 100, .035);
    transition:
        transform .28s ease,
        box-shadow .28s ease;
}

.tw-growth-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 32px 70px rgba(22, 56, 100, .14),
        0 5px 16px rgba(22, 56, 100, .05);
}

/* --------------------------------------------------------------------------
   Card visual
   -------------------------------------------------------------------------- */

.tw-growth-visual {
    position: relative;
    height: 265px;
    overflow: hidden;
    display: grid;
    place-items: center;
    isolation: isolate;
}

.tw-growth-card-build .tw-growth-visual {
    background:
        radial-gradient(circle at 50% 45%, rgba(18, 109, 232, .16), transparent 48%),
        linear-gradient(145deg, #eef6ff, #dcecff);
}

.tw-growth-card-attract .tw-growth-visual {
    background:
        radial-gradient(circle at 50% 45%, rgba(242, 138, 34, .17), transparent 48%),
        linear-gradient(145deg, #fff7eb, #ffead1);
}

.tw-growth-card-convert .tw-growth-visual {
    background:
        radial-gradient(circle at 50% 45%, rgba(7, 150, 108, .15), transparent 48%),
        linear-gradient(145deg, #effcf7, #d9f6eb);
}

.tw-growth-orbit {
    position: absolute;
    border: 1px dashed rgba(18, 109, 232, .18);
    border-radius: 50%;
    pointer-events: none;
}

.tw-growth-orbit-one {
    width: 235px;
    height: 235px;
}

.tw-growth-orbit-two {
    width: 310px;
    height: 180px;
    transform: rotate(-12deg);
    border-color: rgba(18, 109, 232, .10);
}

.tw-growth-card-attract .tw-growth-orbit {
    border-color: rgba(242, 138, 34, .20);
}

.tw-growth-card-convert .tw-growth-orbit {
    border-color: rgba(7, 150, 108, .20);
}

.tw-growth-platform {
    position: absolute;
    bottom: 14px;
    width: 72%;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, .9),
        rgba(202, 219, 239, .65)
    );
    box-shadow:
        0 15px 25px rgba(36, 78, 120, .12),
        inset 0 1px 0 #fff;
    transform: perspective(160px) rotateX(55deg);
}

.tw-growth-card-attract .tw-growth-platform {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, .95),
        rgba(247, 213, 175, .72)
    );
}

.tw-growth-card-convert .tw-growth-platform {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, .95),
        rgba(185, 226, 210, .72)
    );
}

.tw-growth-step-image {
    position: relative;
    z-index: 4;
    display: block;
    width: min(86%, 340px);
    height: 235px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 15px 16px rgba(27, 62, 104, .14));
}

/* --------------------------------------------------------------------------
   Step number
   -------------------------------------------------------------------------- */

.tw-growth-number {
    position: absolute;
    z-index: 7;
    left: 22px;
    bottom: 18px;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 4px solid rgba(255, 255, 255, .88);
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(20, 61, 105, .18);
}

.tw-growth-card-build .tw-growth-number {
    background: var(--growth-blue);
}

.tw-growth-card-attract .tw-growth-number {
    background: var(--growth-orange);
}

.tw-growth-card-convert .tw-growth-number {
    background: var(--growth-green);
}

/* --------------------------------------------------------------------------
   Floating icons
   -------------------------------------------------------------------------- */

.tw-growth-floating {
    position: absolute;
    z-index: 6;
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 13px;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 10px 24px rgba(26, 66, 108, .13);
    color: var(--growth-blue);
    font-size: 16px;
    animation: twGrowthFloat 4s ease-in-out infinite;
}

.tw-float-a {
    top: 28px;
    right: 29px;
}

.tw-float-b {
    top: 78px;
    left: 28px;
    animation-delay: -1.3s;
}

.tw-growth-card-attract .tw-growth-floating {
    color: var(--growth-orange);
}

.tw-growth-card-convert .tw-growth-floating {
    color: var(--growth-green);
}

@keyframes twGrowthFloat {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-8px) rotate(3deg);
    }
}

/* --------------------------------------------------------------------------
   CSS fallback illustrations
   -------------------------------------------------------------------------- */

.tw-growth-css-illustration {
    position: relative;
    z-index: 5;
    width: 280px;
    height: 220px;
}

/* Build */

.tw-illustration-build .tw-monitor {
    position: absolute;
    left: 49px;
    top: 23px;
    width: 180px;
    height: 119px;
    padding: 7px;
    border: 6px solid #c5d7ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 13px 22px rgba(25, 68, 112, .16);
    transform: perspective(500px) rotateY(-9deg) rotateX(3deg);
}

.tw-monitor-top {
    display: flex;
    gap: 4px;
    height: 13px;
}

.tw-monitor-top span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9eb4ce;
}

.tw-monitor-screen {
    position: relative;
    height: 88px;
    overflow: hidden;
    border-radius: 4px;
    background: #f5f9ff;
}

.tw-screen-nav {
    position: absolute;
    top: 7px;
    left: 8px;
    width: 65px;
    height: 5px;
    border-radius: 4px;
    background: var(--growth-blue);
}

.tw-screen-title {
    position: absolute;
    top: 23px;
    left: 8px;
    width: 76px;
    height: 12px;
    border-radius: 4px;
    background: #163c68;
}

.tw-screen-lines {
    position: absolute;
    top: 41px;
    left: 8px;
    width: 67px;
    height: 24px;
    background: repeating-linear-gradient(
        180deg,
        #a8bbd0 0 4px,
        transparent 4px 9px
    );
}

.tw-screen-button {
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 40px;
    height: 9px;
    border-radius: 5px;
    background: var(--growth-blue);
}

.tw-screen-image {
    position: absolute;
    right: 8px;
    top: 25px;
    width: 52px;
    height: 50px;
    border-radius: 7px;
    background:
        linear-gradient(
            135deg,
            #d4e8ff 0 45%,
            #8ab8ee 45% 63%,
            #e8f4ff 63%
        );
}

.tw-laptop-base {
    position: absolute;
    left: 42px;
    top: 139px;
    width: 195px;
    height: 15px;
    border-radius: 4px 4px 50% 50%;
    background: linear-gradient(180deg, #c5d7eb, #8da7c4);
    box-shadow: 0 12px 14px rgba(30, 69, 112, .15);
}

.tw-plant {
    position: absolute;
    right: 12px;
    bottom: 43px;
    width: 43px;
    height: 50px;
}

.tw-plant:before {
    content: "";
    position: absolute;
    left: 9px;
    bottom: 0;
    width: 26px;
    height: 18px;
    border-radius: 5px 5px 12px 12px;
    background: #fff;
    box-shadow: 0 5px 8px rgba(31, 69, 108, .10);
}

.tw-plant span,
.tw-plant b {
    position: absolute;
    display: block;
    width: 14px;
    height: 23px;
    border-radius: 100% 0 100% 0;
    background: #43b77d;
}

.tw-plant span {
    left: 12px;
    top: 7px;
    transform: rotate(-30deg);
}

.tw-plant b {
    left: 21px;
    top: 1px;
    transform: rotate(30deg);
}

/* Attract */

.tw-illustration-attract .tw-megaphone {
    position: absolute;
    left: 78px;
    top: 67px;
    width: 120px;
    height: 85px;
    transform: rotate(-10deg);
}

.tw-megaphone-body {
    position: absolute;
    left: 12px;
    top: 15px;
    width: 74px;
    height: 52px;
    border-radius: 45% 8% 8% 45%;
    background: linear-gradient(135deg, #ffb342, #ef6e1f);
    transform: skewY(-7deg);
    box-shadow: 0 11px 16px rgba(196, 91, 24, .20);
}

.tw-megaphone-mouth {
    position: absolute;
    right: 5px;
    top: 4px;
    width: 52px;
    height: 74px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff, #f7d3ae);
    border: 8px solid #ed7724;
}

.tw-megaphone-handle {
    position: absolute;
    left: 43px;
    top: 59px;
    width: 17px;
    height: 42px;
    border-radius: 0 0 8px 8px;
    background: #e96f1f;
    transform: rotate(9deg);
}

.tw-social-icon {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(145, 81, 22, .14);
    font-weight: 900;
}

.tw-social-google {
    top: 23px;
    left: 31px;
    width: 38px;
    height: 38px;
    color: #4285f4;
    font-size: 20px;
}

.tw-social-seo {
    top: 30px;
    right: 25px;
    width: 46px;
    height: 30px;
    color: #126de8;
    font-size: 11px;
}

.tw-social-facebook {
    bottom: 31px;
    left: 25px;
    width: 35px;
    height: 35px;
    color: #1877f2;
    font-size: 22px;
}

.tw-social-instagram {
    bottom: 25px;
    right: 35px;
    width: 39px;
    height: 39px;
    color: #d83a83;
    font-size: 19px;
}

.tw-target {
    position: absolute;
    right: 1px;
    top: 96px;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 4px solid #ed6d22;
    border-radius: 50%;
}

.tw-target:before {
    content: "";
    width: 13px;
    height: 13px;
    border: 3px solid #ed6d22;
    border-radius: 50%;
}

.tw-target span {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 17px;
    height: 17px;
    border-top: 3px solid #ed6d22;
    transform: rotate(28deg);
}

/* Convert */

.tw-illustration-convert .tw-people {
    position: absolute;
    left: 81px;
    top: 21px;
    display: flex;
    gap: 7px;
    align-items: flex-end;
}

.tw-people span {
    position: relative;
    display: block;
    width: 35px;
    height: 47px;
    border-radius: 16px 16px 7px 7px;
    background: #f2a33b;
}

.tw-people span:before {
    content: "";
    position: absolute;
    left: 7px;
    top: -13px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #f3c28a;
}

.tw-people span:nth-child(2) {
    height: 58px;
    background: #4d91df;
}

.tw-people span:nth-child(3) {
    height: 43px;
    background: #62b98d;
}

.tw-funnel {
    position: absolute;
    left: 91px;
    top: 91px;
    display: grid;
    width: 100px;
    height: 70px;
    place-items: center;
    border-radius: 20px 20px 45px 45px;
    background: linear-gradient(180deg, #62a7ed, #126de8);
    color: #fff;
    font-size: 34px;
    clip-path: polygon(0 0, 100% 0, 70% 53%, 58% 100%, 42% 100%, 30% 53%);
    filter: drop-shadow(0 12px 12px rgba(18, 109, 232, .18));
}

.tw-coin {
    position: absolute;
    left: 126px;
    top: 165px;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 3px solid #e5a323;
    border-radius: 50%;
    background: #ffd96c;
    color: #a06a00;
    font-size: 13px;
}

.tw-chart {
    position: absolute;
    right: 21px;
    top: 87px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    width: 62px;
    height: 55px;
    padding: 9px;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(34, 86, 67, .12);
}

.tw-chart span {
    display: block;
    width: 7px;
    border-radius: 4px 4px 1px 1px;
    background: #8dd2ae;
}

.tw-chart span:nth-child(1) {
    height: 17px;
}

.tw-chart span:nth-child(2) {
    height: 27px;
}

.tw-chart span:nth-child(3) {
    height: 21px;
}

.tw-chart span:nth-child(4) {
    height: 36px;
    background: var(--growth-green);
}

.tw-chart b {
    position: absolute;
    left: 17px;
    top: 12px;
    width: 35px;
    height: 22px;
    border-top: 2px solid var(--growth-green);
    transform: rotate(-18deg);
}

/* --------------------------------------------------------------------------
   Card body
   -------------------------------------------------------------------------- */

.tw-growth-card-body {
    padding: 27px 28px 29px;
}

.tw-growth-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.tw-growth-card-heading h3 {
    margin: 0;
    color: var(--growth-navy);
    font-size: 28px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -.025em;
}

.tw-growth-card-heading p {
    margin: 7px 0 0;
    color: var(--growth-blue);
    font-size: 13px;
    font-weight: 800;
}

.tw-growth-card-attract .tw-growth-card-heading p {
    color: var(--growth-orange);
}

.tw-growth-card-convert .tw-growth-card-heading p {
    color: var(--growth-green);
}

.tw-growth-card-icon {
    display: grid;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 13px;
    background: #eaf3ff;
    color: var(--growth-blue);
    font-size: 17px;
}

.tw-growth-card-attract .tw-growth-card-icon {
    background: #fff1e4;
    color: var(--growth-orange);
}

.tw-growth-card-convert .tw-growth-card-icon {
    background: #e5f8f0;
    color: var(--growth-green);
}

.tw-growth-points {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.tw-growth-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #526784;
    font-size: 13px;
    line-height: 1.45;
}

.tw-growth-check {
    display: grid;
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
    place-items: center;
    margin-top: 0;
    border-radius: 50%;
    background: #eaf3ff;
    color: var(--growth-blue);
    font-size: 8px;
}

.tw-growth-card-attract .tw-growth-check {
    background: #fff1e4;
    color: var(--growth-orange);
}

.tw-growth-card-convert .tw-growth-check {
    background: #e5f8f0;
    color: var(--growth-green);
}

/* --------------------------------------------------------------------------
   Card CTA
   -------------------------------------------------------------------------- */

.tw-growth-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 43px;
    margin-top: 23px;
    padding: 0 17px;
    border-radius: 12px;
    background: var(--growth-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(18, 109, 232, .18);
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.tw-growth-card-attract .tw-growth-card-button {
    background: var(--growth-orange);
    box-shadow: 0 10px 20px rgba(242, 138, 34, .18);
}

.tw-growth-card-convert .tw-growth-card-button {
    background: var(--growth-green);
    box-shadow: 0 10px 20px rgba(7, 150, 108, .18);
}

.tw-growth-card-button:hover {
    color: #fff;
    transform: translateY(-2px);
}

.tw-growth-card-button i {
    transition: transform .2s ease;
}

.tw-growth-card-button:hover i {
    transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   Connectors
   -------------------------------------------------------------------------- */

.tw-growth-connector {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
}

.tw-growth-connector svg {
    width: 80px;
    height: 70px;
    overflow: visible;
    fill: none;
    stroke: var(--growth-blue);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 4 5;
}

.tw-growth-connector-2 svg {
    stroke: var(--growth-orange);
}

/* --------------------------------------------------------------------------
   Benefits
   -------------------------------------------------------------------------- */

.tw-growth-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 54px;
    overflow: hidden;
    border: 1px solid var(--growth-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 14px 35px rgba(27, 65, 107, .055);
}

.tw-growth-benefit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 74px;
    padding: 12px 18px;
    color: #17345e;
    font-size: 13px;
    font-weight: 850;
    text-align: center;
}

.tw-growth-benefit + .tw-growth-benefit {
    border-left: 1px solid var(--growth-border);
}

.tw-growth-benefit-icon {
    display: grid;
    flex: 0 0 auto;
    width: 35px;
    height: 35px;
    place-items: center;
    border-radius: 10px;
    background: #eaf3ff;
    color: var(--growth-blue);
}

.tw-growth-benefit:nth-child(2) .tw-growth-benefit-icon {
    color: #6d3ee8;
    background: #f1edff;
}

.tw-growth-benefit:nth-child(3) .tw-growth-benefit-icon {
    color: var(--growth-orange);
    background: #fff1e4;
}

.tw-growth-benefit:nth-child(4) .tw-growth-benefit-icon {
    color: var(--growth-green);
    background: #e5f8f0;
}

/* --------------------------------------------------------------------------
   Main CTA
   -------------------------------------------------------------------------- */

.tw-growth-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    text-align: center;
}

.tw-growth-main-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 58px;
    padding: 0 29px;
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        #1477ee,
        #075fd4
    );
    color: #fff;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(18, 109, 232, .23);
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.tw-growth-main-button:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 20px 36px rgba(18, 109, 232, .28);
}

.tw-growth-main-button i {
    transition: transform .2s ease;
}

.tw-growth-main-button:hover i {
    transform: translateX(4px);
}

.tw-growth-bottom-text {
    margin: 14px 0 0;
    color: #647691;
    font-size: 13px;
}

/* --------------------------------------------------------------------------
   Tablet
   -------------------------------------------------------------------------- */

@media (max-width: 1120px) {
    .tw-growth-flow {
        grid-template-columns:
            minmax(0, 1fr)
            40px
            minmax(0, 1fr)
            40px
            minmax(0, 1fr);
    }

    .tw-growth-card-body {
        padding-left: 22px;
        padding-right: 22px;
    }

    .tw-growth-connector svg {
        width: 60px;
    }

    .tw-growth-note {
        display: none;
    }
}

/* --------------------------------------------------------------------------
   Mobile / stacked
   -------------------------------------------------------------------------- */

@media (max-width: 900px) {
    .tw-growth-process {
        padding: 76px 18px 82px;
    }

    .tw-growth-heading {
        margin-bottom: 42px;
    }

    .tw-growth-title {
        font-size: clamp(34px, 7vw, 48px);
    }

    .tw-growth-flow {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .tw-growth-connector {
        min-height: 42px;
        height: 42px;
    }

    .tw-growth-connector svg {
        width: 70px;
        height: 48px;
        transform: rotate(90deg);
    }

    .tw-growth-card {
        width: min(620px, 100%);
        margin: 0 auto;
    }

    .tw-growth-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .tw-growth-benefit:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--growth-border);
    }

    .tw-growth-benefit:nth-child(4) {
        border-top: 1px solid var(--growth-border);
    }
}

@media (max-width: 560px) {
    .tw-growth-process {
        padding: 62px 14px 70px;
    }

    .tw-growth-eyebrow-wrap {
        gap: 8px;
    }

    .tw-growth-line {
        width: 25px;
    }

    .tw-growth-title {
        margin-top: 16px;
        font-size: 32px;
        line-height: 1.07;
    }

    .tw-growth-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .tw-growth-mini-flow {
        gap: 6px;
        font-size: 10px;
    }

    .tw-growth-mini-item {
        padding: 5px 8px;
    }

    .tw-growth-visual {
        height: 240px;
    }

    .tw-growth-card-body {
        padding: 23px 20px 25px;
    }

    .tw-growth-card-heading h3 {
        font-size: 25px;
    }

    .tw-growth-points li {
        font-size: 12.5px;
    }

    .tw-growth-benefits {
        grid-template-columns: 1fr;
    }

    .tw-growth-benefit,
    .tw-growth-benefit:nth-child(3),
    .tw-growth-benefit:nth-child(4) {
        min-height: 62px;
        border-left: 0;
        border-top: 1px solid var(--growth-border);
    }

    .tw-growth-benefit:first-child {
        border-top: 0;
    }

    .tw-growth-main-button {
        width: min(100%, 340px);
        padding: 0 20px;
    }

    .tw-growth-dots {
        opacity: .22;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tw-growth-card,
    .tw-growth-floating,
    .tw-growth-card-button,
    .tw-growth-main-button {
        transition: none;
    }

    .tw-growth-floating {
        animation: none;
    }
}
