.elementor-902 .elementor-element.elementor-element-e9c3ea4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:00px 00px;--row-gap:00px;--column-gap:00px;--margin-top:-56px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-902 .elementor-element.elementor-element-86839e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:6rem;--padding-bottom:2rem;--padding-left:2rem;--padding-right:2rem;}.elementor-902 .elementor-element.elementor-element-86839e4:not(.elementor-motion-effects-element-type-background), .elementor-902 .elementor-element.elementor-element-86839e4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-902 .elementor-element.elementor-element-66a3479{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-902 .elementor-element.elementor-element-b034c35{font-family:"DM Sans", Sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;line-height:17px;letter-spacing:2.2px;color:#3BBFDE;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-902 .elementor-element.elementor-element-943077a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-902 .elementor-element.elementor-element-943077a .elementor-heading-title{font-family:"Sora", Sans-serif;font-size:clamp(28px,3.8vw,44px);font-weight:700;line-height:1.13em;letter-spacing:-0.022em;color:#0D1B2A;}.elementor-902 .elementor-element.elementor-element-dd842aa{padding:0rem 0rem 0rem 0rem;font-family:"DM Sans", Sans-serif;font-size:17px;font-weight:400;line-height:30px;color:#6B8299;}.elementor-902 .elementor-element.elementor-element-ab7574f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--flex-wrap:wrap;--padding-top:0rem;--padding-bottom:6rem;--padding-left:2rem;--padding-right:2rem;}.elementor-902 .elementor-element.elementor-element-ab7574f:not(.elementor-motion-effects-element-type-background), .elementor-902 .elementor-element.elementor-element-ab7574f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}body.elementor-page-902:not(.elementor-motion-effects-element-type-background), body.elementor-page-902 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-902 .elementor-element.elementor-element-66a3479{--width:43%;}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS */@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.6);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes checkDraw {
    from {
        stroke-dashoffset: 60;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes ringPulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

.ty-hero {
    position: relative;
    min-height: 100vh;
    background: var(--slate);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 6% 100px;
    overflow: hidden;
}

#hexCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(ellipse 65% 55% at 50% 44%,
            transparent 0%, transparent 28%,
            rgba(13, 27, 42, 0.55) 58%,
            rgba(13, 27, 42, 0.82) 80%,
            rgba(13, 27, 42, 0.92) 100%);
}

.ty-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
}

.check-wrap {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto 40px;
    animation: scaleIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s both;
}

.check-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid var(--q);
    animation: ringPulse 1.4s ease-out 0.7s both;
}

.check-ring-2 {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid var(--q);
    animation: ringPulse 1.4s ease-out 1.0s both;
}

.check-circle {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: rgba(59, 191, 222, 0.12);
    border: 2px solid rgba(59, 191, 222, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.check-circle svg {
    width: 42px;
    height: 42px;
    stroke: var(--q);
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ty-hero h1 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 700;
    color: #fff;
    line-height: 1.08;
    letter-spacing: -0.025em;
    margin-bottom: 20px;
    animation: fadeUp 0.65s ease 0.82s both;
}

.ty-hero h1 em {
    font-style: normal;
    color: var(--q);
}

.ty-hero p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.72;
    margin-bottom: 52px;
    animation: fadeUp 0.65s ease 0.94s both;
}

.ty-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeUp 0.65s ease 1.06s both;
}

.scroll-hint {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    animation: fadeIn 1s ease 1.8s both;
}

.scroll-hint span {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
}

.scroll-hint svg {
    width: 20px;
    height: 20px;
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 2;
    fill: none;
    animation: fadeUp 0.8s ease-in-out infinite alternate;
}

.steps-grid {
    position: relative;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

@media (max-width:900px) {

    .steps-grid,
    .while-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:640px) {

    .steps-grid,
    .while-grid {
        grid-template-columns: 1fr;
    }
}

.step-card {
    background: var(--off);
    border-radius: 10px;
    padding: 36px 32px;
    border: 1px solid rgba(13, 27, 42, 0.07);
    position: relative;
    transition: border-color 0.25s, transform 0.25s;
}

.step-card:hover {
    border-color: var(--q);
}

.step-num {
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--q);
    margin-bottom: 20px;
}

.step-icon {
    width: 48px;
    height: 48px;
    background: var(--q-light);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.step-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--q);
    stroke-width: 2;
    fill: none;
}

.step-title {
    font-family: 'Sora', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--slate);
    margin-bottom: 10px;
}

.step-desc {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.7;
}

.step-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 500;
    color: var(--q);
    background: rgba(59, 191, 222, 0.08);
    border: 1px solid rgba(59, 191, 222, 0.2);
    padding: 4px 10px;
    border-radius: 20px;
}

.step-time svg {
    width: 12px;
    height: 12px;
    stroke: var(--q);
    stroke-width: 2;
    fill: none;
}/* End custom CSS */