.agency-hero{display:grid;grid-template-columns:1fr;align-items:center;gap:4rem;padding:6rem 0;margin-bottom:4rem;}.agency-hero .hero-copy{display:flex;flex-direction:column;gap:1.5rem;}.agency-hero h1{font-size:3.5rem;line-height:1.2;font-weight:700;color:var(--text);}.agency-hero .hero-subheading{font-size:1.25rem;color:var(--text-muted);font-weight:400;line-height:1.6;}.agency-hero .cta-row{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem;}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;}.service-card{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);transition:all 0.3s ease;}.service-card:hover{background:var(--surface-strong);border-color:var(--brand);transform:translateY(-4px);}.service-icon{font-size:2.5rem;line-height:1;}.service-card h3{font-size:1.5rem;font-weight:600;color:var(--text);}.service-card p{color:var(--text-muted);line-height:1.6;font-size:0.95rem;}.service-bullets{list-style:none;padding:0;display:flex;flex-direction:column;gap:0.75rem;margin:1rem 0;}.service-bullets li{color:var(--text-muted);font-size:0.9rem;padding-left:1.5rem;position:relative;}.service-bullets li:before{content:"→";position:absolute;left:0;color:var(--accent);}.btn-link{color:var(--brand);text-decoration:none;font-weight:500;transition:color 0.2s ease;align-self:flex-start;padding:0;background:none;border:none;cursor:pointer;}.btn-link:hover{color:var(--accent);}.section-heading{margin-bottom:3rem;text-align:center;}.section-heading h2{font-size:2.5rem;margin-bottom:1rem;color:var(--text);}.section-heading p{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto;}.products-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-top:3rem;}.product-card,.product-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;padding:3rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);}.featured-product{grid-template-columns:1fr 1fr;}.product-preview,.product-showcase-media{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 50%,rgba(127,102,255,0.15),transparent 50%),radial-gradient(circle at 70% 60%,rgba(32,227,206,0.1),transparent 50%);border-radius:var(--radius-sm);min-height:300px;padding:2rem;}.product-preview img,.product-showcase-media img{width:100%;max-width:100%;height:auto;}.product-meta,.product-showcase-content{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;}.product-status{display:inline-block;padding:0.5rem 1rem;background:var(--success);color:var(--bg);border-radius:4px;font-size:0.85rem;font-weight:600;width:fit-content;}.product-category{display:inline-block;padding:0.5rem 1rem;background:var(--brand);color:var(--bg);border-radius:4px;font-size:0.85rem;font-weight:600;width:fit-content;margin-left:0.5rem;}.product-meta h3,.product-showcase-content h2{font-size:2rem;color:var(--text);}.product-desc,.product-tagline{color:var(--text-muted);font-size:1rem;line-height:1.6;}.product-problem{margin-top:1rem;padding:1rem;background:rgba(214,177,99,0.1);border-left:3px solid var(--brand);border-radius:4px;}.product-problem h3{font-size:0.9rem;color:var(--brand);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.5rem;}.product-features{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem;margin:1rem 0;}.product-features li{color:var(--text-muted);padding-left:1.5rem;position:relative;font-size:0.95rem;}.product-features li:before{content:"✓";position:absolute;left:0;color:var(--success);font-weight:600;}.product-features strong{color:var(--text);}.product-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin:1rem 0;}.product-stats .stat{display:flex;flex-direction:column;gap:0.5rem;}.product-stats strong{font-size:0.8rem;text-transform:uppercase;color:var(--text-muted);letter-spacing:0.05em;}.product-stats span{font-size:0.95rem;color:var(--text);font-weight:500;}.partnership-grid,.audience-grid,.models-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;}.partnership-card,.audience-card,.model-card{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);transition:all 0.3s ease;}.partnership-card:hover,.audience-card:hover,.model-card:hover{background:var(--surface-strong);border-color:var(--brand);}.partnership-card h3,.audience-card h3,.model-card h3{font-size:1.5rem;color:var(--text);}.partnership-card p,.audience-card p{color:var(--text-muted);line-height:1.6;}.model-details{display:flex;flex-direction:column;gap:1rem;}.model-details p{color:var(--text-muted);font-size:0.95rem;line-height:1.6;}.model-structure{margin:1rem 0;}.model-structure h4{font-size:0.9rem;text-transform:uppercase;color:var(--brand);letter-spacing:0.05em;margin-bottom:0.5rem;}.model-structure ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:0.5rem;}.model-structure li{color:var(--text-muted);font-size:0.9rem;padding-left:1rem;position:relative;}.model-structure li:before{content:"→";position:absolute;left:0;color:var(--accent);}.model-timeline{padding-top:1rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:0.9rem;}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;}.benefit-item{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border);}.benefit-item h3{font-size:1.2rem;color:var(--text);font-weight:600;}.benefit-item p{color:var(--text-muted);font-size:0.95rem;line-height:1.6;}.why-grid,.why-partner{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;}.why-item,.why-card{display:flex;flex-direction:column;gap:1rem;}.why-item h3,.why-card h3{font-size:1.2rem;color:var(--text);font-weight:600;}.why-item p,.why-card p{color:var(--text-muted);font-size:0.95rem;line-height:1.6;}.process-timeline,.process-step{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem;}.process-step{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center;position:relative;}.step-number{font-size:3rem;font-weight:700;color:var(--brand);opacity:0.2;position:absolute;top:1rem;right:1rem;}.process-step h3{font-size:1.3rem;color:var(--text);font-weight:600;position:relative;z-index:1;}.process-step p{color:var(--text-muted);font-size:0.95rem;line-height:1.6;position:relative;z-index:1;}.final-cta{text-align:center;padding:4rem 2rem;background:radial-gradient(circle at 50% 0%,rgba(127,102,255,0.15),transparent 50%);border:1px solid var(--border);border-radius:var(--radius-sm);margin:4rem 0;}.final-cta h2{font-size:2.5rem;margin-bottom:1rem;color:var(--text);}.final-cta p{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;}.final-cta .cta-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}.contact-form-section{margin:4rem 0;}.form-container{max-width:600px;margin:0 auto;padding:3rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);}.form-container h2{font-size:2rem;margin-bottom:2rem;color:var(--text);}.contact-form{display:flex;flex-direction:column;gap:1.5rem;}.form-group{display:flex;flex-direction:column;gap:0.5rem;}.form-group label{font-size:0.95rem;color:var(--text);font-weight:500;}.form-group input,.form-group select,.form-group textarea{padding:0.75rem;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:6px;font-family:inherit;font-size:0.95rem;transition:all 0.2s ease;}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 2px rgba(214,177,99,0.1);}.contact-info{margin:4rem 0;}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;}.info-card{display:flex;flex-direction:column;gap:1rem;padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);}.info-card h3{font-size:1.3rem;color:var(--text);}.info-card p{color:var(--text-muted);font-size:0.95rem;}.info-card a{color:var(--brand);text-decoration:none;font-weight:500;}.info-card a:hover{color:var(--accent);}.info-note{font-size:0.85rem;color:var(--text-muted);opacity:0.8;margin-top:0.5rem !important;}.process-info{max-width:600px;margin:2rem auto 0;padding:2rem;background:var(--surface);border-left:3px solid var(--brand);border-radius:4px;}.process-info ol{list-style:decimal;padding-left:2rem;}.process-info li{color:var(--text-muted);margin-bottom:1rem;line-height:1.6;}.process-info strong{color:var(--text);}@media (max-width:768px){.agency-hero{gap:2rem;padding:3rem 0;}.agency-hero h1{font-size:2rem;}.services-grid,.partnership-grid,.audience-grid,.models-grid,.benefits-grid{grid-template-columns:1fr;}.product-card,.featured-product{grid-template-columns:1fr;}.final-cta{padding:2rem 1.5rem;}.final-cta h2{font-size:1.75rem;}.form-container{padding:2rem 1.5rem;}.process-timeline{grid-template-columns:1fr;}}@media (max-width:480px){.agency-hero h1{font-size:1.5rem;}.agency-hero .hero-subheading{font-size:1rem;}.agency-hero .cta-row{flex-direction:column;}.cta-row{flex-direction:column;}.cta-row .btn{width:100%;}}