:root{font-family:Source Sans Pro,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{--navy: #2d3436;--navy-light: #4a5568;--gold: #2bc4c4;--gold-dark: #1fa8a8;--white: #ffffff;--gray-light: #f5f5f5;--gray: #6b7280;--error: #ef4444}body{font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 50%,#2d3e50 100%);min-height:100vh;color:var(--white)}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#0000004d;padding:1rem 2rem;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:.75rem}.brand-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #2bc4c44d}.brand-icon svg{width:24px;height:24px;fill:var(--white)}.brand-text{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:700;letter-spacing:1px}.nav{display:flex;gap:.5rem}.nav-link{background:transparent;border:none;color:#ffffffb3;font-size:1rem;padding:.5rem 1rem;cursor:pointer;transition:all .3s ease;border-radius:8px;font-family:inherit}.nav-link:hover{color:var(--white);background:#ffffff1a}.nav-link.active{color:var(--gold);background:#2bc4c41a}.main{flex:1;padding:2rem 1rem;max-width:1200px;margin:0 auto;width:100%}section{margin-bottom:4rem}h2{font-family:Playfair Display,Georgia,serif;font-size:2rem;margin-bottom:.5rem;text-align:center}.section-description{color:#ffffffb3;text-align:center;margin-bottom:2rem;font-size:1.1rem;max-width:600px;margin-left:auto;margin-right:auto}.hero{text-align:center;padding:4rem 1rem;margin-bottom:2rem}.hero h1{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,var(--white) 0%,var(--gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#fffc;max-width:700px;margin:0 auto 2.5rem;line-height:1.6}.cta-button{display:inline-block;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;color:var(--navy);background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #2bc4c44d;font-family:inherit;text-decoration:none}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #2bc4c466;color:var(--navy)}.features-section{padding:2rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.feature-card{background:#ffffff1a;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:#ffffff26;transform:translateY(-4px)}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;margin-bottom:.75rem}.feature-card p{color:#ffffffb3;line-height:1.6}.cta-section{text-align:center;padding:3rem 1rem;background:#ffffff0d;border-radius:24px;margin-top:2rem}.cta-section p{color:#ffffffb3;margin-bottom:2rem;font-size:1.1rem}.persona-section{padding-top:1rem}.persona-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.persona-card{background:#ffffff1a;border:2px solid transparent;border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:1.25rem;position:relative}.persona-card:hover{background:#ffffff26;transform:translateY(-4px);border-color:#2bc4c44d}.persona-card:hover .card-arrow{opacity:1;transform:translate(4px)}.create-client-card{border:2px dashed rgba(43,196,196,.4);background:#2bc4c40d}.create-client-card:hover{border-color:var(--gold);background:#2bc4c41a}.create-client-icon{width:100px;height:100px;border-radius:50%;background:#2bc4c426;border:3px dashed rgba(43,196,196,.4);display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:var(--gold);transition:all .3s ease}.create-client-card:hover .create-client-icon{background:#2bc4c440;border-color:var(--gold)}.card-arrow{position:absolute;right:1.5rem;font-size:1.5rem;color:var(--gold);opacity:.5;transition:all .3s ease}.persona-image-wrapper{flex-shrink:0}.persona-image{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.2);transition:border-color .3s ease}.persona-card:hover .persona-image{border-color:var(--gold)}.persona-info{flex:1;text-align:left}.persona-info h3{font-size:1.25rem;margin-bottom:.25rem}.persona-age{color:var(--gold);font-size:.9rem;font-weight:600}.persona-category-badge{display:inline-block;background:#2bc4c426;border:1px solid rgba(43,196,196,.3);color:var(--gold);font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:20px;margin-top:.35rem;letter-spacing:.02em}.persona-category-badge.detail-badge{font-size:.85rem;padding:.25rem .75rem;margin-top:.5rem}.persona-description{color:#fff9;font-size:.9rem;margin-top:.5rem;line-height:1.5}.back-button{background:transparent;border:none;color:var(--gold);font-size:1rem;cursor:pointer;padding:.5rem 0;margin-bottom:1.5rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;font-family:inherit}.back-button:hover{color:var(--white)}.persona-detail{max-width:900px;margin:0 auto}.persona-detail-header{display:flex;align-items:center;gap:2rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.persona-detail-image{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid var(--gold);box-shadow:0 8px 24px #0000004d}.persona-detail-title h1{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;margin-bottom:.5rem}.persona-detail-age{color:var(--gold);font-size:1.1rem;font-weight:600}.persona-detail-tagline{color:#ffffffb3;font-size:1.1rem;margin-top:.75rem;line-height:1.5}.persona-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.persona-detail-right{display:flex;flex-direction:column;gap:1.5rem}.persona-detail-info{display:flex;flex-direction:column;gap:1.25rem}.info-card{background:#ffffff14;border-radius:12px;padding:1.25rem}.info-card h3{font-size:1rem;margin-bottom:.75rem;color:var(--gold)}.info-card p{color:#fffc;line-height:1.6}.info-card ul{list-style:none;padding:0}.info-card li{color:#fffc;padding:.35rem 0 .35rem 1.25rem;position:relative}.info-card li:before{content:"•";color:var(--gold);position:absolute;left:0}.coaching-tips{background:#2bc4c426;border:1px solid rgba(43,196,196,.3)}.coaching-tips .tips-intro{font-size:.9rem;color:#fff9;margin-bottom:.75rem;font-style:italic}.persona-detail-form{background:#ffffff1a;border-radius:16px;padding:2rem}.persona-detail-form h2{font-size:1.5rem;text-align:left;margin-bottom:.5rem}.form-description{color:#ffffffb3;margin-bottom:1.5rem;font-size:.95rem}.contact-form{background:transparent}.persona-detail-form .contact-form{padding:0}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#ffffffe6;font-size:.95rem}.form-group input,.form-group select{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff1a;color:var(--white);transition:border-color .3s ease,background .3s ease;font-family:inherit}.form-group input::placeholder{color:#fff6}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--gold);background:#ffffff26}.form-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232bc4c4' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.form-group select option{background:var(--navy);color:var(--white);padding:.5rem}.checkbox-group{margin-bottom:1.25rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.9rem;color:#ffffffb3;line-height:1.5}.checkbox-label input[type=checkbox]{width:20px;height:20px;min-width:20px;margin-top:2px;accent-color:var(--gold);cursor:pointer}.checkbox-label span{flex:1}.error-message{background:#ef444433;border:1px solid var(--error);color:#fca5a5;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;text-align:center}.submit-btn{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:700;color:var(--navy);background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #2bc4c44d;font-family:inherit}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 32px #2bc4c466}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.success-screen{display:flex;align-items:center;justify-content:center;min-height:60vh}.success-message{text-align:center;background:#ffffff1a;padding:3rem;border-radius:24px;max-width:480px}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 1.5rem;box-shadow:0 8px 24px #10b9814d}.success-message h2{margin-bottom:1rem}.success-message p{color:#fffc;margin-bottom:.5rem;font-size:1.1rem}.success-note{color:var(--gold)!important;font-weight:600;margin-top:1rem!important}.success-detail{color:#fff9!important;font-size:.95rem!important;margin-top:.5rem!important}.custom-client-summary{background:#2bc4c41a;border:1px solid rgba(43,196,196,.25);border-radius:12px;padding:1.25rem;margin-top:1.5rem;text-align:left}.custom-client-summary h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gold);margin-bottom:.5rem}.custom-client-summary p{font-size:.95rem!important;margin-bottom:.25rem!important}.custom-client-summary .summary-category{color:var(--gold)!important;font-size:.85rem!important;font-weight:600}.custom-client-summary .summary-situation{color:#fff9!important;font-size:.9rem!important;margin-top:.5rem!important;line-height:1.5}.btn-secondary{margin-top:2rem;padding:.75rem 1.5rem;font-size:1rem;color:var(--white);background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:50px;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn-secondary:hover{border-color:var(--gold);color:var(--gold)}.create-client-form-container{max-width:700px;margin:0 auto;background:#ffffff1a;border-radius:16px;padding:2rem}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.form-section:last-of-type{border-bottom:none;padding-bottom:0}.form-section-title{font-family:Playfair Display,Georgia,serif;font-size:1.35rem;color:var(--gold);margin-bottom:.5rem}.form-section-description{color:#fff9;font-size:.95rem;margin-bottom:1.5rem;line-height:1.5}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group textarea{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff1a;color:var(--white);transition:border-color .3s ease,background .3s ease;font-family:inherit;resize:vertical;min-height:80px}.form-group textarea::placeholder{color:#fff6}.form-group textarea:focus{outline:none;border-color:var(--gold);background:#ffffff26}.gs-hero{text-align:center;padding:4rem 1rem 2rem}.gs-hero h1{font-family:Playfair Display,Georgia,serif;font-size:2.75rem;font-weight:700;margin-bottom:1.25rem;line-height:1.2;background:linear-gradient(135deg,var(--white) 0%,var(--gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gs-hero-sub{font-size:1.2rem;color:#fffc;max-width:650px;margin:0 auto;line-height:1.7}.gs-how-it-works{max-width:800px;margin:0 auto}.gs-how-it-works h2{margin-bottom:2rem}.gs-steps{display:flex;flex-direction:column;gap:2rem}.gs-step{display:flex;gap:1.5rem;align-items:flex-start}.gs-step-number{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);color:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;box-shadow:0 4px 12px #2bc4c44d}.gs-step-content{flex:1}.gs-step-content h3{font-family:Playfair Display,Georgia,serif;font-size:1.35rem;margin-bottom:.75rem}.gs-step-content p{color:#fffc;line-height:1.7;margin-bottom:.75rem}.gs-rubrics{max-width:900px;margin:0 auto}.gs-rubric-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2rem}.gs-rubric-card{background:#ffffff14;border-radius:16px;padding:2rem;transition:all .3s ease}.gs-rubric-card:hover{background:#ffffff1f;transform:translateY(-4px)}.gs-rubric-card h3{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;color:var(--gold);margin-bottom:.75rem}.gs-rubric-card p{color:#ffffffb3;line-height:1.7;font-size:.95rem}.gs-faq{max-width:750px;margin:0 auto}.gs-faq h2{margin-bottom:1.5rem}.gs-faq-list{display:flex;flex-direction:column;gap:.5rem}.gs-faq-item{background:#ffffff14;border-radius:12px;overflow:hidden;transition:background .3s ease}.gs-faq-item.open{background:#ffffff1f}.gs-faq-question{width:100%;background:transparent;border:none;color:var(--white);font-size:1.05rem;font-weight:600;padding:1.25rem 1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left;font-family:inherit;transition:color .3s ease}.gs-faq-question:hover{color:var(--gold)}.gs-faq-icon{font-size:1.4rem;color:var(--gold);flex-shrink:0;margin-left:1rem}.gs-faq-answer{padding:0 1.5rem 1.25rem}.gs-faq-answer p{color:#ffffffbf;line-height:1.7}.footer{text-align:center;padding:1.5rem;color:#ffffff80;font-size:.9rem;background:#0003}.footer-links{margin-bottom:.75rem}.footer-link{background:none;border:none;color:#ffffff80;font-size:.9rem;cursor:pointer;font-family:inherit;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:var(--gold);text-decoration:underline}.footer-divider{margin:0 .75rem;color:#ffffff4d}.footer a{color:var(--gold);text-decoration:none}.footer a:hover{text-decoration:underline}.legal-page{max-width:800px;margin:0 auto;padding-bottom:2rem}.legal-page h1{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;margin-bottom:.5rem;text-align:center;background:linear-gradient(135deg,var(--white) 0%,var(--gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-subtitle{text-align:center;color:#fff9;margin-bottom:.25rem}.legal-page h2{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;text-align:left;margin-top:2.5rem;margin-bottom:1rem;color:var(--gold)}.legal-page h3{font-size:1.15rem;margin-top:1.5rem;margin-bottom:.75rem;color:#ffffffe6}.legal-page p{color:#fffc;line-height:1.8;margin-bottom:1rem}.legal-page ul{list-style:none;padding:0;margin-bottom:1rem}.legal-page li{color:#fffc;padding:.35rem 0 .35rem 1.5rem;position:relative;line-height:1.7}.legal-page li:before{content:"•";color:var(--gold);position:absolute;left:0;font-weight:700}.legal-page a{color:var(--gold);text-decoration:none}.legal-page a:hover{text-decoration:underline}.legal-notice{background:#2bc4c41f;border:1px solid rgba(43,196,196,.35);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.legal-notice p{margin-bottom:0}.legal-caps{font-size:.9rem;letter-spacing:.01em}@media(max-width:900px){.persona-detail-content{grid-template-columns:1fr}}@media(max-width:768px){.header-content{flex-direction:column;gap:1rem}.brand-text{font-size:1.1rem}.gs-hero h1{font-size:2rem}.gs-hero-sub{font-size:1.05rem}.hero h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.persona-grid{grid-template-columns:1fr}.persona-detail-header{flex-direction:column;text-align:center}.persona-detail-title h1{font-size:2rem}.features-grid{grid-template-columns:1fr 1fr}.gs-rubric-cards{grid-template-columns:1fr}}@media(max-width:480px){.header{padding:.75rem 1rem}.nav{gap:.25rem}.nav-link{padding:.4rem .75rem;font-size:.9rem}.main{padding:1.5rem 1rem}.hero{padding:1.5rem 0}.hero h1{font-size:1.6rem;line-height:1.3}.hero-subtitle{font-size:1rem}.cta-button{padding:.875rem 1.75rem;font-size:1rem}.features-grid{grid-template-columns:1fr;gap:1rem}.feature-card{padding:1.5rem}.cta-section{padding:2rem 1rem}.cta-section h2{font-size:1.5rem}.persona-card{flex-direction:column;text-align:center;padding:1.25rem}.persona-info{text-align:center}.card-arrow{display:none}.persona-detail-header{gap:1rem;padding-bottom:1.5rem;margin-bottom:1.5rem}.persona-detail-image{width:120px;height:120px}.persona-detail-title h1{font-size:1.75rem}.persona-detail-tagline{font-size:1rem}.info-card{padding:1rem}.persona-detail-form{padding:1.25rem}.persona-detail-form h2{font-size:1.25rem}.success-message{padding:2rem 1.5rem}.success-icon{width:64px;height:64px;font-size:2rem}.gs-hero h1{font-size:1.6rem}.gs-hero-sub{font-size:1rem}.gs-step{flex-direction:column;gap:.75rem}.gs-step-content h3{font-size:1.15rem}.gs-faq-question{font-size:.95rem;padding:1rem 1.25rem}.gs-faq-answer{padding:0 1.25rem 1rem}h2{font-size:1.5rem}.section-description{font-size:1rem}.legal-page h1{font-size:1.75rem}.legal-page h2{font-size:1.25rem}.create-client-form-container{padding:1.25rem}.form-row{grid-template-columns:1fr}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-divider{display:none}}
