.custom-text-blocks p,
.custom-text-blocks2 p {
    font-size: 120%;
    line-height: 1.9;
}

/* ── Task Tracker landing section ── */
.task-tracker-section {
    padding: 80px 0 60px;
    background: #1a1f2e;
}

.tt-header {
    margin-bottom: 48px;
}

.tt-eyebrow {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #DC7E7E;
    margin-bottom: 12px;
}

.tt-main-headline {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 16px;
}

.tt-sub-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #9ca3af;
    line-height: 1.7;
    margin: 0;
}

/* Cards */
.tt-cards-wrap {
    padding-top: 8px;
}

.tt-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    transition: box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.tt-card:hover {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.tt-card-num {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #DC7E7E;
    margin-bottom: 12px;
}

.tt-card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #f3f4f6;
    margin: 0 0 10px;
}

.tt-card-text {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    color: #9ca3af;
    line-height: 1.6;
    margin: 0;
}

/* ── Our Projects section ── */
.our-projects-section {
    padding: 90px 0 80px;
    background:
        radial-gradient(ellipse 80% 60% at 10% 20%, rgba(220,126,126,0.12) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 90% 80%, rgba(99,102,241,0.1) 0%, transparent 55%),
        linear-gradient(160deg, #0f1320 0%, #1a1f2e 50%, #0d1117 100%);
    position: relative;
    overflow: hidden;
}

.our-projects-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.op-header {
    margin-bottom: 56px;
    position: relative;
}

.op-eyebrow {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #DC7E7E;
    margin-bottom: 14px;
}

.op-headline {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 14px;
    line-height: 1.15;
}

.op-intro {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #9ca3af;
    margin: 0;
    line-height: 1.6;
}

.op-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    padding: 36px 32px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.op-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #DC7E7E, #c084fc);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.op-card:hover {
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
    border-color: rgba(220, 126, 126, 0.25);
}

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

.op-card-icon-col {
    display: flex;
    align-items: flex-start;
}

.op-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: rgba(220, 126, 126, 0.12);
    border: 1px solid rgba(220, 126, 126, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.op-icon-wrap img {
    filter: brightness(0) invert(0.7) sepia(1) saturate(2) hue-rotate(310deg);
}

.op-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.op-card-tag {
    font-family: 'Roboto', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #DC7E7E;
}

.op-card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #f9fafb;
    margin: 0;
    line-height: 1.2;
}

.op-card-text {
    font-family: 'Roboto', sans-serif;
    font-size: 0.92rem;
    color: #9ca3af;
    line-height: 1.7;
    margin: 0;
    flex: 1;
}

.op-card-cta {
    font-family: 'Roboto', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: #e5e7eb;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    transition: color 0.15s ease, gap 0.15s ease;
}

.op-card-cta::after {
    content: '→';
    transition: transform 0.15s ease;
}

.op-card-cta:hover {
    color: #DC7E7E;
}

.op-card-cta:hover::after {
    transform: translateX(4px);
}

.ocean {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #015871;
    z-index: 1;
}

.wave {
    background: url('/static/images/wave.svg') repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
    top: -175px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}

@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%, 100% {
        transform: translate3d(0, -25px, 0);
    }
    50% {
        transform: translate3d(0, 5px, 0);
    }
}
