:root{--primary:#3b82f6;--primary-hover:#2563eb;--secondary:#64748b;--background:#0f172a;--surface:#1e293b;--text:#f8fafc;--text-muted:#94a3b8;--border:#334155;--success:#10b981;--accent:#3b82f6}.text-primary{color:var(--primary)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:var(--background);color:var(--text);line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-padding{padding:80px 0}.text-center{text-align:center}.text-gradient{background:linear-gradient(90deg,#3b82f6,#60a5fa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.badge{display:inline-block;padding:6px 16px;background:rgba(59,130,246,.1);border:1px solid var(--primary);color:var(--primary);border-radius:20px;font-size:14px;font-weight:600;margin-bottom:20px}.btn{display:inline-block;padding:12px 32px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:16px}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 10px 30px rgba(59,130,246,.4);display:inline-flex;align-items:center;gap:12px}.btn-primary.btn-highlight{background:linear-gradient(135deg,#3b82f6 0,#2563eb 50%,#1d4ed8 100%);box-shadow:0 10px 40px rgba(59,130,246,.6),0 0 20px rgba(59,130,246,.3);font-weight:700;letter-spacing:.5px}.btn-primary.btn-highlight:hover{background:linear-gradient(135deg,#2563eb 0,#1d4ed8 50%,#1e40af 100%);box-shadow:0 15px 50px rgba(59,130,246,.7),0 0 30px rgba(59,130,246,.4);transform:translateY(-3px)}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 20px rgba(59,130,246,.3)}.btn-icon{transition:transform .3s ease;animation:bounceDown 2s infinite}@keyframes bounceDown{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(5px)}60%{transform:translateY(3px)}}.btn-primary:hover .btn-icon{animation-play-state:paused;transform:translateY(2px)}.btn-icon-fast{transition:transform .3s ease;animation:bounceDownFast 1.2s infinite}@keyframes bounceDownFast{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(8px)}60%{transform:translateY(5px)}}.hero-more-btn:hover .btn-icon-fast{animation-play-state:paused;transform:translateY(4px)}.btn-secondary{background-color:#3b82f6!important;color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.2);backdrop-filter:blur(10px);box-shadow:0 4px 15px rgba(59,130,246,.4);font-weight:700}.btn-outline{background:0 0;border:1px solid var(--border);color:var(--text)}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.btn-block{display:block;width:100%}.header{height:80px;display:flex;align-items:center;position:fixed;top:0;width:100%;z-index:1000;background:rgba(15,23,42,.8);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.nav{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{display:flex;align-items:center}.logo a{display:flex;align-items:center}.logo img{height:56px;margin-top:8px}.nav-links{display:flex;list-style:none;gap:32px;align-items:center}.nav-links a{text-decoration:none;color:var(--text-muted);font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary)}.nav-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:0 0;border:1px solid rgba(255,255,255,.25);border-radius:8px;cursor:pointer;padding:0;z-index:1001}.nav-hamburger span{display:block;width:20px;height:2px;background:#f8fafc;border-radius:2px;transition:transform .25s,opacity .25s}.nav-hamburger.active span:first-child{transform:translateY(7px) rotate(45deg)}.nav-hamburger.active span:nth-child(2){opacity:0}.nav-hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:1100}.mobile-nav-overlay.show{display:block}.mobile-nav-drawer{position:fixed;top:0;right:0;height:100vh;width:80%;max-width:320px;background:#1e293b;z-index:1200;padding:24px 20px;display:flex;flex-direction:column;transform:translateX(100%);transition:transform 280ms cubic-bezier(.2,.9,.2,1);box-shadow:-12px 0 40px rgba(0,0,0,.4)}.mobile-nav-drawer.open{transform:translateX(0)}.mobile-nav-close{align-self:flex-end;background:rgba(255,255,255,.1);border:none;color:#f8fafc;font-size:1.2rem;width:36px;height:36px;border-radius:8px;cursor:pointer;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.mobile-nav-drawer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.mobile-nav-drawer ul li a{display:block;padding:14px 12px;color:#cbd5e1;text-decoration:none;font-weight:500;font-size:1rem;border-radius:8px;transition:background .15s,color .15s}.mobile-nav-drawer ul li a:hover{background:rgba(255,255,255,.07);color:#f8fafc}.mobile-nav-drawer .mobile-nav-login{color:#93c5fd;font-weight:600;margin-top:8px}.mobile-nav-drawer .mobile-nav-cta{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff!important;font-weight:700;text-align:center;margin-top:12px;padding:14px!important;border-radius:10px!important;box-shadow:0 4px 12px rgba(59,130,246,.4)}.hero{padding-top:160px;padding-bottom:40px;position:relative}#funkciók,#probléma,#regisztráció,#árak{scroll-margin-top:90px}#funkciók,#probléma,#regisztráció,#árak{padding-top:40px;padding-bottom:50px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-content h1{font-size:56px;line-height:1.1;margin-bottom:24px;font-weight:800}.hero-content p{font-size:18px;color:var(--text-muted);margin-bottom:40px}.hero-actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;align-items:center}.hero-more-btn{border-color:var(--primary);color:var(--primary)}@media (max-width:768px){.callback .container{padding:0}.callback .max-w-md{max-width:none}.callback-card{border-radius:0;padding:40px 20px}.hero-actions{flex-direction:column;align-items:center;width:100%}.hero-actions .btn{width:100%;max-width:300px;justify-content:center}}.hero-image{position:relative}.img-responsive{max-width:100%;height:auto;border-radius:20px;box-shadow:0 40px 80px rgba(0,0,0,.5)}.floating{animation:floating 6s ease-in-out infinite}@keyframes floating{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}.section-title{font-size:40px;font-weight:700;margin-bottom:40px}.problem .section-title{margin-bottom:30px}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.problem-card{background:var(--surface);padding:40px;border-radius:16px;border:1px solid var(--border);transition:all .3s ease;position:relative;overflow:hidden}.problem-card::after{content:"";position:absolute;bottom:-30px;right:-30px;width:250px;height:250px;opacity:.12;background-size:contain;background-repeat:no-repeat;pointer-events:none;z-index:0}.problem-card *{position:relative;z-index:1}.problem-card:first-child::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'/%3E%3Cline x1='12' y1='9' x2='12' y2='13'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E")}.problem-card:nth-child(2)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='23 6 13.5 15.5 8.5 10.5 1 18'/%3E%3Cpolyline points='17 6 23 6 23 12'/%3E%3C/svg%3E")}.problem-card:nth-child(3)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z'/%3E%3Ccircle cx='12' cy='13' r='4'/%3E%3C/svg%3E")}.feature-item{background:rgba(255,255,255,.03);padding:30px;border-radius:12px;border:1px solid rgba(255,255,255,.05);position:relative;overflow:hidden}.feature-item::after{content:"";position:absolute;bottom:-20px;right:-20px;width:150px;height:150px;opacity:.3;background-size:contain;background-repeat:no-repeat;pointer-events:none;z-index:0}.feature-item *{position:relative;z-index:1}.feature-item:first-child::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")}.feature-item:nth-child(2)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E")}.feature-item:nth-child(3)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cpolyline points='10 9 9 9 8 9'/%3E%3C/svg%3E")}.feature-item:nth-child(4)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E")}.feature-item:nth-child(5)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E")}.feature-item:nth-child(6)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='23 6 13.5 15.5 8.5 10.5 1 18'/%3E%3Cpolyline points='17 6 23 6 23 12'/%3E%3C/svg%3E")}.feature-item:nth-child(7)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E")}.feature-item:nth-child(8)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z'/%3E%3Cline x1='7' y1='7' x2='7.01' y2='7'/%3E%3C/svg%3E")}.feature-item:nth-child(9)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='22' y1='2' x2='11' y2='13'/%3E%3Cpolygon points='22 2 15 22 11 13 2 9 22 2'/%3E%3C/svg%3E")}.problem-card:hover{transform:translateY(-10px);border-color:var(--primary)}.problem-card.highlight-problem{border-color:var(--primary);background:linear-gradient(145deg,rgba(30,41,59,.8),rgba(15,23,42,.9));box-shadow:0 20px 40px rgba(59,130,246,.15);position:relative;overflow:hidden}.problem-card.highlight-problem::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary)}.icon-wrap{margin-bottom:24px;display:flex;justify-content:center}.icon-wrap svg{color:var(--primary);filter:drop-shadow(0 0 8px rgba(59, 130, 246, .3))}.problem-card h3{margin-bottom:16px}.problem-cta{margin-top:30px}.features .feature-icon{display:none}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.feature-item{background:rgba(255,255,255,.03);padding:30px;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.feature-item h3{color:var(--primary);margin-bottom:12px}.callback-card{background:var(--surface);padding:40px;border-radius:16px;border:1px solid var(--border);box-shadow:0 40px 80px rgba(0,0,0,.5)}.callback-card h2{font-size:48px;margin-bottom:20px;font-weight:800}.form{margin-top:30px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:12px;background:var(--background);border:1px solid var(--border);border-radius:8px;color:#fff;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:var(--primary)}.form-disclaimer{font-size:12px;text-align:center;margin-top:16px;color:var(--text-muted)}.footer{padding:60px 0 0 0;border-top:1px solid var(--border)}.footer-content{display:flex;justify-content:space-between;align-items:center}@media (max-width:968px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:40px}.hero-actions{align-items:center}.features-grid,.pricing-grid,.problem-grid{grid-template-columns:1fr}.pricing-card.highlighted{transform:none}.nav-links{display:none}.nav-hamburger{display:flex}.hero{padding-top:120px}.footer-content{flex-direction:column;gap:40px;text-align:center}}@media (max-width:480px){.hero{padding-top:100px}.callback-card{padding:30px 16px}}.footer-bottom{border-top:1px solid var(--border);padding:20px 0;margin-top:60px;background:rgba(0,0,0,.2)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-links{display:flex;flex-wrap:wrap;gap:30px}.footer-links a{color:var(--text-muted);font-size:13px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--primary)}.footer-bottom p{font-size:13px;color:var(--text-muted);opacity:.6;margin-bottom:0}@media (max-width:992px){.footer-bottom-content{flex-direction:column;text-align:center}}.bg-slate-800{background-color:#1e293b}.max-w-md{max-width:700px;margin:0 auto}.text-sm{font-size:14px;color:var(--text-muted)}.mt-20{margin-top:20px}.mt-40{margin-top:40px}.mt-60{margin-top:60px}.mb-40{margin-bottom:40px}.transition-note{background:rgba(255,255,255,.05);padding:16px;border-radius:12px;border:1px dashed var(--border)}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000}.modal.active{display:flex;align-items:center;justify-content:center}.modal-backdrop{position:absolute;width:100%;height:100%;background:rgba(15,23,42,.9);backdrop-filter:blur(8px)}.modal-content{position:relative;background:var(--surface);width:90%;max-width:450px;padding:40px;border-radius:20px;border:1px solid var(--border);box-shadow:0 40px 100px rgba(0,0,0,.8);z-index:2001;animation:modalIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes modalIn{from{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-close{position:absolute;top:20px;right:20px;background:0 0;border:none;color:var(--text-muted);font-size:32px;cursor:pointer;line-height:1;transition:color .2s}.modal-close:hover{color:var(--text)}.pricing{background:radial-gradient(circle at top right,rgba(59,130,246,.05),transparent),radial-gradient(circle at bottom left,rgba(59,130,246,.05),transparent)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;align-items:stretch;margin-top:50px}.pricing-card{background:rgba(30,41,59,.4);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:50px 30px;border-radius:24px;border:1px solid rgba(255,255,255,.05);text-align:center;position:relative;transition:all .4s cubic-bezier(.175, .885, .32, 1.275);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.2)}.pricing-card:hover{transform:translateY(-12px);border-color:rgba(59,130,246,.3);background:rgba(30,41,59,.6);box-shadow:0 20px 50px rgba(0,0,0,.3),0 0 20px rgba(59,130,246,.1)}.pricing-card.highlighted{background:rgba(30,41,59,.6);border:2px solid var(--primary);transform:scale(1.05);z-index:2;box-shadow:0 25px 60px rgba(0,0,0,.4),0 0 30px rgba(59,130,246,.15)}.pricing-card.highlighted:hover{transform:scale(1.05) translateY(-5px)}.popular-badge{display:inline-block;align-self:center;background:var(--primary);color:#fff;font-size:11px;font-weight:800;padding:6px 16px;border-radius:50px;letter-spacing:1px;margin-bottom:20px;box-shadow:0 4px 10px rgba(59,130,246,.3);text-transform:uppercase}.pricing-header h3{font-size:28px;font-weight:800;margin-bottom:8px;color:var(--text)}.customer-count{color:var(--text-muted);font-size:14px;font-weight:500;margin-bottom:30px;text-transform:uppercase;letter-spacing:.5px}.price{font-size:48px;font-weight:800;margin-bottom:30px;color:var(--text);display:flex;align-items:baseline;justify-content:center;gap:8px}.price span{font-size:16px;color:var(--text-muted);font-weight:400}.pricing-features{list-style:none;padding:0;margin:0 0 40px 0;text-align:left;flex-grow:1}.pricing-features li{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--text-muted);margin-bottom:16px;transition:color .3s ease}.pricing-features li svg{color:var(--primary);flex-shrink:0;opacity:.8}.pricing-card:hover .pricing-features li{color:var(--text)}.pricing-card .btn{margin-top:auto;display:inline-block;text-align:center;width:auto;min-width:200px}.pricing-card.highlighted .btn-primary{padding:16px 32px}@media (max-width:1100px){.pricing-card.highlighted{transform:none;order:-1}.pricing-card.highlighted:hover{transform:translateY(-12px)}}.pricing-card::after{content:"";position:absolute;bottom:-40px;right:-40px;width:180px;height:180px;opacity:.04;background-size:contain;background-repeat:no-repeat;pointer-events:none;z-index:0;transition:opacity .3s ease,transform .3s ease}.pricing-card:hover::after{opacity:.08;transform:scale(1.1)}.pricing-card:first-of-type::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E")}.pricing-card:nth-of-type(2)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5z'/%3E%3Cpath d='M2 17l10 5 10-5'/%3E%3Cpath d='M2 12l10 5 10-5'/%3E%3C/svg%3E")}.pricing-card:nth-of-type(3)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21v-4a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v4'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E")}.pricing-footer{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:60px}.included-badge{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.03);padding:12px 24px;border-radius:12px;border:1px solid rgba(255,255,255,.05);font-size:14px;color:var(--text-muted)}.future-updates-badge{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.03);padding:12px 24px;border-radius:12px;border:1px solid rgba(255,255,255,.05);font-size:14px;color:var(--text-muted);margin-top:16px}.guarantee-box{background:linear-gradient(145deg,rgba(59,130,246,.1),rgba(30,41,59,.5));border:1px solid rgba(59,130,246,.3);padding:40px;border-radius:24px;display:flex;align-items:center;gap:30px;max-width:900px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.1)}.guarantee-icon{flex-shrink:0;width:80px;height:80px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 20px rgba(59,130,246,.3)}.guarantee-content h3{font-size:24px;margin-bottom:10px}.guarantee-content p{color:var(--text-muted);font-size:16px}@media (max-width:768px){.guarantee-box{flex-direction:column;text-align:center}}