/* Attribution Page - Complete Override Styles */

/* Important overrides to ensure our styles take precedence */
.attribution-page {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    line-height: 1.6 !important;
    color: #1d0c46 !important;
    background: #ffffff !important;
}

/* Override any conflicting container styles */
.attribution-page .container {
    max-width: 1800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    width: 100% !important;
}

/* Override any conflicting main content styles */
.attribution-page .main-content {
    margin: 0 !important;
    padding: 0 !important;
}

.attribution-page * {
    box-sizing: border-box;
}

/* Hero Section */
.attribution-page .attribution-hero {
    background: linear-gradient(135deg, #ffffff 0%, #DDE2EE 50%, #ffffff 100%) !important;
    padding: 120px 0 100px !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
}

.attribution-hero .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.attribution-hero .hero-content {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    gap: 40px;
    position: relative;
}

.attribution-hero .hero-text {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.attribution-hero .hero-text h1 {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #1d0c46;
    text-align: center;
}

.attribution-hero .hero-text .hero-subheadline {
    font-size: 1.25rem;
    color: #6b5b7a;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

/* Hero Visual */
.hero-visual {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    gap: 60px;
    padding: 40px 0;
}

.hero-channels {
    grid-column: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px;
    align-items: center;
    justify-self: end;
    width: 200px;
}

.hero-outcomes {
    grid-column: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px;
    align-items: center;
    justify-self: start;
    width: 200px;
}

.channel-item,
.outcome-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.channel-item:hover,
.outcome-item:hover {
    transform: translateY(-5px);
}

.channel-icon {
    width: 60px;
    height: 60px;
    background: rgba(29, 12, 70, 0.1);
    border: 2px solid #1d0c46;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.channel-icon:hover {
    background: rgba(29, 12, 70, 0.2);
    transform: scale(1.1);
}

.channel-icon i {
    font-size: 24px;
    color: #1d0c46;
}

.outcome-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1d0c46, #2d1c56);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(29, 12, 70, 0.3);
    transition: all 0.3s ease;
}

.outcome-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(29, 12, 70, 0.4);
}

.outcome-icon i {
    font-size: 24px;
    color: white;
}

.channel-label,
.outcome-label {
    font-size: 14px;
    font-weight: 500;
    color: #6b5b7a;
    text-align: center;
    white-space: nowrap;
}

/* C-Shape Positioning for Channels */
.channel-top-left {
    grid-column: 1;
    grid-row: 1;
    transform: translateX(-20px) translateY(-15px);
}

.channel-top-right {
    grid-column: 2;
    grid-row: 1;
    transform: translateX(20px) translateY(-150px);
}

.channel-bottom-left {
    grid-column: 1;
    grid-row: 2;
    transform: translateX(-20px) translateY(15px);
}

.channel-bottom-right {
    grid-column: 2;
    grid-row: 2;
    transform: translateX(20px) translateY(150px);
}

/* C-Shape Positioning for Outcomes */
.outcome-top-left {
    grid-column: 1;
    grid-row: 1;
    transform: translateX(-20px) translateY(-150px);
}

.outcome-top-right {
    grid-column: 2;
    grid-row: 1;
    transform: translateX(20px) translateY(-15px);
}

.outcome-bottom-left {
    grid-column: 1;
    grid-row: 2;
    transform: translateX(-20px) translateY(150px);
}

.outcome-bottom-right {
    grid-column: 2;
    grid-row: 2;
    transform: translateX(20px) translateY(15px);
}

/* Responsive Hero Visual */

.attribution-animation {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    max-height: 700px;
    overflow: hidden;
}

/* Off-chain Threads */
.off-chain-threads {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 200px;
    height: 200px;
    z-index: 10;
}

.thread {
    position: absolute;
    width: 2px;
    height: 40px;
    background: rgba(107, 91, 122, 0.3);
    border-radius: 1px;
    animation: threadFloat 3s infinite ease-in-out;
}

.thread:nth-child(1) {
    top: 0%;
    left: 20%;
    animation-delay: 0s;
    transform: rotate(15deg);
}

.thread:nth-child(2) {
    top: 10%;
    left: 40%;
    animation-delay: 0.5s;
    transform: rotate(-10deg);
}

.thread:nth-child(3) {
    top: 20%;
    left: 60%;
    animation-delay: 1s;
    transform: rotate(20deg);
}

.thread:nth-child(4) {
    top: 30%;
    left: 30%;
    animation-delay: 1.5s;
    transform: rotate(-15deg);
}

.thread:nth-child(5) {
    top: 40%;
    left: 50%;
    animation-delay: 2s;
    transform: rotate(10deg);
}

.thread:nth-child(6) {
    top: 50%;
    left: 70%;
    animation-delay: 2.5s;
    transform: rotate(-20deg);
}

/* On-chain Blocks */
.on-chain-blocks {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 200px;
    height: 200px;
    z-index: 10;
}

.block {
    position: absolute;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #1d0c46, #2d1c56);
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(29, 12, 70, 0.3);
    animation: blockGlow 2s infinite ease-in-out;
}

.block:nth-child(1) {
    top: 0%;
    left: 20%;
    animation-delay: 0s;
}

.block:nth-child(2) {
    top: 20%;
    left: 50%;
    animation-delay: 0.3s;
}

.block:nth-child(3) {
    top: 40%;
    left: 30%;
    animation-delay: 0.6s;
}

.block:nth-child(4) {
    top: 60%;
    left: 60%;
    animation-delay: 0.9s;
}

.block:nth-child(5) {
    top: 80%;
    left: 40%;
    animation-delay: 1.2s;
}

/* Central Cryptique Q Logo */
.central-loom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}

.loom-core {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #1d0c46, #2d1c56);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    animation: loomRotate 6s linear infinite;
    box-shadow: 0 8px 32px rgba(29, 12, 70, 0.3);
}

.loom-core::before {
    content: "Q";
    font-size: 48px;
    font-weight: 700;
    color: white;
    font-family: 'Outfit', sans-serif;
}

.loom-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loom-ring {
    position: absolute;
    border: 2px solid rgba(29, 12, 70, 0.1);
    border-radius: 50%;
    animation: loomExpand 4s infinite ease-in-out;
}

.loom-ring-1 {
    width: 100px;
    height: 100px;
    top: -50px;
    left: -50px;
    animation-delay: 0s;
}

.loom-ring-2 {
    width: 140px;
    height: 140px;
    top: -70px;
    left: -70px;
    animation-delay: 1s;
}

.loom-ring-3 {
    width: 180px;
    height: 180px;
    top: -90px;
    left: -90px;
    animation-delay: 2s;
}

/* Unified Tapestry */
.unified-tapestry {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 100px;
    background: linear-gradient(90deg, 
        rgba(29, 12, 70, 0.1) 0%, 
        rgba(29, 12, 70, 0.3) 25%, 
        rgba(29, 12, 70, 0.5) 50%, 
        rgba(29, 12, 70, 0.3) 75%, 
        rgba(29, 12, 70, 0.1) 100%);
    border-radius: 50px;
    border: 2px solid rgba(29, 12, 70, 0.4);
    animation: tapestryWeave 3s infinite ease-in-out;
    z-index: 15;
}

.tapestry-pattern {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 4px;
    background: repeating-linear-gradient(
        90deg,
        #1d0c46 0px,
        #1d0c46 8px,
        transparent 8px,
        transparent 16px
    );
    animation: patternFlow 2s linear infinite;
}

/* Connection Lines */
.connection-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, rgba(107, 91, 122, 0.3), rgba(29, 12, 70, 0.6));
    animation: lineFlow 2s infinite ease-in-out;
    z-index: 5;
}

.connection-line-1 {
    top: 35%;
    left: 25%;
    width: 200px;
    transform: rotate(-15deg);
    animation-delay: 0s;
}

.connection-line-2 {
    top: 45%;
    left: 30%;
    width: 180px;
    transform: rotate(-10deg);
    animation-delay: 0.5s;
}

.connection-line-3 {
    top: 55%;
    left: 35%;
    width: 160px;
    transform: rotate(-5deg);
    animation-delay: 1s;
}

/* Animations */
@keyframes threadFloat {
    0%, 100% { 
        transform: translateY(0px) rotate(var(--rotation, 0deg)); 
        opacity: 0.3; 
    }
    50% { 
        transform: translateY(-10px) rotate(var(--rotation, 0deg)); 
        opacity: 0.6; 
    }
}

@keyframes blockGlow {
    0%, 100% { 
        transform: scale(1); 
        box-shadow: 0 4px 12px rgba(29, 12, 70, 0.3);
    }
    50% { 
        transform: scale(1.1); 
        box-shadow: 0 6px 20px rgba(29, 12, 70, 0.5);
    }
}

@keyframes loomRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes loomExpand {
    0% { transform: scale(0.8); opacity: 0.8; }
    50% { transform: scale(1.2); opacity: 0.4; }
    100% { transform: scale(1.5); opacity: 0; }
}

@keyframes tapestryWeave {
    0%, 100% { 
        transform: translateX(-50%) scaleX(1); 
        opacity: 0.8; 
    }
    50% { 
        transform: translateX(-50%) scaleX(1.1); 
        opacity: 1; 
    }
}

@keyframes patternFlow {
    from { transform: translate(-50%, -50%) translateX(-100%); }
    to { transform: translate(-50%, -50%) translateX(100%); }
}

@keyframes lineFlow {
    0% { opacity: 0; transform: scaleX(0) rotate(var(--rotation, 0deg)); }
    50% { opacity: 1; transform: scaleX(1) rotate(var(--rotation, 0deg)); }
    100% { opacity: 0; transform: scaleX(0) rotate(var(--rotation, 0deg)); }
}

/* Content Sections */
.attribution-page .problem-section,
.attribution-page .solution-section,
.attribution-page .models-section,
.attribution-page .results-section {
    padding: 100px 0 !important;
    margin: 0 !important;
}

.attribution-page .problem-section {
    background: #ffffff !important;
}

.attribution-page .solution-section {
    background: #DDE2EE !important;
}

.attribution-page .models-section {
    background: #ffffff !important;
}

.attribution-page .results-section {
    background: #DDE2EE !important;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    overflow: hidden;
}

.section-header h2 {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 24px;
    color: #1d0c46;
    line-height: 1.3;
    letter-spacing: -0.01em;
    word-wrap: break-word;
    hyphens: auto;
}

.section-header p {
    font-size: 1.25rem;
    color: #6b5b7a;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
}

/* Problem Content */
.problem-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.problem-text {
    text-align: center;
    margin-bottom: 60px;
}

.problem-text ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.problem-text li {
    color: #6b5b7a;
    line-height: 1.6;
    margin-bottom: 16px;
    padding-left: 24px;
    position: relative;
    font-size: 1.1rem;
    text-align: left;
}

.problem-text li::before {
    content: "•";
    color: #1d0c46;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
}

.problem-text p {
    color: #6b5b7a;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.highlight-text {
    background: linear-gradient(135deg, rgba(29, 12, 70, 0.1), rgba(45, 28, 86, 0.1));
    border-left: 4px solid #1d0c46;
    padding: 20px 24px;
    border-radius: 12px;
    font-weight: 600;
    color: #1d0c46 !important;
    font-size: 1.2rem !important;
    margin: 30px auto !important;
    box-shadow: 0 4px 12px rgba(29, 12, 70, 0.1);
    position: relative;
}

.highlight-text::before {
    content: "⚠️";
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    background: #1d0c46;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(29, 12, 70, 0.3);
}

/* Problem Visual */
.problem-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.attribution-gap-diagram {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 800px;
    width: 100%;
    justify-content: center;
}

.channel-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.channel-icon {
    width: 50px;
    height: 50px;
    background: rgba(29, 12, 70, 0.1);
    border: 2px solid #1d0c46;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.channel-icon:hover {
    background: rgba(29, 12, 70, 0.2);
    transform: scale(1.1);
}

.channel-icon i {
    font-size: 20px;
    color: #1d0c46;
}

.channel-label {
    font-size: 12px;
    font-weight: 500;
    color: #6b5b7a;
    text-align: center;
    margin-top: 8px;
}

.attribution-gap {
    width: 120px;
    height: 80px;
    background: rgba(29, 12, 70, 0.8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: gapPulse 2s infinite ease-in-out;
}

.attribution-gap::before {
    content: "?";
    font-size: 32px;
    font-weight: 700;
    color: white;
}

.attribution-gap::after {
    content: "The Attribution Gap";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 600;
    color: #1d0c46;
    white-space: nowrap;
}

.outcome-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.outcome-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1d0c46, #2d1c56);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(29, 12, 70, 0.3);
    transition: all 0.3s ease;
}

.outcome-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(29, 12, 70, 0.4);
}

.outcome-icon i {
    font-size: 20px;
    color: white;
}

.outcome-label {
    font-size: 12px;
    font-weight: 500;
    color: #6b5b7a;
    text-align: center;
    margin-top: 8px;
}

/* Gap Lines - Removed duplicate definitions */

@keyframes gapPulse {
    0%, 100% { 
        transform: scale(1); 
        box-shadow: 0 4px 20px rgba(29, 12, 70, 0.3);
    }
    50% { 
        transform: scale(1.05); 
        box-shadow: 0 6px 30px rgba(29, 12, 70, 0.4);
    }
}

@keyframes lineDashed {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.8; }
}

/* Solution Visual */
.solution-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.solution-diagram {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 800px;
    width: 100%;
}

.solution-gap {
    width: 120px;
    height: 80px;
    background: linear-gradient(135deg, #1d0c46, #2d1c56);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: solutionGlow 2s infinite ease-in-out;
    box-shadow: 0 8px 32px rgba(29, 12, 70, 0.3);
}

.solution-gap::before {
    content: "Q";
    font-size: 32px;
    font-weight: 700;
    color: white;
    font-family: 'Outfit', sans-serif;
}

.solution-gap::after {
    content: "Cryptique";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 600;
    color: #1d0c46;
    white-space: nowrap;
}

/* Solution Lines - Removed duplicate definitions */

@keyframes solutionGlow {
    0%, 100% { 
        transform: scale(1); 
        box-shadow: 0 8px 32px rgba(29, 12, 70, 0.3);
    }
    50% { 
        transform: scale(1.05); 
        box-shadow: 0 12px 40px rgba(29, 12, 70, 0.4);
    }
}

@keyframes solutionFlow {
    0% { opacity: 0; transform: scaleX(0); }
    50% { opacity: 1; transform: scaleX(1); }
    100% { opacity: 0; transform: scaleX(0); }
}

/* Solution Steps */
.solution-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.solution-step {
    text-align: center;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(29, 12, 70, 0.1);
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(29, 12, 70, 0.1);
}

.solution-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(29, 12, 70, 0.15);
}

.step-number {
    width: 60px;
    height: 60px;
    background: #1d0c46;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    margin: 0 auto 24px;
}

.solution-step h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1d0c46;
}

.solution-step p {
    color: #6b5b7a;
    line-height: 1.6;
    font-size: 1rem;
}

/* Attribution Models */
.attribution-models {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.model-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(29, 12, 70, 0.1);
    border-radius: 24px;
    padding: 50px 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(29, 12, 70, 0.1);
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.model-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(29, 12, 70, 0.15);
}

.model-visual {
    margin-bottom: 30px;
    flex-shrink: 0;
}

.journey-diagram {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.journey-step {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: white;
    position: relative;
    box-shadow: 0 4px 12px rgba(29, 12, 70, 0.2);
    transition: all 0.3s ease;
}

.journey-step.community {
    width: 80px;
    height: 50px;
    font-size: 12px;
}

.journey-step:hover {
    transform: scale(1.1);
}

.journey-step.ad {
    background: #1d0c46;
}

.journey-step.blog {
    background: rgba(29, 12, 70, 0.6);
}

.journey-step.community {
    background: rgba(29, 12, 70, 0.6);
}

.journey-step.conversion {
    background: #1d0c46;
    color: white;
}

.journey-arrow {
    width: 16px;
    height: 3px;
    background: #6b5b7a;
    position: relative;
    border-radius: 2px;
}

.journey-arrow::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid #6b5b7a;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

/* Model-specific highlighting */
.model-card.first-touch .journey-step.ad {
    background: #1d0c46;
    color: white;
    box-shadow: 0 0 20px rgba(29, 12, 70, 0.5);
    animation: highlightPulse 2s infinite ease-in-out;
}

.model-card.last-touch .journey-step.ad {
    background: rgba(29, 12, 70, 0.6);
    color: white;
}

.model-card.last-touch .journey-step.community {
    background: #1d0c46;
    color: white;
    box-shadow: 0 0 20px rgba(29, 12, 70, 0.5);
    animation: highlightPulse 2s infinite ease-in-out;
}

.model-card.multi-touch .journey-step.ad,
.model-card.multi-touch .journey-step.blog,
.model-card.multi-touch .journey-step.community {
    background: linear-gradient(135deg, #1d0c46, #2d1c56);
    color: white;
    box-shadow: 0 0 15px rgba(29, 12, 70, 0.4);
    animation: highlightPulse 2s infinite ease-in-out;
}

@keyframes highlightPulse {
    0%, 100% { 
        transform: scale(1); 
        box-shadow: 0 0 20px rgba(29, 12, 70, 0.5);
    }
    50% { 
        transform: scale(1.1); 
        box-shadow: 0 0 30px rgba(29, 12, 70, 0.7);
    }
}

.model-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1d0c46;
    line-height: 1.3;
}

.model-card p {
    color: #6b5b7a;
    line-height: 1.7;
    font-size: 1.05rem;
    margin-bottom: 8px;
    flex-grow: 1;
}

.model-features {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
}

.model-features li {
    color: #6b5b7a;
    line-height: 1.7;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
    font-size: 0.95rem;
    text-align: left;
}

.model-features li::before {
    content: "✓";
    color: #1d0c46;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.1rem;
}

/* Results Dashboard */
.results-dashboard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.dashboard-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(29, 12, 70, 0.1);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(29, 12, 70, 0.1);
}

.dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(29, 12, 70, 0.15);
}

.kpi-card {
    text-align: center;
}

.kpi-title {
    font-size: 1rem;
    font-weight: 600;
    color: #6b5b7a;
    margin-bottom: 16px;
}

.kpi-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1d0c46;
    margin-bottom: 8px;
    animation: countUp 2s ease-out;
}

.kpi-change {
    font-size: 1rem;
    font-weight: 600;
    color: #4ade80;
}

.chart-card {
    /* Removed grid-column: span 2 to allow equal column distribution */
}

.chart-title {
    font-size: 1rem;
    font-weight: 600;
    color: #6b5b7a;
    margin-bottom: 20px;
}

.chart-visual {
    height: 200px;
    background: rgba(29, 12, 70, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: end;
    justify-content: space-around;
    padding: 20px;
    position: relative;
}

.chart-bar {
    width: 40px;
    background: linear-gradient(to top, #1d0c46, #2d1c56);
    border-radius: 4px 4px 0 0;
    animation: barGrow 2s ease-out;
    position: relative;
}

.chart-bar::after {
    content: attr(data-value);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 600;
    color: #1d0c46;
}

.pie-chart-card {
    text-align: center;
}

.pie-chart-visual {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(
        #1d0c46 0deg 120deg,
        #2d1c56 120deg 240deg,
        #DDE2EE 240deg 360deg
    );
    margin: 0 auto 20px;
    animation: pieRotate 3s ease-out;
}

.pie-legend {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.conversion-card {
    text-align: center;
}

.conversion-visual {
    margin-bottom: 20px;
}

.conversion-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1d0c46;
    margin-bottom: 8px;
    animation: countUp 2s ease-out;
}

.conversion-change {
    font-size: 1rem;
    font-weight: 600;
    color: #2d1c56;
    background: rgba(45, 28, 86, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
}

.conversion-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(29, 12, 70, 0.1);
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-label {
    font-size: 0.9rem;
    color: #6b5b7a;
    font-weight: 500;
}

.detail-value {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1d0c46;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #6b5b7a;
}

.legend-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.legend-color.content {
    background: #1d0c46;
}

.legend-color.social {
    background: #2d1c56;
}

.legend-color.ads {
    background: #DDE2EE;
}

@keyframes countUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes barGrow {
    from { height: 0; }
    to { height: var(--height, 100%); }
}

@keyframes pieRotate {
    from { transform: rotate(0deg); opacity: 0; }
    to { transform: rotate(360deg); opacity: 1; }
}

/* Final CTA */
.final-cta {
    padding: 100px 0;
    background: #ffffff;
    text-align: center;
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 24px;
    color: #1d0c46;
    line-height: 1.2;
}

.cta-content p {
    font-size: 1.125rem;
    color: #6b5b7a;
    line-height: 1.6;
    margin-bottom: 40px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: #1d0c46;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(29, 12, 70, 0.3);
}

.cta-button:hover {
    background: #2d1c56;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(29, 12, 70, 0.4);
}

/* Additional Alignment Fixes */
.attribution-gap-diagram {
    position: relative;
}

.gap-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 2px;
    background: rgba(29, 12, 70, 0.2);
    border-style: dashed;
    border-color: rgba(29, 12, 70, 0.3);
    border-width: 0 0 2px 0;
    animation: lineDashed 3s infinite ease-in-out;
    z-index: 1;
}

.gap-line-1 {
    transform: translate(-50%, -50%) rotate(-15deg);
    animation-delay: 0s;
}

.gap-line-2 {
    transform: translate(-50%, -50%) rotate(-5deg);
    animation-delay: 0.5s;
}

.gap-line-3 {
    transform: translate(-50%, -50%) rotate(5deg);
    animation-delay: 1s;
}

.gap-line-4 {
    transform: translate(-50%, -50%) rotate(15deg);
    animation-delay: 1.5s;
}

.solution-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #1d0c46, #2d1c56);
    border-radius: 2px;
    animation: solutionFlow 2s infinite ease-in-out;
    z-index: 5;
}

.solution-line-1 {
    transform: translate(-50%, -50%) rotate(-15deg);
    animation-delay: 0s;
}

.solution-line-2 {
    transform: translate(-50%, -50%) rotate(-5deg);
    animation-delay: 0.5s;
}

.solution-line-3 {
    transform: translate(-50%, -50%) rotate(5deg);
    animation-delay: 1s;
}

.solution-line-4 {
    transform: translate(-50%, -50%) rotate(15deg);
    animation-delay: 1.5s;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .attribution-hero .hero-text h1 {
        font-size: 3rem;
    }
    
    .attribution-hero .hero-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .attribution-hero .hero-text {
        grid-column: 1;
        grid-row: 1;
    }
    
    .hero-visual {
        grid-column: 1;
        grid-row: 2;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        max-width: 800px;
    }
    
    .hero-channels {
        grid-column: 1;
        justify-self: center;
        width: 180px;
    }
    
    .hero-outcomes {
        grid-column: 2;
        justify-self: center;
        width: 180px;
    }
    
    .channel-top-left,
    .channel-top-right,
    .channel-bottom-left,
    .channel-bottom-right,
    .outcome-top-left,
    .outcome-top-right,
    .outcome-bottom-left,
    .outcome-bottom-right {
        transform: translateX(0) translateY(0);
    }
    
    .channel-icon,
    .outcome-icon {
        width: 50px;
        height: 50px;
    }
    
    .channel-icon i,
    .outcome-icon i {
        font-size: 20px;
    }
    
    .channel-label,
    .outcome-label {
        font-size: 12px;
    }
    
    .solution-steps,
    .attribution-models {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .model-card {
        min-height: auto;
        padding: 40px 25px;
    }
    
    .journey-diagram {
        gap: 8px;
    }
    
    .journey-step {
        width: 45px;
        height: 45px;
        font-size: 12px;
    }
    
    .journey-step.community {
        width: 70px;
        height: 45px;
        font-size: 10px;
    }
    
    .journey-arrow {
        width: 12px;
        height: 2px;
    }
    
    .results-dashboard {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .chart-card {
        grid-column: span 1;
    }
    
    .attribution-gap-diagram,
    .solution-diagram {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .attribution-hero {
        padding: 80px 0 60px;
        min-height: 100vh;
    }
    
    .attribution-hero .hero-text h1 {
        font-size: 2.2rem;
        line-height: 1.1;
    }
    
    .attribution-hero .hero-text .hero-subheadline {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .hero-visual {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px 0;
    }
    
    .results-dashboard {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .chart-card {
        grid-column: span 1;
    }
    
    .hero-channels {
        grid-column: 1;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        width: auto;
        margin-top: -220px;
    }
    
    .hero-outcomes {
        grid-column: 1;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        width: auto;
        margin-top: 280px;
    }
    
    .channel-top-left,
    .channel-top-right,
    .channel-bottom-left,
    .channel-bottom-right,
    .outcome-top-left,
    .outcome-top-right,
    .outcome-bottom-left,
    .outcome-bottom-right {
        transform: translateX(0) translateY(0);
        grid-column: auto;
        grid-row: auto;
    }
    
    .channel-icon,
    .outcome-icon {
        width: 45px;
        height: 45px;
    }
    
    .channel-icon i,
    .outcome-icon i {
        font-size: 18px;
    }
    
    .channel-label,
    .outcome-label {
        font-size: 11px;
    }
    
    .attribution-gap-diagram,
    .solution-diagram {
        flex-direction: column;
        gap: 20px;
    }
    
    .attribution-gap,
    .solution-gap {
        width: 100px;
        height: 60px;
    }
    
    .problem-section,
    .solution-section,
    .models-section,
    .results-section {
        padding: 60px 0;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .section-header p {
        font-size: 1rem;
    }
    
    .solution-step,
    .model-card,
    .dashboard-card {
        padding: 20px;
    }
    
    .journey-diagram {
        gap: 4px;
    }
    
    .journey-step {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }
    
    .journey-arrow {
        width: 8px;
    }
    
    .cta-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .attribution-hero .container,
    .section-header,
    .solution-steps,
    .attribution-models,
    .results-dashboard,
    .cta-content {
        padding: 0 16px;
    }
    
    .attribution-hero .hero-text h1 {
        font-size: 2rem;
    }
    
    .attribution-hero .hero-text .hero-subheadline {
        font-size: 1rem;
    }
    
    .hero-visual {
        gap: 20px;
        padding: 15px 0;
    }
    
    .hero-channels {
        gap: 15px;
        width: auto;
        margin-top: -180px;
    }
    
    .hero-outcomes {
        gap: 15px;
        width: auto;
        margin-top: 240px;
    }
    
    .channel-top-left,
    .channel-top-right,
    .channel-bottom-left,
    .channel-bottom-right,
    .outcome-top-left,
    .outcome-top-right,
    .outcome-bottom-left,
    .outcome-bottom-right {
        transform: translateX(0) translateY(0);
        grid-column: auto;
        grid-row: auto;
    }
    
    .channel-icon,
    .outcome-icon {
        width: 40px;
        height: 40px;
    }
    
    .channel-icon i,
    .outcome-icon i {
        font-size: 16px;
    }
    
    .channel-label,
    .outcome-label {
        font-size: 10px;
    }
    
    .attribution-gap,
    .solution-gap {
        width: 80px;
        height: 50px;
    }
    
    .attribution-gap::before,
    .solution-gap::before {
        font-size: 24px;
    }
    
    .channel-icon,
    .outcome-icon {
        width: 40px;
        height: 40px;
    }
    
    .channel-icon i,
    .outcome-icon i {
        font-size: 16px;
    }
    
    .solution-step,
    .model-card,
    .dashboard-card {
        padding: 16px;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .journey-step {
        width: 25px;
        height: 25px;
        font-size: 8px;
    }
    
    .kpi-value {
        font-size: 2rem;
    }
    
    .chart-visual {
        height: 150px;
        padding: 15px;
    }
    
    .chart-bar {
        width: 30px;
    }
    
    .pie-chart-visual {
        width: 100px;
        height: 100px;
    }
    
    .section-header h2 {
        font-size: 1.75rem;
    }
    
    .cta-content h2 {
        font-size: 1.75rem;
    }
    
    .cta-button {
        padding: 14px 28px;
        font-size: 0.95rem;
    }
}
