@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.static{position:static}.table{display:table}}:root{--kerrygold-green: #006E42;--kerrygold-gold: #C8B273;--kerrygold-white: #FFFFFF;--kerrygold-cream: #F5F0E8;--text-dark: #2C2C2C;--text-light: #666666}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:var(--kerrygold-cream);color:var(--text-dark);line-height:1.6}.App{display:flex;height:100vh;flex-direction:column;background:linear-gradient(135deg,var(--kerrygold-green) 0%,#004D30 100%)}.hero-section{display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect fill="%23C8B273" opacity="0.05" width="50" height="50"/></svg>');opacity:.3;animation:subtleMove 20s ease-in-out infinite}@keyframes subtleMove{0%,to{transform:translate(0)}50%{transform:translate(-10px,-10px)}}.hero-logo-top{position:absolute;top:0;left:1rem;z-index:10}.hero-logo-top .logo{max-width:180px}.hero-content{max-width:700px;height:62vh;text-align:center;position:relative;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.hero-logo{margin-bottom:.5rem}.logo{max-width:100px;height:auto}.logo-small{max-width:120px;height:auto}.hero-title{font-size:clamp(2rem,4.5vw,3rem);font-weight:700;color:var(--kerrygold-white);margin-top:7rem;margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.3);letter-spacing:-.5px;line-height:1.2}.hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:var(--kerrygold-cream);margin-bottom:1.5rem;line-height:1.6;max-width:600px}.cta-button{background:linear-gradient(135deg,var(--kerrygold-gold) 0%,#B8A066 100%);color:var(--kerrygold-green);border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 25px #c8b27380;text-transform:uppercase;letter-spacing:1.5px;position:relative}.cta-button:hover:before{left:100%}.cta-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 35px #c8b273b3}.cta-button:active{transform:translateY(-1px) scale(1.02)}.hero-explainer{color:var(--kerrygold-gold);font-size:.9rem;margin-top:.75rem;font-style:italic;opacity:.9}.how-it-works{display:flex;justify-content:center;gap:2.5rem;margin-top:2rem;flex-wrap:wrap}.step{text-align:center;color:var(--kerrygold-white);cursor:pointer;transition:all .3s ease}.step:hover{transform:translateY(-5px)}.step-icon{font-size:1.5rem;margin-bottom:.5rem;background:#ffffff26;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto .5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(200,178,115,.3);transition:all .3s ease;box-shadow:0 4px 15px #0003}.step:hover .step-icon{background:#c8b2734d;border-color:var(--kerrygold-gold);box-shadow:0 6px 20px #c8b27366;transform:scale(1.1)}.step-text{font-weight:600;font-size:.95rem;color:var(--kerrygold-gold);transition:all .3s ease}.step:hover .step-text{color:var(--kerrygold-white)}.quiz-section{height:100vh;padding:1rem;background:var(--kerrygold-cream);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.quiz-container{max-width:700px;width:100%;max-height:70vh;background:#fff;border-radius:20px;padding:1.7rem;box-shadow:0 10px 40px #0000001a;display:flex;flex-direction:column}.quiz-header{margin-bottom:1.5rem;flex-shrink:0}.quiz-logo{position:absolute;top:1rem;left:1rem;z-index:10}.quiz-logo .logo-small{max-width:250px}.progress-container{max-width:600px;margin:0 auto}.progress-bar{width:100%;height:12px;background:#e0e0e0;border-radius:10px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,var(--kerrygold-green) 0%,var(--kerrygold-gold) 100%);transition:width .5s ease}.progress-text{text-align:center;color:var(--text-light);font-size:.9rem;font-weight:600}.question-container{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding-right:.5rem}.question-text{font-size:clamp(1.1rem,2.5vw,1.3rem);color:var(--kerrygold-green);margin-bottom:1rem;font-weight:700;text-align:center;flex-shrink:0}.options-container{display:flex;flex-direction:column;gap:.75rem}.option-button{background:#fff;border:3px solid var(--kerrygold-green);border-radius:12px;padding:.75rem;cursor:pointer;transition:all .3s ease;text-align:left;display:flex;align-items:center;gap:.75rem;flex-shrink:0;width:95%}.option-button:hover{background:var(--kerrygold-green);color:#fff;transform:translate(10px);box-shadow:0 5px 15px #006e424d}.option-letter{background:var(--kerrygold-gold);color:var(--kerrygold-green);width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.option-button:hover .option-letter{background:#fff;color:var(--kerrygold-green)}.option-text{font-size:.9rem;line-height:1.5}.results-section{min-height:100vh;padding:1.5rem;background:linear-gradient(180deg,#f8f9fa,#e9ecef);position:relative}.results-container{max-width:1200px;width:100%;margin:0 auto;padding-top:7rem}.results-header{position:absolute;top:1rem;left:1rem;z-index:10}.results-header .logo-small{max-width:250px}.results-hero{background:linear-gradient(135deg,var(--kerrygold-green) 0%,#004D30 100%);border-radius:24px;padding:3rem 2rem;margin-bottom:2rem;box-shadow:0 15px 40px #006e4240;position:relative;overflow:hidden;animation:fadeInDown .6s ease-out}.results-hero:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(200,178,115,.15) 0%,transparent 70%);border-radius:50%}.results-hero-content{position:relative;z-index:1;text-align:center}.results-label{font-size:.8rem;color:var(--kerrygold-gold);text-transform:uppercase;letter-spacing:2px;font-weight:700;margin-bottom:.5rem;opacity:.9}.results-personality-name{font-size:clamp(1.5rem,3.5vw,2rem);color:var(--kerrygold-white);font-weight:900;margin-bottom:.75rem;text-shadow:3px 3px 10px rgba(0,0,0,.3);line-height:1.1}.results-tagline{font-size:clamp(.85rem,1.8vw,1rem);color:var(--kerrygold-cream);font-weight:500;line-height:1.6;max-width:700px;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.results-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;margin-bottom:2rem}.results-column{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 8px 25px #00000014;transition:all .4s ease;animation:fadeInLeft .7s ease-out .2s both;border:2px solid transparent}.info-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #006e4226;border-color:var(--kerrygold-green)}.info-card-icon{font-size:2rem;margin-bottom:.5rem}.info-card-title{font-size:1rem;font-weight:800;color:var(--kerrygold-green);margin-bottom:.65rem;text-transform:uppercase;letter-spacing:.5px}.info-card-text{font-size:.875rem;line-height:1.7;color:var(--text-dark);font-weight:500}.share-card{background:linear-gradient(135deg,var(--kerrygold-cream) 0%,#ffffff 100%);padding:2rem;border-radius:20px;box-shadow:0 8px 25px #00000014;animation:fadeInLeft .7s ease-out .4s both;border:2px solid var(--kerrygold-gold)}.share-card-title{font-size:1rem;font-weight:800;color:var(--kerrygold-green);margin-bottom:.5rem}.share-card-subtitle{font-size:.8rem;color:var(--text-light);margin-bottom:1.5rem;font-weight:500}.share-buttons-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.share-btn{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem .75rem;border:none;border-radius:10px;font-weight:700;font-size:.75rem;cursor:pointer;transition:all .3s ease;color:#fff;box-shadow:0 4px 15px #00000026}.share-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000040}.share-btn-whatsapp{background:#25d366}.share-btn-twitter{background:#1da1f2}.share-btn-facebook{background:#4267b2}.share-btn-instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.recipe-feature-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 25px #00000014;animation:fadeInRight .7s ease-out .2s both;border:3px solid var(--kerrygold-gold);height:fit-content}.recipe-feature-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:3px solid var(--kerrygold-cream)}.recipe-icon{font-size:2.5rem;flex-shrink:0}.recipe-feature-label{font-size:.7rem;color:var(--kerrygold-green);text-transform:uppercase;letter-spacing:1.5px;font-weight:700;margin-bottom:.4rem}.recipe-feature-title{font-size:1.25rem;font-weight:900;color:var(--kerrygold-green);line-height:1.2}.recipe-feature-body{display:flex;flex-direction:column;gap:2rem}.recipe-section{background:linear-gradient(135deg,var(--kerrygold-cream) 0%,#ffffff 100%);padding:1.5rem;border-radius:16px;border-left:5px solid var(--kerrygold-green)}.recipe-section-title{font-size:.9rem;font-weight:800;color:var(--kerrygold-green);margin-bottom:.65rem;text-transform:uppercase;letter-spacing:.5px}.recipe-section-text{font-size:.875rem;line-height:1.7;color:var(--text-dark);font-weight:500}.results-actions{display:flex;justify-content:center;margin-top:2rem;animation:fadeInUp .7s ease-out .6s both}.retake-button{background:linear-gradient(135deg,var(--kerrygold-green) 0%,#004D30 100%);color:#fff;border:none;padding:.9rem 2.25rem;border-radius:50px;font-size:.875rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 25px #006e424d}.retake-button:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 12px 35px #006e4280}.retake-button:active{transform:translateY(-2px) scale(1.02)}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:20px;padding:2.5rem;max-width:500px;width:100%;position:relative;box-shadow:0 20px 60px #0000004d}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-light);width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.modal-close:hover{background:var(--kerrygold-cream);color:var(--kerrygold-green)}.modal-title{color:var(--kerrygold-green);font-size:2rem;margin-bottom:.5rem;font-weight:700}.modal-subtitle{color:var(--text-light);margin-bottom:2rem}.email-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:var(--kerrygold-green);font-weight:600}.form-group input[type=text],.form-group input[type=email]{padding:.75rem;border:2px solid #E0E0E0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:var(--kerrygold-green)}.form-group.checkbox label{flex-direction:row;align-items:flex-start;gap:.5rem;color:var(--text-dark);font-weight:400;font-size:.9rem}.form-group.checkbox input[type=checkbox]{margin-top:.25rem;width:20px;height:20px;flex-shrink:0;cursor:pointer;accent-color:var(--kerrygold-green)}.submit-button{background:var(--kerrygold-green);color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-button:hover{background:#004d30;transform:translateY(-2px)}.privacy-note{font-size:.85rem;color:var(--text-light);text-align:center;margin-top:1rem}.success-message{text-align:center;padding:2rem 0}.success-icon{width:80px;height:80px;background:var(--kerrygold-green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 1rem}.success-message h2{color:var(--kerrygold-green);margin-bottom:.5rem}.footer{background:var(--kerrygold-green);color:var(--kerrygold-cream);padding:3rem 2rem 1rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--kerrygold-gold);margin-bottom:1rem;font-size:1rem}.footer-section p{line-height:1.7;font-size:.85rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:var(--kerrygold-cream);text-decoration:none;transition:color .3s ease;font-size:.85rem}.footer-link:hover{color:var(--kerrygold-gold)}.footer-bottom{border-top:1px solid rgba(200,178,115,.3);padding-top:1.5rem;text-align:center;font-size:.8rem}.footer-bottom p{margin:.25rem 0}@media(max-width:768px){.hero-section{padding:.5rem 1rem;min-height:80vh;display:flex;align-items:center;justify-content:center}.hero-logo-top .logo{max-width:100px}.hero-content{max-width:100%;height:auto;padding:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-title{font-size:clamp(1.5rem,6vw,2rem);margin-top:0;text-align:center}.hero-subtitle{font-size:clamp(.9rem,3.5vw,1.1rem);text-align:center;margin-bottom:1.25rem}.cta-button{padding:.85rem 2rem;font-size:.95rem;width:100%;max-width:300px}.hero-explainer{font-size:.8rem;margin-top:.5rem}.how-it-works{gap:1.5rem;margin-top:1.25rem}.step-icon{width:50px;height:50px}.step-text{font-size:.85rem}.quiz-logo .logo-small{max-width:80px}.quiz-container{padding:1.25rem;max-height:85vh}.quiz-header{margin-bottom:1rem}.progress-bar{height:10px}.question-text{font-size:clamp(1rem,4vw,1.2rem);margin-bottom:1rem}.option-button{padding:.75rem;width:100%}.option-letter{width:32px;height:32px;font-size:.9rem}.option-text{font-size:.85rem}.results-header .logo-small{max-width:120px}.results-container{padding-top:5rem}.results-hero{padding:2rem 1.5rem}.results-label{font-size:.7rem}.results-personality-name{font-size:clamp(1.5rem,6vw,2.25rem)}.results-tagline{font-size:clamp(.85rem,2.5vw,1rem)}.results-grid{grid-template-columns:1fr;gap:1.5rem}.results-column-right{order:-1}.info-card,.share-card,.recipe-feature-card{padding:1.5rem}.info-card-icon{font-size:1.75rem}.info-card-title,.share-card-title{font-size:.95rem}.info-card-text{font-size:.8rem}.share-card-subtitle{font-size:.75rem}.recipe-feature-title{font-size:1.15rem}.recipe-feature-label{font-size:.65rem}.recipe-icon{font-size:2.5rem}.recipe-section-title{font-size:.85rem}.recipe-section-text{font-size:.8rem}.share-buttons-grid{grid-template-columns:1fr 1fr;gap:.75rem}.share-btn{padding:.7rem;font-size:.75rem}.retake-button{padding:.85rem 1.75rem;font-size:.85rem}.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-section h3{font-size:.95rem}.footer-section p,.footer-link{font-size:.8rem}.footer-bottom{font-size:.75rem}.modal-content{padding:1.5rem;max-width:90%}.modal-title{font-size:1.5rem}.modal-subtitle{font-size:.9rem}}@media(max-width:480px){.hero-section{padding:.5rem}.hero-logo-top .logo{max-width:80px}.hero-content{padding:.5rem}.hero-title{font-size:clamp(1.25rem,7vw,1.75rem);margin-top:0;text-align:center}.hero-subtitle{font-size:clamp(.85rem,4vw,1rem);text-align:center;margin-bottom:1rem}.cta-button{padding:.75rem 1.5rem;font-size:.9rem}.hero-explainer{margin-top:.4rem}.how-it-works{gap:1rem;margin-top:1rem}.step-icon{width:45px;height:45px}.step-text{font-size:.8rem}.quiz-container{padding:1rem}.question-text{font-size:clamp(.95rem,4.5vw,1.1rem)}.option-button{padding:.65rem}.option-text{font-size:.8rem}.results-header .logo-small{max-width:100px}.results-container{padding-top:4.5rem}.results-hero{padding:1.5rem 1rem}.results-label{font-size:.65rem}.results-personality-name{font-size:clamp(1.35rem,7vw,2rem)}.results-tagline{font-size:clamp(.8rem,2.5vw,.95rem)}.info-card,.share-card,.recipe-feature-card{padding:1.25rem}.info-card-icon{font-size:1.5rem}.info-card-title,.share-card-title{font-size:.9rem}.info-card-text{font-size:.75rem}.share-card-subtitle{font-size:.7rem}.recipe-feature-header{flex-direction:column;gap:1rem;text-align:center}.recipe-feature-label{font-size:.6rem}.recipe-feature-title{font-size:1.05rem}.recipe-icon{font-size:2rem}.recipe-section-title{font-size:.8rem}.recipe-section-text{font-size:.75rem}.share-buttons-grid{grid-template-columns:1fr;gap:.75rem}.share-btn{padding:.65rem;font-size:.7rem}.retake-button{padding:.8rem 1.5rem;font-size:.8rem}.modal-content{padding:1.25rem;max-width:95%}.modal-title{font-size:1.35rem}.modal-close{width:35px;height:35px;font-size:1.75rem}}
