:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}body{-webkit-overflow-scrolling:touch;overscroll-behavior-y:none}body{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}input,select,textarea{font-size:16px!important}button,a,[role=button]{min-height:44px;-webkit-touch-callout:none}#root{min-height:100vh;min-height:100dvh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}.container{max-width:1600px;margin:0 auto;padding:0 20px}.header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center}.header-left,.header-right{display:flex;align-items:center;gap:1rem}.faq-links{display:flex;gap:.5rem}.faq-link{color:#6b7280;text-decoration:none;font-size:.875rem;font-weight:500;padding:.5rem .75rem;border-radius:.375rem;transition:all .2s ease}.faq-link:hover{color:#3b82f6;background:#f3f4f6}.language-selector{position:relative}.language-select{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease}.language-select:hover{border-color:#1e40af;background:#f1f5f9}.language-select:focus{outline:none;border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a}.header-trust-indicators{display:flex;gap:1rem;align-items:center}.trust-badge{display:flex;align-items:center;gap:.5rem;background:#f8fafc;padding:.5rem 1rem;border-radius:2rem;border:1px solid #e2e8f0;font-size:.875rem;font-weight:500;color:#374151}.trust-icon{font-size:1rem}.loading-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999}.loading-spinner{background:#fff;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 10px 25px #0003}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #1e40af;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-message{position:fixed;top:20px;right:20px;background:#10b981;color:#fff;padding:1rem 1.5rem;border-radius:.75rem;box-shadow:0 4px 12px #10b9814d;z-index:1000;animation:slideIn .3s ease-out}.success-content{display:flex;align-items:center;gap:.75rem}.success-icon{font-size:1.25rem}.close-success{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;margin-left:.5rem}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.logo{display:flex;flex-direction:row;align-items:center;gap:.75rem;cursor:pointer;transition:opacity .3s ease}.logo-icon{height:48px;width:auto;flex-shrink:0}.logo-text-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:0}.logo-brand{font-size:1.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.2}.logo-prove{color:#c0392b}.logo-norsk{color:#1e40af}.logo-tagline{font-size:.65rem;font-weight:500;color:#6b7280;margin-top:1px}.logo h1{color:#1f2937;font-size:1.75rem;font-weight:700;text-align:left}.hero{background:#f8fafc;color:#1e293b;padding:4rem 0;text-align:center}.hero-interactive{display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem 2.5rem;background:#fff}.hero-interactive-inner{display:flex;align-items:center;justify-content:space-between;max-width:1400px;width:100%;gap:3rem}.hero-interactive-left{flex:0 1 420px;max-width:420px}.hero-interactive-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;color:#1c1917;margin:0 0 .5rem;line-height:1.2}.hero-interactive-badges{display:flex;gap:.5rem;margin-bottom:.75rem}.hero-interactive .hero-badge{padding:.35rem .75rem;border-radius:.5rem;font-size:.85rem;font-weight:700;color:#fff}.hero-interactive .hero-badge-a2{background:#0ea5e9}.hero-interactive .hero-badge-b1{background:#0284c7}.hero-interactive .hero-badge-b2{background:#0369a1}.hero-interactive-desc{font-size:clamp(.95rem,1.8vw,1.1rem);color:#57534e;line-height:1.5;margin:0 0 1rem;max-width:32ch}.hero-bullets{list-style:none;margin:0 0 1.25rem;padding:0;font-size:.95rem;color:#57534e}.hero-bullets li{margin-bottom:.35rem}.hero-interactive-cta{margin:0;display:flex;flex-wrap:wrap;gap:.75rem}.hero-cta-btn{padding:.75rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;font-weight:700;font-size:.95rem;letter-spacing:.03em;transition:.25s ease}.hero-cta-primary{background:#0284c7;color:#fff;box-shadow:0 4px 14px #0284c759}.hero-cta-primary:hover{background:#0369a1;transform:translateY(-2px);box-shadow:0 6px 20px #0284c773}.hero-cta-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.hero-cta-secondary:hover{background:#e2e8f0;transform:translateY(-2px);border-color:#cbd5e1}.hero-interactive-right{flex:1;display:flex;align-items:center;justify-content:center;min-width:0}.hero-books-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;gap:.75rem;filter:drop-shadow(0 12px 24px rgba(0,0,0,.12));transition:transform .3s ease,filter .3s ease}.hero-books-wrap:hover{transform:translateY(-4px);filter:drop-shadow(0 16px 32px rgba(0,0,0,.16))}.hero-format-badge{font-size:.7rem;font-weight:600;letter-spacing:.12em;color:#64748b;padding:.25rem .6rem;background:#f1f5f9;border-radius:.25rem;border:1px solid #e2e8f0}.hero-interactive-right img{max-width:100%;width:720px;height:auto;max-height:560px;object-fit:contain;display:block}.hero-book,.hero-book-active{width:100%;height:100%;object-fit:contain;display:block}.hero-book{opacity:0;transform:translateY(20px) scale(.95);transition:.6s ease}.hero-book.active,.hero-book-active{opacity:1;transform:translateY(0) scale(1)}@media (max-width: 900px){.hero-interactive{padding:2rem 1rem 2.5rem}.hero-interactive-inner{flex-direction:column;gap:2rem;text-align:center}.hero-interactive-left{flex:none;max-width:100%}.hero-interactive-badges{justify-content:center}.hero-interactive-right,.hero-interactive-right img{width:100%;max-width:600px}.hero-interactive-desc{max-width:100%}.hero-bullets{text-align:center}.hero-interactive-cta{justify-content:center}}@media (max-width: 600px){.hero-interactive{padding:1.5rem 1rem 2rem}.hero-interactive-inner{gap:1.5rem}.hero-interactive-desc{margin-bottom:1rem}}.hero-banner{padding:2rem 0;background:#fafafa}.hero-banner-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem}.hero-banner-content{display:flex;align-items:center;gap:3rem}.hero-banner-text{flex:1;min-width:0}.hero-banner-title{font-size:clamp(1.9rem,4vw,2.75rem);font-weight:800;color:#1c1917;margin:0;line-height:1.2}.hero-banner-badges{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.hero-badge{padding:.35rem .75rem;border-radius:.5rem;font-size:.85rem;font-weight:700;color:#fff}.hero-badge-a2{background:#0ea5e9}.hero-badge-b1{background:#0284c7}.hero-badge-b2{background:#0369a1}.hero-banner-subtitle{font-size:clamp(.95rem,1.8vw,1.1rem);color:#57534e;margin:1rem 0 0;max-width:380px;line-height:1.5}.hero-banner-cta{display:inline-block;margin-top:1.5rem;padding:.9rem 2.5rem;background:#0284c7;color:#fff;font-size:1.05rem;font-weight:700;text-decoration:none;border-radius:.5rem;transition:all .2s ease;box-shadow:0 4px 14px #0284c759}.hero-banner-cta:hover{background:#0369a1;transform:translateY(-2px);box-shadow:0 6px 20px #0284c773}.hero-banner-mockup{flex:0 0 42%;display:flex;justify-content:center;align-items:center}.hero-mockup-frame{background:#fff;border-radius:12px;padding:12px;box-shadow:0 25px 50px -12px #00000026,0 0 0 1px #0000000a}.hero-mockup-img{display:block;max-width:100%;width:280px;height:auto;border-radius:6px}@media (max-width: 768px){.hero-banner-content{flex-direction:column;gap:2rem}.hero-banner-text{text-align:center}.hero-banner-subtitle{margin-left:auto;margin-right:auto}.hero-banner-badges{justify-content:center}.hero-mockup-img{width:220px}}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:.75rem;line-height:1.1}.hero-subtitle{font-size:1rem;margin-bottom:.5rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}.hero-subtitle-english{font-size:1.1rem;margin-bottom:2rem;opacity:.9;max-width:800px;margin-left:auto;margin-right:auto;background:#ffffff1a;padding:1rem;border-radius:.5rem;border-left:4px solid #fbbf24}.hero-intro{display:grid;grid-template-columns:1fr 280px;gap:2rem;align-items:center;margin-bottom:2rem;max-width:1100px;margin-left:auto;margin-right:auto}.hero-image img{width:280px;height:200px;border-radius:.75rem;object-fit:cover;border:4px solid #fbbf24;box-shadow:0 10px 30px #00000040,inset 0 2px #fff6;transition:all .3s ease}.hero-image img:hover{transform:scale(1.05);box-shadow:0 20px 40px #0000004d,inset 0 2px #fff6}.hero-image-caption{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:.5rem 1rem;font-size:.85rem;color:#fff;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-stats{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#fbbf24;margin-bottom:.25rem}.stat-label{font-size:.875rem;opacity:.9;text-transform:uppercase;letter-spacing:.05em}.hero-content{max-width:1200px;margin:0 auto}.hero-intro{display:grid;grid-template-columns:1fr 300px;gap:3rem;align-items:center}.hero-text{text-align:left}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;color:#0f172a}.hero-subtitle{font-size:1.25rem;color:#64748b;line-height:1.6;margin-bottom:2rem}.hero-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#475569}.feature-icon{background:#10b981;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.hero-cta{margin-top:1rem}.cta-primary{background:#1e40af;color:#fff;border:none;padding:1rem 2rem;border-radius:.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #1e40af4d}.hero-image{display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-image img{width:280px;height:200px;border-radius:.75rem;object-fit:cover;border:4px solid #fbbf24;box-shadow:0 10px 30px #00000026;transition:all .3s ease}.hero-image img:hover{transform:scale(1.05);box-shadow:0 15px 40px #0003}.hero-image-caption{background:#1e40afe6;color:#fff;padding:.75rem 1.5rem;border-radius:1.5rem;font-size:.9rem;font-weight:600;text-align:center;box-shadow:0 4px 12px #1e40af4d}.dynamic-text{font-size:2.2rem;font-weight:500;color:#1e293b;margin:1.5rem 0;min-height:2.8rem;display:flex;align-items:center;text-align:center;justify-content:center;flex-wrap:wrap;gap:.25rem}.dynamic-prefix{color:#3b82f6;font-weight:500}.dynamic-typing{color:#3b82f6;font-weight:500;animation:pulse 2s ease-in-out infinite}.typing-cursor{color:#3b82f6;font-weight:500;font-size:1.2em;animation:blink .8s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.cta-button{position:relative;background:#fbbf24;color:#1f2937;border:1px solid rgba(255,255,255,.25);padding:1rem 2rem;font-size:1.125rem;font-weight:700;border-radius:.75rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;text-transform:uppercase;letter-spacing:.025em;line-height:1.4;box-shadow:0 12px 24px #00000040,inset 0 1px #fff6,inset 0 -3px 6px #0003;backdrop-filter:blur(6px) saturate(120%);-webkit-backdrop-filter:blur(6px) saturate(120%);text-shadow:0 1px 0 rgba(0,0,0,.15)}.cta-button:before{content:"";position:absolute;inset:2px 2px auto;height:45%;border-radius:.6rem;background:linear-gradient(to bottom,#ffffff73,#ffffff0f);pointer-events:none}.button-english{font-size:.9rem;font-weight:400;text-transform:none;letter-spacing:normal;opacity:.9;display:block;margin-top:.25rem}.clickable{cursor:pointer;transition:all .3s ease}.questions-note .clickable{color:#fb923c;text-decoration:underline}.questions-note .clickable:hover{color:#f97316;transform:scale(1.05)}.cta-button:hover{background:#f59e0b;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.cta-button.large{font-size:1.25rem;padding:1.25rem 2.5rem}.cta-button.secondary{background:linear-gradient(180deg,#07a777,#047857);color:#fff;border:2px solid #059669;box-shadow:0 14px 26px #05966959,inset 0 1px #fff6,inset 0 -3px 6px #00000040}.cta-button.secondary:hover{transform:translateY(-3px);box-shadow:0 18px 34px #05966973,inset 0 1px #ffffff80,inset 0 -3px 6px #00000040}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button.a2-button{background:linear-gradient(180deg,#402c1c,#5a3d2a);color:#fff;border-color:#402c1c73;box-shadow:0 14px 26px #402c1c59,inset 0 1px #fff6,inset 0 -3px 6px #00000040;min-height:60px;width:100%;max-width:350px;padding:1rem 1.5rem}.cta-button.a2-button:hover{transform:translateY(-3px);box-shadow:0 18px 34px #402c1c73,inset 0 1px #ffffff80,inset 0 -3px 6px #00000040}.cta-button.b1-button{background:linear-gradient(180deg,#c7ce69,#b8c05a);color:#1f2937;border-color:#c7ce6973;box-shadow:0 14px 26px #c7ce6959,inset 0 1px #fff6,inset 0 -3px 6px #00000040;min-height:60px;width:100%;max-width:350px;padding:1rem 1.5rem}.cta-button.b1-button:hover{transform:translateY(-3px);box-shadow:0 18px 34px #c7ce6973,inset 0 1px #ffffff80,inset 0 -3px 6px #00000040}.september-option{border:2px solid #ec4899;background:linear-gradient(145deg,#fdf2f8,#fce7f3,#fdf2f8)}.september-option:hover{transform:translateY(-4px);box-shadow:0 12px 25px -5px #ec48994d;border-color:#be185d}.cta-button.september-button{background:linear-gradient(135deg,#be361d,#a02e17,#be361d);background-size:200% 200%;color:#fff;border:none;border-radius:1rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 25px #be361d66,0 4px 12px #be361d4d,inset 0 1px #fff3;min-height:60px;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem 1.5rem;font-size:1rem;font-weight:700;line-height:1.2;width:100%;max-width:350px;letter-spacing:.025em;position:relative;overflow:hidden;animation:buttonPulse 3s ease-in-out infinite}@keyframes buttonPulse{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.cta-button.september-button:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 15px 35px #be361d80,0 8px 20px #be361d66,inset 0 1px #ffffff4d;animation-duration:1.5s}.cta-button.december-button{background:linear-gradient(135deg,#1e40af,#1e3a8a,#1e40af);background-size:200% 200%;color:#fff;border:none;border-radius:1rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 25px #1e40af66,0 4px 12px #1e40af4d,inset 0 1px #fff3;min-height:60px;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem 1.5rem;font-size:1rem;font-weight:700;line-height:1.2;width:100%;max-width:350px;letter-spacing:.025em;animation:buttonPulse 3s ease-in-out infinite}.cta-button.december-button:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 15px 35px #1e40af80,0 8px 20px #1e40af66,inset 0 1px #ffffff4d;animation-duration:1.5s}.cta-button.march-button{background:linear-gradient(135deg,#be185d,#9f1239,#be185d);background-size:200% 200%;color:#fff;border:none;box-shadow:0 10px 25px #be185d66,0 5px 15px #be185d4d,inset 0 1px #fff3;font-weight:700;font-size:1rem;min-height:56px;max-width:350px;letter-spacing:.025em;animation:buttonPulse 3s ease-in-out infinite}.cta-button.march-button:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 15px 35px #be185d80,0 8px 20px #be185d66,inset 0 1px #ffffff4d;animation-duration:1.5s}.cta-button.skriftlig-button{background:linear-gradient(135deg,#d97706,#b45309,#d97706);background-size:200% 200%;color:#fff;border:none;box-shadow:0 10px 25px #d9770666,0 5px 15px #d977064d,inset 0 1px #fff3;font-weight:700;font-size:1rem;min-height:56px;max-width:350px;letter-spacing:.025em;animation:buttonPulse 3s ease-in-out infinite}.cta-button.skriftlig-button:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 15px 35px #d9770680,0 8px 20px #d9770666,inset 0 1px #ffffff4d;animation-duration:1.5s}.social-proof{background:#fff;padding:.5rem 0 2rem;border-bottom:1px solid #e5e7eb}.overall-rating{text-align:center;margin-bottom:2rem;padding:1.5rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e5e7eb}.social-item{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:1rem;border:1px solid #e2e8f0}.stars{font-size:1.5rem;margin-bottom:.5rem}.rating-text{font-size:1.25rem;color:#1f2937;margin-bottom:.25rem}.review-count{color:#6b7280;font-size:.875rem}.student-count{display:flex;flex-direction:column;align-items:center}.count-number{font-size:3rem;font-weight:700;color:#fb923c;line-height:1;margin-bottom:.5rem}.count-label{color:#6b7280;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.update-info{display:flex;flex-direction:column;align-items:center}.update-badge{background:#10b981;color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:700;margin-bottom:.5rem}.update-date{color:#6b7280;font-size:.875rem}.trust-message{text-align:center;border-top:1px solid #e5e7eb;padding-top:2rem}.trust-message p{margin:.5rem 0;font-size:1.125rem;color:#374151}.trust-badges{display:flex;flex-direction:column;gap:.5rem}.badge{background:#f0f9ff;color:#0369a1;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;text-align:center}.testimonials{margin-top:2rem;text-align:center}.testimonials h3{font-size:1.25rem;margin-bottom:1.5rem;color:#1f2937}.tc-carousel{margin-top:2rem;text-align:center;position:relative}.tc-title{font-size:1.35rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.tc-track-wrapper{position:relative;display:flex;align-items:center;gap:.5rem}.tc-viewport{position:relative;width:100%;min-height:260px;overflow:hidden}.tc-card{position:absolute;inset:0;background:#fff;border-radius:1rem;padding:2rem 1.75rem 1.5rem;box-shadow:0 2px 16px #00000012;border:1px solid #e5e7eb;text-align:left;opacity:0;transform:translate(60px);pointer-events:none;transition:opacity .45s ease,transform .45s ease;display:flex;flex-direction:column;justify-content:space-between}.tc-card.tc-card-active{opacity:1;transform:translate(0);pointer-events:auto;position:relative}.tc-card.tc-card-active.tc-slide-prev{animation:tc-slide-in-left .45s ease forwards}.tc-card.tc-card-active.tc-slide-next{animation:tc-slide-in-right .45s ease forwards}@keyframes tc-slide-in-right{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes tc-slide-in-left{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}.tc-stars{font-size:1.25rem;color:#fbbf24;letter-spacing:2px;margin-bottom:.75rem}.tc-quote{font-style:italic;color:#374151;line-height:1.7;font-size:1.05rem;margin:0 0 1rem;flex:1}.tc-result{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.tc-result-img{width:100%;max-width:280px;height:auto;border-radius:.5rem;border:2px solid #e5e7eb;box-shadow:0 4px 8px #00000014;margin-bottom:.5rem}.tc-result-text{font-size:.85rem;color:#6b7280}.tc-author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid #f3f4f6}.tc-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.tc-name{font-weight:600;color:#1f2937;font-size:.95rem}.tc-location{font-size:.8rem;color:#9ca3af}.tc-arrow{width:40px;height:40px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,box-shadow .2s,color .2s;box-shadow:0 1px 4px #0000000f;line-height:1}.tc-arrow:hover{background:#f3f4f6;box-shadow:0 2px 8px #0000001f;color:#6366f1}.tc-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.tc-dot{width:10px;height:10px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;padding:0;transition:background .3s,transform .3s}.tc-dot-active{background:linear-gradient(135deg,#6366f1,#8b5cf6);transform:scale(1.3)}.tc-counter{margin-top:.5rem;font-size:.8rem;color:#9ca3af}@media (max-width: 600px){.tc-card{padding:1.25rem 1rem 1rem}.tc-viewport{min-height:280px}.tc-arrow{width:32px;height:32px;font-size:1.2rem}.tc-quote{font-size:.95rem}}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1.5rem}.testimonial-card{background:#fff;padding:1rem;border-radius:.75rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;text-align:left}.testimonial-stars{font-size:1rem;margin-bottom:.5rem;color:#fbbf24}.testimonial-content p{font-style:italic;color:#374151;margin-bottom:1rem;line-height:1.6}.testimonial-author{display:flex;align-items:center;gap:.75rem}.author-avatar{width:40px;height:40px;background:#6b7280;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem}.author-name{font-weight:600;color:#1f2937}.author-location{font-size:.875rem;color:#6b7280}.guarantee-explanation{background:#f8fafc;padding:2rem;border-radius:1rem;margin-top:3rem;text-align:center;border:1px solid #e5e7eb}.guarantee-explanation h3{color:#1f2937;margin-bottom:1rem}.guarantee-explanation p{color:#4b5563;margin-bottom:1rem;line-height:1.6}.pdf-price{text-align:center;margin-top:1rem}.price{font-size:1.5rem;font-weight:700;color:#1f2937;display:block}.price-note{font-size:.875rem;color:#6b7280}.sample-question{padding:2rem 0;background:#f0f9ff;border-top:1px solid #e5e7eb}.sample-question h2{text-align:center;font-size:2rem;margin-bottom:2rem;color:#1f2937}.sample-content{width:100%;margin:0 auto}.samples-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;width:100%;max-width:none}.sample-question-card{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 6px #0000001a;border:2px solid #6b7280;margin-bottom:0;min-height:500px;width:100%}.sample-question-card h3{color:#1f2937;font-size:1.25rem;margin-bottom:1rem;text-align:center}.question-box{background:#eff6ff;padding:1.5rem;border-radius:.75rem;border-left:4px solid #3b82f6;margin-bottom:1.5rem}.question-box p{font-size:1.125rem;color:#1e40af;margin:0}.answer-box{background:#f0fdf4;padding:1.5rem;border-radius:.75rem;border-left:4px solid #10b981;margin-bottom:1.5rem}.answer-box h4{color:#047857;font-size:1.125rem;margin-bottom:1rem}.answer-box p{color:#374151;line-height:1.7;margin:0}.answer-box mark{background-color:#fef3c7;color:#92400e;padding:.1rem .2rem;border-radius:.25rem;font-weight:600}.sample-note{background:#fef3c7;padding:1rem;border-radius:.5rem;border-left:4px solid #f59e0b}.sample-note p{margin:0;color:#92400e;font-size:.95rem}.level-analysis{background:#f8fafc;padding:1.5rem;border-radius:.75rem;border:1px solid #e2e8f0;margin-top:1.5rem}.level-analysis h4{color:#1f2937;font-size:1.125rem;margin-bottom:1rem;text-align:center}.analysis-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.analysis-item{background:#fff;padding:1rem;border-radius:.5rem;border:1px solid #e5e7eb}.analysis-item strong{color:#1f2937;display:block;margin-bottom:.75rem;font-size:.95rem}.analysis-item ul{margin:0;padding-left:1.25rem}.analysis-item li{color:#4b5563;font-size:.875rem;line-height:1.5;margin-bottom:.5rem}.spring-questions{padding:2rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);margin-bottom:1.5rem;border-radius:1.5rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #0000001a,0 8px 16px #0000000d,inset 0 1px #fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.spring-questions:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#feca57);background-size:300% 100%;animation:gradientShift 3s ease-in-out infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.spring-questions h2{text-align:center;font-size:2.2rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#1f2937,#4b5563,#1f2937);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;width:100%;display:block;animation:textShimmer 3s ease-in-out infinite;letter-spacing:-.02em;line-height:1.2}@keyframes textShimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.section-subtitle{text-align:center;font-size:1rem;color:#6b7280;margin-bottom:1.5rem}.questions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:.5rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 1rem}.question-item{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;background:#ffffffe6;border-radius:1rem;border:1px solid rgba(255,255,255,.3);transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #0000001a,0 4px 16px #0000000d,inset 0 1px #fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.question-item:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#4f46e5,#06b6d4,#10b981);transform:scaleX(0);transition:transform .4s ease}.question-item:hover:before{transform:scaleX(1)}.question-item:hover{background:#fffffff2;transform:translateY(-4px) scale(1.02);box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,inset 0 1px #ffffffe6;border-color:#4f46e54d}.question-number{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0;box-shadow:0 4px 12px #4f46e54d,0 2px 6px #4f46e533,inset 0 1px #ffffff4d;position:relative;overflow:hidden}.question-number:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 50%);border-radius:50%}.question-text{color:#374151;font-size:1rem;line-height:1.6;font-weight:500}.questions-note{text-align:center;background:#fef3c7;padding:1rem;border-radius:.5rem;border:1px solid #f59e0b;max-width:500px;margin:1rem auto}.questions-note p{margin:0;color:#92400e;font-size:1rem}.features{padding:5rem 0;background:#f9fafb}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1f2937}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;margin-bottom:1rem;color:#1f2937}.feature-card p{color:#6b7280;line-height:1.6}.citizenship-guarantee{background:#ffffff1a;padding:1.5rem;border-radius:1rem;margin:2rem 0;border:2px solid rgba(251,191,36,.3)}.choose-path-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:.75rem}.guarantee-text{font-size:1.125rem;margin-bottom:.75rem;line-height:1.6;color:#fff}.residency{color:#fbbf24;font-weight:700;cursor:pointer;transition:all .3s ease;text-decoration:underline}.residency:hover{color:#fcd34d;transform:scale(1.05)}.citizenship{color:#fbbf24;font-weight:700;cursor:pointer;transition:all .3s ease;text-decoration:underline}.citizenship:hover{color:#fcd34d;transform:scale(1.05)}.guarantee-subtext{font-size:1rem;opacity:.9;margin:0}.citizenship-requirements{padding:3rem 0;background:#f8fafc;border-top:1px solid #e5e7eb}.citizenship-requirements h2{text-align:center;font-size:2rem;margin-bottom:2rem;color:#1f2937}.requirements-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;width:100%;max-width:none}.requirement-card{background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;text-align:center;border:2px solid #e5e7eb;transition:all .3s ease;min-height:600px;width:100%}.requirement-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px #0000001a;border-color:#3b82f6}.requirement-icon{font-size:3rem;margin-bottom:1rem}.requirement-card h3{font-size:1.75rem;margin-bottom:1.5rem;color:#1f2937}.level-badge{display:inline-block;padding:.5rem 1rem;border-radius:2rem;font-weight:700;font-size:.875rem;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.level-badge.a2{background:#10b981;color:#fff}.level-badge.b1{background:#3b82f6;color:#fff}.requirement-card p{color:#6b7280;line-height:1.6;margin-bottom:2rem;font-size:1.1rem}.requirement-card ul{text-align:left;color:#4b5563;line-height:1.6}.requirement-card li{margin-bottom:.5rem}.guarantee-box{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:2.5rem;border-radius:1rem;text-align:center;max-width:800px;margin:0 auto;transition:all .3s ease}.guarantee-box.clickable{cursor:pointer;transform:scale(1)}.guarantee-box.clickable:hover{transform:scale(1.02);box-shadow:0 10px 30px #10b9814d}.purchase-hint{font-size:.9rem;opacity:.8;margin-top:1rem;font-style:italic}.purchase-options{text-align:center;margin-top:3rem}.purchase-options h3{font-size:1.5rem;margin-bottom:2rem;color:#1f2937}.pdf-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.pdf-option{background:linear-gradient(145deg,#fff,#f8fafc,#fff);padding:2rem;border-radius:1rem;box-shadow:0 8px 25px #0000001a,inset 0 1px #fffc,inset 0 -1px #0000000d;border:3px solid #e5e7eb;cursor:pointer;transition:all .3s ease;text-align:center;position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%}.pdf-option:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#d1d5db,#9ca3af,#6b7280);box-shadow:0 1px 2px #0000001a}.pdf-option:hover{transform:translateY(-5px);box-shadow:0 20px 35px #00000026,inset 0 2px #ffffffe6,inset 0 -2px #0000001a;border-color:#6b7280;background:linear-gradient(145deg,#fff,#f1f5f9,#fff)}.pdf-option.a2-option{border-color:#e5e7eb}.pdf-option.a2-option:before{background:linear-gradient(90deg,#d1d5db,#9ca3af,#6b7280);box-shadow:0 1px 2px #0000001a}.pdf-option.a2-option:hover{border-color:#6b7280;box-shadow:0 20px 35px #00000026,inset 0 2px #ffffffe6,inset 0 -2px #0000001a;background:linear-gradient(145deg,#fff,#f1f5f9,#fff)}.pdf-option.b1-option{border-color:#e5e7eb}.pdf-option.b1-option:before{background:linear-gradient(90deg,#d1d5db,#9ca3af,#6b7280);box-shadow:0 1px 2px #0000001a}.pdf-option.b1-option:hover{border-color:#6b7280;box-shadow:0 20px 35px #00000026,inset 0 2px #ffffffe6,inset 0 -2px #0000001a;background:linear-gradient(145deg,#fff,#f1f5f9,#fff)}.pdf-icon{font-size:3rem;margin-bottom:1rem}.pdf-option h4{font-size:1.5rem;margin-bottom:.5rem;color:#1f2937;font-weight:600}.pdf-option p{color:#6b7280;margin-bottom:1rem;font-size:1rem}.requirement-info{background:#f8fafc;padding:1rem;border-radius:.75rem;margin-bottom:1.5rem;border-left:4px solid #10b981}.requirement-info p{color:#374151;font-size:.9rem;margin-bottom:.5rem}.requirement-info p:first-child{color:#1f2937;font-weight:700;font-size:1rem;margin-bottom:.5rem}.requirement-info p:last-child{color:#000!important;font-weight:700;margin-top:.25rem;padding-top:.25rem;border-top:1px solid #e5e7eb}.requirement-info ul{list-style:none;padding:0;margin:0}.requirement-info li{color:#4b5563;font-size:.85rem;margin-bottom:.25rem;padding-left:1rem;position:relative}.requirement-info li:before{content:"✓";color:#10b981;font-weight:700;position:absolute;left:0}.pdf-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;flex-grow:1}.pdf-features li{color:#000!important;font-size:.9rem}.button-emoji{text-align:center;font-size:1.8rem;margin:1rem 0 .5rem;opacity:.8}.pdf-price{margin-bottom:1rem;font-size:1.125rem;font-weight:700;color:#fb923c}.pdf-actions{margin-top:auto}.pdf-actions .cta-button{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;text-align:center;padding:.75rem 1rem;font-size:1rem;font-weight:600;line-height:1.2}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.guarantee-box h3{font-size:1.5rem;margin-bottom:1rem}.guarantee-box p{font-size:1.125rem;margin:0;opacity:.95}.cta-section{background:#1f2937;color:#fff;padding:5rem 0;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.guarantee{margin-top:1rem!important;font-size:1rem!important;color:#10b981!important;font-weight:700}.faq-section{background:#f8fafc;padding:4rem 0;border-top:1px solid #e5e7eb}.faq-section h2{text-align:center;font-size:2rem;margin-bottom:3rem;color:#1f2937}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(450px,100%),1fr));gap:2rem;max-width:1200px;margin:0 auto}.faq-item{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease;min-height:180px}.faq-item:hover{transform:translateY(-2px);box-shadow:0 8px 15px #0000001a}.faq-item h3{color:#1f2937;font-size:1.25rem;margin-bottom:1rem;font-weight:600}.faq-item p{color:#6b7280;line-height:1.6;margin:0}.chat-trigger{position:fixed;bottom:12px;right:12px;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:.4rem .8rem;border-radius:50px;cursor:pointer;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;gap:.4rem;z-index:1000;transition:all .3s ease;font-weight:500;font-size:.75rem}.chat-trigger:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}.chat-icon{font-size:1rem}.chat-widget{position:fixed;bottom:20px;right:20px;width:350px;height:500px;background:#fff;border-radius:1rem;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;z-index:1001;overflow:hidden}.chat-header{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center}.chat-header h3{margin:0;font-size:1.1rem;font-weight:600}.chat-close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.chat-close:hover{background-color:#fff3}.chat-messages{flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.message{display:flex;gap:.75rem;align-items:flex-start}.message.user{flex-direction:row-reverse}.message.user .message-content{background:#e5e7eb;color:#374151}.message.bot .message-content{background:#f3f4f6;color:#374151}.bot-avatar{width:32px;height:32px;background:#1e40af;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.message-content{max-width:80%;padding:.75rem 1rem;border-radius:1rem;font-size:.9rem;line-height:1.4}.message-content p{margin:0}.question-options{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.option-button{background:#f8fafc;border:2px solid #e2e8f0;color:#374151;padding:.75rem 1rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease;text-align:left;font-size:.9rem;line-height:1.4}.option-button:hover{background:#1e40af;color:#fff;border-color:#1e40af}.recommendation{margin-top:1rem}.recommendation-button{background:linear-gradient(135deg,#059669,#047857);color:#fff;border:none;padding:1rem 1.5rem;border-radius:.75rem;cursor:pointer;font-weight:600;font-size:1rem;width:100%;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.recommendation-button:hover{background:linear-gradient(135deg,#047857,#065f46);transform:translateY(-2px);box-shadow:0 6px 12px -1px #00000026}.language-selection{margin-top:1rem}.language-title{font-size:.9rem;color:#6b7280;margin-bottom:1rem;text-align:center;font-weight:500}.language-options{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.language-button{background:#f8fafc;border:2px solid #e2e8f0;color:#374151;padding:.75rem .5rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease;text-align:center;font-size:.85rem;line-height:1.3;display:flex;flex-direction:column;align-items:center;gap:.25rem}.language-button:hover{background:#dfe1eb;color:#fff;border-color:#1e40af;transform:translateY(-1px)}.email-contact-section{margin-top:20px;padding:15px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.email-divider{height:1px;background:#e2e8f0;margin-bottom:15px}.email-content h4{margin:0 0 8px;color:#1e40af;font-size:16px;font-weight:600}.email-content p{margin:8px 0;color:#64748b;font-size:14px;line-height:1.4}.email-link{display:inline-block;background:#1e40af;color:#fff;padding:8px 16px;border-radius:6px;text-decoration:none;font-weight:500;font-size:14px;margin:8px 0;transition:background-color .2s}.email-link:hover{background:#1d4ed8;color:#fff;text-decoration:none}.email-note{font-size:12px;color:#94a3b8;font-style:italic;margin-top:8px}.contact-options{display:flex;flex-direction:column;gap:10px;margin:15px 0}.contact-form-button{background:#f1f5f9;border:2px solid #e2e8f0;color:#374151;padding:10px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;text-align:left}.contact-form-button:hover{background:#e2e8f0;border-color:#cbd5e1}.contact-form{margin-top:15px}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;font-weight:500;color:#374151;font-size:14px}.form-input,.form-textarea{width:100%;padding:8px 12px;border:2px solid #e2e8f0;border-radius:6px;font-size:14px;transition:border-color .2s;box-sizing:border-box}.form-input:focus,.form-textarea:focus{outline:none;border-color:#1e40af}.form-textarea{resize:vertical;min-height:60px}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:15px}.cancel-button{background:#f8fafc;border:2px solid #e2e8f0;color:#64748b;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.cancel-button:hover{background:#f1f5f9;border-color:#cbd5e1}.submit-button{background:#1e40af;border:2px solid #1e40af;color:#fff;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.submit-button:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.submit-button:disabled{background:#94a3b8;border-color:#94a3b8;cursor:not-allowed}.submit-message{margin-top:10px;padding:8px 12px;background:#f0f9ff;border:1px solid #0ea5e9;border-radius:6px;color:#0c4a6e;font-size:13px;text-align:center}.card-header{background:#fff!important;color:#1e293b!important;margin-bottom:.25rem;padding:.5rem;min-height:auto;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;width:100%;justify-content:flex-start;border-radius:0!important;box-sizing:border-box;position:relative}.location-section .card-level{background:#fbbf24!important;color:#92400e!important;padding:.25rem .75rem!important;border-radius:1rem!important;font-size:.75rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.05em!important;display:inline-block!important;margin-bottom:.5rem!important;width:auto!important;max-width:fit-content!important;white-space:nowrap!important;box-sizing:border-box!important;line-height:1!important;height:auto!important;min-width:auto!important;position:relative!important}div.card-level{width:auto!important;max-width:fit-content!important;min-width:auto!important;display:inline-block!important;white-space:nowrap!important;position:static!important;float:none!important;margin:0 0 .5rem!important}.september-stripe-btn{margin:.5rem 0;text-align:center;display:flex;justify-content:center;align-items:center}.september-stripe-btn .cta-button.september-button{width:100%;max-width:350px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;min-height:60px}.sample-questions-cta{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);padding:.75rem 0;text-align:center}.sample-cta-content h2{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.sample-cta-content p{color:#64748b;margin-bottom:.5rem;font-size:.85rem}.sample-questions-btn{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border:none;padding:.5rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.sample-questions-btn:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb);transform:translateY(-2px);box-shadow:0 6px 12px -1px #00000026}.bottom-cta{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 0;text-align:center}.bottom-cta h2{color:#1e293b;font-size:2rem;margin-bottom:2rem}.bottom-buy-options{display:flex;gap:1.5rem;justify-content:center;align-items:stretch}.bottom-buy-options .cta-button{min-height:60px;min-width:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem;font-size:1rem;font-weight:600;line-height:1.2}.footer{background:#111827;color:#9ca3af;text-align:center;padding:2rem 0}.footer p{margin:.5rem 0;font-size:.9rem}.contact-email{color:#fbbf24;text-decoration:none;transition:color .3s ease;font-weight:500}.contact-email:hover{color:#f59e0b;text-decoration:underline}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem;flex-wrap:wrap}.social-link{color:#fff;text-decoration:none;font-size:1.2rem;font-weight:700;padding:.75rem;border:none;border-radius:50%;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#1877f2}.social-link:hover{color:#fff;border-color:#6b7280;transform:translateY(-1px)}.social-link.facebook,.social-link.facebook-group{background-color:#1877f2}.social-link.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-radius:0}.instagram-icon{width:22px;height:18px;border:2px solid white;border-radius:1px;position:relative}.instagram-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border:2px solid white;border-radius:50%}.instagram-icon:after{content:"";position:absolute;top:2px;right:2px;width:3px;height:3px;background:#fff;border-radius:50%}.social-link:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}@media (max-width: 1024px){.questions-grid{grid-template-columns:1fr;gap:.75rem}.container{padding:0 1rem}.hero-content{padding:2rem 0}.hero-title{font-size:2.5rem}}@media (max-width: 768px){.container{padding:0 1rem}.header{position:relative;padding:.5rem 0}.header .container{flex-direction:row;gap:.5rem;padding:.5rem 1rem;align-items:center;justify-content:space-between}.logo-icon{height:32px}.logo-brand{font-size:1.2rem}.logo-tagline{display:none}.header-right{flex-direction:row;gap:.5rem;width:auto;justify-content:flex-end;flex-wrap:nowrap;align-items:center}.faq-links{order:1;gap:.25rem}.faq-link{font-size:.75rem;padding:.4rem .6rem}.language-selector{order:2;flex:0;min-width:auto}.language-select{width:auto;text-align:center;font-size:.8rem;padding:.35rem .5rem}.header-trust-indicators{display:none}.social-links{gap:1rem;flex-direction:row;justify-content:center}.social-link{width:45px;height:45px;font-size:1.3rem}.hero,.hero-content{padding:1rem 0}.hero-title{font-size:2rem;line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.hero-intro{grid-template-columns:1fr;gap:1.5rem;text-align:center}.intro-text{font-size:1rem;line-height:1.6}.hero-text{text-align:center}.hero-image img{width:250px;height:160px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-features{align-items:center}.feature-item{justify-content:center}.features h2,.cta-content h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.social-proof-grid{grid-template-columns:1fr;gap:1rem}.social-item{padding:1rem}.count-number{font-size:2.5rem}.trust-message p{font-size:1rem}.sample-question h2{font-size:1.75rem}.samples-grid{grid-template-columns:1fr;gap:1rem}.sample-question-card{padding:1rem}.spring-questions h2,.september-questions h2{font-size:1.8rem}.spring-questions,.september-questions{padding:1.5rem 0;margin:1rem 0}.question-item{padding:1rem;gap:.5rem}.question-number{width:2rem;height:2rem;font-size:.875rem}.question-text{font-size:.9rem;line-height:1.5}.cta-button,.cta-button.september-button{padding:.8rem 1.2rem;font-size:.9rem;min-height:50px}.questions-grid{grid-template-columns:1fr;gap:.25rem}.question-item,.questions-note{padding:1rem}.questions-note p{font-size:1rem}.analysis-grid{grid-template-columns:1fr;gap:1rem}.analysis-item{padding:.75rem}.level-analysis{padding:1rem}.citizenship-requirements h2{font-size:2rem}.requirements-grid{grid-template-columns:1fr;gap:1.5rem}.requirement-card{padding:2rem;min-height:auto}.guarantee-box{padding:1.5rem}.citizenship-guarantee{padding:1rem}.guarantee-text{font-size:1rem}.container{padding:0 15px}.button-english{font-size:.8rem}.hero-buttons{flex-direction:column;gap:1rem}.cta-button{width:100%;max-width:300px}.bottom-buy-options{flex-direction:column;gap:1rem;align-items:center}.pdf-options{grid-template-columns:1fr;gap:1.5rem}.pdf-option{padding:1.5rem}.cta-buttons{flex-direction:column;gap:1rem}.chat-trigger{bottom:8px;right:8px;padding:.3rem .6rem;font-size:.65rem;gap:.3rem}.chat-icon{font-size:.85rem}.chat-widget{width:calc(100vw - 20px);height:70vh;bottom:10px;right:10px}}.september-questions{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem 0;border-radius:1.5rem;border:1px solid rgba(255,255,255,.2);margin-bottom:1.5rem;display:block!important;visibility:visible!important;box-shadow:0 20px 40px #0000001a,0 8px 16px #0000000d,inset 0 1px #fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.september-questions:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff9a56,#ff6b6b,#c44569,#f8b500);background-size:300% 100%;animation:gradientShift 3s ease-in-out infinite}.september-questions h2{text-align:center;font-size:2.2rem;font-weight:700;margin-bottom:.25rem;background:linear-gradient(135deg,#1f2937,#4b5563,#1f2937);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;width:100%;display:block;animation:textShimmer 3s ease-in-out infinite;letter-spacing:-.02em;line-height:1.2}.september-questions .section-subtitle{text-align:center;color:#6b7280;font-size:1rem;margin-bottom:.75rem;font-weight:500}.location-sections{display:grid;gap:1rem;margin-bottom:1rem}.location-section{background:transparent;border-radius:.75rem;padding:1.5rem;box-shadow:none;border:none;min-height:auto;overflow:visible;display:flex;flex-direction:column;justify-content:flex-start}.location-section h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:.25rem;padding-bottom:.25rem;border-bottom:1px solid #e2e8f0}.card-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0;padding:0;border:none;line-height:1.4;min-height:auto;overflow:visible}.september-cta{background:linear-gradient(135deg,#7c3aed,#ec4899);border-radius:1rem;padding:2.5rem;text-align:center;color:#fff;margin-top:0}.september-cta h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.september-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.september-button{background:#fff;color:#7c3aed;border:none;padding:1rem 2rem;border-radius:.75rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.september-button:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px #0003}.september-button .button-english{display:block;font-size:.9rem;font-weight:500;margin-top:.25rem;opacity:.8}@media (max-width: 768px){.september-questions h2{font-size:2rem}.location-section{padding:1.5rem}.location-section h3{font-size:1.3rem}.september-cta{padding:2rem}.september-cta h3{font-size:1.5rem}}body.bundle-selected .header,body.bundle-selected .hero,body.bundle-selected .sample-questions-cta,body.bundle-selected .bundle-visuals,body.bundle-selected .main-page-content,body.bundle-selected .september-questions,body.bundle-selected .social-proof,body.bundle-selected .bottom-cta,body.bundle-selected .footer,body.bundle-selected .landing-page>header,body.bundle-selected .landing-page>main>section:not(.bundle-layout),body.bundle-selected .social-banner,body.bundle-selected .consent-banner,body.bundle-selected .chat-trigger,body.bundle-selected .chat-widget{display:none!important}body.bundle-selected .bundle-layout{display:block!important}.bundle-visuals{padding:3rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);margin:2rem 0}.bundle-visuals h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#1f2937,#4b5563,#1f2937);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:textShimmer 3s ease-in-out infinite}.visuals-subtitle{text-align:center;color:#6b7280;font-size:1.1rem;margin-bottom:2rem}.visuals-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(450px,100%),1fr));gap:2rem;max-width:1400px;margin:0 auto;padding:0 1rem;align-items:start}.visual-card{background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 25px #0000001a,0 4px 10px #0000000d;transition:all .3s ease;border:2px solid transparent;cursor:pointer;position:relative;display:flex;flex-direction:column}.visual-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026,0 8px 20px #0000001a;border-color:#3b82f6}.visual-card-september{background:linear-gradient(180deg,#fff,#faf0ee 40%,#f5d4ce)}.visual-card-september .iframe-scale-wrapper{background:transparent}.visual-card-december{background:linear-gradient(180deg,#fff,#e0f2fe 40%,#bae6fd)}.visual-card-december .iframe-scale-wrapper{background:transparent}.visual-card-a2{background:linear-gradient(180deg,#fff,#fef3e2 40%,#fde68a)}.visual-card-a2 .iframe-scale-wrapper{background:transparent}.visual-card-b1{background:linear-gradient(180deg,#fff,#ecfccb 40%,#bef264)}.visual-card-b1 .iframe-scale-wrapper{background:transparent}.visual-card-footer{display:flex;flex-direction:column;flex:1 0 auto}.visual-card-footer-september{background:linear-gradient(135deg,#faf0ee,#f5d4ce,#f0c4ba)}.visual-card-footer-december{background:linear-gradient(135deg,#e0f2fe,#bae6fd,#7dd3fc)}.visual-card-footer-a2{background:linear-gradient(135deg,#fef3e2,#fde68a 30%,#fcd34d)}.visual-card-footer-b1{background:linear-gradient(135deg,#ecfccb,#bef264,#a3e635)}.visual-card-footer-skriftlig{background:linear-gradient(180deg,#fdba74,#fb923c)}.visual-card-skriftlig{background:linear-gradient(180deg,#fff7ed,#fed7aa 35%,#fdba74)}.visual-card-skriftlig .iframe-scale-wrapper{background:transparent}.bundle-visual-image,.bundle-visual-iframe{width:100%;height:400px;border:none;display:block;border-radius:1.5rem 1.5rem 0 0}.bundle-visual-iframe{pointer-events:none}.bundle-visual-image{object-fit:cover}.bundle-visual-image-wrapper{position:relative;overflow:hidden;border-radius:1.5rem 1.5rem 0 0;background:#fff}.bundle-visual-cover{object-fit:contain;width:100%;height:100%}.visual-info{padding:1.5rem;text-align:center}.visual-info h3{font-size:1.5rem;font-weight:800;color:#1f2937;margin-bottom:.5rem}.visual-info p{color:#4b5563;font-size:1.05rem;font-weight:600;margin-bottom:1rem}.visual-price{display:inline-block;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:.75rem 1.5rem;border-radius:2rem;font-weight:700;font-size:1.1rem;box-shadow:0 4px 12px #3b82f64d}.iframe-scale-wrapper{position:relative;overflow:hidden;border-radius:1.5rem 1.5rem 0 0;background:#fff;flex-shrink:0}.iframe-scale-wrapper .bundle-visual-iframe{border-radius:0}.visuals-section-title{text-align:center;font-size:1.5rem;font-weight:700;padding:.6rem 2rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;max-width:600px;margin:2.5rem auto .5rem;color:#fff}.visuals-section-title.exam-period-title{background:linear-gradient(135deg,#9f1239,#be185d);margin-top:0}.visuals-section-title.core-title{background:linear-gradient(135deg,#1f2937,#000)}.visuals-section-title.skriftlig-title{background:linear-gradient(135deg,#d97706,#b45309)}.visuals-grid.skriftlig-grid{grid-template-columns:repeat(auto-fit,minmax(min(450px,100%),1fr))}.visual-info-skriftlig h3{font-size:1.65rem}.visual-info-skriftlig p{font-size:1.15rem}.visual-stars{font-size:1.1rem;color:#fbbf24;font-weight:700;margin-top:-.25rem}.visual-stars span{color:#6b7280;font-size:.85rem;font-weight:500}.visual-buttons-skriftlig{flex-direction:row;align-items:stretch;gap:.5rem}.visual-buttons-skriftlig .visual-btn{flex:1}.skriftlig-grid-spacer{visibility:hidden;pointer-events:none;min-height:1px}.visual-buttons{display:flex;gap:.5rem;padding:0 1.5rem 1.5rem;justify-content:center}.visual-btn{padding:.7rem 1.5rem;border-radius:.6rem;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s ease;border:none}.visual-btn-primary{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;box-shadow:0 4px 12px #3b82f64d}.visual-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.visual-btn-secondary{background:#f1f5f9;color:#374151;border:1px solid #e2e8f0}.visual-btn-secondary:hover{background:#e2e8f0;transform:translateY(-2px)}.visual-coming-soon{display:inline-block;padding:.7rem 1.5rem;border-radius:.6rem;font-weight:700;font-size:.95rem;color:#be185d;background:#fdf2f8;border:2px solid #f472b6;cursor:default}.visual-card.bestseller-visual{overflow:visible;border:none;background:linear-gradient(#fff,#fff) padding-box,conic-gradient(from var(--angle, 0deg),#6366f1,#a855f7,#ec4899,#f59e0b,#22c55e,#6366f1) border-box;border:5px solid transparent;animation:spin-border 3s linear infinite;box-shadow:0 8px 30px #f59e0b59}.visual-card.bestseller-visual:hover{box-shadow:0 12px 40px #f59e0b80}.bestseller-visual-badge{position:absolute;top:-16px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#fcd34d,#f59e0b,#d97706);color:#1c1917;font-size:.95rem;font-weight:900;letter-spacing:.18em;padding:12px 28px;border-radius:28px;z-index:25;line-height:1.2;white-space:nowrap;box-shadow:0 6px 20px #f59e0bb3,0 0 0 3px #fffffff2,inset 0 1px #fff9;text-shadow:0 1px 2px rgba(255,255,255,.6);animation:bestseller-pulse 1.5s ease-in-out infinite}@keyframes bestseller-pulse{0%,to{box-shadow:0 6px 20px #f59e0bb3,0 0 0 3px #fffffff2,inset 0 1px #fff9;transform:translate(-50%) scale(1)}50%{box-shadow:0 8px 28px #f59e0be6,0 0 0 3px #fffffff2,inset 0 1px #fff9;transform:translate(-50%) scale(1.03)}}.visual-pdf-badge{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:.35rem;background:#fff;padding:.4rem .75rem;border-radius:.5rem;box-shadow:0 2px 10px #0000001f;font-size:.75rem;font-weight:700;color:#1c1917;z-index:20;border:2px solid #e5e7eb}.visual-pdf-badge img{width:24px;height:auto;display:block}@media (max-width: 768px){.skriftlig-grid-spacer{display:none}.bundle-visuals{padding:1rem 0;margin:0}.bundle-visuals h2{font-size:1.5rem}.visuals-grid{grid-template-columns:1fr;gap:.75rem;padding:0 .5rem}.visual-card{border-radius:.75rem}.iframe-scale-wrapper,.bundle-visual-image-wrapper{height:200px;border-radius:.75rem .75rem 0 0}.iframe-scale-wrapper .bundle-visual-iframe{width:200%;height:200%;transform:scale(.5);transform-origin:top left}.bundle-visual-image,.bundle-visual-image-wrapper .bundle-visual-cover{height:200px;border-radius:.75rem .75rem 0 0}.visual-info{padding:.75rem}.visual-info h3{font-size:1.1rem;margin-bottom:.25rem}.visual-info p{font-size:.85rem;margin-bottom:.5rem}.visual-price{padding:.5rem 1rem;font-size:.9rem}.visuals-section-title{font-size:1.1rem;padding:.5rem 1rem;margin:.75rem auto .5rem}.visual-buttons{padding:0 1rem 1rem;gap:.4rem}.visual-btn{padding:.6rem 1rem;font-size:.85rem}.sample-questions-cta{padding:.5rem 0}.sample-cta-content h2{font-size:1.2rem}.sample-cta-content p{font-size:.9rem;margin-bottom:1rem}}@media (max-width: 480px){.bundle-visuals h2{font-size:1.3rem}.visuals-subtitle{font-size:.9rem;margin-bottom:.75rem}.visuals-grid{gap:.75rem}.iframe-scale-wrapper,.bundle-visual-image-wrapper{height:200px}.iframe-scale-wrapper .bundle-visual-iframe{width:200%;height:200%;transform:scale(.5);transform-origin:top left}.bundle-visual-image,.bundle-visual-image-wrapper .bundle-visual-cover{height:200px}.visual-info h3{font-size:1rem}.visual-info p{font-size:.8rem}.visual-price{padding:.4rem .8rem;font-size:.85rem}}@media (max-width: 480px){.container{padding:0 .5rem}.header .container{padding:.4rem .5rem}.logo-icon{height:28px}.logo-brand{font-size:1rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.9rem}.spring-questions h2,.september-questions h2{font-size:1.2rem}.question-item{padding:.6rem}.question-number{width:1.5rem;height:1.5rem;font-size:.7rem}.question-text{font-size:.8rem}.cta-button{padding:.6rem .8rem;font-size:.8rem;min-height:42px}.faq-grid{grid-template-columns:1fr}.faq-item{padding:1.25rem;min-height:auto}.faq-item h3{font-size:1rem}.bottom-cta{padding:2rem 0}.bottom-cta h2{font-size:1.3rem}}.sample-accordion .sample-accordion-toggle{display:flex;align-items:flex-start;justify-content:space-between;width:100%;background:none;border:none;cursor:pointer;padding:1rem;text-align:left;gap:1rem;border-radius:12px;transition:background .2s}.sample-accordion:not(.sample-accordion-open) .sample-accordion-toggle:hover{background:#3b82f60a}.sample-accordion .sample-accordion-toggle h3{margin:0;flex:1}.sample-accordion-header{flex:1;display:flex;flex-direction:column;gap:.4rem}.sample-preview-tag{display:inline-block;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.72rem;font-weight:700;padding:.25rem .65rem;border-radius:1rem;letter-spacing:.02em;text-transform:uppercase;width:fit-content}.sample-preview-hint{color:#6b7280;font-size:.88rem;margin:0;line-height:1.4}.sample-expand-btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:.82rem;font-weight:600;padding:.45rem 1rem;border-radius:2rem;flex-shrink:0;margin-top:.25rem;transition:transform .15s,box-shadow .15s}.sample-accordion-toggle:hover .sample-expand-btn{transform:translateY(-1px);box-shadow:0 3px 10px #3b82f64d}.sample-accordion-open .sample-expand-btn{background:#6b7280}.sample-accordion-icon{font-size:1rem;color:#6b7280;flex-shrink:0}.sample-accordion:not(.sample-accordion-open){min-height:auto;border:2px solid #e5e7eb;transition:border-color .2s}.sample-accordion:not(.sample-accordion-open):hover{border-color:#3b82f6}.sample-accordion-body{margin-top:1rem;padding:0 1rem 1rem}@media (max-width: 768px){.sample-accordion .sample-accordion-toggle{flex-direction:column;gap:.6rem}.sample-expand-btn{align-self:flex-start}}.back-to-bundles-section{text-align:center;padding:1.5rem 0 0}.back-to-bundles-btn{display:inline-block;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.75rem 2rem;border-radius:2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #3b82f64d}.back-to-bundles-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}@media (max-width: 768px){.back-to-bundles-btn{font-size:.9rem;padding:.6rem 1.5rem}}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:0}.faq-accordion{border-bottom:1px solid #e5e7eb}.faq-accordion:first-child{border-top:1px solid #e5e7eb}.faq-accordion-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:1.25rem .5rem;cursor:pointer;text-align:left;gap:1rem;transition:background .2s}.faq-accordion-toggle:hover{background:#00000005}.faq-accordion-q{font-size:1.1rem;font-weight:600;color:#1f2937;flex:1}.faq-accordion-icon{font-size:1.4rem;color:#6b7280;flex-shrink:0;width:1.5rem;text-align:center;font-weight:300}.faq-accordion-answer{padding:0 .5rem 1.25rem}.faq-accordion-answer p{color:#6b7280;line-height:1.7;margin:0;font-size:1rem}.feedback-section{padding:3rem 0;background:linear-gradient(135deg,#f0f9ff,#ede9fe,#fce7f3)}.feedback-form{max-width:600px;margin:0 auto;background:#fff;padding:2rem 2rem 1.5rem;border-radius:1.25rem;box-shadow:0 4px 6px -1px #0000000d,0 20px 40px -8px #6366f11f;border:1px solid rgba(99,102,241,.08);position:relative;overflow:hidden}.feedback-form:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899)}.feedback-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.feedback-header-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.feedback-form h3{font-size:1.35rem;font-weight:700;color:#1f2937;margin:0;line-height:1.2}.feedback-subtitle{color:#6b7280;font-size:.88rem;margin:.2rem 0 0}.feedback-stars{background:linear-gradient(135deg,#fefce8,#fffbeb);border:1px solid #fde68a;border-radius:.85rem;padding:1rem 1.25rem;margin-bottom:1.25rem;text-align:center}.feedback-label{display:block;font-weight:600;color:#92400e;margin-bottom:.6rem;font-size:.92rem}.feedback-star-row{display:flex;gap:.4rem;justify-content:center}.feedback-star{background:none;border:none;font-size:2.5rem;cursor:pointer;color:#e5e7eb;transition:color .15s,transform .2s;padding:0;line-height:1;filter:grayscale(1)}.feedback-star:hover,.feedback-star-active{color:#f59e0b;transform:scale(1.2);filter:grayscale(0) drop-shadow(0 2px 4px rgba(245,158,11,.3))}.feedback-rating-label{display:inline-block;margin-top:.4rem;font-size:.85rem;font-weight:600;color:#d97706;animation:feedbackFadeIn .2s ease}@keyframes feedbackFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.feedback-field{margin-bottom:1rem}.feedback-field label{display:block;font-weight:600;color:#374151;margin-bottom:.4rem;font-size:.9rem}.feedback-row{display:flex;gap:1rem}.feedback-field-half{flex:1;min-width:0}.feedback-select{width:100%;padding:.65rem .85rem;border:1.5px solid #e5e7eb;border-radius:.65rem;font-size:1rem;color:#374151;background:#f9fafb;cursor:pointer;transition:border-color .2s,box-shadow .2s}.feedback-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f;background:#fff}.feedback-textarea{width:100%;padding:.65rem .85rem;border:1.5px solid #e5e7eb;border-radius:.65rem;font-size:1rem;color:#374151;resize:vertical;font-family:inherit;background:#f9fafb;transition:border-color .2s,box-shadow .2s}.feedback-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f;background:#fff}.feedback-email{width:100%;padding:.65rem .85rem;border:1.5px solid #e5e7eb;border-radius:.65rem;font-size:1rem;color:#374151;font-family:inherit;background:#f9fafb;transition:border-color .2s,box-shadow .2s}.feedback-email:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f;background:#fff}.feedback-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;border:none;border-radius:.75rem;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .25s;margin-top:.5rem}.feedback-submit-arrow{transition:transform .25s;font-size:1.1rem}.feedback-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #6366f159}.feedback-submit:hover:not(:disabled) .feedback-submit-arrow{transform:translate(3px)}.feedback-submit:disabled{opacity:.45;cursor:not-allowed}.feedback-privacy{text-align:center;color:#9ca3af;font-size:.78rem;margin:.75rem 0 0}.feedback-thankyou{text-align:center;padding:2.5rem 2rem;background:#fff;border-radius:1.25rem;max-width:600px;margin:0 auto;box-shadow:0 4px 6px -1px #0000000d,0 20px 40px -8px #6366f11f;position:relative;overflow:hidden}.feedback-thankyou:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#10b981,#6366f1,#ec4899)}.feedback-thankyou-confetti{font-size:2.5rem;margin-bottom:.25rem;animation:confettiBounce .6s ease}@keyframes confettiBounce{0%{transform:scale(0) rotate(-15deg)}50%{transform:scale(1.3) rotate(5deg)}to{transform:scale(1) rotate(0)}}.feedback-thankyou-icon{font-size:3rem;display:block;margin-bottom:.5rem}.feedback-thankyou h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin:.5rem 0 .25rem}.feedback-thankyou p{font-size:1rem;color:#6b7280;margin:0}@media (max-width: 768px){.feedback-form{padding:1.5rem 1.25rem 1.25rem;margin:0 1rem}.feedback-form h3{font-size:1.15rem}.feedback-header-icon{width:44px;height:44px;font-size:1.25rem}.feedback-star{font-size:2.2rem}.feedback-row{flex-direction:column;gap:0}.feedback-thankyou{margin:0 1rem}.faq-accordion-q{font-size:1rem}}.bundle-layout{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body.bundle-selected .bundle-layout{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;z-index:9999;overflow-y:scroll;-webkit-overflow-scrolling:touch}body.bundle-selected .bundle-detail{max-height:none;overflow:visible}@media (max-width: 768px){body.bundle-selected{overflow:hidden}body.bundle-selected .bundle-layout{padding:0;position:fixed;top:0;left:0;width:100%;height:100vh;overflow-y:scroll!important;-webkit-overflow-scrolling:touch;background:#fff}body.bundle-selected .bundle-detail{border-radius:0;max-height:none!important;height:auto!important;min-height:100vh;overflow:visible!important;display:flex!important;flex-direction:column}}.container{max-width:1600px;margin:0 auto;padding:0}.bundle-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:100}.bundle-header .container{display:flex;justify-content:center;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:opacity .3s ease}.logo:hover{opacity:.8}.logo-text{font-size:1.5rem;font-weight:700;color:#1f2937}.logo-img{height:68px;width:auto}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-menu a{text-decoration:none;color:#374151;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:#1f2937}.start-free{background:#fbbf24;color:#1f2937!important;padding:.5rem 1rem;border-radius:.5rem;font-weight:600}.search-icon{font-size:1.2rem;cursor:pointer}.bundle-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:3rem 0;text-align:center}.bundle-hero h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.bundle-hero p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.bundle-content-wrapper{padding:0;min-height:80vh;max-width:1600px;margin:0 auto}.bundle-filters{background:#f8fafc;padding:1.5rem;border-radius:.75rem;height:fit-content;position:sticky;top:120px}.filter-section{margin-bottom:2rem}.filter-section h3{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem}.filter-options{display:flex;flex-direction:column;gap:.5rem}.filter-options label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6b7280;cursor:pointer}.filter-options input[type=checkbox]{width:16px;height:16px}.bundle-section{margin-bottom:4rem}.bundle-section:last-child{margin-bottom:2rem}.section-header{text-align:center;font-size:1.6rem;font-weight:600;margin-bottom:1.5rem;padding:.7rem 2rem;border-radius:.6rem;display:flex;align-items:center;justify-content:center;gap:.6rem;max-width:1400px;margin-left:auto;margin-right:auto;margin-top:2rem}.section-header.muntlig-header{background:linear-gradient(135deg,#1f2937,#000);color:#fff;box-shadow:0 10px 30px #0000004d}.section-header.exam-period-header{background:linear-gradient(135deg,#9f1239,#be185d);color:#fff;box-shadow:0 10px 30px #9f12394d}.section-subtitle{text-align:center;color:#6b7280;font-size:.95rem;margin:-.75rem auto 1.5rem;max-width:600px}.section-header.skriftlig-header{background:linear-gradient(135deg,#d97706,#b45309);color:#fff;box-shadow:0 10px 30px #d977064d}.section-icon{font-size:1.6rem;display:inline-block}.bundle-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.75rem;width:100%;max-width:1600px;margin:.5rem auto 0;padding:2rem;overflow:visible}@media (min-width: 1280px){.bundle-grid{gap:2rem}.bundle-card{max-width:400px}}.bundle-card{background:#fff;border-radius:1.5rem;border:6px solid #000000;transition:all .3s ease;max-width:400px;width:100%;flex:0 1 380px;height:auto;position:relative;overflow:visible;box-shadow:0 20px 40px #0003,0 10px 20px #0000001a;display:flex;flex-direction:column;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.bundle-card.bestseller{border:none;background:linear-gradient(#fff,#fff) padding-box,conic-gradient(from var(--angle, 0deg),#6366f1,#a855f7,#ec4899,#f59e0b,#22c55e,#6366f1) border-box;border:4px solid transparent;animation:spin-border 4s linear infinite;box-shadow:0 20px 50px #6366f12e,0 8px 24px #a855f71f}@property --angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes spin-border{to{--angle: 360deg}}.bundle-card.bestseller:hover{box-shadow:0 24px 56px #6366f140,0 10px 28px #a855f72e}.bestseller-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#fbbf24,#f59e0b,#eab308);color:#78350f;font-size:.65rem;font-weight:800;letter-spacing:.12em;padding:6px 18px;border-radius:20px;z-index:20;white-space:nowrap;box-shadow:0 2px 10px #fbbf2480}@keyframes pulse{0%,to{transform:rotate(-12deg) scale(1)}50%{transform:rotate(-12deg) scale(1.08)}}.exam-type-badge{position:absolute;top:1rem;right:1rem;background:#000c;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;z-index:10;box-shadow:0 4px 12px #0000004d}.bundle-card.muntlig-bundle{border-color:#000;border-width:6px}.bundle-card.muntlig-bundle .exam-type-badge{background:linear-gradient(135deg,#1f2937,#000);box-shadow:0 4px 12px #0006}.bundle-card.skriftlig-bundle{border-color:#d97706;border-width:6px}.bundle-card.skriftlig-bundle:hover{border-color:#b45309;border-width:8px}.bundle-card.skriftlig-bundle .exam-type-badge{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 12px #d9770666;position:absolute;top:1rem;right:1rem;z-index:3}.bundle-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f60d,#9333ea0d);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.bundle-card:hover{transform:translateY(-20px) scale(1.05);box-shadow:0 50px 100px #0006,0 25px 50px #0000004d,0 10px 25px #0003,inset 0 1px #fffc,inset 0 -1px #0000001a}.bundle-card.muntlig-bundle:hover{border-color:#000;border-width:8px}.bundle-card:hover:before{opacity:1;background:linear-gradient(135deg,#3b82f626,#9333ea26)}.bundle-card:active{transform:translateY(-6px) scale(1.02)}.bundle-card .card-header{background:linear-gradient(135deg,#402c1c,#5a3d2a)!important;color:#fff!important;padding:.75rem 2rem 1rem;text-align:center;border-radius:.5rem .5rem 0 0;position:relative;min-height:260px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;overflow:hidden}.card-header-content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;flex:1;padding:0 1rem .25rem 0;gap:.5rem}.card-bundle-image{position:absolute;bottom:0;right:-10px;left:auto;transform:none;width:45%;height:auto;max-height:150px;object-fit:contain;z-index:1;opacity:.35;pointer-events:none}.bundle-card[data-bundle=norskprøve-a2] .card-bundle-image{bottom:0}.bundle-card[data-bundle=norskprøve-b1-b2] .card-header{background:linear-gradient(135deg,#c7ce69,#b8c05a)!important;color:#1f2937!important}.bundle-card[data-bundle=september-2025] .card-header{background:linear-gradient(135deg,#be361d,#a02e17)!important}.bundle-card[data-bundle=september-2025] .card-bundle-image{bottom:0}.bundle-card[data-bundle=december-2025] .card-header{background:radial-gradient(circle at top,#f9fafb,#e0f2fe 40%,#7dd3fc 75%)!important;color:#0f172a!important}.bundle-card[data-bundle=december-2025] .card-bundle-image{bottom:0}.bundle-card[data-bundle=december-2025] .card-title{color:#0f172a;text-shadow:none}.bundle-card[data-bundle=december-2025] .card-header:before{content:"";position:absolute;inset:0;background-image:radial-gradient(2px 2px at 20% 20%,rgba(255,255,255,.9),transparent),radial-gradient(2px 2px at 80% 30%,rgba(255,255,255,.7),transparent),radial-gradient(1.5px 1.5px at 60% 70%,rgba(255,255,255,.8),transparent),radial-gradient(1.5px 1.5px at 30% 80%,rgba(255,255,255,.6),transparent);background-size:220px 140px;opacity:.75;mix-blend-mode:screen;pointer-events:none;z-index:0;animation:decemberSnow 10s linear infinite}.bundle-card[data-bundle=march-2026] .card-header{background:radial-gradient(circle at top,#fdf2f8,#fbcfe8 40%,#f472b6 75%)!important;color:#831843!important}.bundle-card[data-bundle=march-2026] .card-bundle-image{bottom:0}.bundle-card[data-bundle=march-2026] .card-title{color:#831843;text-shadow:none}.bundle-card[data-bundle=march-2026] .card-header:before{content:"";position:absolute;inset:0;background-image:radial-gradient(3px 3px at 15% 25%,rgba(251,207,232,.9),transparent),radial-gradient(2.5px 2.5px at 75% 20%,rgba(249,168,212,.7),transparent),radial-gradient(2px 2px at 55% 65%,rgba(252,231,243,.8),transparent),radial-gradient(2px 2px at 35% 85%,rgba(244,114,182,.5),transparent);background-size:200px 130px;opacity:.6;mix-blend-mode:screen;pointer-events:none;z-index:0}.bundle-card[data-bundle=norskprøve-skriftlig] .card-header,.bundle-card.skriftlig-bundle .card-header{background:linear-gradient(135deg,#d97706,#b45309)!important;color:#1f2937!important}.bundle-card[data-bundle=norskprøve-skriftlig] .card-bundle-image,.bundle-card.skriftlig-bundle .card-bundle-image{bottom:0;max-height:140px;opacity:.3}.bundle-card.skriftlig-bundle .card-header-content{position:relative;z-index:2}.bundle-card.skriftlig-bundle .card-level{position:absolute;top:3.5rem;left:1rem;margin:0;z-index:3}.card-level{background:#fbbf24;color:#92400e;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;display:inline-block;margin:0 auto .5rem}.card-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .5rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.bundle-card[data-bundle=norskprøve-b1-b2] .card-title{color:#1f2937;text-shadow:0 1px 2px rgba(255,255,255,.3)}.card-subtitle{font-size:1rem;color:#1f2937;margin:0 0 1rem;font-weight:700;text-shadow:0 1px 2px rgba(255,255,255,.3);background:linear-gradient(135deg,#fbbf24,#f59e0b);padding:.5rem 1rem;border-radius:1rem;border:2px solid #ffffff;display:inline-block;box-shadow:0 4px 8px #0003}.card-price{font-size:1.5rem;font-weight:700;color:#fff;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.bundle-card[data-bundle=norskprøve-b1-b2] .card-price{color:#1f2937;text-shadow:0 1px 2px rgba(255,255,255,.3)}.guarantee-banner{background:#fbbf24;color:#92400e;text-align:center;padding:.3rem;font-weight:700;font-size:.65rem}.bundle-card.skriftlig-bundle .guarantee-banner{background:#000;color:#fff}.card-features{background:#f8fafc;padding:1.5rem 1.8rem 1rem;display:flex;flex-direction:column;gap:.9rem;flex-grow:1;margin-bottom:0}.feature{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#1f2937;font-weight:500}.feature-icon{color:#059669;font-weight:700;font-size:1rem}.card-meta{background:#f8fafc;padding:.5rem 1.8rem .75rem;z-index:30;position:relative}.reviews{display:flex;align-items:center;gap:.5rem;justify-content:center;z-index:25;position:relative;margin-top:0}.stars{color:#fbbf24;font-size:1.5rem;z-index:25;position:relative}.review-count{font-size:.8rem;color:#6b7280}.card-buttons{display:flex;gap:.75rem;z-index:35;justify-content:center;padding:1rem 1.8rem 1.5rem;background:#f8fafc;border-radius:0 0 1.5rem 1.5rem;margin-top:auto}.detail-button{background:linear-gradient(135deg,#1e40af,#3b82f6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#fff;border:1px solid rgba(255,255,255,.2);padding:.8rem 1.8rem;border-radius:.6rem;font-weight:600;font-size:1rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.25rem;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a,0 0 0 1px #ffffff1a,inset 0 1px #fff3;position:relative;overflow:hidden;flex-shrink:0;min-height:44px}.price-container{display:flex;flex-direction:column;align-items:center;gap:.25rem}.original-price{text-decoration:line-through;font-size:.75rem;opacity:.8;font-weight:400}.current-price{font-weight:600}.detail-button:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);transform:translateY(-2px);box-shadow:0 6px 12px -1px #00000026,0 0 0 1px #fff3,inset 0 2px 4px #ffffff4d,inset 0 -1px 2px #0000001a;color:#fff;border:1px solid rgba(255,255,255,.3)}.detail-button:active{transform:translateY(0);box-shadow:0 2px 4px #0003,0 0 0 1px #ffffff1a,inset 0 1px 2px #fff3;background:linear-gradient(135deg,#1e3a8a,#1e40af);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.buy-button{background:linear-gradient(135deg,#6b7280,#9ca3af);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#fff;border:1px solid rgba(255,255,255,.2);padding:.8rem 1.5rem;border-radius:.6rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a,0 0 0 1px #ffffff1a,inset 0 1px #fff3;position:relative;overflow:hidden;text-align:center;line-height:1.2;width:fit-content;flex-shrink:0;min-height:44px}.buy-button:hover{background:linear-gradient(135deg,#4b5563,#6b7280);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);transform:translateY(-2px);box-shadow:0 6px 12px -1px #00000026,0 0 0 1px #fff3,inset 0 2px 4px #ffffff4d,inset 0 -1px 2px #0000001a;color:#fff;border:1px solid rgba(255,255,255,.3)}.buy-button:active{transform:translateY(0);box-shadow:0 2px 4px #0003,0 0 0 1px #ffffff1a,inset 0 1px 2px #fff3;background:linear-gradient(135deg,#374151,#4b5563);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.study-info{display:flex;flex-direction:column;gap:.25rem}.study-time,.skill-level{font-size:.875rem;color:#64748b}.bundle-banner{position:relative;padding:2rem;color:#fff;min-height:200px;display:flex;align-items:center;justify-content:space-between}.bundle-banner-content{flex:1;z-index:2}.bundle-level{background:#fbbf24;color:#1f2937;padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:700;box-shadow:0 2px 4px #fbbf244d;display:inline-block;margin-bottom:1rem}.bundle-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.download-btn{background:#059669;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .3s ease}.download-btn:hover{background:#059669}.pdf-icon{background:#b91c1c;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.8rem;font-weight:700}.bundle-cover{width:120px;height:160px;background:#fff;border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:0 4px 8px #0003;z-index:2}.cover-content{color:#1e293b}.cover-title{font-size:.8rem;font-weight:600;margin-bottom:.5rem}.cover-level{background:#fbbf24;color:#1f2937;padding:.5rem;border-radius:1rem;font-size:.9rem;font-weight:700;box-shadow:0 2px 4px #fbbf244d;margin-bottom:.5rem}.cover-subtitle{font-size:.7rem;color:#64748b;line-height:1.2}.cover-purpose{font-size:.6rem;color:#b91c1c;font-weight:600;margin-top:.5rem;text-align:center;background:#dc26261a;padding:.25rem .5rem;border-radius:.25rem;border:1px solid rgba(220,38,38,.3)}.bundle-content{padding:1.5rem}.bundle-header h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.bundle-tags{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.tag{background:#f3f4f6;color:#6b7280;padding:.25rem .75rem;border-radius:1rem;font-size:.8rem;font-weight:500}.bundle-provider{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem;color:#6b7280}.rating{color:#fbbf24;font-size:.9rem}.rating-count{color:#6b7280;margin-left:.25rem}.bundle-features ul{list-style:none;padding:0;margin:0 0 1.5rem}.bundle-features li{color:#374151;font-size:.9rem;margin-bottom:.5rem;padding-left:1rem;position:relative}.bundle-features li:before{content:"•";color:#10b981;font-weight:700;position:absolute;left:0}.bundle-stats{display:flex;gap:1rem;margin-bottom:1rem}.stat{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6b7280}.stat-icon{font-size:1rem}.bundle-price{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.bundle-buy-btn{width:100%;background:#1e40af;color:#fff;border:none;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background .3s ease}.bundle-buy-btn:hover{background:#1d4ed8}.bundle-detail{grid-column:1 / -1;background:#f9fafb;border-radius:1.25rem;overflow:hidden;box-shadow:0 8px 30px #00000014;border:none;max-height:95vh;display:flex;flex-direction:column}@media (max-width: 768px){.bundle-detail{max-height:none;height:auto;min-height:100vh;border-radius:0;overflow:visible}}.back-to-home{padding:.75rem 1.5rem;background:#fff;border-bottom:1px solid #f0f0f0}.back-button{background:none;color:#6b7280;border:none;padding:.5rem 0;font-size:.95rem;font-weight:500;cursor:pointer;transition:color .2s;display:inline-flex;align-items:center;gap:.35rem}.back-button:hover{color:#1f2937}.detail-hero{position:relative;overflow:visible}.detail-hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#1e293b,#0f172a)}.bundle-detail[data-bundle=norskprøve-a2] .detail-hero-bg{background:linear-gradient(135deg,#402c1c,#2d1e12)}.bundle-detail[data-bundle=norskprøve-b1-b2] .detail-hero-bg{background:linear-gradient(135deg,#4d7c0f,#365314)}.bundle-detail[data-bundle=september-2025] .detail-hero-bg{background:linear-gradient(135deg,#be361d,#7f1d1d)}.bundle-detail[data-bundle=december-2025] .detail-hero-bg{background:linear-gradient(135deg,#0c4a6e,#0f172a)}.bundle-detail[data-bundle=march-2026] .detail-hero-bg{background:linear-gradient(135deg,#be185d,#831843)}.bundle-detail[data-bundle=norskprøve-skriftlig] .detail-hero-bg{background:linear-gradient(135deg,#92400e,#78350f)}.detail-hero-inner{position:relative;z-index:2;padding:2.5rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;max-width:1100px;margin:0 auto}.detail-hero-text{flex:1;min-width:0;padding-right:1rem}.detail-hero-badge{display:inline-block;background:#fbbf24e6;color:#78350f;padding:.3rem .9rem;border-radius:2rem;font-size:.8rem;font-weight:700;letter-spacing:.04em;margin-bottom:.75rem}.detail-hero-title{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.25;overflow-wrap:break-word;word-wrap:break-word}.detail-hero-subtitle{font-size:1.05rem;color:#fffc;margin:0 0 1rem;font-weight:400}.detail-hero-meta{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:#ffffffb3;flex-wrap:wrap}.detail-hero-stars{color:#fbbf24;font-size:1rem}.detail-hero-divider{opacity:.4}.detail-hero-cta{flex-shrink:0}.detail-hero-price-card{background:#ffffff1a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:1rem;padding:1.5rem 2rem;text-align:center;min-width:180px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.detail-hero-original{font-size:.9rem;color:#ffffff80;text-decoration:line-through}.detail-hero-price{font-size:2rem;font-weight:800;color:#fff;line-height:1}.detail-hero-buy{margin-top:.5rem;width:100%;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.6rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s;box-shadow:0 4px 14px #2563eb59}.detail-hero-buy:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb73;background:linear-gradient(135deg,#1d4ed8,#2563eb)}.detail-hero-buy:active{transform:translateY(0)}.detail-body{padding:0 2rem 2rem;max-width:1100px;margin:0 auto;width:100%}.detail-nav{display:flex;gap:.35rem;padding:1.25rem 0 0;border-bottom:2px solid #e5e7eb}.detail-nav-item{background:none;border:none;padding:.7rem 1.25rem;font-size:.9rem;font-weight:500;color:#9ca3af;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s;display:flex;align-items:center;gap:.4rem;white-space:nowrap}.detail-nav-icon{font-size:1rem}.detail-nav-item:hover{color:#4b5563}.detail-nav-item.active{color:#1e40af;border-bottom-color:#1e40af;font-weight:600}.detail-tab-content{padding:1.5rem 0;overflow:visible}.detail-overview{display:flex;flex-direction:column;gap:1.25rem}.detail-section-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000000a,0 1px 2px #00000005}.detail-description{font-size:1.05rem;line-height:1.7;color:#374151;margin:0}.detail-section-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.detail-audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem}.detail-audience-item{display:flex;align-items:flex-start;gap:.65rem;padding:.65rem .85rem;background:#f8fafc;border-radius:.5rem;font-size:.92rem;color:#374151;border:1px solid #f0f0f0;overflow-wrap:break-word;min-width:0}.detail-audience-item span:last-child{flex:1;min-width:0}.detail-audience-icon{font-size:1.2rem;flex-shrink:0}.detail-includes-card{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #d1fae5}.detail-includes-list{display:flex;flex-direction:column;gap:.65rem}.detail-include-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:#1f2937;overflow-wrap:break-word;min-width:0}.detail-include-item span:last-child{flex:1;min-width:0}.detail-check{color:#059669;font-weight:700;font-size:1.1rem;line-height:1.4;flex-shrink:0}.detail-curriculum{overflow:visible}.detail-curriculum-list{display:flex;flex-direction:column;gap:0}.detail-curriculum-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:#fff;border-left:3px solid #e5e7eb;transition:all .2s;font-size:.95rem;color:#374151}.detail-curriculum-item:hover{border-left-color:#2563eb;background:#f8fafc}.detail-curriculum-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#e5e7eb;color:#4b5563;font-size:.8rem;font-weight:600;flex-shrink:0}.detail-curriculum-item:hover .detail-curriculum-num{background:#2563eb;color:#fff}.detail-reviews{overflow:visible}.detail-no-reviews{color:#9ca3af;text-align:center;padding:2rem}.detail-reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.detail-review-card{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 3px #0000000a;display:flex;flex-direction:column;gap:.6rem;transition:box-shadow .2s}.detail-review-card:hover{box-shadow:0 4px 12px #00000014}.detail-review-top{display:flex;align-items:center;gap:.75rem}.detail-review-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.detail-review-name{font-weight:600;color:#1f2937;font-size:.95rem;display:block}.detail-review-stars{color:#fbbf24;font-size:.85rem}.detail-review-rating{color:#6b7280;font-size:.8rem;margin-left:.3rem}.detail-review-text{color:#4b5563;line-height:1.55;font-size:.92rem;margin:0}.detail-review-date{color:#9ca3af;font-size:.8rem;margin-top:auto}.detail-faqs{display:flex;flex-direction:column;gap:0;overflow:visible}.detail-faq-item{border-bottom:1px solid #e5e7eb}.detail-faq-item:last-child{border-bottom:none}.detail-faq-q{padding:1.1rem 0;font-size:1rem;font-weight:600;color:#1f2937;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}.detail-faq-q::-webkit-details-marker{display:none}.detail-faq-q:after{content:"+";font-size:1.3rem;color:#9ca3af;font-weight:300;transition:transform .2s;flex-shrink:0;margin-left:1rem}.detail-faq-item[open] .detail-faq-q:after{content:"−";color:#2563eb}.detail-faq-a{color:#4b5563;line-height:1.65;padding:0 0 1.1rem;margin:0;font-size:.95rem}.detail-sticky-bar{position:sticky;bottom:0;background:#fff;border-top:1px solid #e5e7eb;padding:.75rem 2rem;z-index:50;box-shadow:0 -4px 16px #0000000f}.detail-sticky-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.detail-sticky-info{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.detail-sticky-title{font-size:.9rem;font-weight:500;color:#6b7280;white-space:normal;word-wrap:break-word;line-height:1.4}.detail-sticky-price{font-size:1.1rem;font-weight:700;color:#1f2937;white-space:nowrap}.detail-sticky-buy{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:none;padding:.65rem 1.75rem;border-radius:.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .25s;white-space:nowrap;flex-shrink:0;box-shadow:0 2px 8px #2563eb40}.detail-sticky-buy:hover{transform:translateY(-1px);box-shadow:0 4px 14px #2563eb59}@media (max-width: 768px){.detail-hero-inner{flex-direction:column;padding:1.5rem 1rem;text-align:center;gap:1.25rem}.detail-hero-title{font-size:1.3rem}.detail-hero-meta{justify-content:center}.detail-hero-price-card{min-width:auto;width:100%;max-width:280px;padding:1rem 1.5rem}.detail-body{padding:0 1rem 1rem}.detail-nav{overflow-x:auto;gap:0;-webkit-overflow-scrolling:touch}.detail-nav-item{padding:.6rem .9rem;font-size:.82rem}.detail-nav-icon{font-size:.9rem}.detail-audience-grid,.detail-reviews-grid{grid-template-columns:1fr}.detail-section-card{padding:1rem}.detail-sticky-title{display:none}.detail-sticky-bar{padding:.6rem 1rem}}@media (max-width: 480px){.detail-hero-inner{padding:1rem .75rem}.detail-hero-title{font-size:1.15rem}.detail-hero-price{font-size:1.6rem}.detail-body{padding:0 .75rem .75rem}.detail-nav-item{padding:.5rem .7rem;font-size:.78rem}}@keyframes decemberSnow{0%{transform:translateY(0);opacity:.7}50%{transform:translateY(8px);opacity:1}to{transform:translateY(0);opacity:.7}}@media (max-width: 768px){.card-buttons{gap:.4rem;justify-content:center;padding:.75rem 1rem 1.2rem}.detail-button{padding:.6rem 1.2rem;font-size:.8rem;min-height:40px}.buy-button{padding:.6rem 1rem;font-size:.8rem;min-height:40px}.buy-btn{padding:.6rem 1.2rem;font-size:.95rem;margin:0}.detail-button:hover,.buy-button:hover,.buy-btn:hover{transform:translateY(-1px) scale(1.01)}.purchase-section{flex-direction:column;align-items:stretch;gap:.75rem}.price{text-align:center;font-size:1.5rem}}@keyframes pulse-glow{0%{box-shadow:0 8px 32px #1e40af4d,0 0 0 1px #ffffff1a,inset 0 1px #fff3}50%{box-shadow:0 8px 32px #1e40af80,0 0 0 1px #fff3,inset 0 1px #ffffff4d,0 0 25px #3b82f633}to{box-shadow:0 8px 32px #1e40af4d,0 0 0 1px #ffffff1a,inset 0 1px #fff3}}.buy-button,.buy-btn,.detail-button{animation:pulse-glow 3s ease-in-out infinite}.buy-button:hover,.buy-btn:hover,.detail-button:hover{animation:none}.buy-button:before,.buy-btn:before,.detail-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.buy-button:hover:before,.buy-btn:hover:before,.detail-button:hover:before{left:100%}.course-details{margin-bottom:1.5rem}.detail-item{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.9rem;color:#6b7280}.detail-item:empty{display:none}.detail-icon{font-size:1.2rem}.sidebar .course-includes h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.sidebar .course-includes ul{list-style:none;padding:0;margin:0}.sidebar .course-includes li{color:#374151;margin-bottom:.5rem;padding-left:1.5rem;position:relative;font-size:.9rem}.sidebar .course-includes li:before{content:"✓";color:#10b981;font-weight:700;position:absolute;left:0}@media (max-width: 1024px){.bundle-detail-content{grid-template-columns:1fr;gap:1rem}.sidebar{position:static}}@media (max-width: 768px){.bundle-hero h1{font-size:1.8rem}.section-header{font-size:1.3rem;padding:.75rem 1rem;margin-top:.75rem;margin-bottom:1rem;gap:.5rem}.section-icon{font-size:1.3rem}.exam-type-badge{top:.5rem;right:.5rem;padding:.3rem .6rem;font-size:.6rem}.bundle-grid{flex-direction:column;align-items:center;gap:1rem;max-width:100%;padding:.75rem}.bundle-card{max-width:100%;flex:0 1 auto;height:auto;min-height:auto;border-width:3px}.bundle-card.bestseller{border-width:3px}.bundle-card:hover{transform:none;border-width:3px}.bundle-card.muntlig-bundle:hover,.bundle-card.skriftlig-bundle:hover{border-width:3px}.bundle-card .card-header{padding:.75rem 1rem .5rem;min-height:180px;overflow:hidden}.card-header-content{padding:0 .5rem .25rem;gap:.25rem;position:relative;z-index:3}.card-bundle-image{transform:translate(-50%) scale(.75);max-height:140px;opacity:.5}.card-title{font-size:.85rem;line-height:1.3;text-shadow:0 1px 4px rgba(0,0,0,.5)}.card-subtitle{font-size:.75rem;padding:.25rem .5rem;margin:0 0 .25rem}.card-level{font-size:.65rem;padding:.2rem .6rem}.card-price{font-size:1rem}.card-features{padding:1rem;gap:.5rem}.feature{font-size:.8rem;gap:.5rem}.bundle-card.skriftlig-bundle .card-bundle-image,.bundle-card[data-bundle=norskprøve-skriftlig] .card-bundle-image{transform:translate(-50%) scale(.55);max-height:120px;opacity:.5}.guarantee-banner{padding:.2rem;font-size:.6rem}.card-meta{padding:0 1rem .25rem}.reviews{justify-content:center}.stars{font-size:.9rem}.review-count{font-size:.7rem}.bundle-banner{flex-direction:column;text-align:center;gap:1rem}.bundle-cover{width:100px;height:130px}}@media (max-width: 480px){.bundle-grid{padding:.5rem}.bundle-card{min-height:auto;border-width:3px}.bundle-card .card-header{padding:.5rem .75rem .25rem;min-height:140px;overflow:hidden}.card-bundle-image{transform:translate(-50%) scale(.6);max-height:100px;opacity:.4}.card-title{font-size:.8rem}.card-subtitle{font-size:.7rem;padding:.2rem .4rem}.card-price{font-size:.9rem}.card-features{padding:.75rem;gap:.4rem}.feature{font-size:.75rem}.card-meta{padding:0 .75rem .25rem}.card-buttons{gap:.3rem;justify-content:center;padding:.5rem .75rem .75rem}.detail-button,.buy-button{padding:.5rem .8rem;font-size:.75rem;min-height:36px}.section-header{font-size:1.1rem;padding:.6rem .75rem}.section-icon{font-size:1.1rem}}.cart-overlay{position:fixed;inset:0;background:#0006;z-index:10000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-overlay-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;width:min(400px,100vw);max-width:100%;height:100vh;height:100dvh;background:#fff;box-shadow:-4px 0 24px #0000001f;z-index:10001;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);overflow:hidden;padding-bottom:env(safe-area-inset-bottom)}.cart-drawer-open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.cart-drawer-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0;display:flex;align-items:center;gap:.5rem}.cart-badge{background:#2563eb;color:#fff;font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:9999px}.cart-close-btn{width:40px;height:40px;border:none;background:#f3f4f6;border-radius:10px;font-size:1.25rem;cursor:pointer;color:#6b7280;transition:background .2s,color .2s}.cart-close-btn:hover{background:#e5e7eb;color:#1f2937}.cart-drawer-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1rem 1.5rem}.cart-empty{color:#9ca3af;text-align:center;padding:2rem 1rem;font-size:1rem}.cart-items-list{list-style:none;margin:0;padding:0}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f3f4f6}.cart-item:last-child{border-bottom:none}.cart-item-img{width:64px;height:64px;object-fit:cover;border-radius:10px;flex-shrink:0}.cart-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.cart-item-title{font-weight:600;color:#1f2937;font-size:.95rem;line-height:1.3}.cart-item-price{font-size:.9rem;color:#2563eb;font-weight:600}.cart-item-actions{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.cart-qty-control{display:flex;align-items:center;gap:.25rem;background:#f3f4f6;border-radius:8px;padding:.2rem}.cart-qty-control button{width:28px;height:28px;border:none;background:#fff;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;color:#374151;transition:background .2s}.cart-qty-control button:hover{background:#e5e7eb}.cart-qty-control span{min-width:1.5rem;text-align:center;font-size:.9rem}.cart-remove-btn{background:none;border:none;color:#ef4444;font-size:.8rem;cursor:pointer;padding:.25rem 0}.cart-remove-btn:hover{text-decoration:underline}.cart-drawer-footer{padding:1.25rem 1.5rem;border-top:1px solid #e5e7eb;flex-shrink:0}.cart-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.1rem}.cart-total-row strong{color:#1f2937;font-size:1.25rem}.cart-checkout-btn{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.cart-checkout-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #2563eb66}.cart-checkout-btn:disabled{opacity:.7;cursor:not-allowed}.cart-icon-btn{position:relative;width:44px;height:44px;border:none;background:#f3f4f6;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:background .2s,color .2s}.cart-icon-btn:hover{background:#e5e7eb;color:#2563eb}.cart-icon-btn svg{width:22px;height:22px}.cart-icon-badge{position:absolute;top:-4px;right:-4px;background:#2563eb;color:#fff;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:9999px;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.cart-drawer{width:100vw}.cart-drawer-body{flex:0 1 auto;overflow-y:auto;max-height:calc(100dvh - 190px)}.cart-drawer-footer{padding:1rem 1.25rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.cart-checkout-btn{padding:.9rem 1rem;font-size:1.05rem;border-radius:14px}}.consent-banner{position:fixed;bottom:1.25rem;left:1.25rem;right:auto;max-width:400px;background:#fff;color:#1f2937;padding:0;border-radius:1rem;box-shadow:0 20px 60px #0000001f,0 8px 24px #00000014,0 0 0 1px #0000000a;z-index:9999;animation:consentSlideUp .4s cubic-bezier(.16,1,.3,1);overflow:hidden}@keyframes consentSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.consent-banner-content{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.consent-banner-text{display:flex;flex-direction:column;gap:.4rem}.consent-banner-title{font-size:1rem;font-weight:600;margin:0;display:flex;align-items:center;gap:.5rem;color:#111827}.consent-banner-title:before{content:"🍪";font-size:1.2rem}.consent-banner-description{font-size:.85rem;margin:0;color:#6b7280;line-height:1.55}.consent-banner-buttons{display:flex;gap:.6rem;align-items:center}.consent-button{padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex:1;text-align:center}.consent-button-accept{background:#111827;color:#fff}.consent-button-accept:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.consent-button-reject{background:#f3f4f6;color:#4b5563;border:none}.consent-button-reject:hover{background:#e5e7eb;transform:translateY(-1px)}@media (max-width: 768px){.consent-banner{bottom:.75rem;left:.75rem;right:.75rem;max-width:none}.consent-banner-content{padding:1.25rem;gap:1rem}.consent-banner-buttons{flex-direction:row}.consent-button{padding:.65rem 1rem}}.social-banner{position:fixed;bottom:1.25rem;left:1.25rem;max-width:260px;background:#fff;color:#1f2937;padding:1rem 1.25rem;border-radius:1rem;box-shadow:0 20px 60px #0000001a,0 8px 24px #0000000f,0 0 0 1px #0000000a;z-index:9998;animation:socialSlideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes socialSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.social-banner-close{position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;border:none;background:none;font-size:1.25rem;color:#9ca3af;cursor:pointer;line-height:1;padding:0;border-radius:.25rem;transition:color .2s}.social-banner-close:hover{color:#374151}.social-banner-title{font-size:.95rem;font-weight:600;margin:0 0 .25rem;color:#111827}.social-banner-desc{font-size:.8rem;margin:0 0 .75rem;color:#6b7280;line-height:1.4}.social-banner-links{display:flex;gap:.5rem}.social-banner-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#fff;text-decoration:none;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s}.social-banner-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.social-banner-btn.facebook,.social-banner-btn.facebook-group{background:#1877f2}.social-banner-btn.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-banner-btn .instagram-icon{display:block;width:16px;height:14px;border:2px solid white;border-radius:2px;position:relative;box-sizing:border-box}.social-banner-btn .instagram-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5px;height:5px;border:2px solid white;border-radius:50%;box-sizing:border-box}@media (max-width: 768px){.social-banner{bottom:.75rem;left:.75rem;right:.75rem;max-width:none}}.top-nav-bar{background:none;border:none;padding:0;position:relative}.top-nav-bar .container{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;max-width:none;padding:0}.nav-hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;background:none;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:background .2s}.nav-hamburger:hover{background:#e5e7eb}.nav-hamburger span{display:block;width:100%;height:2px;background:#374151;border-radius:1px}.nav-content{display:none;position:absolute;top:100%;left:0;margin-top:.5rem;min-width:220px;flex-direction:column;gap:1rem;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:50}.nav-content.nav-expanded{display:flex}.nav-links{display:flex;flex-direction:column;gap:.5rem}.nav-parent{display:flex;flex-direction:column;gap:.25rem}.nav-parent-btn{display:flex;align-items:center;justify-content:space-between;width:100%}.nav-chevron{font-size:.7rem;color:#6b7280}.nav-children{display:flex;flex-direction:column;gap:.25rem;padding-left:1rem;border-left:2px solid #e5e7eb}.nav-child{text-align:left}.nav-link{background:none;border:none;padding:0;font-size:.9rem;font-weight:500;color:#4b5563;cursor:pointer;font-family:inherit;text-align:left}.nav-link:hover{color:#1e40af}.nav-contact{display:flex;flex-direction:column;gap:.25rem}.nav-contact-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.nav-email{display:flex;align-items:center;gap:.5rem;background:none;border:none;padding:0;font-size:.9rem;font-weight:500;color:#1e40af;cursor:pointer;font-family:inherit}.nav-email:hover{text-decoration:underline}.nav-copy-hint{font-size:.85rem;opacity:.8}.nav-social{display:flex;align-items:center;gap:.75rem}.nav-social-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#fff;text-decoration:none;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s}.nav-social-link:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.nav-social-link.facebook,.nav-social-link.facebook-group{background:#1877f2}.nav-social-link.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.nav-social-link .instagram-icon{width:16px;height:14px;border:2px solid white;border-radius:2px;position:relative}.nav-social-link .instagram-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;border:2px solid white;border-radius:50%}.thank-you-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;padding:0;background:linear-gradient(135deg,#1f2937,#374151);color:#fff;min-height:100vh;display:flex;align-items:center;justify-content:center}.thank-you-container{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:3rem 2rem;text-align:center;max-width:600px;margin:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #0000004d}.success-icon{font-size:4rem;margin-bottom:1rem}.error-icon{font-size:3rem;width:80px;height:80px;line-height:80px;margin:0 auto 1rem;background:#ef444433;border:2px solid #ef4444;border-radius:50%;color:#ef4444;font-weight:700}.loading-spinner{width:50px;height:50px;margin:0 auto 1.5rem;border:4px solid rgba(255,255,255,.2);border-top-color:#fbbf24;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.thank-you-container h1{font-size:2rem;margin-bottom:.5rem;color:#fbbf24}.subtitle{font-size:1.125rem;opacity:.9;margin-bottom:2rem}.downloads-section{background:#fbbf241a;border:1px solid rgba(251,191,36,.3);border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}.downloads-section h2{font-size:1.25rem;color:#fbbf24;margin:0 0 .5rem}.downloads-note{font-size:.9rem;opacity:.8;margin-bottom:1rem}.download-list{list-style:none;padding:0;margin:0}.download-list li{margin:.75rem 0}.download-link{display:inline-block;background:#fbbf24;color:#1f2937;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s ease}.download-link:hover{background:#f59e0b;transform:translateY(-2px);box-shadow:0 4px 12px #fbbf2466}.expiry-note{font-size:.8rem;opacity:.7;margin-top:1rem;margin-bottom:0}.contact-info{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:1rem;margin:1.5rem 0}.contact-info p{margin:.25rem 0;font-size:.95rem}.email{color:#fbbf24;text-decoration:none}.email:hover{text-decoration:underline}.good-luck{font-size:1.1rem;font-weight:500;margin:1.5rem 0}.back-button{background:transparent;color:#fbbf24;padding:.75rem 1.5rem;border:2px solid #fbbf24;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;margin-top:1rem;transition:all .3s ease}.back-button:hover{background:#fbbf24;color:#1f2937}@media (max-width: 768px){.thank-you-container{padding:2rem 1rem;margin:1rem}.thank-you-container h1{font-size:1.5rem}.subtitle{font-size:1rem}.download-link{padding:.6rem 1.2rem;font-size:.95rem}}
