@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@400;500;600&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--brand-charcoal:#1A1A1A;--brand-gray:#6B6B6B;--brand-light:#F5F5F5;--brand-gold:#B8923C;--brand-white:#fff;--font-headline:"Montserrat",Arial,Helvetica,sans-serif;--font-body:"Open Sans",Arial,Helvetica,sans-serif;--text-h1:2.5rem;--text-h2:2rem;--text-body:1rem;--text-caption:0.875rem;--color-primary:var(--brand-charcoal);--color-secondary:var(--brand-gray);--color-background:var(--brand-light);--color-accent:var(--brand-gold);--color-text-primary:var(--brand-charcoal);--color-text-secondary:var(--brand-gray);--color-border:#E5E5E5}body,html{width:100%;overflow-x:hidden}body{min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0;background-color:var(--brand-light);color:var(--brand-charcoal);font-family:var(--font-body);font-size:var(--text-body);line-height:1.6}main{flex:1;position:relative;width:100%;overflow-x:hidden}.text-headline,.text-headline-h1{font-family:var(--font-headline);font-weight:600;color:var(--color-text-primary)}.text-headline-h1{font-size:var(--text-h1)}.text-headline-h2{font-family:var(--font-headline);font-weight:500;font-size:var(--text-h2);color:var(--color-text-primary)}.text-body{font-size:var(--text-body)}.text-body,.text-caption{font-family:var(--font-body);font-weight:400;color:var(--color-text-secondary)}.text-caption{font-size:var(--text-caption)}.bg-brand-primary{background-color:var(--brand-charcoal)}.bg-brand-secondary{background-color:var(--brand-gray)}.bg-brand-light{background-color:var(--brand-light)}.bg-brand-gold{background-color:var(--brand-gold)}.text-brand-primary{color:var(--brand-charcoal)}.text-brand-secondary{color:var(--brand-gray)}.text-brand-gold{color:var(--brand-gold)}.border-brand-primary{border-color:var(--brand-charcoal)}.border-brand-secondary{border-color:var(--brand-gray)}.border-brand-light{border-color:var(--brand-light)}.executive-gold{color:var(--brand-gold);font-weight:500}.executive-gold-bg{background-color:var(--brand-gold);color:white}.login-page{color:var(--brand-white)}.landing-page-body,.login-page{background-color:var(--brand-charcoal)}.landing-page-body{min-height:100vh;display:flex;flex-direction:column}.hero-section{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;display:grid;grid-template-columns:1fr 1fr;align-items:center;background-color:var(--brand-charcoal);color:var(--brand-white);padding:5rem 8vw 2rem;box-sizing:border-box;gap:2vw}.hero-title-container{grid-column:1}.hero-subtitle-container,.hero-title-container{display:flex;flex-direction:column;justify-content:center}.hero-subtitle-container{grid-column:2;align-items:flex-end}.hero-title{font-size:clamp(2.2rem,5vw,4rem);line-height:1.1;font-weight:700;font-family:var(--font-headline);margin:0 0 1.5rem;color:var(--brand-white);text-shadow:0 2px 16px rgba(0,0,0,.12)}.hero-subtitle{font-size:clamp(1.1rem,1.5vw,1.5rem);font-weight:400;line-height:1.4;font-family:var(--font-body);color:var(--brand-gold);margin:0;text-align:right;max-width:32rem}.performis-hero-title{font-size:clamp(1.875rem,3vw,3.375rem);font-weight:700;line-height:1.1;font-family:var(--font-headline);margin:0;color:var(--brand-white);text-shadow:0 2px 16px rgba(0,0,0,.12)}.performis-hero-subtitle{font-size:clamp(1.1rem,1.5vw,1.5rem);font-weight:400;line-height:1.4;font-family:var(--font-body);color:var(--brand-gold);margin:0;text-align:right}.hero-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:2rem;padding:0}.hero-grid,.iconography-grid{max-width:2250px;margin:0 auto}.iconography-grid{display:flex;flex-direction:row;gap:2.5rem;width:100%;justify-content:center;align-items:stretch}.iconography-column{display:flex;flex-direction:column;width:468px;border:1px solid rgba(255,255,255,.3);border-radius:12px;padding:2.4rem;background-color:black;color:white;min-height:360px;position:relative}.iconography-column h3{margin-bottom:2rem;text-align:center;color:var(--brand-gold)}.icon-label-pair{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;padding:.5rem}.icon-label-pair img{width:77px;height:77px;object-fit:contain;margin-bottom:1.2rem}.icon-label-pair span{font-size:1rem;line-height:1.4;width:100%;min-height:2.8em;display:block;overflow:visible;text-overflow:clip;white-space:normal}.iconography-carousel-wrapper{display:flex;flex-direction:column;flex:1;justify-content:center;width:100%;position:relative;padding-bottom:3rem}.carousel-items{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;align-items:center;justify-content:center}.carousel-arrows{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;gap:2rem;padding:1rem 0}.carousel-arrow{background:transparent;border:none;color:white;cursor:pointer;padding:.5rem 1rem;font-size:1.2rem;transition:color .2s ease}.carousel-arrow:hover{color:var(--brand-gold)}@media (max-width:1600px){.iconography-grid{max-width:1600px;gap:1.5rem}.iconography-column{min-width:min(360px,calc(25vw - 1.5rem));max-width:480px;padding:1.8rem .9rem 3.6rem;min-height:420px}.feature-card{min-width:min(300px,calc(33vw - 1.67rem));max-width:400px;padding:1.5rem .75rem 3rem;min-height:350px;flex:0 0 calc(33.333% - 1.67rem)}}@media (max-width:1200px){.hero-section{padding:0 4vw}.hero-subtitle-container,.hero-title-container{padding-top:6rem}.performis-hero-title{font-size:clamp(2rem,3.5vw,3.5rem)}.performis-hero-subtitle{font-size:clamp(1rem,1.25vw,1.25rem)}.iconography-grid{flex-direction:column;align-items:center;gap:1.2rem}.iconography-column{max-width:95vw;min-width:0;width:100%;padding:1.5rem .9rem 2.4rem;min-height:240px}.iconography-column h3{margin-bottom:1.5rem}.feature-card{min-width:min(200px,calc(50vw - 1.2rem));max-width:260px;padding:1.25rem .75rem 2rem;min-height:200px;flex:0 0 calc(50% - 1.2rem)}}@media (max-width:900px){.landing-footer,.landing-header{padding:1.25rem 1rem 1rem}.hero-section{display:flex;flex-direction:column;padding:2rem 1rem 1rem;gap:1rem}.hero-subtitle-container,.hero-title-container{width:100%;align-items:flex-start;text-align:left;margin-bottom:0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem;text-align:left;max-width:100%}.performis-hero-title{font-size:2rem;margin-bottom:1rem}.performis-hero-subtitle{font-size:1rem;text-align:left}.features-section{min-height:50vh}.iconography-section{padding:1.5rem 1rem 3rem}.iconography-grid{flex-direction:column;gap:1.2rem;align-items:center;max-width:100vw;flex:unset}.iconography-column{width:100%;min-width:0;max-width:100vw;padding:1rem .25rem 1.5rem;min-height:100px}.iconography-column h3{margin-bottom:1rem}.iconography-carousel-wrapper{flex:unset;align-items:flex-start;margin-top:.75rem}.carousel-arrow{bottom:0}.carousel-arrow:first-child{left:.5rem}.carousel-arrow:last-child{right:.5rem}}.features-section{background:var(--brand-light);color:var(--brand-charcoal);padding:2.5rem 3rem;display:flex;flex-direction:column;align-items:center;min-height:75vh;margin-top:1rem}.features-title{font-size:2.25rem;font-weight:700;margin-bottom:.5rem;color:var(--brand-charcoal);font-family:var(--font-headline);text-align:center}.features-subtitle{font-size:1.25rem;color:var(--brand-gray);margin-bottom:2.5rem;font-family:var(--font-body);text-align:center}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8rem;width:100%;max-width:2250px;margin:3rem auto 0;padding:1rem}.feature-card{background:var(--brand-white);box-shadow:0 4px 24px rgba(0,0,0,.08);border-radius:1rem;padding:2.5rem 2rem;border-left:4px solid var(--brand-gold);display:flex;flex-direction:column;width:100%;min-width:min(425px,calc(33vw - 2rem));max-width:625px;height:300px;overflow:hidden;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.feature-card h2{font-size:1.5rem;margin-bottom:1rem;color:var(--brand-charcoal);font-family:var(--font-headline)}.feature-card p{font-size:1.25rem;color:var(--brand-gray);font-family:var(--font-body);line-height:1.5;margin-bottom:1rem}.flip-card{width:100%;min-width:425px;max-width:625px;height:300px;perspective:1000px;cursor:pointer;margin:0 auto}.flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d}.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.flip-card-back,.flip-card-front{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:var(--brand-white);box-shadow:0 4px 24px rgba(0,0,0,.08);border-radius:1rem;padding:2rem;overflow:hidden;height:100%;width:100%;box-sizing:border-box;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.1);border-left:4px solid var(--brand-gold)}.flip-card-front{display:flex;flex-direction:column;justify-content:center;align-items:center}.flip-card-front h2{font-size:1.75rem;color:var(--brand-charcoal);font-family:var(--font-headline);font-weight:700;margin:0}.flip-card-back{transform:rotateY(180deg);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;padding:1.5rem}.flip-card-back h2{font-size:1.5rem;margin-bottom:1rem}.flip-card-back p{font-size:1rem;line-height:1.5;margin-bottom:.75rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:calc(1.5em * 3);text-overflow:ellipsis}.flip-icon{width:32px;height:32px;border:2px solid var(--brand-gold);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2rem;cursor:pointer}.flip-icon:before{content:"↻";color:var(--brand-gold);font-size:1.2rem}.video-section{background:var(--brand-charcoal);color:var(--brand-white);padding:5rem 3rem;display:flex;flex-direction:column;align-items:center;min-height:75vh}.video-title{font-size:2.25rem;font-weight:700;margin-bottom:.5rem;font-family:var(--font-headline)}.video-subtitle,.video-title{color:var(--brand-white);text-align:center}.video-subtitle{font-size:1.25rem;margin-bottom:2.5rem;font-family:var(--font-body)}.video-placeholder{width:100%;max-width:1800px;aspect-ratio:16/9;background:#222;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#888;font-size:1.5rem;position:relative;overflow:hidden}.white-section{background:var(--brand-white);color:var(--brand-charcoal);padding:2.5rem 3rem;display:flex;flex-direction:column;align-items:center;min-height:75vh;margin-top:1rem}.white-section-title{font-size:2.25rem;font-weight:700;margin-bottom:2.5rem;color:var(--brand-charcoal);font-family:var(--font-headline);text-align:center}.white-section-content{width:100%;max-width:1200px;text-align:center}.white-section-content p{font-size:1.25rem;color:var(--brand-gray);font-family:var(--font-body);line-height:1.6}.faq-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;width:100%;max-width:1400px;margin:0 auto}.faq-column,.faq-title{text-align:left}.faq-title{font-size:1.75rem;font-weight:700;color:var(--brand-charcoal);font-family:var(--font-headline);margin-bottom:2rem}.faq-accordion{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid #e0e0e0;border-radius:.5rem;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.faq-question{width:100%;padding:1.25rem 1.5rem;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.1rem;font-weight:600;color:var(--brand-charcoal);font-family:var(--font-body);text-align:left;transition:background-color .2s ease}.faq-question:hover{background-color:#f8f9fa}.faq-toggle{font-size:1.5rem;font-weight:700;color:var(--brand-gold);min-width:1.5rem;text-align:center}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background-color:#f8f9fa}.faq-answer.open{max-height:200px;padding:1.25rem 1.5rem}.faq-answer p{margin:0;font-size:1rem;color:var(--brand-gray);line-height:1.6}.contact-column,.contact-title,.faq-answer p{text-align:left}.contact-title{font-size:1.75rem;font-weight:700;color:var(--brand-charcoal);font-family:var(--font-headline);margin-bottom:2rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-weight:600;text-align:left}.form-group input,.form-group label,.form-group textarea{font-size:1rem;color:var(--brand-charcoal);font-family:var(--font-body)}.form-group input,.form-group textarea{padding:.875rem 1rem;border:1px solid #e0e0e0;border-radius:.5rem;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--brand-gold);box-shadow:0 0 0 3px rgba(184,146,60,.1)}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.submit-btn{padding:1rem 2rem;background:var(--brand-gold);color:white;border:none;border-radius:.5rem;font-size:1.1rem;font-weight:600;font-family:var(--font-body);cursor:pointer;transition:background-color .2s ease,transform .1s ease;margin-top:1rem}.submit-btn:hover:not(:disabled){background:#a67c2a;transform:translateY(-1px)}.submit-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.thank-you-message{margin-top:1.5rem;padding:1rem 1.5rem;background:#d4edda;border:1px solid #c3e6cb;border-radius:.5rem;color:#155724;font-size:1rem;font-family:var(--font-body);text-align:center}.privacy-terms-btn{background:none;border:none;color:var(--brand-white);font-size:.9rem;font-family:var(--font-body);cursor:pointer;padding:.5rem 1rem;border-radius:.25rem;transition:background-color .2s ease;text-decoration:none}.privacy-terms-btn:hover{background-color:rgba(255,255,255,.1)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:.5rem}.modal-content{background:white;border-radius:1rem;max-width:800px;width:100%;max-height:95vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa}.modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:var(--brand-charcoal);font-family:var(--font-headline)}.modal-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease,color .2s ease}.modal-close:hover{background-color:#e0e0e0;color:#333}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.modal-body h3{font-size:1.25rem;font-weight:700;color:var(--brand-charcoal);font-family:var(--font-headline);margin:1.5rem 0 .75rem}.modal-body h3:first-child{margin-top:0}.modal-body h4{font-size:1.1rem;font-weight:600;color:var(--brand-charcoal);font-family:var(--font-body);margin:1.25rem 0 .5rem}.modal-body p{font-size:1rem;color:var(--brand-gray);font-family:var(--font-body);line-height:1.6;margin:.75rem 0}.modal-body ul{margin:.75rem 0;padding-left:1.5rem}.modal-body li{font-size:1rem;color:var(--brand-gray);font-family:var(--font-body);line-height:1.6;margin:.5rem 0}.modal-body a{color:var(--brand-gold);text-decoration:none;font-weight:600}.modal-body a:hover{text-decoration:underline}.iconography-title{font-size:2.25rem;font-weight:700;margin-bottom:.5rem;color:var(--brand-white);font-family:var(--font-headline);text-align:center}.iconography-subtitle{font-size:1.25rem;line-height:1.5;color:white;text-align:center;max-width:800px;margin:1rem auto 3rem}nav{justify-content:space-between;padding:2.5rem 6vw 1.5rem;background:var(--brand-charcoal);position:relative;z-index:10}.nav-links,nav{display:flex;align-items:center}.nav-links{gap:2rem}.nav-link{color:var(--brand-white);text-decoration:none;font-size:1rem;font-weight:500;transition:color .2s ease}.nav-link:hover{color:var(--brand-gold)}.logo-container{display:flex;align-items:center;gap:.5rem;padding-top:1rem}.feature-card-title{font-size:clamp(1.25rem,1.5vw,1.5rem);line-height:1.3;margin-bottom:1rem;-webkit-text-size-adjust:100%}.feature-card-description{font-size:clamp(.875rem,1vw,1rem);line-height:1.5;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.landing-header{justify-content:space-between;padding:2rem max(1rem,3rem) 1.5rem;background:var(--brand-charcoal);border-bottom:none;width:100%;overflow:hidden}.landing-header,.landing-logo{display:flex;align-items:center;color:var(--brand-white);font-family:var(--font-headline)}.landing-logo{font-size:2rem;font-weight:700;letter-spacing:.05em;text-decoration:none}.landing-logo:after{content:"";display:inline-block;width:12px;height:12px;margin-left:8px;border-radius:2px;background:var(--brand-gold)}.landing-nav{display:flex;gap:2rem;font-size:1rem}.landing-nav,.landing-nav a{font-family:var(--font-headline)}.landing-nav a{color:var(--brand-white);text-decoration:none;font-weight:500;text-transform:uppercase;letter-spacing:.04em;transition:color .2s}.landing-nav a:hover{color:var(--brand-gold)}.mobile-menu-button{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative}.hamburger-line{width:25px;height:3px;background-color:var(--brand-white);transition:all .3s ease;transform-origin:center}.hamburger-line.open:first-child{transform:rotate(45deg) translate(7px,7px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-nav-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);z-index:1000;animation:fadeIn .3s ease}.mobile-nav{position:fixed;top:0;right:0;height:100vh;width:280px;background-color:var(--brand-charcoal);box-shadow:-2px 0 10px rgba(0,0,0,.3);transform:translateX(100%);animation:slideIn .3s ease forwards;display:flex;flex-direction:column;overflow-y:auto}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav-close{background:none;border:none;color:var(--brand-white);font-size:2rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;line-height:1}.mobile-nav-links{display:flex;flex-direction:column;padding:1rem 0;flex:1}.mobile-nav-link{display:block;padding:1rem 1.5rem;color:var(--brand-white);text-decoration:none;font-family:var(--font-headline);font-weight:500;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid rgba(255,255,255,.1);transition:background-color .2s ease,color .2s ease}.mobile-nav-link:hover{background-color:rgba(184,146,60,.1);color:var(--brand-gold)}.mobile-nav-language{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}@media (max-width:768px){.desktop-nav{display:none}.mobile-menu-button{display:flex}.mobile-nav-overlay{display:block}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.iconography-section{background-color:var(--brand-charcoal);padding:1rem 4vw 3rem;width:100vw;max-width:100%;margin:0 auto;position:relative;overflow:hidden}.landing-footer{background:var(--brand-charcoal);color:var(--brand-white);padding:2rem 6vw;justify-content:space-between;flex-wrap:wrap;gap:1rem;width:100vw;box-sizing:border-box}.footer-logo,.landing-footer{display:flex;align-items:center}.footer-logo{flex:1 1 0;justify-content:flex-start}.footer-copyright{flex:1 1 0;font-size:.9rem;color:var(--brand-white);font-family:var(--font-body);text-align:center}.footer-nav{flex:1 1 0;display:flex;justify-content:flex-end;align-items:center}.section-dots{position:fixed;top:50%;right:2vw;transform:translateY(-50%);display:flex;flex-direction:column;gap:1.2rem;z-index:1000}.section-dots .dot{width:14px;height:14px;border-radius:50%;background:rgba(255,255,255,.4);border:2px solid var(--brand-gold);transition:background .2s,border .2s;cursor:pointer;outline:none}.section-dots .dot.active{background:var(--brand-gold);border:2px solid var(--brand-gold)}@media (max-width:900px){.section-dots{display:none}}