:root{--brand-orange:#f39200;--brand-red:#e84e40;--brand-pink:#d9649c;--brand-purple:#b565a7;--text-dark:#1f2937;--text-light:#6b7280;--white:#fff;--light-bg:#fff8f0;--very-light-orange:#fff5e6}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);background-color:var(--white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{color:var(--text-dark);z-index:100;border-bottom:2px solid var(--brand-purple);background:#f5f0f3;padding:1.5rem 0;position:relative}header .container{justify-content:space-between;align-items:center;gap:2rem;display:flex}.header-brand{flex:1}.site-title{color:var(--brand-purple);margin:0;font-size:1.8rem;font-weight:700;line-height:1.2}.site-subtitle{color:var(--text-dark);margin:.25rem 0 0;font-size:.95rem;font-weight:700}header nav{align-items:center;gap:2rem;display:flex}header nav a{color:var(--brand-purple);font-weight:500;text-decoration:none;transition:opacity .3s}header nav a:hover{opacity:.7}.brand-logo{width:auto;height:56px}.hero{background:var(--white);color:var(--text-dark);text-align:center;padding:5rem 0 4rem;position:relative;overflow:hidden}.hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid;position:relative}.hero-text h2{color:var(--brand-purple);margin-bottom:1rem;font-size:2.8rem;font-weight:700;line-height:1.2}.hero .tagline{color:var(--brand-orange);margin-bottom:1rem;font-size:1.3rem;font-weight:700}.hero .subtitle{color:var(--text-light);font-size:1.1rem;line-height:1.6}.hero-authors{background:0 0;align-items:center;gap:1.5rem;padding:2rem;display:flex}.authors-image{object-fit:cover;border:4px solid var(--brand-orange);border-radius:50%;width:150px;height:150px}.authors-info{flex:1}.authors-label{color:var(--text-dark);margin-bottom:.25rem;font-size:.9rem}.authors-names{color:var(--brand-purple);margin:0;font-size:1.2rem}.fluid-shape{opacity:.15;border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.shape-1{background:var(--brand-orange);width:300px;height:300px;animation-delay:0s;top:-100px;left:-100px}.shape-2{background:var(--brand-pink);width:200px;height:200px;animation-delay:3s;top:50%;right:-50px}.shape-3{background:var(--brand-red);width:250px;height:250px;animation-delay:6s;bottom:-80px;left:30%}.shape-4{background:var(--brand-purple);width:180px;height:180px;animation-delay:9s;top:20%;right:20%}@keyframes float{0%,to{transform:translateY(0)translate(0)scale(1)}25%{transform:translateY(-80px)translate(60px)scale(1.2)}50%{transform:translateY(-150px)translate(-80px)scale(.85)}75%{transform:translateY(-90px)translate(100px)scale(1.15)}}.hero-book-title{text-align:center;color:var(--brand-purple);z-index:2;margin:3rem 0 2rem;font-size:2.5rem;position:relative}.hero .featured-book{z-index:2;margin-bottom:0;position:relative}.books{background-color:var(--white);padding:4rem 0;position:relative;overflow:hidden}.books:before,.books:after{content:"";opacity:.1;z-index:0;border-radius:50%;position:absolute}.books:before{background:var(--brand-pink);width:400px;height:400px;top:-100px;right:-150px}.books:after{background:var(--brand-purple);width:300px;height:300px;bottom:-80px;left:-100px}.books .container{z-index:1;position:relative}.books h2{text-align:center;color:var(--brand-purple);margin-bottom:3rem;font-size:2.5rem}.featured-book{backdrop-filter:blur(10px);background:#fff8f0b3;border:1px solid #f3920033;border-radius:12px;grid-template-columns:1fr 2fr;align-items:center;gap:3rem;margin-bottom:4rem;padding:2rem;display:grid}.featured-book-image{text-align:center;position:relative}.featured-book-image img{border-radius:8px;width:100%;max-width:350px;box-shadow:0 10px 40px #00000026}.badge-featured{background:var(--brand-orange);color:var(--white);border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;position:absolute;top:20px;right:20px}.featured-book-content h3{color:var(--brand-purple);margin-bottom:.5rem;font-size:2rem}.book-subtitle{color:var(--brand-red);margin-bottom:.5rem;font-size:1.2rem;font-style:italic}.book-description{color:var(--text-dark);margin:1.5rem 0;line-height:1.8}.book-highlights{margin:1.5rem 0;padding:0;list-style:none}.book-highlights li{color:var(--text-dark);padding:.5rem 0;font-size:1rem}.book-cta{align-items:center;gap:2rem;margin-top:2rem;display:flex}.price-featured{color:var(--brand-pink);margin:0;font-size:2.5rem;font-weight:700}.additional-books-title{text-align:center;color:var(--brand-purple);margin:3rem 0 2rem;font-size:1.8rem}.bundle-deal{color:var(--text-dark);text-align:center;border:3px solid var(--brand-orange);background:#f392001a;border-radius:16px;margin:3rem 0;padding:3rem;position:relative;overflow:hidden;box-shadow:0 15px 50px #f3920026}.bundle-badge{background:var(--brand-orange);color:var(--white);letter-spacing:1px;border-radius:30px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:700;display:inline-block}.bundle-deal h3{color:var(--brand-orange);margin-bottom:1rem;font-size:2.2rem}.bundle-description{color:var(--text-dark);margin-bottom:2rem;font-size:1.1rem}.bundle-books{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:2rem auto;display:grid}.bundle-book-preview{background:#ffffff80;border:1px solid #f392004d;border-radius:12px;padding:1rem}.bundle-book-preview img{border-radius:8px;width:100%;max-width:150px;margin-bottom:.5rem;box-shadow:0 5px 20px #0000001a}.bundle-book-preview p{color:var(--text-dark);margin:0;font-size:.9rem}.bundle-cta{margin-top:2rem}.bundle-price{color:var(--text-dark);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.old-price{opacity:.5;color:var(--text-light);margin-right:1rem;font-size:1.5rem;text-decoration:line-through}.new-price{color:var(--brand-orange)}.books-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:end;gap:2rem;display:grid}.book-card{background:var(--white);text-align:center;border:2px solid var(--very-light-orange);cursor:pointer;border-radius:12px;padding:1.5rem;transition:transform .3s,box-shadow .3s}.book-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #f3920033}.book-card:first-child{transform:scale(.9)}.book-card:nth-child(2){transform:scale(.95)}.book-card:nth-child(3){transform:scale(1)}.book-card:first-child:hover{transform:scale(.9)translateY(-10px)}.book-card:nth-child(2):hover{transform:scale(.95)translateY(-10px)}.book-image{margin-bottom:1.5rem}.book-image img{border-radius:8px;width:100%;max-width:250px;height:auto;box-shadow:0 4px 15px #0000001a}.book-card h4{color:var(--brand-purple);min-height:3em;margin-bottom:.5rem;font-size:1.3rem}.book-card .author{color:var(--text-light);margin-bottom:1rem;font-size:.95rem}.book-card .price{color:var(--brand-pink);margin-bottom:1rem;font-size:1.8rem;font-weight:700}.btn{cursor:pointer;border:none;border-radius:50px;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--brand-orange);color:var(--white)}.btn-primary:hover{background:var(--brand-red);transform:scale(1.05);box-shadow:0 5px 20px #f3920066}.btn-large{padding:1rem 3rem;font-size:1.1rem}.btn-secondary{background:var(--brand-pink);color:var(--white);border-radius:50px;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary:hover{background:var(--brand-red);transform:scale(1.05);box-shadow:0 5px 20px #d9649c66}.concepts{background:var(--light-bg);padding:4rem 0}.concepts h2{text-align:center;color:var(--brand-purple);margin-bottom:3rem;font-size:2.5rem}.concepts-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.concept-card{text-align:center;padding:2rem}.concept-image{border-radius:12px;width:100%;max-width:350px;height:auto;margin-bottom:1.5rem}.concept-card h3{color:var(--brand-purple);margin-bottom:1rem;font-size:1.5rem}.concept-card p{color:var(--text-light)}.order-form{background:var(--white);padding:4rem 0}.order-form h2{text-align:center;color:var(--brand-purple);margin-bottom:2rem;font-size:2.5rem}#orderForm{background:var(--light-bg);border-radius:12px;max-width:700px;margin:0 auto;padding:3rem;box-shadow:0 10px 30px #0000001a}.form-group{margin-bottom:1.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group label{color:var(--text-dark);margin-bottom:.5rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:2px solid var(--very-light-orange);border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--brand-orange);outline:none}.form-group small{color:var(--text-light);margin-top:.5rem;font-size:.875rem;display:block}.payment-options{flex-direction:column;gap:1rem;display:flex}.radio-option{border:2px solid var(--very-light-orange);cursor:pointer;border-radius:8px;align-items:center;padding:1rem;transition:all .3s;display:flex}.radio-option:hover{border-color:var(--brand-orange);background:var(--white)}.radio-option input[type=radio]{width:auto;margin-right:.75rem}.radio-option span{font-weight:500}.order-summary{background:var(--very-light-orange);border-radius:12px;margin-top:2rem;padding:1.5rem}.summary-row{justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.summary-row:not(:last-child){border-bottom:1px solid #0000001a}.summary-row.summary-total{border-top:2px solid #0003;margin-top:.5rem;padding-top:1rem;font-size:1.2rem;font-weight:700}.summary-label{color:var(--text-dark)}.summary-value{color:var(--brand-purple);font-weight:600}.submit-button{background:var(--brand-purple);width:100%;color:var(--white);text-align:center;cursor:pointer;border:none;border-radius:12px;margin:1.5rem 0 0;padding:1.5rem;font-size:1.2rem;font-weight:600;transition:all .3s}.submit-button:hover{background:var(--brand-pink);transform:scale(1.02);box-shadow:0 10px 30px #b565a766}.total-section-button{background:var(--brand-purple);width:100%;color:var(--white);text-align:center;cursor:pointer;border:none;border-radius:12px;justify-content:space-between;align-items:center;margin:2rem 0 0;padding:2rem;transition:all .3s;display:flex}.total-section-button:hover{background:var(--brand-pink);transform:scale(1.02);box-shadow:0 10px 30px #b565a766}.total-amount{flex-direction:row;align-items:center;gap:1rem;display:flex}.total-label{opacity:.9;font-size:1.5rem;font-weight:500}.total-price{font-size:2.5rem;font-weight:700}.pay-now-text{align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;display:flex}.conference-section{background:var(--light-bg);border-top:3px solid var(--brand-orange);padding:3rem 0}.conference-content{align-items:center;gap:3rem;display:flex}.conference-logo{width:auto;height:120px}.conference-info h3{color:var(--brand-purple);margin-bottom:1rem;font-size:1.8rem}.conference-info p{color:var(--text-dark);margin-bottom:.5rem;line-height:1.6}.conference-info p:last-of-type{margin-bottom:1.5rem}footer{background:var(--text-dark);color:var(--white);padding:3rem 0 1rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-section h4{color:var(--brand-orange);margin-bottom:1rem}.footer-section a{color:var(--brand-pink);margin-bottom:.5rem;text-decoration:none;transition:color .3s;display:block}.footer-section a:hover{color:var(--brand-orange)}.linkedin-link{align-items:center;display:flex}.footer-logo{width:auto;height:80px}.copyright{text-align:center;color:var(--text-light);border-top:1px solid #ffffff1a;padding-top:2rem}@media (width<=768px){.site-title{font-size:1.3rem}.site-subtitle{font-size:.85rem}.hero-content{grid-template-columns:1fr;gap:2rem}.hero-text h2{font-size:2rem}.hero .tagline{font-size:1.1rem}.hero .subtitle{font-size:1rem}.authors-image{width:100px;height:100px}.featured-book{grid-template-columns:1fr;padding:1.5rem}.books h2,.concepts h2,.order-form h2{font-size:2rem}.books-grid{grid-template-columns:1fr}.book-card:first-child,.book-card:nth-child(2),.book-card:nth-child(3){transform:scale(1)}.book-card:first-child:hover,.book-card:nth-child(2):hover,.book-card:nth-child(3):hover{transform:scale(1)translateY(-10px)}.form-row{grid-template-columns:1fr}#orderForm{padding:2rem 1.5rem}header .container{flex-direction:column;gap:1rem}.header-brand{text-align:center}.brand-logo{height:44px}.conference-content{text-align:center;flex-direction:column}.conference-logo{height:80px}.conference-banner{padding:2rem 1.5rem}.conference-grid{grid-template-columns:1fr;gap:2rem}.conference-title{font-size:1.8rem}.conference-subtitle{font-size:1.1rem}.conference-highlights{grid-template-columns:1fr;gap:1rem}.conference-cta-box{padding:1.5rem}.conference-value{font-size:1rem}.conference-cta-button{padding:1rem 1.5rem;font-size:1rem}.conference-hero-logo{max-width:200px}.bundle-books{grid-template-columns:1fr;gap:1rem}.bundle-deal{padding:2rem 1.5rem}.bundle-deal h3{font-size:1.6rem}.total-section-button{flex-direction:column;gap:1rem;padding:1.5rem}.total-amount{align-items:center}.pay-now-text{font-size:1.2rem}}.conference-hero{background:linear-gradient(135deg,#fff8f0 0%,#f5f0f3 50%,#fff8f0 100%);margin:0;padding:4rem 0}.conference-banner{border:3px solid var(--brand-orange);background:#fff;border-radius:16px;padding:3rem;position:relative;box-shadow:0 10px 40px #0000001a}.conference-badge{background:linear-gradient(135deg, var(--brand-orange) 0%, var(--brand-red) 100%);color:#fff;letter-spacing:1px;border-radius:25px;padding:.5rem 2rem;font-size:.9rem;font-weight:700;position:absolute;top:-15px;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #f3920066}.conference-grid{grid-template-columns:1fr 2fr;align-items:center;gap:3rem;display:grid}.conference-visual{text-align:center;position:relative}.conference-hero-logo{filter:drop-shadow(0 4px 20px #0000001a);width:100%;max-width:300px;height:auto}.conference-date-badge{background:var(--brand-purple);color:#fff;border-radius:12px;flex-direction:column;align-items:center;margin-top:1.5rem;padding:1rem 1.5rem;display:inline-flex;box-shadow:0 4px 15px #b565a74d}.conference-date-badge .date-day{font-size:3rem;font-weight:700;line-height:1}.conference-date-badge .date-month{text-transform:uppercase;letter-spacing:1px;font-size:1.2rem;font-weight:600}.conference-date-badge .date-year{opacity:.9;font-size:1rem}.conference-details{padding:1rem 0}.conference-title{color:var(--brand-purple);margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.conference-subtitle{color:var(--text-light);margin-bottom:2rem;font-size:1.3rem;line-height:1.5}.conference-highlights{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.highlight-item{background:var(--very-light-orange);border-left:4px solid var(--brand-orange);border-radius:8px;align-items:start;gap:1rem;padding:1rem;display:flex}.highlight-item strong{color:var(--brand-purple);margin-bottom:.25rem;font-size:1rem;display:block}.highlight-item p{color:var(--text-light);margin:0;font-size:.9rem;line-height:1.4}.conference-cta-box{text-align:center;border:2px solid var(--brand-purple);background:linear-gradient(135deg,#f5f0f3 0%,#fff8f0 100%);border-radius:12px;padding:2rem}.conference-value{color:var(--brand-orange);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.conference-cta-button{margin-bottom:1rem;padding:1.25rem 2.5rem;font-size:1.2rem;text-decoration:none;animation:2s ease-in-out infinite pulse-glow;display:inline-block}@keyframes pulse-glow{0%,to{box-shadow:0 4px 15px #f3920066}50%{box-shadow:0 4px 25px #f3920099}}.conference-learn-more{color:var(--text-light);margin:0;font-size:.95rem;font-style:italic}html{scroll-behavior:smooth}.hero-text h2,.hero .tagline,.hero .subtitle{animation:1.1s cubic-bezier(.16,1,.3,1) both fade-up}.hero .tagline{animation-delay:.15s}.hero .subtitle{animation-delay:.3s}@keyframes fade-up{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.js .reveal{opacity:0;will-change:opacity, transform;transition:opacity .7s,transform .7s;transform:translateY(40px)}.js .reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.hero-text h2,.hero .tagline,.hero .subtitle{animation:none}.reveal{opacity:1;transition:none;transform:none}}.hp-field{opacity:0;width:1px;height:1px;position:absolute;top:-9999px;left:-9999px;overflow:hidden}.turnstile-widget{margin:1.5rem 0}.payment-single{color:var(--text-dark);margin:0 0 .5rem;font-weight:600}
