:root{--color-bg:#f0eeec;--color-bg-container:#f7f6f4;--color-bg-field:#f0eeec;--color-text1:#2f2f2f;--color-text2:#4a4a4a;--color-text3:#717171;--color-error:#c0392b;--color-accent:#b8574a;--font-family-heading:"Playfair Display",serif;--font-family-body:"IBM Plex Sans",sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--color-bg);font-family:var(--font-family-body);color:var(--color-text1);-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.margin-zero{margin:0}ul,ol{padding-left:1.2em;margin-left:0}.header{max-width:1200px;margin:0 auto;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo img{height:60px;width:auto;vertical-align:middle}.nav-desktop{display:flex;gap:2rem}.nav-desktop a{font-weight:500}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px}.hamburger span{width:25px;height:3px;background-color:#2f2f2f;transition:.3s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hamburger:focus{outline:0}.nav-mobile{display:none;position:fixed;top:92px;left:0;width:100%;background:var(--color-bg-container);box-shadow:0 10px 15px -3px rgba(0,0,0,.25);z-index:999;flex-direction:column;padding:1.5rem 2rem;border-radius:0 0 12px 12px;max-width:1200px;margin:0 auto}.nav-mobile a{padding:1.25rem 0;border-bottom:1px solid rgba(184,87,74,.1);text-decoration:none;color:#b8574a;font-weight:500;font-family:var(--font-family-body);transition:color .3s ease}.nav-mobile a:hover{color:#a04a3e}.nav-mobile a:last-child{border-bottom:0}.nav-mobile.active{display:flex}.container{max-width:1200px;margin:0 auto;background-color:var(--color-bg-container);border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,.25);overflow:hidden}.content-section{padding-left:10px;padding-right:10px}.centered-content{text-align:center;max-width:800px;margin-top:1.5rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.left-content{max-width:800px;margin-top:1.5rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.three-column{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto}.column-item{flex:0 1 320px;text-align:left;border:0}h1{font-family:var(--font-family-heading);font-size:3.2rem;font-weight:600;line-height:1.1;margin-bottom:1.25rem}h2{font-family:var(--font-family-heading);font-size:2.5rem;font-weight:600;line-height:1.2;margin-bottom:1rem}h3,.h3{font-family:var(--font-family-heading);font-size:1.9rem;font-weight:600;line-height:1.2;margin-bottom:.75rem}h4{font-family:var(--font-family-body);font-size:1.1rem;font-weight:600;letter-spacing:.05em;margin-bottom:.2rem}h5{font-family:var(--font-family-body);font-size:1rem;font-weight:400;color:var(--color-text2);margin-bottom:.9rem;text-transform:uppercase;letter-spacing:.5px}p{margin-bottom:1rem;color:var(--color-text2)}a{text-decoration:none;color:#b8574a;transition:color .3s ease}a:hover{color:#a04a3e}.footer{max-width:1200px;margin-top:0;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;padding:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.875rem}.copyright{color:var(--color-text2);font-size:.875rem}.btn{display:inline-block;padding:1rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer;border:0;font-family:var(--font-family-body);min-width:130px}.btn-bigger{padding:1.4rem 2rem}.btn-primary{background-color:#b8574a;color:#fff}.btn-primary:hover{background-color:#a04a3e;transform:translateY(-1px)}.btn-secondary{background-color:transparent;color:#b8574a;border:2px solid #b8574a}.btn-secondary:hover{background-color:#b8574a;color:#fff}.validation-errors li{margin-bottom:.5rem}.label-info{vertical-align:.2em;display:inline-block;background:#e74c3c;color:#fff;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600;margin-left:10px;box-shadow:0 2px 6px rgba(231,76,60,.3);animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 2px 6px rgba(231,76,60,.3)}50%{box-shadow:0 2px 12px rgba(231,76,60,.6)}100%{box-shadow:0 2px 6px rgba(231,76,60,.3)}}.mb-md{margin-bottom:1.1rem}.option-name{font-weight:500}.option-info{font-style:italic}.counter{font-size:.8rem;color:#7c6a47;margin-top:.75rem}.privacy ul{list-style-type:disc;margin-left:1.5em}.privacy h4{margin-top:1.5rem}.h2spacing h2{margin-top:1.8rem;margin-bottom:1.2rem}.h2spacing p{margin-top:1rem}#modal{display:flex;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);justify-content:center;align-items:center;z-index:1000}#modal-content{background:#fff;padding:20px 30px;border-radius:8px;text-align:center;max-width:300px;box-shadow:0 4px 12px rgba(0,0,0,.2)}#modal-button{margin-top:20px;padding:8px 16px;background:#0078d7;color:#fff;border:0;border-radius:4px;cursor:pointer}#modal-button:hover{background:#005fa3}.line{border:0;height:1px;background:#b8574a;margin-bottom:1rem}.thumbnail-container{max-width:300px;margin:0 auto}.thumbnail{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);cursor:pointer}.thumbnail img{width:100%;height:auto;display:block;image-rendering:-webkit-optimize-contrast;backface-visibility:hidden;transform:translateZ(0)}.thumbnail-overlay{position:absolute;bottom:0;background:rgba(0,0,0,.5);color:#fff;width:100%;text-align:center;padding:8px;font-size:1.2rem;opacity:0;transition:opacity .3s ease}.thumbnail:hover .thumbnail-overlay{opacity:1}.form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}.form-field{flex:1}.form-field.half-width{flex:0 0 calc(50% - 1.5rem/2)}.form-field.full-width{flex:1}.form-group{margin-bottom:1.5rem}.button-row{display:flex}label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--color-text1)}input[type="text"],input[type="email"],select,textarea{width:100%;height:48px;padding:.75rem 1rem;border:2px solid #d1d5db;border-radius:6px;background-color:#fff;font-family:var(--font-family-body);font-size:1rem;transition:border-color .3s ease}textarea{height:70px;resize:vertical}input:focus,select:focus,textarea:focus{outline:0;border-color:#b8574a}.checkbox-group{margin-bottom:2.5rem}.group-title{font-size:12px;font-weight:500;color:#718096;text-transform:uppercase;letter-spacing:.5px;margin:20px 0 10px 0}.checkbox-item{display:flex;align-items:flex-start;margin-bottom:12px}.checkbox-item input[type="checkbox"]{width:auto;height:auto;margin-right:12px;margin-top:3px;flex-shrink:0}.checkbox-item input[type="radio"]{width:auto;height:auto;margin-right:12px;margin-top:3px;flex-shrink:0}.checkbox-item label{font-weight:400;margin-bottom:0}.checkbox-group-name{font-family:var(--font-family-body);font-size:.8rem;font-weight:500;color:var(--color-text2);margin-bottom:.6rem;margin-top:1.3rem;text-transform:uppercase}.indent{margin-left:1.5rem}.other-input{margin-left:1.5rem;width:calc(100% - 1.5rem)!important;margin-top:1rem}.other-input-error{margin-left:1.5rem;width:calc(100% - 1.5rem)!important;margin-top:.5rem}select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:20px;padding-right:40px}.input-error{border-color:#dc2626!important}.text-error{color:#dc2626}.grid-wrapper{margin-top:1.5rem}.grid-row{display:flex;width:100%;align-items:center;padding:4px 10px;margin-bottom:.5rem;border:0;border-radius:6px;transition:all .2s ease;background:#fff}.grid-row:hover{background:#f1f3f4}.grid-row-label{flex:1;text-align:left;padding-right:20px;margin:0}.grid-label1{font-weight:500;font-size:1rem}.grid-label2{font-style:italic;font-size:.875rem;margin-top:2px}.grid-row-button-group{display:flex;gap:4px}.grid-button-item{width:32px;height:32px;background:#fff;display:flex;justify-content:center;align-items:center;border-radius:5px;cursor:pointer;user-select:none;font-size:1.2rem;font-family:"Segoe UI Emoji","Apple Color Emoji",sans-serif}.grid-button-item:hover{background:#d7d7d7}.grid-button-item-selected-yes{background-color:#4caf50}.grid-button-item-selected-neutral{background-color:#c8c8c8}.grid-button-item-selected-no{background-color:#f44336}.color-swatches{display:grid;grid-template-columns:repeat(2,9px);grid-template-rows:repeat(2,9px);gap:2px;margin-right:8px;float:left}.color-swatches span{display:block;width:9px;height:9px}@media(max-width:768px){.color-swatches{margin-right:5px}}.step-label{font-size:14px;color:#666;margin-bottom:10px;font-weight:500}.segmented-progress{display:flex;gap:4px;margin-bottom:20px}.segment{height:6px;flex:1;background-color:#e0e0e0;border-radius:3px;transition:background-color .3s ease}.segment.active{background-color:#c85a54}.journey-highlight{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:2rem;border-radius:12px;margin:2rem 0;text-align:center;position:relative;overflow:hidden}.journey-highlight h4{color:#fff;margin:0 0 1rem 0;font-size:1.5rem}.journey-highlight ul{text-align:left;max-width:600px;margin:1rem auto}.journey-highlight li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.journey-highlight li:before{content:"✨";position:absolute;left:0;top:0}.journey-highlight div:last-child{margin-top:1.5rem;font-style:italic;opacity:.95}.psp-upsell{background:linear-gradient(145deg,#1e3c72 0%,#2a5298 100%);color:#fff;padding:2.5rem;border-radius:12px;margin:2rem 0;text-align:center;position:relative;border:3px solid #ffd700}.psp-upsell::before{content:'';position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background:linear-gradient(45deg,#ffd700,#ffa500,#ff6347,#ffd700);border-radius:12px;z-index:-1;animation:psp-glow 3s ease-in-out infinite alternate}@keyframes psp-glow{0%{opacity:.7}100%{opacity:1}}.psp-upsell h4{color:#ffd700;margin:0 0 1rem 0;font-size:1.75rem}.psp-upsell p{color:#e6e6fa;margin-bottom:1.5rem}.psp-upsell strong{color:#fff}.psp-upsell ul{text-align:left;max-width:500px;margin:1.5rem auto;list-style:none}.psp-upsell li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.psp-upsell li:before{content:"✓";position:absolute;left:0;top:0;color:#ffd700;font-weight:bold}.price-highlight{font-size:1.5rem;color:#ffd700;font-weight:bold;margin:1.5rem 0}.psp-cta{background:linear-gradient(45deg,#ffd700,#ffa500)!important;color:#1e3c72!important;padding:1rem 2rem!important;border:0!important;border-radius:50px!important;font-size:1.1rem!important;font-weight:bold!important;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 6px 20px rgba(255,215,0,.3);margin:1rem 0}.psp-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,215,0,.4)}.terms-small{font-size:.85rem;color:#b0c4de;margin-top:1rem}.print-only{display:none}.ul-persona{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.li-persona{display:inline-block;padding:8px 16px;border:1px solid #b85c38;border-radius:20px;color:#b85c38;font-weight:500;font-size:.9em;background:#fff}@media(max-width:1200px){.container{margin:0;border-radius:0;box-shadow:none}}@media(max-width:962px){.column-item{flex:0 1 350px;text-align:left}}@media(min-width:769px){.nav-mobile{display:none!important}}@media(max-width:768px){.journey-highlight{padding:1.5rem 1rem;margin:1.5rem 0}.journey-highlight h4{font-size:1.25rem}.journey-highlight ul{padding-left:1rem}.psp-upsell{padding:2rem 1rem;margin:1.5rem 0}.psp-upsell h4{font-size:1.5rem}.psp-upsell ul{padding-left:1rem}.price-highlight{font-size:1.25rem}.psp-cta{padding:.875rem 1.5rem!important;font-size:1rem!important;width:100%;max-width:300px}.header{padding:1rem 1.5rem;margin:0;max-width:none}.thumbnail-overlay{opacity:1}ul,ol{padding-left:1em}.nav-desktop{display:none}.hamburger{display:flex}.column-item{flex:1 1 100%;text-align:left;margin-left:1rem;margin-right:1rem}h1{font-size:2.3rem}h2{font-size:1.7rem}h3,.h3{font-size:1.4rem}.footer{flex-direction:column;text-align:center;margin:0;max-width:none}.footer-links{justify-content:center}.header-content{flex-direction:column;gap:20px;text-align:center}.footer-links{flex-direction:column;gap:16px}.main-content{padding:20px 10px}.form-row{flex-direction:column;gap:1.5rem}.form-field.half-width{flex:1}input[type="text"],input[type="email"],select,textarea{width:100%}.group-grid{grid-template-columns:1fr}}@media(max-width:480px){.journey-highlight{padding:1.25rem .75rem}.journey-highlight h4{font-size:1.125rem}.psp-upsell{padding:1.5rem .75rem}.psp-upsell h4{font-size:1.375rem}.price-highlight{font-size:1.125rem}.psp-cta{padding:.75rem 1.25rem!important;font-size:.9rem!important}.login-btn{padding:16px 20px;font-size:15px}.btn-icon{width:20px;height:20px}}@media print{body,header,footer,.container{background:#fff!important;box-shadow:none!important;border:0!important}.no-print{display:none!important}.page-break{page-break-before:always!important;break-before:page!important}.print-only{display:block}}.personalized-report .harmony-title{color:#b8574a;font-weight:600;font-size:1.1rem;display:block;margin-bottom:.75rem;margin-top:1.25rem}.personalized-report .harmony-item{margin-bottom:1rem;position:relative}.login-buttons{display:flex;flex-direction:column;gap:14px;max-width:400px;margin:1rem auto 2.5rem auto;align-items:center}.login-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;border:2px solid transparent;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s ease;cursor:pointer;background:var(--color-text2);color:#fff;width:100%}.login-btn:hover{color:#fff;opacity:.9;box-shadow:0 4px 12px rgba(0,0,0,.15)}.login-btn:active{opacity:.8}.btn-icon{width:26px;height:26px}.loading-message{font-size:.85rem;color:#fff;opacity:0;transition:opacity 2.2s ease-in-out;min-height:28px}.loading-message-active{opacity:1}.value-list{list-style:none}.value-list li{margin-bottom:1.5rem;padding-left:2rem;position:relative;font-size:1.1rem;color:#2f2f2f}.value-list li::before{content:"✅";position:absolute;left:0;top:0}.report-section{margin-bottom:2rem}.spinner{animation:rotate 2s linear infinite;width:3em;height:3em;color:#c0392b}.path{stroke-dasharray:150,200;stroke-dashoffset:-10;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}table{border-collapse:collapse;width:100%;margin:20px 0}th,td{border:1px solid #ddd;padding:8px 12px;text-align:left}th{background-color:#f5f5f5;font-weight:bold}tr:nth-child(even){background-color:#f9f9f9}tr:hover{background-color:#f1f1f1}.btn-regular{padding:4px 8px;margin:0 2px;border:1px solid #ddd;background:#fff;cursor:pointer}.btn-regular:hover{background:#e9e9e9}.mt15{margin-top:1.5rem}.blog-filters{margin-bottom:2rem}.search-input-group{display:flex;gap:.5rem;margin-bottom:1rem}.search-input-group input{flex:1;margin-bottom:0}.search-input-group button{height:48px;padding:0 1.5rem}.active-filters{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.filter-tag{background:var(--color-accent);color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.85rem}.filter-tag a{color:#fff;margin-left:.5rem;font-weight:bold}.clear-filters{font-size:.85rem;text-decoration:underline}.blog-taxonomy{display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(184,87,74,.2)}.taxonomy-section h5{margin-bottom:.5rem}.taxonomy-link{display:inline-block;padding:.25rem .5rem;margin:.125rem;border-radius:4px;font-size:.9rem;background:var(--color-bg-field);border:1px solid transparent}.taxonomy-link:hover,.taxonomy-link.active{background:var(--color-accent);color:#fff}.blog-post-full{max-width:800px;margin:0 auto}.post-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(184,87,74,.2)}.post-header h1{margin-bottom:1rem}.post-meta{color:var(--color-text3);font-size:.9rem;margin-bottom:1rem;line-height:1.4}.post-category a{background:var(--color-accent);color:#fff;padding:.2rem .6rem;border-radius:12px;font-size:.85rem;text-decoration:none}.post-category a:hover{background:#a04a3e;color:#fff}.post-tags-inline{display:inline}.tag-link{color:var(--color-accent);text-decoration:none;font-size:.85rem}.tag-link:hover{text-decoration:underline}.post-content{line-height:1.7;margin-bottom:3rem}.post-content h2,.post-content h3,.post-content h4{margin-top:2rem;margin-bottom:1rem}.post-navigation{display:flex;justify-content:space-between;align-items:center}.related-posts{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(184,87,74,.2)}.related-posts h3{margin-bottom:1.5rem;color:var(--color-text1)}.related-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.related-post-card{background:var(--color-bg-field);padding:1.5rem;border-radius:8px;border:1px solid rgba(184,87,74,.1);transition:transform .2s ease,box-shadow .2s ease}.related-post-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.related-post-card h4{margin-bottom:.75rem;font-size:1.1rem}.related-post-card h4 a{color:var(--color-text1)}.related-post-card h4 a:hover{color:var(--color-accent)}.related-post-meta{color:var(--color-text3);font-size:.85rem;margin-bottom:.75rem}.related-post-category{background:var(--color-accent);color:#fff;padding:.125rem .5rem;border-radius:8px;font-size:.75rem;margin-left:.5rem}.related-post-excerpt{font-size:.9rem;color:var(--color-text2);line-height:1.5;margin:0}@media(max-width:768px){.related-posts-grid{grid-template-columns:1fr}}.social-sharing{margin:2rem 0;padding:1.5rem 0;border-top:1px solid rgba(184,87,74,.2)}.social-sharing h5{margin-bottom:1rem;color:var(--color-text1)}.share-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.share-btn{padding:.5rem 1rem;border-radius:6px;text-decoration:none!important;font-weight:500;font-size:.9rem;border:0;cursor:pointer;transition:all .3s ease;font-family:var(--font-family-body);display:inline-block}.share-btn:hover{text-decoration:none!important}.share-twitter{background:#1da1f2;color:#fff}.share-twitter:hover{background:#0d8bd9;color:#fff}.share-facebook{background:#1877f2;color:#fff}.share-facebook:hover{background:#166fe5;color:#fff}.share-linkedin{background:#0077b5;color:#fff}.share-linkedin:hover{background:#005885;color:#fff}.share-copy{background:var(--color-text2);color:#fff}.share-copy:hover{background:var(--color-text1);color:#fff}@media(max-width:480px){.share-buttons{flex-direction:column}.share-btn{text-align:center}}@media print{body.blog-post-page{margin:.5in;width:auto;max-width:none}}.blog-pagination{margin:3rem 0 2rem 0;padding-top:2rem;border-top:1px solid rgba(184,87,74,.2);text-align:center}.pagination-info{color:var(--color-text3);font-size:.9rem;margin-bottom:1rem}.pagination-links{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.page-link{padding:.75rem 1rem;border:1px solid rgba(184,87,74,.3);border-radius:6px;text-decoration:none;color:var(--color-accent);transition:all .3s ease;font-weight:500}.page-link:hover{background:var(--color-accent);color:#fff;transform:translateY(-1px)}.page-link.current{background:var(--color-accent);color:#fff;font-weight:bold}.post-navigation{padding-top:2rem;border-top:1px solid rgba(184,87,74,.2)}.post-nav-links{display:flex;justify-content:space-between;align-items:stretch;gap:1rem}.post-nav-link,.post-nav-home{padding:.75rem 1rem;border:1px solid rgba(184,87,74,.3);border-radius:6px;text-decoration:none;color:var(--color-accent);background:#fff;transition:all .3s ease;text-align:center;font-size:.9rem;min-width:120px;max-width:200px;flex:0 1 auto;display:flex;flex-direction:column;justify-content:center}.post-nav-link:hover,.post-nav-home:hover{background:var(--color-accent);color:#fff}.inner-container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{background:#f7f6f4;padding:4rem 0;text-align:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;text-align:left}.hero-text h1{font-size:2.8rem;font-weight:600;color:#2f2f2f;margin-bottom:1.5rem;line-height:1.1;font-family:"Playfair Display",serif}.hero-text h2{font-size:1.4rem;margin-bottom:1.3rem;font-weight:400;line-height:1.5;font-family:"IBM Plex Sans",sans-serif}.hero-image{background:#f0eeec;border-radius:12px;height:400px;display:flex;align-items:center;justify-content:center;color:#717171;font-style:italic}.hero-image img{width:100%;height:100%;object-fit:cover;border-radius:12px}.cta-button{text-align:center;background:#b8574a;color:#fff;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:0;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 15px rgba(184,87,74,.3)}.cta-button:hover{color:#fff;background:#a04a3e;transform:translateY(-2px);box-shadow:0 6px 20px rgba(184,87,74,.4)}.reassurance{margin-top:.5rem;font-size:.9rem;color:#717171}.social-proof{margin-top:.5rem;font-size:.9rem;color:#b8574a;font-weight:500}.section-alt{padding:4rem 0;background:#f0eeec}.section{padding:4rem 0;background:#f7f6f4}.section h3,.section-alt h3{font-size:1.9rem;color:#2f2f2f;margin-bottom:3rem;text-align:center;font-weight:600;font-family:"Playfair Display",serif}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:2rem}.step{text-align:center;padding:2rem;background:#f7f6f4;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease}.step:hover{transform:translateY(-5px)}.step-icon{font-size:2.5rem;margin-bottom:1.5rem}.step h4{font-size:1.1rem;color:#2f2f2f;margin-bottom:1rem;font-weight:600;letter-spacing:.05em}.step p{color:#4a4a4a;line-height:1.6}.value-props{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.cta-section{margin-top:2rem}@media(max-width:768px){.value-props{grid-template-columns:1fr;gap:2rem}.value-content{order:1}.value-visual{order:2}.cta-section{text-align:center}}.value-visual{background:#f0eeec;border-radius:12px;height:300px;display:flex;align-items:center;justify-content:center;color:#717171;font-style:italic}.value-visual img{width:100%;height:100%;object-fit:cover;border-radius:12px}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:2rem}.testimonial{background:#f7f6f4;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);text-align:center}.testimonial p{font-style:italic;margin-bottom:1rem;color:#2f2f2f}.stars{color:#ffd700;margin-bottom:.5rem}.author{font-weight:600;color:#b8574a}.faq{max-width:800px;margin:0 auto}.faq-item{background:#f7f6f4;margin-bottom:1.5rem;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05)}.faq-question{padding:1.5rem;font-weight:600;color:#2f2f2f;border-bottom:1px solid #f0eeec}.faq-answer{padding:1.5rem;color:#4a4a4a}.final-cta{background:#2f2f2f;color:#fff;text-align:center;padding:4rem 2rem}.final-cta h3{color:#fff;margin-bottom:2rem}.final-cta .cta-button{font-size:1.2rem;padding:1.2rem 3rem}.final-reassurance{margin-top:1rem;color:#ccc}@media(max-width:768px){.inner-container{padding:0 1rem}.hero{padding:2rem 0}.hero-content{display:flex;flex-direction:column;gap:2rem;text-align:center;align-items:center}.hero-text{order:1;width:100%}.hero-text h1{font-size:2.2rem;margin-bottom:1rem;line-height:1.2}.hero-text h2{font-size:1.1rem;margin-bottom:1.5rem;line-height:1.4}.hero-image{order:2;height:280px;width:100%;max-width:300px}.cta-button{width:100%;max-width:280px;padding:.9rem 1.5rem;font-size:1rem}.reassurance{font-size:.85rem;margin-top:.8rem}.social-proof{font-size:.85rem;margin-top:.4rem}.steps{grid-template-columns:1fr;gap:2rem}.reports{grid-template-columns:1fr;gap:2rem}.testimonials{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.hero{padding:1.5rem 0}.hero-content{gap:1.5rem}.hero-text h1{font-size:1.8rem;margin-bottom:.8rem}.hero-text h2{font-size:1rem;margin-bottom:1.2rem}.hero-image{height:250px;max-width:280px}.cta-button{padding:.8rem 1.2rem;font-size:.95rem;max-width:260px}.reassurance,.social-proof{font-size:.8rem}}.report-wrapper ul{margin-top:1rem;margin-bottom:1rem}.report-wrapper li{margin-bottom:.5rem;margin-left:1rem}.report-wrapper h4{margin:1rem 0 1rem 0}#section-persona h4::before{content:"✨ "}#section-persona ul{display:flex;flex-wrap:wrap;gap:10px;padding:0}#section-persona li{display:inline-block;padding:8px 16px;border:1px solid #b85c38;border-radius:20px;color:#b85c38;font-weight:500;font-size:.9em;background:#fff;margin-left:0;margin-bottom:0}#section-outfits h4::before{content:"🌟 "}#section-outfits li{list-style-type:none;padding:0;margin-left:0;padding-left:1.5rem;position:relative}#section-outfits li::before{content:"▸";color:var(--color-accent);font-weight:bold;position:absolute;left:0;top:0}.styling-tip{padding-left:.75rem;margin:0 0 1rem 1.75rem;font-size:.85rem;font-style:italic;color:var(--color-text2)}#section-color li{list-style-type:none;padding:0;margin-left:0;padding-left:1.5rem;position:relative}#section-color li::before{content:"▸";color:var(--color-accent);font-weight:bold;position:absolute;left:0;top:0}#section-color .card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:1.5rem 0}#section-color .color-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease}#section-color .color-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.12)}#section-color .card-color-header{height:60px;position:relative}#section-color .card-content{padding:16px}#section-color .card-name{font-size:1.2em;font-weight:bold;margin-bottom:4px}#section-color.card-name h4{margin:0 0 8px 0;font-size:1.1rem}#section-color .card-description{color:#666;font-size:.9em;line-height:1.4}.same-color-note{color:var(--color-accent)!important;font-size:1rem;margin:1rem 0 1rem 0}#section-color h3:first-of-type::before{content:"🎨 "}#section-color h3:nth-of-type(2)::before{content:"🎼 "}#section-color h3:nth-of-type(3)::before{content:"💍 "}#section-color h3:nth-of-type(4)::before{content:"🧵 "}#section-capsule .capsule-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;row-gap:1rem}#section-capsule .capsule-section{margin-bottom:.5rem}#section-capsule .capsule-category-title{color:var(--color-accent);font-family:var(--font-family-heading);font-size:1.2rem;font-weight:600;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(184,87,74,.2)}#section-capsule .capsule-category-icon{font-size:1rem}#section-capsule .capsule-item-list{list-style:none;padding:0;margin:0}#section-capsule .capsule-item{margin-bottom:.75rem}#section-capsule .capsule-item-name{font-weight:600;color:var(--color-text1);font-size:.9rem;margin-bottom:.25rem}#section-capsule .capsule-item-description{color:var(--color-text2);font-size:.8rem;line-height:1.4}#section-fit h4::before{content:"🎯 "}#section-fit li{list-style-type:none;padding:0;margin-left:0;padding-left:1.5rem;position:relative}#section-fit li::before{content:"▸";color:var(--color-accent);font-weight:bold;position:absolute;left:0;top:0}#section-shopping h4:first-of-type::before{content:"🛍️ "}#section-shopping h4:nth-of-type(2)::before{content:"📝 "}#section-shopping li{list-style-type:none;padding:0;margin-left:0;padding-left:1.5rem;position:relative}#section-shopping li::before{content:"▸";color:var(--color-accent);font-weight:bold;position:absolute;left:0;top:0}#section-longevity h4::before{content:"✅ "}#section-longevity li{list-style-type:none;padding:0;margin-left:0;padding-left:1.5rem;position:relative}#section-longevity li::before{content:"▸";color:var(--color-accent);font-weight:bold;position:absolute;left:0;top:0}#section-roadmap h4:first-of-type::before{content:"🧭 "}#section-roadmap h4:nth-of-type(2)::before{content:"💫 "}#section-roadmap li{list-style-type:none;padding:0;margin-left:0;padding-left:1.5rem;position:relative}#section-roadmap li::before{content:"▸";color:var(--color-accent);font-weight:bold;position:absolute;left:0;top:0}@media(max-width:768px){#section-color .card-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){#section-color .card-grid{grid-template-columns:1fr}#section-capsule .capsule-grid{grid-template-columns:1fr;gap:.75rem;row-gap:1.25rem}}@media print{.report-section:not(:first-of-type){break-before:page;page-break-before:always}#section-color .card-grid{page-break-inside:avoid;break-inside:avoid}.report-section h3,.report-section h4{page-break-after:avoid;break-after:avoid}#section-capsule .capsule-section{page-break-inside:avoid;break-inside:avoid}#section-color .card-grid{grid-template-columns:repeat(3,1fr)}#section-color h3::after{content:none!important;display:none!important}#section-color h3{border-bottom:0!important}}.viewer-header{background:#2c2c2c;border-bottom:1px solid #444;padding:12px 20px;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.3);position:relative}.viewer-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.viewer-title{font-size:14px;font-weight:500;color:#e0e0e0;margin-bottom:0}.viewer-controls{display:flex;align-items:center;justify-content:flex-start;gap:20px}.section-group{display:flex;align-items:center;gap:8px;flex:1}.section-label{color:#e0e0e0;font-size:13px;white-space:nowrap}.section-selector{height:32px;padding:6px 12px;padding-right:24px;box-sizing:border-box;line-height:1.2;font-size:13px;border:1px solid #555;border-radius:4px;background:#3c3c3c;color:#e0e0e0;cursor:pointer;min-width:200px;appearance:auto;-webkit-appearance:menulist;-moz-appearance:menulist}.section-selector:focus{outline:0;border-color:#666;background:#444}.download-btn{background:#b8574a;color:#fff;border:0;padding:4px 8px;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s;flex-shrink:0;height:auto;box-sizing:border-box}.download-btn:hover{background:#888}.section-notification{position:absolute;top:100%;right:20px;background:#4caf50;color:#fff;padding:8px 12px;border-radius:4px;font-size:13px;white-space:nowrap;z-index:101;margin-top:8px}.notification-close{background:none;border:0;color:#fff;cursor:pointer;margin-left:8px;font-size:14px}@media(max-width:768px){.viewer-header{padding:10px 12px}.viewer-title{font-size:13px}.section-selector{font-size:12px;padding:6px 10px;height:30px}.download-btn{padding:6px 10px;font-size:12px;height:30px}.section-notification{right:10px;left:10px;white-space:normal}}@media(max-width:480px){.viewer-header{padding:8px 10px}.viewer-title{font-size:12px}.section-selector{font-size:11px;padding:5px 8px;height:28px}.download-btn{padding:5px 8px;font-size:11px;height:28px}}#section-color h3{cursor:pointer;margin:1.5rem 0 .5rem 0;padding:.75rem 0;border-bottom:2px solid var(--color-accent);display:flex;transition:all .3s ease;font-family:var(--font-family-heading);font-size:1.4rem;font-weight:600;color:var(--color-text1);user-select:none}#section-color h3:hover{border-bottom-color:#a04a3e}#section-color h3::after{content:"▼";font-size:1rem;color:var(--color-accent);transition:transform .3s ease;font-weight:bold;margin-left:auto}#section-color h3.expanded::after{transform:rotate(180deg)}#section-color h3+p,#section-color h3+div,#section-color h3+h4{display:none}.sample-modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:1000;align-items:center;justify-content:center;padding:20px}.sample-modal-overlay.active{display:flex}.sample-modal{background:#fff;border-radius:8px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 40px rgba(0,0,0,.2);animation:slideUp .3s ease}@keyframes slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.sample-modal-close{position:absolute;top:15px;right:15px;background:none;border:0;font-size:28px;color:#999;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;z-index:10}.sample-modal-close:hover{background:#f5f5f5;color:#555}.sample-modal-header{padding:28px 30px 16px;text-align:center}.sample-modal-header h3{font-size:22px;font-weight:400;line-height:1.3;margin-bottom:0}.sample-modal-footer{padding:12px 30px 22px;text-align:center}.sample-cancel-btn{background:transparent;color:#888;border:1px solid #ddd;padding:10px 24px;font-size:14px;border-radius:4px;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;transition:all .2s}.sample-cancel-btn:hover{border-color:#999;color:#555;background:#f9f9f9}.sample-modal-body{padding:16px 30px}.plans-container{display:flex;flex-direction:column;gap:12px}.plan-card{border:1.5px solid #ddd;border-radius:6px;padding:18px 20px;cursor:pointer;transition:all .25s ease;background:#fafafa}.plan-card:hover{border-color:#c85d5d;background:#fff;box-shadow:0 2px 8px rgba(200,93,93,.12);transform:translateY(-1px)}.plan-title{display:flex;align-items:baseline;gap:8px}.plan-title h3{font-size:19px;color:#2c2c2c;font-weight:400}.plan-location{font-size:13px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}.plan-description{color:#555;line-height:1.5;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;margin-bottom:12px}.plan-cta{display:flex;align-items:center;justify-content:flex-end;gap:6px;color:#c85d5d;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-weight:500}.plan-card:hover .plan-cta{gap:8px}.chevron{transition:transform .25s ease}.plan-card:hover .chevron{transform:translateX(2px)}@media(max-width:640px){.sample-modal{border-radius:8px;max-height:90vh}.sample-modal-header{padding:25px 22px 14px}.sample-modal-header h2{font-size:20px}.modal-body{padding:14px 22px}.modal-footer{padding:10px 22px 20px}.plan-card{padding:16px 18px}.plan-title h3{font-size:18px}.plan-description{font-size:14px}}@media(max-width:480px){.sample-modal{border-radius:8px;max-height:85vh}.sample-modal-header{padding:22px 20px 12px}.sample-modal-body{padding:12px 20px}.sample-modal-footer{padding:8px 20px 18px}.plan-card{padding:15px 16px}.plan-description{font-size:13px;line-height:1.45}}.sample-watermark::before{content:'SAMPLE';position:absolute;top:35%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);font-size:8rem;font-weight:bold;color:rgba(0,0,0,.08);white-space:nowrap;pointer-events:none;z-index:1}@media(max-width:480px){.sample-watermark::before{top:50%}}