:root {
    --av-red-dark: #4a0404;
    --av-red-bright: #e84142;
    --av-black: #0a0a0a;
    --av-white: #ffffff;
    --av-text-dim: rgba(255, 255, 255, 0.7);
}

.av-defi-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: var(--av-black);
    background-image:
        linear-gradient(90deg, rgba(10, 10, 10, 0.86) 0%, rgba(10, 10, 10, 0.70) 45%, rgba(74, 4, 4, 0.68) 100%),
        url("../image/defi-staking-mlm/banner-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.av-defi-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    z-index: 10;
}

.av-defi-content {
    max-width: 650px;
}

.av-defi-main-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--av-text-dim);
    margin: 0 0 25px 0;
    letter-spacing: 1px;
}

.av-defi-highlight {
    color: var(--av-white);
}

.av-defi-sub-heading {
    font-size: 24px;
    color: var(--av-white);
    margin-bottom: 20px;
    font-weight: 500;
}

.av-defi-description {
    font-size: 16px;
    color: var(--av-text-dim);
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Buttons */
.av-defi-btns {
    display: flex;
    gap: 20px;
}

.av-defi-btn-primary {
    background: linear-gradient(180deg, #d32f2f 0%, #800000 100%);
    color: white;
    text-decoration: none;
    padding: 14px 35px;
    border-radius: 6px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(232, 65, 66, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
}

.av-defi-btn-outline {
    background: transparent;
    color: var(--av-text-dim);
    text-decoration: none;
    padding: 14px 35px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
    transition: all 0.3s;
}

.av-defi-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(232, 65, 66, 0.5);
}

.av-defi-btn-outline:hover {
    border-color: var(--av-red-bright);
    color: var(--av-white);
}

/* Floating Coin Placeholders */
.av-defi-coins-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.av-defi-coin {
    position: absolute;
    background: rgba(232, 65, 66, 0.1);
    border: 2px solid rgba(232, 65, 66, 0.4);
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(232, 65, 66, 0.2);
}

/* Positions to mimic original image */
.coin-1 { width: 120px; height: 120px; top: 15%; right: 25%; transform: rotateX(45deg); }
.coin-2 { width: 180px; height: 180px; top: 30%; right: 5%; transform: rotateX(50deg); }
.coin-3 { width: 140px; height: 140px; bottom: 10%; right: 15%; transform: rotateX(40deg); }
.coin-4 { width: 80px; height: 80px; top: 5%; right: 5%; }
.coin-5 { width: 100px; height: 100px; bottom: 20%; right: 35%; }

/* Responsive */
@media (max-width: 768px) {
    .av-defi-main-title { font-size: 36px; }
    .av-defi-btns { flex-direction: column; }
    .av-defi-coins-wrap { opacity: 0.3; }
}


:root {
    --stk-blue: #1D2E54;
    --stk-grey: #667085;
    --stk-pill-bg: #F0F4F8;
    --stk-border: #E4E7EC;
    --av-bg: #0a0a0a;
    --av-red: #e84142;
    --av-red-glow: rgba(232, 65, 66, 0.3);
    --av-card-bg: rgba(255, 255, 255, 0.03);
    --av-white: #ffffff;
    --av-grey: rgba(255, 255, 255, 0.6);
}

.stk-v2-section {
    padding: 160px 0 200px;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow: visible;
    background-color: var(--av-bg);
    background-image: radial-gradient(circle at 50% 50%, #300000 0%, var(--av-bg) 80%);
}

.stk-v2-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 980px;
    padding: 40px 20px 90px;
}

/* Left Sidebar Title */
.stk-v2-sidebar {
    width: 300px;
    padding-left: 50px;
    z-index: 10;
}

.stk-v2-main-title {
    font-size: 38px;
    font-weight: 800;
    color: var(--av-white);
    line-height: 1.1;
    margin-bottom: 15px;
}

.stk-v2-sub-desc {
    font-size: 14px;
    color: var(--av-white);
    line-height: 1.5;
}

/* Arc System */
.stk-v2-workflow-area {
    position: relative;
    flex-grow: 1;
    height: 980px;
}

.stk-v2-step {
    position: absolute;
    top: 52%;
    left: 50px; /* Center of the circle */
    display: flex;
    align-items: center;
    transform-origin: left center;
    /* This calculates the rotation for each step */
    transform: translateY(-50%) rotate(calc((var(--i) - 4) * 22deg));
    width: 800px; /* Length of the entire ray */
}

/* THE SEAMLESS WEDGE */
.stk-v2-wedge {
    width: 160px;
    height: 110px;
    background: #ffffff;
    border: 1px solid var(--stk-border);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* This creates the wedge shape so segments join perfectly */
    clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 80%);
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    margin-left: 250px; /* Distance from center text */
}

.stk-v2-wedge span {
    font-weight: 700;
    font-size: 20px;
    color: var(--stk-blue);
    /* Counter-rotate text so it stays upright-ish */
    transform: rotate(calc((var(--i) - 4) * -5deg));
}

/* THE CONNECTOR LINE */
.stk-v2-connector {
    width: 120px;
    height: 2px;
    border-top: 2px dotted #D0D5DD;
    margin: 0 15px;
    position: relative;
}

.stk-v2-connector::before,
.stk-v2-connector::after {
    content: '';
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.stk-v2-connector::before { left: -5px; background: var(--stk-blue); }
.stk-v2-connector::after { right: -5px; background: #D0D5DD; }

/* THE INFO PILL */
.stk-v2-pill {
    width: 280px;
    height: 85px;
    background: var(--av-card-bg);
    color: var(--av-white);
  /* /  background-image: radial-gradient(circle at 50% 50%, #300000 0%, var(--av-bg) 80%); */
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    gap: 15px;
    /* Important: Counter-rotate the pill so it's perfectly horizontal */
    transform: rotate(calc((var(--i) - 4) * -22deg));
}

.stk-v2-num {
    width: 40px;
    height: 40px;
    background: #E4E7EC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--stk-blue);
}

.stk-v2-label {
    font-weight: 600;
    color: var(--av-white);
    font-size: 16px;
}

/* Hover Effect */
.stk-v2-step:hover .stk-v2-wedge {
    background: var(--stk-blue);
}
.stk-v2-step:hover .stk-v2-wedge span {
    color: #ffffff;
}

/* Mobile: Stack them linearly */
@media (max-width: 1024px) {
    .stk-v2-container { flex-direction: column; height: auto; padding: 50px 20px; }
    .stk-v2-sidebar { width: 100%; text-align: center; padding: 0; margin-bottom: 50px; }
    .stk-v2-workflow-area { height: auto; display: flex; flex-direction: column; gap: 20px; width: 100%; }
    .stk-v2-step { position: static; transform: none; width: 100%; justify-content: center; }
    .stk-v2-wedge { margin-left: 0; clip-path: none; border-radius: 12px; height: 80px; }
    .stk-v2-pill { transform: none; width: 100%; max-width: 300px; }
    .stk-v2-connector { display: none; }
}

:root {
    --av-bg: #0a0a0a;
    --av-red: #e84142;
    --av-red-glow: rgba(232, 65, 66, 0.3);
    --av-card-bg: rgba(255, 255, 255, 0.03);
    --av-white: #ffffff;
    --av-grey: rgba(255, 255, 255, 0.6);
}

.av-choice-section {
    background-color: var(--av-bg);
    background-image: radial-gradient(circle at 50% 50%, #300000 0%, var(--av-bg) 80%);
    padding: 110px 20px 190px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: var(--av-white);
    overflow: hidden;
}

.av-choice-container {
    max-width: 1200px;
    margin: 0 auto;
}

.av-choice-header {
    text-align: center;
    margin-bottom: 80px;
}

.av-choice-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.av-choice-subtitle {
    max-width: 700px;
    margin: 0 auto;
    color: var(--av-grey);
    line-height: 1.6;
}

/* Infographic Core */
.av-choice-infographic {
    position: relative;
    height: 720px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.av-choice-core {
    position: relative;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.av-core-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(232, 65, 66, 0.2);
    box-shadow: inset 0 0 20px var(--av-red-glow);
}

.ring-1 { width: 100px; height: 100px; }
.ring-2 { width: 200px; height: 200px; }
.ring-3 { width: 300px; height: 300px; }

.av-core-bar {
    position: absolute;
    top: 50%;
    width: 350px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--av-red), transparent);
}

/* Pointers */
.av-pointer {
    position: absolute;
    height: 120px;
    width: 2px;
    background: linear-gradient(to top, var(--av-red), transparent);
    bottom: 50%;
}

.av-pointer::before {
    content: '';
    position: absolute;
    top: -5px; left: -4px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid var(--av-red);
}

.av-pointer span {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background: rgba(255,255,255,0.05);
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid rgba(255,255,255,0.1);
}

.p-left { left: 10%; }
.p-center { left: 50%; }
.p-right { left: 90%; }

/* Hexagon Cards */
.av-hex-group {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.av-left-group { left: 0; align-items: flex-start; }
.av-right-group { right: 0; align-items: flex-end; }

.av-hex-card {
    width: 250px;
    height: 280px;
    background: var(--av-card-bg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(232, 65, 66, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.av-hex-card::before {
    content: '';
    position: absolute;
    top: 15px;
    width: 12px; height: 12px;
    background: var(--av-red);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--av-red);
}

.av-hex-card:hover {
    background: rgba(232, 65, 66, 0.1);
    transform: scale(1.05);
}

.av-hex-inner {
    text-align: center;
    padding: 40px;
}

.av-hex-inner h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--av-white);
}

.av-hex-inner p {
    font-size: 13px;
    color: var(--av-grey);
    line-height: 1.4;
}

/* Staggered Arc Layout */
.av-left-group .av-hex-card:nth-child(2) { margin-left: -50px; }
.av-right-group .av-hex-card:nth-child(2) { margin-right: -50px; }

/* Responsive */
@media (max-width: 1024px) {
    .av-choice-infographic { height: auto; flex-direction: column; padding-top: 100px; }
    .av-hex-group { position: static; flex-direction: row; flex-wrap: wrap; justify-content: center; margin-top: 50px; }
    .av-hex-card { width: 200px; height: 230px; margin: 0 !important; }
    .av-choice-core { display: none; }
}


:root {
    --uf-dark: #111827;
    --uf-grey-text: #4b5563;
    --uf-border: #e5e7eb;
    --uf-placeholder: #ebedf0;
    --uf-white: #ffffff;

    --av-red-dark: #4a0404;
    --av-red-bright: #e84142;
    --av-black: #0a0a0a;
    --av-white: #ffffff;

}

.uf-faq-section {
    padding: 100px 20px;
    background-color: var(--av-bg);
    background-image: radial-gradient(circle at 50% 50%, #300000 0%, var(--av-bg) 80%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--av-white);
}

.uf-container {
    max-width: 1200px;
    margin: 0 auto;
}

.uf-main-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--av-white);
    margin-bottom: 50px;
}

.uf-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Left Visual Column */
.uf-image-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: var(--av-white);
    border: 1px solid #d1d5db;
    border-radius: 20px;
}

/* Right Accordion Column */
.uf-accordion-list {
    display: flex;
    flex-direction: column;
}

.uf-faq-item {
    border-bottom: 1px solid var(--uf-border);
    overflow: hidden;
}

.uf-faq-header {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.uf-question {
    font-size: 18px;
    font-weight: 700;
    color: var(--av-white);
    transition: color 0.3s ease;
}

.uf-icon-circle {
    width: 24px;
    height: 24px;
    background-color: var(--av-white);
    border-radius: 50%;
    position: relative;
    transition: transform 0.3s ease;
}

/* Arrow inside circle */
.uf-icon-circle::after {
    content: '';
    position: absolute;
    top: 45%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.3s ease;
}

/* Active State Content */
.uf-faq-content {
    max-height: 0;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.uf-faq-content p {
    padding-bottom: 24px;
    color: var(--av-white);
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
}

/* Active State Styles */
.uf-faq-item.uf-active .uf-faq-content {
    max-height: 200px;
    opacity: 1;
}

.uf-faq-item.uf-active .uf-icon-circle {
    transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 992px) {
    .uf-faq-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .uf-visual-column {
        order: 2; /* Moves image below text on mobile if desired */
    }
}
