.hero-section {
    position: relative;
    padding: 100px 0 86px;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 720px;
    height: 720px;
    transform: translate(50%, -50%);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(15, 141, 255, 0.18), transparent 62%);
    filter: blur(20px);
    pointer-events: none;
    z-index: -1;
}

.hero-layout {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content {
    width: min(100%, 920px);
    text-align: center;
    margin-inline: auto;
}

.hero-content .eyebrow {
    margin-inline: auto;
}

.hero-content h1 {
    max-width: 920px;
    margin: 0 auto 24px;
    font-size: clamp(3.2rem, 5vw, 7.4rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -1.5px;
    color: #ffffff;
    text-shadow:
        0 0 35px rgba(66, 220, 255, 0.14),
        0 20px 55px rgba(0, 0, 0, 0.35);
}

.hero-content h1 span {
    display: block;
    margin-top: 8px;
    background: linear-gradient(180deg, #77e4ff 0%, #1191ff 82%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-content p {
    max-width: 760px;
    margin: 0 auto 34px;
    color: #d8e5f4;
    font-size: 1.22rem;
    line-height: 2;
    font-weight: 700;
}

.hero-features {
    width: min(100%, 880px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    overflow: hidden;
    border: 1px solid rgba(84, 171, 255, 0.18);
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(7, 22, 43, 0.92), rgba(3, 13, 28, 0.94));
    box-shadow:
        0 28px 75px rgba(0, 0, 0, 0.32),
        0 0 45px rgba(15, 141, 255, 0.1);
}

.feature-box {
    min-height: 128px;
    padding: 20px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(84, 171, 255, 0.14);
    transition: 0.25s ease;
}

.feature-box:last-child {
    border-left: 0;
}

.feature-box:hover {
    background: rgba(66, 220, 255, 0.055);
}

.feature-box i {
    color: var(--blue-2);
    font-size: 2.15rem;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 14px rgba(66, 220, 255, 0.45));
}

.feature-box strong {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 900;
    margin-bottom: 4px;
}

.feature-box span {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 700;
}

@media (max-width: 900px) {
    .hero-section {
        padding: 88px 0 64px;
    }

    .hero-content h1 {
        font-size: clamp(2.7rem, 10vw, 4.8rem);
    }

    .hero-content p {
        font-size: 1.05rem;
    }

    .hero-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-box:nth-child(2n) {
        border-left: 0;
    }

    .feature-box {
        border-bottom: 1px solid rgba(84, 171, 255, 0.14);
    }

    .feature-box:nth-last-child(1) {
        border-bottom: 0;
    }
}

@media (max-width: 520px) {
    .hero-section {
        padding: 72px 0 52px;
    }

    .hero-content h1 {
        font-size: 2.25rem;
        letter-spacing: 0;
    }

    .hero-content p {
        font-size: 0.98rem;
        line-height: 1.85;
    }

    .hero-features {
        grid-template-columns: 1fr;
    }

    .feature-box {
        min-height: 108px;
        border-left: 0;
        border-bottom: 1px solid rgba(84, 171, 255, 0.14);
    }

    .feature-box:last-child {
        border-bottom: 0;
    }
}

.tools-section {
    padding-top: 52px;
}

.tools-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.95fr 0.95fr;
    gap: 22px;
    align-items: stretch;
}

.tool-card,
.soon-card {
    min-height: 575px;
    border-radius: 28px;
    border: 1px solid rgba(84, 171, 255, 0.2);
    background: linear-gradient(180deg, rgba(7, 22, 43, 0.92), rgba(3, 13, 28, 0.98));
    box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
    overflow: hidden;
}

.tool-card {
    transition: 0.28s ease;
}

.tool-card:hover {
    transform: translateY(-8px);
    border-color: rgba(66, 220, 255, 0.5);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .44), 0 0 44px rgba(15, 141, 255, 0.15);
}

.tool-cover {
    position: relative;
    height: 158px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 22%, rgba(66, 220, 255, 0.2), transparent 36%),
        linear-gradient(135deg, rgba(4, 48, 98, 0.82), rgba(2, 11, 24, 0.96));
}

.cover-motion {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0 42%, rgba(66, 220, 255, .11) 50%, transparent 58%),
        repeating-linear-gradient(0deg, transparent 0 13px, rgba(255, 255, 255, .035) 14px);
    animation: coverMove 5.5s linear infinite;
}

.tool-icon {
    position: relative;
    width: 90px;
    height: 90px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(66, 220, 255, 0.42);
    background: radial-gradient(circle, rgba(66, 220, 255, .2), rgba(5, 18, 36, .94));
    box-shadow: 0 0 36px rgba(66, 220, 255, 0.28);
    animation: iconBreath 2.4s ease-in-out infinite;
}

.tool-icon img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.online-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    direction: rtl;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--green);
    background: rgba(3, 17, 32, 0.84);
    border: 1px solid rgba(61, 255, 151, 0.25);
    font-size: 0.78rem;
    font-weight: 900;
}

.online-badge b {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 16px rgba(61, 255, 151, 0.95);
    animation: livePulse 1.4s infinite;
}

.tool-body {
    padding: 24px;
}

.tool-body h3 {
    direction: ltr;
    text-align: center;
    color: var(--blue-2);
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}

.tool-body p {
    color: #d7e4f3;
    line-height: 1.85;
    text-align: center;
    min-height: 132px;
    margin-bottom: 16px;
}

.platforms-label {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.platforms-row {
    display: flex;
    gap: 9px;
    margin-bottom: 16px;
}

.platforms-row span {
    direction: ltr;
    flex: 1;
    text-align: center;
    padding: 10px 8px;
    border-radius: 14px;
    color: #eaf7ff;
    background: rgba(15, 141, 255, 0.08);
    border: 1px solid rgba(66, 220, 255, 0.16);
    font-weight: 900;
}

.tool-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 12px;
}

.tool-actions a,
.tool-actions button {
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(135, 200, 255, 0.2);
    color: #eff8ff;
    background: rgba(255, 255, 255, .05);
    font-weight: 900;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: 0.22s ease;
}

.tool-actions a:hover,
.tool-actions button:hover {
    color: var(--blue-2);
    border-color: rgba(66, 220, 255, 0.48);
    background: rgba(66, 220, 255, 0.08);
}

.download-btn {
    width: 100%;
    min-height: 52px;
}

.soon-card {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 575px;
    background:
        linear-gradient(180deg, rgba(7, 22, 43, 0.78), rgba(3, 13, 28, 0.95));
}

.soon-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background:
        radial-gradient(circle at 50% 35%, rgba(66, 220, 255, 0.14), transparent 34%),
        repeating-linear-gradient(0deg, transparent 0 15px, rgba(255, 255, 255, .025) 16px);
}

.soon-card span {
    position: relative;
    z-index: 1;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 900;
    color: rgba(247, 251, 255, 0.88);
    text-shadow: 0 0 26px rgba(66, 220, 255, 0.28);
}

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

.contact-card {
    position: relative;
    min-height: 230px;
    padding: 30px 18px;
    text-align: center;
    border-radius: 28px;
    border: 1px solid rgba(84, 171, 255, 0.2);
    background: linear-gradient(180deg, rgba(7, 22, 43, 0.9), rgba(3, 13, 28, 0.96));
    box-shadow: 0 25px 75px rgba(0, 0, 0, .3);
    overflow: hidden;
    transition: 0.28s ease;
}

.contact-card::before {
    content: "";
    position: absolute;
    inset: -80px;
    background: radial-gradient(circle at 50% 0%, rgba(66, 220, 255, .15), transparent 45%);
    opacity: 0;
    transition: 0.28s ease;
}

.contact-card:hover {
    transform: translateY(-8px);
    border-color: rgba(66, 220, 255, 0.5);
}

.contact-card:hover::before {
    opacity: 1;
}

.contact-card i,
.contact-card h3,
.contact-card p,
.contact-card span {
    position: relative;
    z-index: 1;
}

.contact-card>i {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    border-radius: 50%;
    color: #fff;
    font-size: 2.1rem;
    background: linear-gradient(135deg, #1191ff, #075ee2);
    box-shadow: 0 0 32px rgba(15, 141, 255, .28);
}

.contact-card h3 {
    direction: ltr;
    font-size: 1.24rem;
    margin-bottom: 6px;
}

.contact-card p {
    direction: ltr;
    color: var(--muted);
    margin-bottom: 20px;
}

.contact-card span {
    display: inline-flex;
    padding: 9px 18px;
    border-radius: 999px;
    color: var(--blue-2);
    background: rgba(66, 220, 255, 0.07);
    border: 1px solid rgba(66, 220, 255, 0.2);
    font-weight: 900;
}

@keyframes heroLight {

    0%,
    40% {
        transform: translateX(-65%) rotate(8deg);
    }

    70%,
    100% {
        transform: translateX(65%) rotate(8deg);
    }
}

@keyframes coverMove {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(32px);
    }
}

@keyframes iconBreath {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.055);
    }
}

@keyframes livePulse {

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

    50% {
        transform: scale(1.5);
        opacity: 0.55;
    }
}

@media (max-width: 1100px) {
    .hero-layout {
        grid-template-columns: 1fr;
    }

    .hero-image,
    .hero-content {
        order: initial;
    }

    .hero-image {
        max-width: 820px;
        margin-inline: auto;
    }

    .hero-content {
        text-align: center;
    }

    .hero-content p,
    .eyebrow {
        margin-inline: auto;
    }

    .tools-grid {
        grid-template-columns: 1fr;
    }

    .tool-card,
    .soon-card {
        width: min(100%, 620px);
        margin-inline: auto;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .hero-section {
        padding: 72px 0 58px;
    }

    .hero-content h1 {
        font-size: 2.45rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .hero-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-box {
        min-height: 116px;
    }

    .soon-card {
        min-height: 260px;
    }
}

@media (max-width: 500px) {
    .hero-content h1 {
        font-size: 2.1rem;
    }

    .hero-features {
        grid-template-columns: 1fr;
    }

    .feature-box {
        border-left: 0;
        border-bottom: 1px solid rgba(84, 171, 255, .14);
    }

    .feature-box:last-child {
        border-bottom: 0;
    }

    .tool-body {
        padding: 20px;
    }

    .tool-actions {
        grid-template-columns: 1fr;
    }

    .platforms-row {
        flex-direction: column;
    }
}


.tools-section {
    position: relative;
    padding-top: 52px;
}

.tools-section::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 640px;
    height: 640px;
    transform: translate(50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15, 141, 255, 0.13), transparent 65%);
    filter: blur(24px);
    pointer-events: none;
    z-index: -1;
}

.tools-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.96fr 0.96fr;
    gap: 22px;
    align-items: stretch;
}

.tool-card,
.soon-card {
    min-height: 475px;
    border-radius: 28px;
    border: 1px solid rgba(84, 171, 255, 0.2);
    background: linear-gradient(180deg, rgba(7, 22, 43, 0.92), rgba(3, 13, 28, 0.98));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
    overflow: hidden;
}

.tool-card {
    position: relative;
    transition: 0.28s ease;
}

.tool-card:hover {
    transform: translateY(-8px);
    border-color: rgba(66, 220, 255, 0.48);
    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.44),
        0 0 44px rgba(15, 141, 255, 0.14);
}

.tool-cover {
    position: relative;
    height: 170px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 24%, rgba(66, 220, 255, 0.22), transparent 35%),
        linear-gradient(135deg, rgba(4, 48, 98, 0.86), rgba(2, 11, 24, 0.97));
}

.cover-grid {
    position: absolute;
    inset: 0;
    opacity: 0.42;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(circle, #000 35%, transparent 78%);
}

.cover-light {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0 40%, rgba(66, 220, 255, 0.12) 50%, transparent 60%);
    animation: toolLightMove 5s linear infinite;
}

.tool-status {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--green, #3dff97);
    background: rgba(3, 17, 32, 0.82);
    border: 1px solid rgba(61, 255, 151, 0.24);
    backdrop-filter: blur(12px);
    font-size: 0.76rem;
    font-weight: 900;
}

.tool-status b {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green, #3dff97);
    box-shadow: 0 0 16px rgba(61, 255, 151, 0.95);
    animation: livePulse 1.4s infinite;
}

.free-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(15, 141, 255, 0.12);
    border: 1px solid rgba(66, 220, 255, 0.25);
    backdrop-filter: blur(12px);
    font-size: 0.74rem;
    font-weight: 900;
}

.free-badge i {
    color: var(--blue-2, #42dcff);
    font-size: 0.95rem;
}

.tool-icon {
    position: relative;
    z-index: 1;
    width: 96px;
    height: 96px;
    display: grid;
    place-items: center;
    border-radius: 26px;
    border: 1px solid rgba(66, 220, 255, 0.42);
    background:
        radial-gradient(circle, rgba(66, 220, 255, 0.2), rgba(5, 18, 36, 0.94));
    box-shadow: 0 0 36px rgba(66, 220, 255, 0.28);
    animation: iconBreath 2.6s ease-in-out infinite;
}

.tool-icon img {
    width: 82px;
    height: 82px;
    object-fit: contain;
}

.tool-body {
    padding: 24px;
}

.tool-body h3 {
    direction: ltr;
    text-align: center;
    color: #ffffff;
    font-size: 1.85rem;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0 0 12px;
    text-shadow: 0 0 26px rgba(66, 220, 255, 0.22);
}

.tool-body p {
    max-width: 520px;
    margin: 0 auto 18px;
    color: #d7e4f3;
    line-height: 1.85;
    text-align: center;
    font-size: 0.96rem;
    font-weight: 700;
}

.platforms-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 18px;
}

.platforms-row span {
    direction: ltr;
    min-width: 0;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 6px;
    border-radius: 14px;
    color: #eaf7ff;
    background: rgba(15, 141, 255, 0.08);
    border: 1px solid rgba(66, 220, 255, 0.16);
    font-size: 1.1rem;
    font-weight: 900;
    white-space: nowrap;
}

.tool-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.tool-btn {
    min-height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 900;
    text-align: center;
    transition: 0.22s ease;
}

.tool-btn:hover {
    transform: translateY(-3px);
}

.tool-btn i {
    font-size: 1.15rem;
}

.tool-btn-outline {
    color: #eff8ff;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(135, 200, 255, 0.2);
}

.tool-btn-outline:hover {
    color: var(--blue-2, #42dcff);
    border-color: rgba(66, 220, 255, 0.48);
    background: rgba(66, 220, 255, 0.08);
}

.tool-btn-primary {
    color: #ffffff;
    border: 1px solid rgba(66, 220, 255, 0.45);
    background: linear-gradient(135deg, #1191ff, #075ee2);
    box-shadow: 0 16px 34px rgba(15, 141, 255, 0.25);
}

.tool-btn-primary:hover {
    box-shadow: 0 20px 42px rgba(15, 141, 255, 0.35);
}

.soon-card {
    position: relative;
    display: grid;
    place-items: center;
    background:
        linear-gradient(180deg, rgba(7, 22, 43, 0.74), rgba(3, 13, 28, 0.95));
}

.soon-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.45;
    background:
        radial-gradient(circle at 50% 35%, rgba(66, 220, 255, 0.14), transparent 34%),
        repeating-linear-gradient(0deg, transparent 0 15px, rgba(255, 255, 255, 0.025) 16px);
}

.soon-card span {
    position: relative;
    z-index: 1;
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 900;
    color: rgba(247, 251, 255, 0.88);
    text-shadow: 0 0 26px rgba(66, 220, 255, 0.26);
}

@keyframes toolLightMove {
    from {
        transform: translateX(-70%);
    }

    to {
        transform: translateX(70%);
    }
}

@keyframes iconBreath {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.045);
    }
}

@keyframes livePulse {

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

    50% {
        transform: scale(1.45);
        opacity: 0.55;
    }
}

@media (max-width: 1100px) {
    .tools-grid {
        grid-template-columns: 1fr;
    }

    .tool-card,
    .soon-card {
        width: min(100%, 620px);
        margin-inline: auto;
    }

    .soon-card {
        min-height: 250px;
    }
}

@media (max-width: 760px) {
    .tools-section {
        padding-top: 42px;
    }

    .tool-card {
        min-height: auto;
        border-radius: 26px;
    }

    .tool-cover {
        height: 155px;
    }

    .tool-icon {
        width: 88px;
        height: 88px;
        border-radius: 24px;
    }

    .tool-icon img {
        width: 74px;
        height: 74px;
    }

    .tool-body {
        padding: 21px;
    }

    .tool-body h3 {
        font-size: 1.65rem;
    }

    .tool-body p {
        font-size: 0.93rem;
        line-height: 1.8;
    }

    .platforms-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .platforms-row span {
        min-height: 39px;
        padding: 8px 4px;
        font-size: 1rem;
        border-radius: 12px;
    }
}

@media (max-width: 500px) {
    .tools-grid {
        gap: 18px;
    }

    .tool-cover {
        height: 145px;
    }

    .tool-status,
    .free-badge {
        top: 11px;
        padding: 6px 9px;
        font-size: 0.68rem;
    }

    .tool-status {
        left: 11px;
    }

    .free-badge {
        right: 11px;
    }

    .tool-body {
        padding: 18px;
    }

    .tool-body h3 {
        font-size: 1.5rem;
    }

    .tool-body p {
        margin-bottom: 15px;
        font-size: 0.9rem;
    }

    .platforms-row {
        gap: 6px;
        margin-bottom: 15px;
    }

    .platforms-row span {
        font-size: 1rem;
        min-height: 37px;
    }

    .tool-actions {
        grid-template-columns: 1fr;
    }

    .tool-btn {
        min-height: 50px;
    }

    .soon-card {
        min-height: 220px;
        border-radius: 24px;
    }
}