#main-header{display:none}#main-footer{display:none}:root{--primary-color:#234572;--secondary-color:#6489bb;--text-color:#000;--background-color:#fff;--card-color:#fff;--green-highlight:#4CAF50;--gray-highlight:#9e9e9e}body{font-family:'Poppins',sans-serif;margin:0;padding:0;background-color:var(--background-color);color:var(--text-color);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:20px}.site-header{background-color:var(--primary-color);color:white;padding:1rem 0}.site-title a,.site-description{color:white}.main-navigation{background-color:var(--primary-color)}.main-navigation a{color:white}.site-content{padding:2rem 0}.section-title{background-color:var(--secondary-color);color:white;padding:0.75rem 1rem;margin-bottom:1.5rem;border-radius:4px;font-weight:600}.stations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.station-card{background-color:var(--card-color);border:1px solid var(--primary-color);border-radius:8px;overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.station-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,0.1)}.station-card__header{padding:1rem;background-color:var(--primary-color);color:white}.station-card__title{margin:0;font-size:1.5rem;font-weight:600}.station-card__description{color:rgba(255,255,255,0.8);margin-top:0.5rem;font-size:0.9rem}.station-card__content{padding:1.5rem}.station-card__logo{text-align:center;margin-bottom:1rem}.station-card__logo img{max-width:150px;max-height:80px}.station-card__info{margin-bottom:1rem}.station-info__item{margin-bottom:0.5rem;font-size:0.95rem}.promo-badge{display:inline-block;padding:0.3rem 0.7rem;border-radius:4px;margin-top:0.5rem;font-weight:500;font-size:0.9rem}.promo-badge.active{background-color:var(--green-highlight);color:white}.promo-badge.inactive{background-color:var(--gray-highlight);color:white}.station-card__promo{margin-top:1rem;padding:1rem;background-color:rgba(0,0,0,0.03);border-radius:4px}.promo-details{margin-top:0.5rem}.promo-details p{margin:0.3rem 0;font-size:0.9rem}.promo-details strong{font-weight:600}.btn-more{display:inline-block;padding:0.6rem 1.2rem;background-color:var(--primary-color);color:white;text-decoration:none;border-radius:4px;font-weight:500;margin-top:1rem;transition:background-color 0.3s ease}.btn-more:hover{background-color:var(--secondary-color)}.stations-filters{margin-bottom:2rem;padding:1rem;background-color:rgba(0,0,0,0.03);border-radius:8px}.filter-heading{margin-top:0;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.filter-group{margin-bottom:1rem}.filter-group label{font-weight:500;margin-right:0.5rem}.filter-group select,.filter-group input{padding:0.5rem;border:1px solid #ddd;border-radius:4px;font-family:'Poppins',sans-serif}.sort-options{display:flex;gap:1rem;flex-wrap:wrap}.sort-option{padding:0.5rem 1rem;background-color:var(--primary-color);color:white;border-radius:4px;cursor:pointer;transition:background-color 0.3s ease}.sort-option:hover,.sort-option.active{background-color:var(--secondary-color)}.site-footer{background-color:var(--primary-color);color:white;padding:2rem 0;margin-top:3rem}.site-footer a{color:rgba(255,255,255,0.8)}.site-footer a:hover{color:white}@media (max-width:768px){.stations-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.sort-options{flex-direction:column;gap:0.5rem}}@media (max-width:480px){.stations-grid{grid-template-columns:1fr}}.station-image{display:flex;justify-content:center}.station-image>span>img{height:125px;object-fit:contain}#main-footer,#main-footer *{color:#ffffff!important}.single .entry-header{background:linear-gradient(135deg,var(--primary-color) 0%,#1a3456 100%)!important;color:white!important;padding:50px 40px!important;text-align:center!important;border-radius:12px 12px 0 0!important;margin-bottom:0!important}.single .entry-title{color:#234572!important;font-size:2.5em!important;margin-bottom:20px!important;font-weight:700!important}.single .entry-meta{color:rgba(255,255,255,0.9)!important;display:flex!important;justify-content:center!important;gap:30px!important;flex-wrap:wrap!important;font-size:14px!important}.single .entry-meta span{background:rgba(255,255,255,0.1)!important;padding:8px 16px!important;border-radius:20px!important;display:flex!important;align-items:center!important;gap:8px!important}.single .blog-single-content{max-width:900px!important;margin:40px auto!important;background:white!important;border-radius:12px!important;box-shadow:0 4px 20px rgba(0,0,0,0.1)!important;overflow:hidden!important}.single .entry-content{padding:40px!important;line-height:1.8!important;font-size:16px!important;color:var(--text-color)!important}.single .table-of-contents{background:#f8f9fa!important;border:2px solid #e9ecef!important;border-radius:12px!important;padding:25px!important;margin:30px 0 40px 0!important;position:sticky!important;top:20px!important}.single .table-of-contents h3{margin:0 0 20px 0!important;color:var(--primary-color)!important;font-size:1.2em!important}.single .table-of-contents a{color:var(--primary-color)!important;text-decoration:none!important;font-weight:500!important}.single .table-of-contents a:hover{color:var(--green-highlight)!important}.single .entry-content h2{font-size:1.8em!important;margin:50px 0 25px 0!important;color:var(--primary-color)!important;border-left:4px solid var(--green-highlight)!important;padding-left:20px!important}.single .entry-content h3{font-size:1.4em!important;margin:30px 0 15px 0!important;color:var(--text-color)!important;font-weight:600!important}.single .alert{padding:20px!important;margin:20px 0!important;border-radius:8px!important;border-left:4px solid!important}.single .alert-warning{background:#fff3cd!important;border-color:#F5A623!important;color:#856404!important}.single .alert-info{background:#d1ecf1!important;border-color:var(--primary-color)!important;color:#0c5460!important}.single .alert-success{background:#d4edda!important;border-color:var(--green-highlight)!important;color:#155724!important}.single .entry-content table{width:100%!important;border-collapse:collapse!important;margin:30px 0!important;background:white!important;box-shadow:0 4px 20px rgba(0,0,0,0.1)!important;border-radius:12px!important;overflow:hidden!important}.single .entry-content table th{background:var(--primary-color)!important;color:white!important;padding:15px 12px!important;text-align:left!important;font-weight:600!important}.single .entry-content table td{padding:12px!important;border-bottom:1px solid #eee!important}.single .entry-content table tr:nth-child(even){background:#f8f9fa!important}.single .entry-content table tr:hover{background:#e8f4f8!important}.single .cta-section{margin:40px 0!important}.single .cta-box{background:linear-gradient(135deg,var(--green-highlight) 0%,#8BC34A 100%)!important;padding:30px!important;border-radius:12px!important;text-align:center!important;color:white!important}.single .cta-button{display:inline-block!important;background:white!important;color:var(--primary-color)!important;padding:12px 30px!important;border-radius:25px!important;text-decoration:none!important;font-weight:600!important;margin-top:15px!important}.single .cta-button:hover{background:#f8f9fa!important;transform:translateY(-2px)!important}.single .breadcrumbs{margin-bottom:30px!important;font-size:14px!important;color:#666!important;background:#f8f9fa!important;padding:12px 20px!important;border-radius:8px!important}.single .breadcrumbs a{color:var(--primary-color)!important;text-decoration:none!important}@media (max-width:768px){.single .blog-single-content{margin:20px 10px!important}.single .entry-header{padding:30px 20px!important}.single .entry-title{font-size:1.8em!important}.single .entry-content{padding:20px!important}.single .table-of-contents{position:static!important;margin:20px 0!important}}.vitay-features-section{text-align:center;padding:40px 20px}.vitay-section-title{font-size:2.5rem;color:#1e3c72;font-weight:bold;margin-bottom:15px;line-height:1.2}.vitay-section-subtitle{font-size:1.2rem;color:#666;margin-bottom:50px;font-weight:400}.vitay-features-table-container{max-width:1000px;margin:60px auto 0;background:white;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.1);overflow-x:auto;-webkit-overflow-scrolling:touch}.vitay-features-table{width:100%;border-collapse:collapse;font-size:0.95rem;min-width:600px}.vitay-features-table th{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);color:white;padding:20px 15px;text-align:left;font-weight:bold;font-size:1rem;white-space:nowrap}.vitay-features-table td{padding:15px;border-bottom:1px solid #e9ecef;vertical-align:top}.vitay-features-table tr:nth-child(even){background:#f8f9fa}.vitay-features-table tr:hover{background:#e3f2fd;transition:background 0.3s ease}.vitay-feature-function-name{font-weight:bold;color:#1e3c72;font-size:1.1rem;margin-bottom:8px;display:flex;align-items:center;white-space:nowrap}.vitay-feature-details{color:#555;line-height:1.6;font-size:0.95rem}.vitay-table-source{margin-top:20px;font-size:0.9rem;color:#777;text-align:center}.vitay-table-source a{color:#1e3c72;text-decoration:none;font-weight:500}.vitay-table-source a:hover{text-decoration:underline}@media (max-width:1024px){.vitay-features-table-container{margin:50px auto 0}.vitay-features-table{font-size:0.9rem;min-width:550px}}@media (max-width:768px){.vitay-features-section{padding:30px 15px}.vitay-section-title{font-size:2rem;margin-bottom:10px}.vitay-section-subtitle{font-size:1.1rem;margin-bottom:30px}.vitay-features-table-container{margin:40px auto 0;border-radius:10px}.vitay-features-table{font-size:0.85rem;min-width:500px}.vitay-features-table th{padding:15px 10px;font-size:0.95rem}.vitay-features-table td{padding:12px 8px}.vitay-feature-function-name{font-size:1rem}.vitay-feature-details{font-size:0.9rem;line-height:1.5}}@media (max-width:480px){.vitay-section-title{font-size:1.8rem}.vitay-features-table{min-width:450px;font-size:0.8rem}.vitay-features-table th{padding:12px 6px;font-size:0.9rem}.vitay-features-table td{padding:10px 6px}.vitay-feature-function-name{font-size:0.95rem}.vitay-feature-details{font-size:0.85rem}}.orlen-breadcrumb-container{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);padding:15px 0;margin-bottom:0;position:relative;overflow:hidden}.orlen-breadcrumb-container::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,') repeat;opacity:0.3}.orlen-breadcrumb{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.orlen-breadcrumb-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:8px;flex-wrap:wrap}.orlen-breadcrumb-item{display:flex;align-items:center;gap:6px}.orlen-breadcrumb-link{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,0.9);text-decoration:none;font-size:0.95rem;font-weight:500;padding:8px 12px;border-radius:20px;transition:all 0.3s ease;background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2)}.orlen-breadcrumb-link:hover{background:rgba(255,255,255,0.2);color:white;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,0.2);text-decoration:none}.orlen-breadcrumb-current{display:flex;align-items:center;gap:6px;color:white;font-size:0.95rem;font-weight:600;padding:8px 12px;background:rgba(255,255,255,0.15);border-radius:20px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.3)}.orlen-breadcrumb-separator{display:flex;align-items:center;color:rgba(255,255,255,0.7);font-size:1.1rem;margin:0 4px}.orlen-breadcrumb-arrow{transition:transform 0.3s ease}.orlen-breadcrumb-icon{font-size:1rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,0.3))}.orlen-hero-container{text-align:center;position:relative;z-index:10;padding:60px 20px;background:#f8f9fa;border-radius:15px;margin:0 auto;max-width:1200px;border:1px solid #e9ecef}.orlen-logo{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:30px;flex-wrap:wrap}.orlen-logo img{width:85px;height:85px;object-fit:contain;flex-shrink:0}.orlen-logo-text{font-size:3.5rem;font-weight:bold;color:#1e3c72;text-shadow:2px 2px 4px rgba(0,0,0,0.1);line-height:1.2}.orlen-hero-subtitle{font-size:1.5rem;color:#1e3c72;margin-bottom:20px;font-weight:600;line-height:1.3;max-width:800px;margin-left:auto;margin-right:auto}.orlen-hero-description{font-size:1.1rem;color:#555;max-width:800px;margin:0 auto;line-height:1.6;font-weight:400}.orlen-cta-section{text-align:center;padding:60px 40px;color:#333;background:white}.orlen-cta-title{font-size:2.5rem;margin-bottom:20px;font-weight:bold;line-height:1.2;color:#1e3c72}.orlen-cta-description{font-size:1.2rem;margin-bottom:40px;color:#666;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5}.orlen-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.orlen-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 30px;background:#1e3c72;color:white;text-decoration:none;border-radius:50px;font-weight:bold;font-size:1.1rem;transition:all 0.3s ease;box-shadow:0 5px 15px rgba(30,60,114,0.2);text-align:center;min-width:200px}.orlen-cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(30,60,114,0.3);background:#2a5298;color:white;text-decoration:none}.orlen-faq-section{background:white;padding:80px 40px;color:#333}.orlen-faq-container{max-width:900px;margin:0 auto}.orlen-faq-title{font-size:2.2rem;margin-bottom:20px;font-weight:bold;line-height:1.3;color:#1e3c72;text-align:center}.orlen-faq-subtitle{font-size:1.1rem;margin-bottom:50px;color:#666;text-align:center;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}.orlen-faq-list{display:flex;flex-direction:column;gap:20px}.orlen-faq-item{background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef;overflow:hidden;transition:all 0.3s ease;box-shadow:0 2px 8px rgba(0,0,0,0.05)}.orlen-faq-item:hover{box-shadow:0 4px 15px rgba(30,60,114,0.1);transform:translateY(-2px)}.orlen-faq-question{padding:25px 30px;background:#1e3c72;color:white;cursor:pointer;display:flex;align-items:center;gap:15px;transition:all 0.3s ease}.orlen-faq-question:hover{background:#2a5298}.orlen-faq-icon{font-size:1.2rem;flex-shrink:0}.orlen-faq-question h3{margin:0;font-size:1.1rem;font-weight:600;line-height:1.4;flex:1}.orlen-faq-answer{padding:25px 30px;background:white;border-top:1px solid #e9ecef}.orlen-faq-answer p{margin:0;font-size:1rem;line-height:1.6;color:#555}.loyalty-points-spending-section{text-align:center;padding:40px 20px}.loyalty-section-title{font-size:2.5rem;color:#1e3c72;font-weight:bold;margin-bottom:15px;line-height:1.2}.loyalty-section-subtitle{font-size:1.2rem;color:#666;margin-bottom:50px;font-weight:400;max-width:800px;margin-left:auto;margin-right:auto}.loyalty-points-table-container{max-width:1000px;margin:50px auto;background:white;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.1);overflow-x:auto;-webkit-overflow-scrolling:touch}.loyalty-points-table{width:100%;border-collapse:collapse;font-size:0.95rem;min-width:700px}.loyalty-points-table th{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);color:white;padding:20px 15px;text-align:left;font-weight:bold;font-size:1rem;white-space:nowrap}.loyalty-points-table td{padding:15px;border-bottom:1px solid #e9ecef;vertical-align:top}.loyalty-points-table tr:nth-child(even){background:#f8f9fa}.loyalty-points-table tr:hover{background:#e3f2fd;transition:background 0.3s ease}.loyalty-points-highlight{background:#e3f2fd;padding:2px 6px;border-radius:4px;font-weight:bold;color:#1e3c72}.loyalty-points-table td strong{color:#1e3c72}.loyalty-points-table td small{color:#888;font-size:0.9rem}.loyalty-table-source{margin-top:20px;font-size:0.9rem;color:#777;text-align:center}.loyalty-table-source a{color:#1e3c72;text-decoration:none;font-weight:500}.loyalty-table-source a:hover{text-decoration:underline}@media (max-width:1024px){.loyalty-points-table-container{margin:40px auto}.loyalty-points-table{font-size:0.9rem;min-width:650px}}@media (max-width:768px){.loyalty-points-spending-section{padding:30px 15px}.loyalty-section-title{font-size:2rem;margin-bottom:10px}.loyalty-section-subtitle{font-size:1.1rem;margin-bottom:30px}.loyalty-points-table-container{margin:40px auto;border-radius:10px}.loyalty-points-table{font-size:0.85rem;min-width:600px}.loyalty-points-table th{padding:15px 10px;font-size:0.95rem}.loyalty-points-table td{padding:12px 8px}}@media (max-width:480px){.loyalty-section-title{font-size:1.8rem}.loyalty-points-table{min-width:550px;font-size:0.8rem}.loyalty-points-table th{padding:12px 6px;font-size:0.9rem}.loyalty-points-table td{padding:10px 6px;font-size:0.85rem}}*========================================MOYA-CUSTOM CSS DO DIVI THEME OPTIONS========================================INSTRUKCJA WDROŻENIA:1. Skopiuj cały ten kod2. W WordPress:Divi>Theme Options>Custom CSS3. Wklej na końcu istniejącego CSS4. Zapisz zmianyKOLORY MOYA (NIEBIESKI JAK ORLEN):-Główny:#1e3c72 (niebieski ORLEN)-Dodatkowy:#2a5298 (jasny niebieski)-Tło:#e3f2fd (bardzo jasny niebieski)========================================*/:root{--moya-primary:#1e3c72;--moya-secondary:#2a5298;--moya-light:#e3f2fd;--moya-dark:#1a3260}.moya-cta-section,.et_pb_module .moya-cta-section,.et_pb_section .moya-cta-section,div.moya-cta-section{text-align:center!important;padding:80px 20px!important;background:white!important;width:100%!important;clear:both!important;margin:0!important}.moya-cta-title,.moya-cta-section h2.moya-cta-title,h2.moya-cta-title{font-size:2.5rem!important;margin-bottom:20px!important;font-weight:bold!important;color:#1e3c72!important;text-align:center!important;line-height:1.2!important;padding:0!important}.moya-cta-description,.moya-cta-section p.moya-cta-description,p.moya-cta-description{font-size:1.2rem!important;margin-bottom:40px!important;color:#666!important;max-width:700px!important;margin-left:auto!important;margin-right:auto!important;line-height:1.6!important;text-align:center!important;padding:0!important}.moya-cta-buttons,.moya-cta-section .moya-cta-buttons,div.moya-cta-buttons{display:flex!important;gap:20px!important;justify-content:center!important;flex-wrap:wrap!important;text-align:center!important;margin:0 auto!important}.moya-cta-btn,.moya-cta-buttons a.moya-cta-btn,a.moya-cta-btn,.moya-cta-section a.moya-cta-btn,.et_pb_module .moya-cta-section a.moya-cta-btn,.et_pb_section .moya-cta-section a.moya-cta-btn{display:inline-block!important;padding:15px 35px!important;background:#1e3c72!important;background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%)!important;background-color:#1e3c72!important;color:#ffffff!important;text-decoration:none!important;border-radius:50px!important;font-weight:bold!important;font-size:1.1rem!important;transition:all 0.3s ease!important;box-shadow:0 5px 15px rgba(30,60,114,0.2)!important;border:none!important;min-width:200px!important;text-align:center!important}.loyalty-faq-section,.et_pb_module .loyalty-faq-section,.et_pb_section .loyalty-faq-section,.et_pb_code .loyalty-faq-section{padding:80px 20px!important;background:#f8f9fa!important;text-align:center!important;margin:0!important}.loyalty-faq-container,.loyalty-faq-section .loyalty-faq-container{max-width:1000px!important;margin:0 auto!important}.loyalty-faq-title,.loyalty-faq-section h2.loyalty-faq-title,.loyalty-faq-section .loyalty-faq-title{font-size:2.5rem!important;margin-bottom:20px!important;color:#1e3c72!important;font-weight:bold!important;text-align:center!important}.loyalty-faq-subtitle,.loyalty-faq-section p.loyalty-faq-subtitle,.loyalty-faq-section .loyalty-faq-subtitle{font-size:1.2rem!important;color:#666!important;margin-bottom:50px!important;text-align:center!important;max-width:800px!important;margin-left:auto!important;margin-right:auto!important}.loyalty-faq-item,.loyalty-faq-container .loyalty-faq-item{margin-bottom:15px!important;background:white!important;border-radius:10px!important;overflow:hidden!important;box-shadow:0 2px 10px rgba(0,0,0,0.08)!important;transition:all 0.3s ease!important}.loyalty-faq-item:hover,.loyalty-faq-container .loyalty-faq-item:hover{box-shadow:0 5px 20px rgba(0,0,0,0.12)!important}.loyalty-faq-question,.loyalty-faq-item .loyalty-faq-question{padding:20px 25px!important;cursor:pointer!important;display:flex!important;align-items:center!important;background:white!important;transition:background 0.3s ease!important}.loyalty-faq-question:hover,.loyalty-faq-item .loyalty-faq-question:hover{background:#f8f9fa!important}.loyalty-faq-question.active,.loyalty-faq-item .loyalty-faq-question.active{background:#e3f2fd!important;border-bottom:1px solid #e9ecef!important}.loyalty-faq-number,.loyalty-faq-question .loyalty-faq-number{background:#1e3c72!important;background-color:#1e3c72!important;color:#ffffff!important;width:35px!important;height:35px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:bold!important;margin-right:15px!important;flex-shrink:0!important;font-size:1rem!important}.loyalty-faq-question-text,.loyalty-faq-question .loyalty-faq-question-text{font-weight:bold!important;color:#1e3c72!important;font-size:1.1rem!important;flex-grow:1!important;line-height:1.4!important}.loyalty-faq-arrow,.loyalty-faq-question .loyalty-faq-arrow{font-size:1.2rem!important;color:#1e3c72!important;transition:transform 0.3s ease!important;font-weight:bold!important}.loyalty-faq-question.active .loyalty-faq-arrow{transform:rotate(180deg)!important}.loyalty-faq-answer,.loyalty-faq-item .loyalty-faq-answer{padding:0 25px!important;max-height:0!important;overflow:hidden!important;transition:max-height 0.3s ease,padding 0.3s ease!important;background:white!important}.loyalty-faq-answer.active,.loyalty-faq-item .loyalty-faq-answer.active{padding:20px 25px!important;max-height:1000px!important}.loyalty-faq-answer-content,.loyalty-faq-answer .loyalty-faq-answer-content{color:#555!important;line-height:1.6!important;font-size:1rem!important}.loyalty-faq-answer-content strong,.loyalty-faq-answer .loyalty-faq-answer-content strong{color:#1e3c72!important}.loyalty-faq-answer-content ul,.loyalty-faq-answer .loyalty-faq-answer-content ul{margin:10px 0!important;padding-left:20px!important}.loyalty-faq-answer-content li,.loyalty-faq-answer .loyalty-faq-answer-content li{margin-bottom:8px!important}.et_pb_module .moya-cta-section,.et_pb_row .moya-cta-section,.et_pb_code .moya-cta-section{margin:0!important;padding:80px 20px!important}.et_pb_module .loyalty-faq-section,.et_pb_row .loyalty-faq-section,.et_pb_code .loyalty-faq-section{margin:0!important}.et_pb_module .moya-wrapper-2024,.et_pb_row .moya-wrapper-2024,.et_pb_code .moya-wrapper-2024{margin:0!important}.et_pb_module .loyalty-app-features-section,.et_pb_module .loyalty-points-section,.et_pb_module .loyalty-points-spending-section{margin:0!important}.et_pb_module a.moya-cta-btn,.et_pb_row a.moya-cta-btn,.et_pb_section a.moya-cta-btn{display:inline-block!important;color:white!important;text-decoration:none!important}.et_pb_module a.moya-cta-btn:hover,.et_pb_row a.moya-cta-btn:hover,.et_pb_section a.moya-cta-btn:hover{color:white!important;text-decoration:none!important}@media (max-width:1024px){.loyalty-features-table-container,.loyalty-points-table-container,.moya-wrapper-2024 .loyalty-features-table-container,.moya-wrapper-2024 .loyalty-points-table-container{margin:40px auto!important}.loyalty-features-table,.loyalty-points-table,.moya-wrapper-2024 .loyalty-features-table,.moya-wrapper-2024 .loyalty-points-table{font-size:0.95rem!important;min-width:650px!important}}@media (max-width:768px){.moya-cta-section{padding:60px 15px!important}.moya-cta-title,h2.moya-cta-title{font-size:2rem!important}.moya-cta-description,p.moya-cta-description{font-size:1.1rem!important}.moya-cta-buttons{flex-direction:column!important;align-items:center!important}.moya-cta-btn,a.moya-cta-btn{width:100%!important;max-width:300px!important}.loyalty-faq-section{padding:60px 15px!important}.loyalty-faq-title{font-size:2rem!important}.loyalty-faq-subtitle{font-size:1.1rem!important}.loyalty-faq-question{padding:15px 20px!important}.loyalty-faq-question-text{font-size:1rem!important}.loyalty-app-features-section,.loyalty-points-section,.loyalty-points-spending-section{padding:30px 15px!important}.loyalty-section-title{font-size:2rem!important;margin-bottom:10px!important}.loyalty-section-subtitle{font-size:1.1rem!important;margin-bottom:30px!important}.loyalty-features-table-container,.loyalty-points-table-container,.moya-wrapper-2024 .loyalty-features-table-container,.moya-wrapper-2024 .loyalty-points-table-container{margin:40px auto!important;border-radius:10px!important}.loyalty-features-table,.loyalty-points-table,.moya-wrapper-2024 .loyalty-features-table,.moya-wrapper-2024 .loyalty-points-table{font-size:0.9rem!important;min-width:600px!important}.moya-wrapper-2024 .loyalty-features-table th,.moya-wrapper-2024 .loyalty-points-table th{padding:15px 10px!important;font-size:1rem!important}.moya-wrapper-2024 .loyalty-features-table td,.moya-wrapper-2024 .loyalty-points-table td{padding:12px 8px!important}}@media (max-width:480px){.loyalty-section-title{font-size:1.8rem!important}.loyalty-features-table,.loyalty-points-table,.moya-wrapper-2024 .loyalty-features-table,.moya-wrapper-2024 .loyalty-points-table{min-width:550px!important;font-size:0.85rem!important}.moya-wrapper-2024 .loyalty-features-table th,.moya-wrapper-2024 .loyalty-points-table th{padding:12px 6px!important;font-size:0.9rem!important}.moya-wrapper-2024 .loyalty-features-table td,.moya-wrapper-2024 .loyalty-points-table td{padding:10px 6px!important;font-size:0.85rem!important}}.moya-cta-section::after,.loyalty-faq-section::after,.moya-wrapper-2024::after{content:""!important;display:table!important;clear:both!important}.moya-cta-section *,.loyalty-faq-section *,.moya-wrapper-2024 *{box-sizing:border-box!important}.moya-cta-btn::before{content:none!important}.loyalty-features-table a,.loyalty-points-table a{text-decoration:none!important}.loyalty-features-table a:hover,.loyalty-points-table a:hover{text-decoration:underline!important}.mol-hero-section,.et_pb_module .mol-hero-section,.et_pb_section .mol-hero-section,div.mol-hero-section{background:white!important;padding:80px 20px!important;text-align:center!important;width:100%!important;clear:both!important;margin:0!important;position:relative!important;overflow:hidden!important;border:1px solid rgba(30,60,114,0.1)!important;color:#333!important}.mol-hero-section::before{content:''!important;position:absolute!important;top:-50px!important;left:-50px!important;right:-50px!important;bottom:-50px!important;background:linear-gradient(135deg,rgba(30,60,114,0.05) 0%,rgba(42,82,152,0.05) 100%)!important;border-radius:20px!important;z-index:1!important}.mol-hero-content{position:relative!important;z-index:2!important;max-width:1000px!important;margin:0 auto!important}.mol-logo-text,.mol-hero-section .mol-logo-text{font-size:3.5rem!important;margin-bottom:20px!important;font-weight:bold!important;color:#1e3c72!important}.mol-hero-subtitle,.mol-hero-section h1.mol-hero-subtitle{font-size:1.5rem!important;margin-bottom:30px!important;color:#1e3c72!important;font-weight:600!important}.mol-hero-description,.mol-hero-section p.mol-hero-description{font-size:1.1rem!important;max-width:800px!important;margin:0 auto!important;color:#555!important;line-height:1.6!important}.mol-app-section,.mol-loyalty-section,.mol-rewards-section,.et_pb_module .mol-app-section,.et_pb_module .mol-loyalty-section,.et_pb_module .mol-rewards-section{padding:80px 20px!important;width:100%!important;clear:both!important;margin:0!important}.mol-section-title,.mol-loyalty-title,.mol-rewards-title,.mol-section-title h2,.mol-loyalty-title h2,.mol-rewards-title h2{text-align:center!important;font-size:2.5rem!important;margin-bottom:20px!important;color:#1e3c72!important;font-weight:bold!important}.mol-section-subtitle,.mol-loyalty-subtitle,.mol-rewards-subtitle,p.mol-section-subtitle,p.mol-loyalty-subtitle,p.mol-rewards-subtitle{text-align:center!important;font-size:1.2rem!important;margin-bottom:50px!important;color:#666!important}.mol-loyalty-description,p.mol-loyalty-description{text-align:center!important;font-size:1.1rem!important;max-width:900px!important;margin:0 auto 30px auto!important;color:#555!important;line-height:1.6!important}.mol-table-container,.mol-rewards-table-container{max-width:1000px!important;margin:0 auto!important;background:white!important;border-radius:15px!important;overflow:hidden!important;box-shadow:0 10px 30px rgba(0,0,0,0.1)!important}.mol-table-responsive,.mol-rewards-table-responsive{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.mol-features-table,.mol-rewards-table,table.mol-features-table,table.mol-rewards-table{width:100%!important;border-collapse:collapse!important;font-size:1rem!important;min-width:600px!important}.mol-features-table th,.mol-rewards-table th,.mol-features-table thead tr th,.mol-rewards-table thead tr th,table.mol-features-table th,table.mol-rewards-table th{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%)!important;background-color:#1e3c72!important;color:#ffffff!important;padding:20px 15px!important;text-align:left!important;font-weight:bold!important;font-size:1.1rem!important}.mol-features-table td,.mol-rewards-table td{padding:15px!important;border-bottom:1px solid #e9ecef!important;vertical-align:top!important}.mol-features-table tbody tr:nth-child(even),.mol-rewards-table tbody tr:nth-child(even){background:#f8f9fa!important}.mol-features-table tbody tr:hover,.mol-rewards-table tbody tr:hover{background:#e3f2fd!important}.mol-feature-name,.mol-reward-name{font-weight:bold!important;color:#1e3c72!important;font-size:1.1rem!important}.mol-features-table th span,.mol-rewards-table th span{color:#ffffff!important}.mol-levels-container{max-width:800px!important;margin:40px auto!important;background:#f8f9fa!important;padding:30px!important;border-radius:15px!important;border-left:5px solid #1e3c72!important}.mol-levels-container h3{color:#1e3c72!important;font-size:1.5rem!important;margin-bottom:20px!important;text-align:center!important}.mol-levels-list{list-style:none!important;padding:0!important}.mol-levels-list li{padding:12px 0 12px 35px!important;position:relative!important;color:#555!important;font-size:1.1rem!important;line-height:1.6!important}.mol-levels-list li::before{content:'✓'!important;position:absolute!important;left:0!important;color:#1e3c72!important;font-weight:bold!important;font-size:1.3rem!important}.mol-level-name{font-weight:bold!important;color:#1e3c72!important}.mol-cta-section,.et_pb_module .mol-cta-section,.et_pb_section .mol-cta-section,div.mol-cta-section{padding:80px 20px!important;background:white!important;text-align:center!important;width:100%!important;clear:both!important;margin:0!important}.mol-cta-icon{font-size:1.3rem!important}.mol-cta-title,.mol-cta-section h2.mol-cta-title,h2.mol-cta-title{font-size:2.5rem!important;margin-bottom:20px!important;font-weight:bold!important;color:#1e3c72!important;text-align:center!important;line-height:1.2!important;padding:0!important}.mol-cta-description,.mol-cta-section p.mol-cta-description,p.mol-cta-description{font-size:1.2rem!important;margin-bottom:40px!important;color:#666!important;max-width:700px!important;margin-left:auto!important;margin-right:auto!important;line-height:1.6!important;text-align:center!important;padding:0!important}.mol-cta-buttons,.mol-cta-section .mol-cta-buttons,div.mol-cta-buttons{display:flex!important;gap:20px!important;justify-content:center!important;flex-wrap:wrap!important;text-align:center!important;margin:0 auto!important}.mol-cta-btn,.mol-cta-buttons a.mol-cta-btn,a.mol-cta-btn,.mol-cta-section a.mol-cta-btn{display:inline-flex!important;align-items:center!important;gap:10px!important;padding:15px 35px!important;background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%)!important;color:white!important;text-decoration:none!important;border-radius:50px!important;font-weight:bold!important;font-size:1.1rem!important;transition:all 0.3s ease!important;box-shadow:0 5px 15px rgba(30,60,114,0.2)!important;border:none!important}.mol-cta-btn:hover,.mol-cta-buttons a.mol-cta-btn:hover,a.mol-cta-btn:hover,.mol-cta-section a.mol-cta-btn:hover{transform:translateY(-3px)!important;box-shadow:0 8px 25px rgba(30,60,114,0.3)!important;background:linear-gradient(135deg,#2a5298 0%,#1e3c72 100%)!important;color:white!important;text-decoration:none!important}.bp-hero-section,.et_pb_module .bp-hero-section,.et_pb_section .bp-hero-section,.et_pb_code .bp-hero-section,div.bp-hero-section{background:white!important;padding:80px 20px!important;text-align:center!important;width:100%!important;clear:both!important;margin:0!important;position:relative!important;overflow:hidden!important;border:1px solid rgba(0,137,62,0.1)!important;color:#333!important}.bp-hero-section::before{content:''!important;position:absolute!important;top:-50px!important;left:-50px!important;right:-50px!important;bottom:-50px!important;background:linear-gradient(135deg,rgba(0,137,62,0.05) 0%,rgba(0,166,81,0.05) 100%)!important;border-radius:20px!important;z-index:1!important;pointer-events:none!important}.bp-hero-content{position:relative!important;z-index:2!important;max-width:1000px!important;margin:0 auto!important}.bp-logo-text,.bp-hero-section .bp-logo-text,.bp-hero-content .bp-logo-text{font-size:3.5rem!important;margin-bottom:20px!important;font-weight:bold!important;color:#00893E!important}.bp-hero-subtitle,.bp-hero-section h1.bp-hero-subtitle,.bp-hero-section .bp-hero-subtitle,h1.bp-hero-subtitle{font-size:1.5rem!important;margin-bottom:30px!important;color:#00893E!important;font-weight:600!important}.bp-hero-description,.bp-hero-section p.bp-hero-description,.bp-hero-section .bp-hero-description,p.bp-hero-description{font-size:1.1rem!important;max-width:800px!important;margin:0 auto!important;color:#555!important;line-height:1.6!important}.bp-app-section,.bp-loyalty-section,.bp-rewards-section,.et_pb_module .bp-app-section,.et_pb_module .bp-loyalty-section,.et_pb_module .bp-rewards-section,.et_pb_code .bp-app-section,.et_pb_code .bp-loyalty-section,.et_pb_code .bp-rewards-section{padding:80px 20px!important;width:100%!important;clear:both!important;margin:0!important}.bp-app-section,.bp-rewards-section{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)!important}.bp-loyalty-section{background:white!important}.bp-section-title,.bp-loyalty-title,.bp-rewards-title,h2.bp-section-title,h2.bp-loyalty-title,h2.bp-rewards-title,.bp-app-section h2,.bp-loyalty-section h2,.bp-rewards-section h2{text-align:center!important;font-size:2.5rem!important;margin-bottom:20px!important;color:#00893E!important;font-weight:bold!important}.bp-section-subtitle,.bp-loyalty-subtitle,.bp-rewards-subtitle,p.bp-section-subtitle,p.bp-loyalty-subtitle,p.bp-rewards-subtitle{text-align:center!important;font-size:1.2rem!important;margin-bottom:50px!important;color:#666!important;max-width:800px!important;margin-left:auto!important;margin-right:auto!important}.bp-table-container,.bp-rewards-table-container{max-width:1000px!important;margin:0 auto!important;background:white!important;border-radius:15px!important;overflow:hidden!important;box-shadow:0 10px 30px rgba(0,0,0,0.1)!important}.bp-table-responsive,.bp-rewards-table-responsive{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.bp-features-table,.bp-rewards-table,table.bp-features-table,table.bp-rewards-table{width:100%!important;border-collapse:collapse!important;font-size:1rem!important;min-width:600px!important}.bp-features-table th,.bp-rewards-table th,.bp-features-table thead tr th,.bp-rewards-table thead tr th,table.bp-features-table th,table.bp-rewards-table th,.bp-features-table thead th,.bp-rewards-table thead th{background:linear-gradient(135deg,#00893E 0%,#00A651 100%)!important;background-color:#00893E!important;color:#ffffff!important;padding:20px 15px!important;text-align:left!important;font-weight:bold!important;font-size:1.1rem!important}.bp-features-table th span,.bp-rewards-table th span,.bp-features-table thead th span,.bp-rewards-table thead th span{color:#ffffff!important}.bp-features-table td,.bp-rewards-table td{padding:15px!important;border-bottom:1px solid #e9ecef!important;vertical-align:top!important}.bp-features-table tbody tr:nth-child(even),.bp-rewards-table tbody tr:nth-child(even){background:#f8f9fa!important}.bp-features-table tbody tr:hover,.bp-rewards-table tbody tr:hover{background:#E6F4EA!important}.bp-feature-name,.bp-reward-name,span.bp-feature-name,span.bp-reward-name{font-weight:bold!important;color:#00893E!important;font-size:1.1rem!important}.bp-steps-container{max-width:900px!important;margin:40px auto!important;background:#f8f9fa!important;padding:30px!important;border-radius:15px!important;border-left:5px solid #00893E!important}.bp-steps-container h3{color:#00893E!important;font-size:1.5rem!important;margin-bottom:20px!important;text-align:center!important}.bp-steps-list,ol.bp-steps-list{list-style:none!important;padding:0!important;margin:0!important;counter-reset:step-counter!important}.bp-steps-list li{padding:15px 0 15px 50px!important;position:relative!important;color:#555!important;font-size:1.1rem!important;line-height:1.6!important;margin-bottom:15px!important}.bp-steps-list li::before{counter-increment:step-counter!important;content:counter(step-counter)!important;position:absolute!important;left:0!important;top:12px!important;background:#00893E!important;color:white!important;width:35px!important;height:35px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:bold!important;font-size:1.2rem!important}.bp-step-title,span.bp-step-title{font-weight:bold!important;color:#00893E!important;display:block!important;margin-bottom:5px!important}.bp-step-description,span.bp-step-description{color:#666!important;font-size:1rem!important}.bp-cta-section,.et_pb_module .bp-cta-section,.et_pb_section .bp-cta-section,.et_pb_code .bp-cta-section,div.bp-cta-section{padding:80px 20px!important;background:white!important;text-align:center!important;width:100%!important;clear:both!important;margin:0!important}.bp-cta-title,.bp-cta-section h2.bp-cta-title,.bp-cta-section .bp-cta-title,h2.bp-cta-title{font-size:2.5rem!important;margin-bottom:20px!important;font-weight:bold!important;color:#00893E!important;text-align:center!important;line-height:1.2!important;padding:0!important}.bp-cta-description,.bp-cta-section p.bp-cta-description,.bp-cta-section .bp-cta-description,p.bp-cta-description{font-size:1.2rem!important;margin-bottom:40px!important;color:#666!important;max-width:700px!important;margin-left:auto!important;margin-right:auto!important;line-height:1.6!important;text-align:center!important;padding:0!important}.bp-cta-buttons,.bp-cta-section .bp-cta-buttons,div.bp-cta-buttons{display:flex!important;gap:20px!important;justify-content:center!important;flex-wrap:wrap!important;text-align:center!important;margin:0 auto!important}.bp-cta-btn,.bp-cta-buttons a.bp-cta-btn,a.bp-cta-btn,.bp-cta-section a.bp-cta-btn,.bp-cta-buttons .bp-cta-btn{display:inline-flex!important;align-items:center!important;gap:10px!important;padding:15px 35px!important;background:linear-gradient(135deg,#00893E 0%,#00A651 100%)!important;color:white!important;text-decoration:none!important;border-radius:50px!important;font-weight:bold!important;font-size:1.1rem!important;transition:all 0.3s ease!important;box-shadow:0 5px 15px rgba(0,137,62,0.2)!important;border:none!important}.bp-cta-btn:hover,.bp-cta-buttons a.bp-cta-btn:hover,a.bp-cta-btn:hover,.bp-cta-section a.bp-cta-btn:hover,.bp-cta-buttons .bp-cta-btn:hover{transform:translateY(-3px)!important;box-shadow:0 8px 25px rgba(0,137,62,0.3)!important;background:linear-gradient(135deg,#00A651 0%,#00893E 100%)!important;color:white!important;text-decoration:none!important}.bp-cta-icon,.bp-cta-btn .bp-cta-icon{font-size:1.3rem!important}.circlek-hero-section,.et_pb_module .circlek-hero-section,.et_pb_section .circlek-hero-section,.et_pb_code .circlek-hero-section,div.circlek-hero-section{background:white!important;padding:80px 20px!important;text-align:center!important;width:100%!important;clear:both!important;margin:0!important;position:relative!important;overflow:hidden!important;border:1px solid rgba(227,25,55,0.1)!important;color:#333!important}.circlek-hero-section::before{content:''!important;position:absolute!important;top:-50px!important;left:-50px!important;right:-50px!important;bottom:-50px!important;background:linear-gradient(135deg,rgba(30,60,114,0.05) 0%,rgba(227,25,55,0.03) 100%)!important;border-radius:20px!important;z-index:1!important;pointer-events:none!important}.circlek-hero-content{position:relative!important;z-index:2!important;max-width:1000px!important;margin:0 auto!important}.circlek-logo-text,.circlek-hero-section .circlek-logo-text,.circlek-hero-content .circlek-logo-text{font-size:3.5rem!important;margin-bottom:20px!important;font-weight:bold!important;color:#E31937!important}.circlek-hero-subtitle,.circlek-hero-section h1.circlek-hero-subtitle,.circlek-hero-section .circlek-hero-subtitle,h1.circlek-hero-subtitle{font-size:1.5rem!important;margin-bottom:30px!important;color:#1e3c72!important;font-weight:600!important}.circlek-hero-description,.circlek-hero-section p.circlek-hero-description,.circlek-hero-section .circlek-hero-description,p.circlek-hero-description{font-size:1.1rem!important;max-width:800px!important;margin:0 auto!important;color:#555!important;line-height:1.6!important}.circlek-wrapper-2024 .loyalty-app-features-section,.circlek-loyalty-section,.circlek-rewards-section,.et_pb_module .circlek-wrapper-2024 .loyalty-app-features-section,.et_pb_module .circlek-loyalty-section,.et_pb_module .circlek-rewards-section{padding:80px 20px!important;width:100%!important;clear:both!important;margin:0!important}.circlek-wrapper-2024 .loyalty-app-features-section,.circlek-rewards-section{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)!important}.circlek-loyalty-section{background:white!important}.circlek-wrapper-2024 .loyalty-section-title,.circlek-loyalty-title,.circlek-rewards-title,h2.circlek-loyalty-title,h2.circlek-rewards-title{text-align:center!important;font-size:2.5rem!important;margin-bottom:20px!important;color:#1e3c72!important;font-weight:bold!important}.circlek-wrapper-2024 .loyalty-section-subtitle,.circlek-loyalty-subtitle,.circlek-rewards-subtitle,p.circlek-loyalty-subtitle,p.circlek-rewards-subtitle{text-align:center!important;font-size:1.2rem!important;margin-bottom:50px!important;color:#666!important;max-width:800px!important;margin-left:auto!important;margin-right:auto!important}.circlek-wrapper-2024 .loyalty-features-table-container,.circlek-rewards-table-container{max-width:1000px!important;margin:0 auto!important;background:white!important;border-radius:15px!important;overflow:hidden!important;box-shadow:0 10px 30px rgba(0,0,0,0.1)!important}.circlek-wrapper-2024 .loyalty-features-table-container,.circlek-rewards-table-container{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.circlek-wrapper-2024 .loyalty-features-table,.circlek-rewards-table,table.circlek-rewards-table{width:100%!important;border-collapse:collapse!important;font-size:1rem!important;min-width:600px!important}.circlek-wrapper-2024 .loyalty-features-table th,.circlek-rewards-table th,.circlek-wrapper-2024 .loyalty-features-table thead tr th,.circlek-rewards-table thead tr th,.circlek-wrapper-2024 table.loyalty-features-table th,table.circlek-rewards-table th{background:linear-gradient(135deg,#1e3c72 0%,#E31937 100%)!important;background-color:#1e3c72!important;color:#ffffff!important;padding:20px 15px!important;text-align:left!important;font-weight:bold!important;font-size:1.1rem!important}.circlek-wrapper-2024 .loyalty-features-table th span,.circlek-rewards-table th span{color:#ffffff!important}.circlek-wrapper-2024 .loyalty-features-table td,.circlek-rewards-table td{padding:15px!important;border-bottom:1px solid #e9ecef!important;vertical-align:top!important}.circlek-wrapper-2024 .loyalty-features-table tbody tr:nth-child(even),.circlek-rewards-table tbody tr:nth-child(even){background:#f8f9fa!important}.circlek-wrapper-2024 .loyalty-features-table tbody tr:hover,.circlek-rewards-table tbody tr:hover{background:#FFEBEE!important}.circlek-wrapper-2024 .loyalty-features-table td strong,.circlek-rewards-table td strong,span.circlek-reward-name{font-weight:bold!important;color:#E31937!important;font-size:1.1rem!important}.circlek-reward-highlight{background:#FFEBEE!important;padding:2px 6px!important;border-radius:4px!important;font-weight:bold!important;color:#E31937!important}.circlek-loyalty-info{max-width:900px!important;margin:40px auto!important;background:#f8f9fa!important;padding:30px!important;border-radius:15px!important;border-left:5px solid #E31937!important}.circlek-loyalty-info h3{color:#E31937!important;font-size:1.5rem!important;margin-bottom:20px!important;text-align:center!important}.circlek-loyalty-info p{color:#555!important;font-size:1.1rem!important;line-height:1.6!important;margin-bottom:15px!important}.circlek-unique-section{padding:80px 20px!important;background:linear-gradient(135deg,#1e3c72 0%,#2a5298 50%,#E31937 100%)!important;text-align:center!important;position:relative!important;overflow:hidden!important}.circlek-unique-content{position:relative!important;z-index:2!important;max-width:1100px!important;margin:0 auto!important}.circlek-unique-title{font-size:2.8rem!important;color:#ffffff!important;font-weight:bold!important;margin-bottom:20px!important;line-height:1.2!important;text-shadow:0 2px 10px rgba(0,0,0,0.2)!important}.circlek-unique-subtitle{font-size:1.3rem!important;color:#ffffff!important;margin-bottom:50px!important;opacity:0.95!important}.circlek-unique-cards{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;gap:30px!important;margin-top:40px!important}.circlek-unique-card{background:rgba(255,255,255,0.98)!important;padding:35px 25px!important;border-radius:15px!important;box-shadow:0 10px 30px rgba(0,0,0,0.2)!important;transition:all 0.3s ease!important;border-left:5px solid #E31937!important}.circlek-unique-card:hover{transform:translateY(-8px)!important;box-shadow:0 15px 40px rgba(0,0,0,0.3)!important;border-left-width:8px!important}.circlek-card-icon{font-size:3rem!important;margin-bottom:20px!important;display:block!important}.circlek-card-title{font-size:1.4rem!important;color:#E31937!important;font-weight:bold!important;margin-bottom:15px!important;line-height:1.3!important}.circlek-card-description{font-size:1.05rem!important;color:#555!important;line-height:1.6!important}.circlek-card-description strong{color:#1e3c72!important;font-weight:600!important}.circlek-cta-section,.et_pb_module .circlek-cta-section,.et_pb_code .circlek-cta-section,div.circlek-cta-section{padding:80px 20px!important;background:white!important;text-align:center!important;width:100%!important;clear:both!important;margin:0!important}.circlek-cta-title,.circlek-cta-section h2.circlek-cta-title,h2.circlek-cta-title{font-size:2.5rem!important;margin-bottom:20px!important;font-weight:bold!important;color:#1e3c72!important;text-align:center!important;line-height:1.2!important}.circlek-cta-description,.circlek-cta-section p.circlek-cta-description,p.circlek-cta-description{font-size:1.2rem!important;margin-bottom:40px!important;color:#666!important;max-width:700px!important;margin-left:auto!important;margin-right:auto!important;line-height:1.6!important;text-align:center!important}.circlek-cta-buttons,.circlek-cta-section .circlek-cta-buttons,div.circlek-cta-buttons{display:flex!important;gap:20px!important;justify-content:center!important;flex-wrap:wrap!important}.circlek-cta-btn,.circlek-cta-buttons a.circlek-cta-btn,a.circlek-cta-btn,.circlek-cta-section a.circlek-cta-btn{display:inline-flex!important;align-items:center!important;gap:10px!important;padding:15px 35px!important;background:linear-gradient(135deg,#1e3c72 0%,#E31937 100%)!important;color:white!important;text-decoration:none!important;border-radius:50px!important;font-weight:bold!important;font-size:1.1rem!important;transition:all 0.3s ease!important;box-shadow:0 5px 15px rgba(227,25,55,0.3)!important;border:none!important}.circlek-cta-btn:hover,.circlek-cta-buttons a.circlek-cta-btn:hover,a.circlek-cta-btn:hover{transform:translateY(-3px)!important;box-shadow:0 8px 25px rgba(227,25,55,0.4)!important;background:linear-gradient(135deg,#E31937 0%,#1e3c72 100%)!important;color:white!important;text-decoration:none!important}.circlek-cta-icon{font-size:1.3rem!important}.circlek-faq-section,.et_pb_module .circlek-faq-section,.et_pb_code .circlek-faq-section{padding:80px 20px!important;background:#f8f9fa!important;text-align:center!important}.circlek-faq-container{max-width:1000px!important;margin:0 auto!important;text-align:left!important}.circlek-faq-title,.circlek-faq-section h2.circlek-faq-title,h2.circlek-faq-title{font-size:2.5rem!important;margin-bottom:20px!important;color:#1e3c72!important;font-weight:bold!important;text-align:center!important}.circlek-faq-subtitle,.circlek-faq-section p.circlek-faq-subtitle,p.circlek-faq-subtitle{font-size:1.2rem!important;color:#666!important;margin-bottom:50px!important;text-align:center!important}.circlek-faq-item{margin-bottom:15px!important;background:white!important;border-radius:10px!important;overflow:hidden!important;box-shadow:0 2px 10px rgba(0,0,0,0.08)!important;transition:all 0.3s ease!important}.circlek-faq-item:hover{box-shadow:0 5px 20px rgba(0,0,0,0.12)!important}.circlek-faq-question{padding:20px 25px!important;cursor:pointer!important;display:flex!important;align-items:center!important;background:white!important;transition:background 0.3s ease!important;position:relative!important;user-select:none!important}.circlek-faq-question:hover{background:#f8f9fa!important}.circlek-faq-question.active{background:#FFEBEE!important;border-bottom:1px solid #e9ecef!important}.circlek-faq-question-text{font-weight:bold!important;color:#E31937!important;font-size:1.1rem!important;flex-grow:1!important;line-height:1.4!important;padding-right:20px!important}.circlek-faq-arrow{font-size:1.2rem!important;color:#E31937!important;transition:transform 0.3s ease!important;font-weight:bold!important}.circlek-faq-question.active .circlek-faq-arrow{transform:rotate(180deg)!important}.circlek-faq-answer{max-height:0!important;overflow:hidden!important;transition:all 0.3s ease!important;background:white!important}.circlek-faq-answer.active{max-height:1000px!important;padding:20px 25px!important}.circlek-faq-answer-content{color:#555!important;line-height:1.6!important;font-size:1rem!important}.circlek-faq-answer-content strong{color:#E31937!important}.circlek-faq-answer-content p{margin-bottom:10px!important}.circlek-faq-answer-content a{color:#E31937!important;text-decoration:underline!important}.circlek-faq-answer-content a:hover{color:#1e3c72!important}.circlek-wrapper-2024 .loyalty-table-source,.circlek-table-source{margin-top:20px!important;font-size:0.9rem!important;color:#777!important;text-align:left!important;padding:0 20px!important}.circlek-wrapper-2024 .loyalty-table-source a,.circlek-table-source a{color:#E31937!important;text-decoration:none!important;font-weight:500!important}.circlek-wrapper-2024 .loyalty-table-source a:hover,.circlek-table-source a:hover{text-decoration:underline!important}@media (max-width:768px){.circlek-hero-section{padding:60px 15px!important}.circlek-logo-text{font-size:2.5rem!important}.circlek-hero-subtitle{font-size:1.2rem!important}.circlek-hero-description{font-size:1rem!important}.circlek-wrapper-2024 .loyalty-app-features-section,.circlek-loyalty-section,.circlek-rewards-section{padding:60px 15px!important}.circlek-wrapper-2024 .loyalty-section-title,.circlek-loyalty-title,.circlek-rewards-title{font-size:2rem!important}.circlek-wrapper-2024 .loyalty-section-subtitle,.circlek-loyalty-subtitle,.circlek-rewards-subtitle{font-size:1.1rem!important}.circlek-wrapper-2024 .loyalty-features-table-container,.circlek-rewards-table-container{border-radius:10px!important}.circlek-wrapper-2024 .loyalty-features-table,.circlek-rewards-table{font-size:0.9rem!important;min-width:500px!important}.circlek-wrapper-2024 .loyalty-features-table th,.circlek-rewards-table th{padding:15px 10px!important;font-size:1rem!important}.circlek-wrapper-2024 .loyalty-features-table td,.circlek-rewards-table td{padding:12px 10px!important}.circlek-unique-section{padding:60px 15px!important}.circlek-unique-title{font-size:2rem!important}.circlek-unique-subtitle{font-size:1.1rem!important}.circlek-unique-cards{grid-template-columns:1fr!important;gap:20px!important}.circlek-unique-card{padding:25px 20px!important}.circlek-cta-section{padding:60px 15px!important}.circlek-cta-title{font-size:2rem!important}.circlek-cta-description{font-size:1.1rem!important}.circlek-cta-buttons{flex-direction:column!important;align-items:center!important}.circlek-cta-btn,a.circlek-cta-btn{width:100%!important;max-width:300px!important;justify-content:center!important}.circlek-faq-section{padding:60px 15px!important}.circlek-faq-title{font-size:2rem!important}.circlek-faq-subtitle{font-size:1.1rem!important}.circlek-faq-question{padding:15px 20px!important}.circlek-faq-question-text{font-size:1rem!important}.circlek-faq-answer.active{padding:15px 20px!important}.circlek-faq-answer-content{font-size:0.95rem!important}}.et_pb_module .circlek-hero-section,.et_pb_module .circlek-wrapper-2024 .loyalty-app-features-section,.et_pb_module .circlek-loyalty-section,.et_pb_module .circlek-rewards-section,.et_pb_module .circlek-unique-section,.et_pb_module .circlek-cta-section,.et_pb_module .circlek-faq-section{margin:0!important}.et_pb_module a.circlek-cta-btn,.et_pb_row a.circlek-cta-btn,.et_pb_section a.circlek-cta-btn,.et_pb_code a.circlek-cta-btn{display:inline-flex!important;color:white!important;text-decoration:none!important}.et_pb_module a.circlek-cta-btn:hover,.et_pb_row a.circlek-cta-btn:hover,.et_pb_section a.circlek-cta-btn:hover,.et_pb_code a.circlek-cta-btn:hover{color:white!important;text-decoration:none!important}.et_pb_module .circlek-wrapper-2024 .loyalty-features-table,.et_pb_module .circlek-rewards-table{border:none!important}.et_pb_module .circlek-wrapper-2024 .loyalty-features-table th,.et_pb_module .circlek-rewards-table th,.et_pb_module .circlek-wrapper-2024 .loyalty-features-table td,.et_pb_module .circlek-rewards-table td{border:none!important}.circlek-hero-section::after,.circlek-wrapper-2024 .loyalty-app-features-section::after,.circlek-loyalty-section::after,.circlek-rewards-section::after,.circlek-unique-section::after,.circlek-cta-section::after,.circlek-faq-section::after{content:''!important;display:table!important;clear:both!important}.circlek-hero-section *,.circlek-wrapper-2024 .loyalty-app-features-section *,.circlek-loyalty-section *,.circlek-rewards-section *,.circlek-unique-section *,.circlek-cta-section *,.circlek-faq-section *{box-sizing:border-box!important}*========================================SHELL-KOMPLETNY CSS DLA DIVI========================================WERSJA:1.0DATA:2025-10-16INSTRUKCJA:1. Skopiuj cały kod z tego pliku2. WordPress → Divi → Theme Options → Custom CSS3. Wklej NA KOŃCU istniejącego CSS4. Zapisz zmianyKOLORY UŻYTE (CZERWONO-ŻÓŁTY SCHEMAT Shell):-Główny:#DD1F26 (czerwony Shell)-Akcentowy:#C41E3A (ciemny czerwony)-Żółty:#FBCE07 (akcent w module 5)-Hover:#FFF5F5 (jasny czerwony bg)========================================*/.shell-hero-section,.et_pb_module .shell-hero-section,.et_pb_section .shell-hero-section,.et_pb_code .shell-hero-section,div.shell-hero-section{background:white!important;padding:80px 20px!important;text-align:center!important;width:100%!important;clear:both!important;margin:0!important;position:relative!important;overflow:hidden!important;border:1px solid rgba(221,31,38,0.1)!important;color:#333!important}.shell-hero-section::before{content:''!important;position:absolute!important;top:-50px!important;left:-50px!important;right:-50px!important;bottom:-50px!important;background:linear-gradient(135deg,rgba(221,31,38,0.05) 0%,rgba(251,206,7,0.05) 100%)!important;border-radius:20px!important;z-index:1!important;pointer-events:none!important}.shell-hero-content{position:relative!important;z-index:2!important;max-width:1000px!important;margin:0 auto!important}.shell-logo-text,.shell-hero-section .shell-logo-text,.shell-hero-content .shell-logo-text{font-size:3.5rem!important;margin-bottom:20px!important;font-weight:bold!important;color:#DD1F26!important}.shell-hero-subtitle,.shell-hero-section h1.shell-hero-subtitle,.shell-hero-section .shell-hero-subtitle,h1.shell-hero-subtitle{font-size:1.5rem!important;margin-bottom:30px!important;color:#1e3c72!important;font-weight:600!important}.shell-hero-description,.shell-hero-section p.shell-hero-description,.shell-hero-section .shell-hero-description,p.shell-hero-description{font-size:1.1rem!important;max-width:800px!important;margin:0 auto!important;color:#555!important;line-height:1.6!important}.shell-wrapper-2024 .loyalty-app-features-section,.shell-loyalty-section,.shell-rewards-section,.et_pb_module .shell-wrapper-2024 .loyalty-app-features-section,.et_pb_module .shell-loyalty-section,.et_pb_module .shell-rewards-section{padding:80px 20px!important;width:100%!important;clear:both!important;margin:0!important}.shell-wrapper-2024 .loyalty-app-features-section,.shell-rewards-section{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)!important}.shell-loyalty-section{background:white!important}.shell-wrapper-2024 .loyalty-section-title,.shell-loyalty-title,.shell-rewards-title,h2.shell-loyalty-title,h2.shell-rewards-title{text-align:center!important;font-size:2.5rem!important;margin-bottom:20px!important;color:#1e3c72!important;font-weight:bold!important}.shell-wrapper-2024 .loyalty-section-subtitle,.shell-loyalty-subtitle,.shell-rewards-subtitle,p.shell-loyalty-subtitle,p.shell-rewards-subtitle{text-align:center!important;font-size:1.2rem!important;margin-bottom:50px!important;color:#666!important;max-width:800px!important;margin-left:auto!important;margin-right:auto!important}.shell-wrapper-2024 .loyalty-features-table-container,.shell-rewards-table-container{max-width:1000px!important;margin:0 auto!important;background:white!important;border-radius:15px!important;overflow:hidden!important;box-shadow:0 10px 30px rgba(0,0,0,0.1)!important}.shell-wrapper-2024 .loyalty-features-table-container,.shell-rewards-table-container{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.shell-wrapper-2024 .loyalty-features-table,.shell-rewards-table,table.shell-rewards-table{width:100%!important;border-collapse:collapse!important;font-size:1rem!important;min-width:600px!important}.shell-wrapper-2024 .loyalty-features-table th,.shell-rewards-table th,.shell-wrapper-2024 .loyalty-features-table thead tr th,.shell-rewards-table thead tr th,.shell-wrapper-2024 table.loyalty-features-table th,table.shell-rewards-table th{background:linear-gradient(135deg,#DD1F26 0%,#C41E3A 100%)!important;background-color:#DD1F26!important;color:#ffffff!important;padding:20px 15px!important;text-align:left!important;font-weight:bold!important;font-size:1.1rem!important}.shell-wrapper-2024 .loyalty-features-table th span,.shell-rewards-table th span{color:#ffffff!important}.shell-wrapper-2024 .loyalty-features-table td,.shell-rewards-table td{padding:15px!important;border-bottom:1px solid #e9ecef!important;vertical-align:top!important}.shell-wrapper-2024 .loyalty-features-table tbody tr:nth-child(even),.shell-rewards-table tbody tr:nth-child(even){background:#f8f9fa!important}.shell-wrapper-2024 .loyalty-features-table tbody tr:hover,.shell-rewards-table tbody tr:hover{background:#FFF5F5!important}.shell-wrapper-2024 .loyalty-features-table td strong,.shell-rewards-table td strong,span.shell-reward-name{font-weight:bold!important;color:#DD1F26!important;font-size:1.1rem!important}.shell-reward-highlight{background:#FFF5F5!important;padding:2px 6px!important;border-radius:4px!important;font-weight:bold!important;color:#DD1F26!important}.shell-loyalty-info{max-width:900px!important;margin:40px auto!important;background:#f8f9fa!important;padding:30px!important;border-radius:15px!important;border-left:5px solid #DD1F26!important}.shell-loyalty-info h3{color:#DD1F26!important;font-size:1.5rem!important;margin-bottom:20px!important;text-align:center!important}.shell-loyalty-info p{color:#555!important;font-size:1.1rem!important;line-height:1.6!important;margin-bottom:15px!important}.shell-unique-section{padding:80px 20px!important;background:linear-gradient(135deg,#DD1F26 0%,#C41E3A 50%,#FBCE07 100%)!important;text-align:center!important;position:relative!important;overflow:hidden!important}.shell-unique-content{position:relative!important;z-index:2!important;max-width:1100px!important;margin:0 auto!important}.shell-unique-title{font-size:2.8rem!important;color:#ffffff!important;font-weight:bold!important;margin-bottom:20px!important;line-height:1.2!important;text-shadow:0 2px 10px rgba(0,0,0,0.2)!important}.shell-unique-subtitle{font-size:1.3rem!important;color:#ffffff!important;margin-bottom:50px!important;opacity:0.95!important}.shell-unique-cards{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:30px!important;margin-top:40px!important;max-width:900px!important;margin-left:auto!important;margin-right:auto!important}.shell-unique-card{background:rgba(255,255,255,0.98)!important;padding:35px 25px!important;border-radius:15px!important;box-shadow:0 10px 30px rgba(0,0,0,0.2)!important;transition:all 0.3s ease!important;border-left:5px solid #DD1F26!important}.shell-unique-card:hover{transform:translateY(-8px)!important;box-shadow:0 15px 40px rgba(0,0,0,0.3)!important;border-left-width:8px!important}.shell-card-icon{font-size:3rem!important;margin-bottom:20px!important;display:block!important}.shell-card-title{font-size:1.4rem!important;color:#DD1F26!important;font-weight:bold!important;margin-bottom:15px!important;line-height:1.3!important}.shell-card-description{font-size:1.05rem!important;color:#555!important;line-height:1.6!important}.shell-card-description strong{color:#1e3c72!important;font-weight:600!important}.shell-cta-section,.et_pb_module .shell-cta-section,.et_pb_code .shell-cta-section,div.shell-cta-section{padding:80px 20px!important;background:white!important;text-align:center!important;width:100%!important;clear:both!important;margin:0!important}.shell-cta-title,.shell-cta-section h2.shell-cta-title,h2.shell-cta-title{font-size:2.5rem!important;margin-bottom:20px!important;font-weight:bold!important;color:#1e3c72!important;text-align:center!important;line-height:1.2!important}.shell-cta-description,.shell-cta-section p.shell-cta-description,p.shell-cta-description{font-size:1.2rem!important;margin-bottom:40px!important;color:#666!important;max-width:700px!important;margin-left:auto!important;margin-right:auto!important;line-height:1.6!important;text-align:center!important}.shell-cta-buttons,.shell-cta-section .shell-cta-buttons,div.shell-cta-buttons{display:flex!important;gap:20px!important;justify-content:center!important;flex-wrap:wrap!important}.shell-cta-btn,.shell-cta-buttons a.shell-cta-btn,a.shell-cta-btn,.shell-cta-section a.shell-cta-btn{display:inline-flex!important;align-items:center!important;gap:10px!important;padding:15px 35px!important;background:linear-gradient(135deg,#DD1F26 0%,#C41E3A 100%)!important;color:white!important;text-decoration:none!important;border-radius:50px!important;font-weight:bold!important;font-size:1.1rem!important;transition:all 0.3s ease!important;box-shadow:0 5px 15px rgba(221,31,38,0.3)!important;border:none!important}.shell-cta-btn:hover,.shell-cta-buttons a.shell-cta-btn:hover,a.shell-cta-btn:hover{transform:translateY(-3px)!important;box-shadow:0 8px 25px rgba(221,31,38,0.4)!important;background:linear-gradient(135deg,#C41E3A 0%,#DD1F26 100%)!important;color:white!important;text-decoration:none!important}.shell-cta-icon{font-size:1.3rem!important}.shell-faq-section,.et_pb_module .shell-faq-section,.et_pb_code .shell-faq-section{padding:80px 20px!important;background:#f8f9fa!important;text-align:center!important}.shell-faq-container{max-width:1000px!important;margin:0 auto!important;text-align:left!important}.shell-faq-title,.shell-faq-section h2.shell-faq-title,h2.shell-faq-title{font-size:2.5rem!important;margin-bottom:20px!important;color:#1e3c72!important;font-weight:bold!important;text-align:center!important}.shell-faq-subtitle,.shell-faq-section p.shell-faq-subtitle,p.shell-faq-subtitle{font-size:1.2rem!important;color:#666!important;margin-bottom:50px!important;text-align:center!important}.shell-faq-item{margin-bottom:15px!important;background:white!important;border-radius:10px!important;overflow:hidden!important;box-shadow:0 2px 10px rgba(0,0,0,0.08)!important;transition:all 0.3s ease!important}.shell-faq-item:hover{box-shadow:0 5px 20px rgba(0,0,0,0.12)!important}.shell-faq-question{padding:20px 25px!important;cursor:pointer!important;display:flex!important;align-items:center!important;background:white!important;transition:background 0.3s ease!important;position:relative!important;user-select:none!important}.shell-faq-question:hover{background:#f8f9fa!important}.shell-faq-question.active{background:#FFF5F5!important;border-bottom:1px solid #e9ecef!important}.shell-faq-question-text{font-weight:bold!important;color:#DD1F26!important;font-size:1.1rem!important;flex-grow:1!important;line-height:1.4!important;padding-right:20px!important}.shell-faq-arrow{font-size:1.2rem!important;color:#DD1F26!important;transition:transform 0.3s ease!important;font-weight:bold!important}.shell-faq-question.active .shell-faq-arrow{transform:rotate(180deg)!important}.shell-faq-answer{max-height:0!important;overflow:hidden!important;transition:all 0.3s ease!important;background:white!important}.shell-faq-answer.active{max-height:1000px!important;padding:20px 25px!important}.shell-faq-answer-content{color:#555!important;line-height:1.6!important;font-size:1rem!important}.shell-faq-answer-content strong{color:#DD1F26!important}.shell-faq-answer-content p{margin-bottom:10px!important}.shell-faq-answer-content a{color:#DD1F26!important;text-decoration:underline!important}.shell-faq-answer-content a:hover{color:#1e3c72!important}.shell-wrapper-2024 .loyalty-table-source,.shell-table-source{margin-top:20px!important;font-size:0.9rem!important;color:#777!important;text-align:left!important;padding:0 20px!important}.shell-wrapper-2024 .loyalty-table-source a,.shell-table-source a{color:#DD1F26!important;text-decoration:none!important;font-weight:500!important}.shell-wrapper-2024 .loyalty-table-source a:hover,.shell-table-source a:hover{text-decoration:underline!important}@media (max-width:768px){.shell-hero-section{padding:60px 15px!important}.shell-logo-text{font-size:2.5rem!important}.shell-hero-subtitle{font-size:1.2rem!important}.shell-hero-description{font-size:1rem!important}.shell-wrapper-2024 .loyalty-app-features-section,.shell-loyalty-section,.shell-rewards-section{padding:60px 15px!important}.shell-wrapper-2024 .loyalty-section-title,.shell-loyalty-title,.shell-rewards-title{font-size:2rem!important}.shell-wrapper-2024 .loyalty-section-subtitle,.shell-loyalty-subtitle,.shell-rewards-subtitle{font-size:1.1rem!important}.shell-wrapper-2024 .loyalty-features-table-container,.shell-rewards-table-container{border-radius:10px!important}.shell-wrapper-2024 .loyalty-features-table,.shell-rewards-table{font-size:0.9rem!important;min-width:500px!important}.shell-wrapper-2024 .loyalty-features-table th,.shell-rewards-table th{padding:15px 10px!important;font-size:1rem!important}.shell-wrapper-2024 .loyalty-features-table td,.shell-rewards-table td{padding:12px 10px!important}.shell-unique-section{padding:60px 15px!important}.shell-unique-title{font-size:2rem!important}.shell-unique-subtitle{font-size:1.1rem!important}.shell-unique-cards{grid-template-columns:1fr!important;gap:20px!important}.shell-unique-card{padding:25px 20px!important}.shell-cta-section{padding:60px 15px!important}.shell-cta-title{font-size:2rem!important}.shell-cta-description{font-size:1.1rem!important}.shell-cta-buttons{flex-direction:column!important;align-items:center!important}.shell-cta-btn,a.shell-cta-btn{width:100%!important;max-width:300px!important;justify-content:center!important}.shell-faq-section{padding:60px 15px!important}.shell-faq-title{font-size:2rem!important}.shell-faq-subtitle{font-size:1.1rem!important}.shell-faq-question{padding:15px 20px!important}.shell-faq-question-text{font-size:1rem!important}.shell-faq-answer.active{padding:15px 20px!important}.shell-faq-answer-content{font-size:0.95rem!important}}.et_pb_module .shell-hero-section,.et_pb_module .shell-wrapper-2024 .loyalty-app-features-section,.et_pb_module .shell-loyalty-section,.et_pb_module .shell-rewards-section,.et_pb_module .shell-unique-section,.et_pb_module .shell-cta-section,.et_pb_module .shell-faq-section{margin:0!important}.et_pb_module a.shell-cta-btn,.et_pb_row a.shell-cta-btn,.et_pb_section a.shell-cta-btn,.et_pb_code a.shell-cta-btn{display:inline-flex!important;color:white!important;text-decoration:none!important}.et_pb_module a.shell-cta-btn:hover,.et_pb_row a.shell-cta-btn:hover,.et_pb_section a.shell-cta-btn:hover,.et_pb_code a.shell-cta-btn:hover{color:white!important;text-decoration:none!important}.et_pb_module .shell-wrapper-2024 .loyalty-features-table,.et_pb_module .shell-rewards-table{border:none!important}.et_pb_module .shell-wrapper-2024 .loyalty-features-table th,.et_pb_module .shell-rewards-table th,.et_pb_module .shell-wrapper-2024 .loyalty-features-table td,.et_pb_module .shell-rewards-table td{border:none!important}.shell-hero-section::after,.shell-wrapper-2024 .loyalty-app-features-section::after,.shell-loyalty-section::after,.shell-rewards-section::after,.shell-unique-section::after,.shell-cta-section::after,.shell-faq-section::after{content:''!important;display:table!important;clear:both!important}.shell-hero-section *,.shell-wrapper-2024 .loyalty-app-features-section *,.shell-loyalty-section *,.shell-rewards-section *,.shell-unique-section *,.shell-cta-section *,.shell-faq-section *{box-sizing:border-box!important}.station-hero-container.brand-amic{text-align:center;padding:60px 20px;background:linear-gradient(135deg,#00A859 0%,#00543d 100%);color:white;position:relative;overflow:hidden}.station-hero-container.brand-amic::before{content:'';position:absolute;top:-20%;right:-10%;width:400px;height:400px;background:rgba(255,255,255,0.1);border-radius:50%;z-index:0}.station-hero-container.brand-amic::after{content:'';position:absolute;bottom:-15%;left:-8%;width:350px;height:350px;background:rgba(255,255,255,0.05);border-radius:50%;z-index:0}.station-hero-container.brand-amic .station-logo{margin-bottom:25px;position:relative;z-index:1}.station-hero-container.brand-amic .station-logo img{max-width:180px;height:auto;margin-bottom:15px;filter:brightness(0) invert(1)}.station-hero-container.brand-amic .station-logo-text{font-size:3rem;font-weight:bold;color:#ffffff!important;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,0.2)}.station-hero-container.brand-amic .station-hero-subtitle{font-size:1.5rem;font-weight:600;color:#ffffff!important;margin-bottom:15px;opacity:0.95;position:relative;z-index:1}.station-hero-container.brand-amic .station-hero-description{font-size:1.1rem;color:#ffffff!important;max-width:800px;margin:0 auto;line-height:1.7;opacity:0.9;position:relative;z-index:1}.station-table-section.brand-amic{padding:60px 20px;background:#ffffff}.station-table-section.brand-amic:nth-of-type(even){background:#f8f9fa}.station-table-section.brand-amic .station-section-title{font-size:2.5rem;color:#00543d!important;font-weight:bold;text-align:center;margin-bottom:15px;line-height:1.2}.station-table-section.brand-amic .station-section-subtitle{font-size:1.2rem;color:#666!important;text-align:center;margin-bottom:50px;font-weight:400;max-width:800px;margin-left:auto;margin-right:auto}.station-table-section.brand-amic .station-table-container{max-width:1000px;margin:0 auto;background:white;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.station-table-section.brand-amic .station-table{width:100%;border-collapse:collapse;font-size:1rem}.station-table-section.brand-amic .station-table thead th{background:linear-gradient(135deg,#00A859 0%,#00543d 100%)!important;color:#ffffff!important;padding:20px 15px;text-align:left;font-weight:bold;font-size:1.1rem}.station-table-section.brand-amic .station-table thead th span{color:#ffffff!important}.station-table-section.brand-amic .station-table td{padding:18px 15px;border-bottom:1px solid #e9ecef;color:#333;line-height:1.6}.station-table-section.brand-amic .station-table tr:nth-child(even){background:#f8fdfb}.station-table-section.brand-amic .station-table tbody tr:hover{background:#e8f5f1;transition:background 0.3s ease}.station-table-section.brand-amic .station-table td strong{color:#00A859!important;font-weight:600}.station-table-section.brand-amic .station-table-highlight{color:#00A859!important;font-weight:700}.station-table-section.brand-amic .station-table-source{text-align:center;margin-top:20px;padding:15px;font-size:0.9rem;color:#777}.station-table-section.brand-amic .station-table-source a{color:#00A859!important;text-decoration:none;font-weight:500}.station-table-section.brand-amic .station-table-source a:hover{text-decoration:underline}.station-cta-section.brand-amic{text-align:center;padding:60px 20px;background:linear-gradient(135deg,#00A859 0%,#00543d 100%);color:white;position:relative;overflow:hidden}.station-cta-section.brand-amic::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:rgba(255,255,255,0.05);border-radius:50%;z-index:0}.station-cta-section.brand-amic .station-cta-title{font-size:2.5rem;color:#ffffff!important;font-weight:bold;margin-bottom:20px;line-height:1.2;position:relative;z-index:1}.station-cta-section.brand-amic .station-cta-description{font-size:1.2rem;color:#ffffff!important;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6;opacity:0.95;position:relative;z-index:1}.station-cta-section.brand-amic .station-cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;position:relative;z-index:1}.station-cta-section.brand-amic .station-cta-btn{display:inline-block;padding:15px 35px;background:#ffffff;color:#00A859!important;text-decoration:none!important;font-weight:bold;font-size:1.1rem;border-radius:50px;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.2);border:2px solid transparent}.station-cta-section.brand-amic .station-cta-btn:hover{background:transparent;color:#ffffff!important;border:2px solid #ffffff;transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,0.3)}.station-faq-section.brand-amic{padding:60px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%)}.station-faq-section.brand-amic .station-faq-title{font-size:2.5rem;color:#00543d!important;font-weight:bold;text-align:center;margin-bottom:15px;line-height:1.2}.station-faq-section.brand-amic .station-faq-subtitle{font-size:1.2rem;color:#666!important;text-align:center;margin-bottom:50px;font-weight:400;max-width:800px;margin-left:auto;margin-right:auto}.station-faq-section.brand-amic .station-faq-container{max-width:900px;margin:0 auto}.station-faq-section.brand-amic .station-faq-item{margin-bottom:15px;background:white;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.05);transition:box-shadow 0.3s ease}.station-faq-section.brand-amic .station-faq-item:hover{box-shadow:0 4px 20px rgba(0,168,89,0.15)}.station-faq-section.brand-amic .station-faq-question{padding:20px 25px;cursor:pointer;display:flex;align-items:center;gap:15px;background:#ffffff;transition:background 0.3s ease;user-select:none}.station-faq-section.brand-amic .station-faq-question:hover{background:#f0faf7}.station-faq-section.brand-amic .station-faq-question.active{background:linear-gradient(135deg,#00A859 0%,#00543d 100%)}.station-faq-section.brand-amic .station-faq-number{flex-shrink:0;width:35px;height:35px;background:linear-gradient(135deg,#00A859 0%,#007a42 100%);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:1rem;transition:all 0.3s ease}.station-faq-section.brand-amic .station-faq-question.active .station-faq-number{background:white;color:#00A859}.station-faq-section.brand-amic .station-faq-question-text{flex-grow:1;font-size:1.15rem;font-weight:600;color:#333;transition:color 0.3s ease}.station-faq-section.brand-amic .station-faq-question.active .station-faq-question-text{color:white}.station-faq-section.brand-amic .station-faq-arrow{flex-shrink:0;font-size:1.2rem;color:#00A859;transition:all 0.3s ease}.station-faq-section.brand-amic .station-faq-question.active .station-faq-arrow{transform:rotate(180deg);color:white}.station-faq-section.brand-amic .station-faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s ease}.station-faq-section.brand-amic .station-faq-answer.active{max-height:1000px}.station-faq-section.brand-amic .station-faq-answer-content{padding:0 25px 25px 75px;color:#555;font-size:1rem;line-height:1.7}.station-faq-section.brand-amic .station-faq-answer-content p{margin-bottom:15px}.station-faq-section.brand-amic .station-faq-answer-content strong{color:#00A859;font-weight:600}.station-faq-section.brand-amic .station-faq-answer-content ul,.station-faq-section.brand-amic .station-faq-answer-content ol{margin:15px 0;padding-left:20px}.station-faq-section.brand-amic .station-faq-answer-content li{margin-bottom:8px;color:#555}@media (max-width:992px){.station-hero-container.brand-amic .station-logo-text{font-size:2.5rem}.station-hero-container.brand-amic .station-hero-subtitle{font-size:1.3rem}.station-table-section.brand-amic .station-section-title,.station-cta-section.brand-amic .station-cta-title,.station-faq-section.brand-amic .station-faq-title{font-size:2.2rem}}@media (max-width:768px){.station-hero-container.brand-amic{padding:40px 15px}.station-hero-container.brand-amic .station-logo img{max-width:120px}.station-hero-container.brand-amic .station-logo-text{font-size:2rem}.station-hero-container.brand-amic .station-hero-subtitle{font-size:1.1rem}.station-hero-container.brand-amic .station-hero-description{font-size:1rem}.station-table-section.brand-amic{padding:40px 15px}.station-table-section.brand-amic .station-section-title{font-size:1.8rem}.station-table-section.brand-amic .station-section-subtitle{font-size:1rem;margin-bottom:30px}.station-table-section.brand-amic .station-table-container{border-radius:10px;overflow-x:auto;-webkit-overflow-scrolling:touch}.station-table-section.brand-amic .station-table{min-width:600px;font-size:0.9rem}.station-table-section.brand-amic .station-table thead th{padding:15px 10px;font-size:1rem}.station-table-section.brand-amic .station-table td{padding:12px 8px}.station-cta-section.brand-amic{padding:40px 15px}.station-cta-section.brand-amic .station-cta-title{font-size:1.8rem}.station-cta-section.brand-amic .station-cta-description{font-size:1rem;margin-bottom:30px}.station-cta-section.brand-amic .station-cta-buttons{flex-direction:column;gap:15px;align-items:center}.station-cta-section.brand-amic .station-cta-btn{width:100%;max-width:300px;padding:12px 25px;font-size:1rem}.station-faq-section.brand-amic{padding:40px 15px}.station-faq-section.brand-amic .station-faq-title{font-size:1.8rem}.station-faq-section.brand-amic .station-faq-subtitle{font-size:1rem;margin-bottom:30px}.station-faq-section.brand-amic .station-faq-question{padding:15px 18px;gap:12px}.station-faq-section.brand-amic .station-faq-number{width:30px;height:30px;font-size:0.9rem}.station-faq-section.brand-amic .station-faq-question-text{font-size:1rem}.station-faq-section.brand-amic .station-faq-answer-content{padding:0 18px 20px 60px;font-size:0.95rem}}.station-hero-container.brand-avia{text-align:center;padding:60px 20px;background:linear-gradient(135deg,#E30613 0%,#C41E3A 100%);color:white;position:relative;overflow:hidden}.station-hero-container.brand-avia::before{content:'';position:absolute;top:-20%;right:-10%;width:400px;height:400px;background:rgba(255,255,255,0.1);border-radius:50%;z-index:0}.station-hero-container.brand-avia::after{content:'';position:absolute;bottom:-15%;left:-8%;width:350px;height:350px;background:rgba(255,255,255,0.05);border-radius:50%;z-index:0}.station-hero-container.brand-avia .station-logo{margin-bottom:25px;position:relative;z-index:1}.station-hero-container.brand-avia .station-logo img{max-width:200px;height:auto;margin-bottom:15px;filter:brightness(0) invert(1)}.station-hero-container.brand-avia .station-logo-text{font-size:3.5rem;font-weight:bold;color:#ffffff!important;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,0.2);letter-spacing:2px}.station-hero-container.brand-avia .station-hero-subtitle{font-size:1.5rem;font-weight:600;color:#ffffff!important;margin-bottom:15px;opacity:0.95;position:relative;z-index:1}.station-hero-container.brand-avia .station-hero-description{font-size:1.1rem;color:#ffffff!important;max-width:850px;margin:0 auto;line-height:1.7;opacity:0.9;position:relative;z-index:1}.station-table-section.brand-avia{padding:60px 20px;background:#ffffff}.station-table-section.brand-avia:nth-of-type(even){background:#fff5f6}.station-table-section.brand-avia .station-section-title{font-size:2.5rem;color:#C41E3A!important;font-weight:bold;text-align:center;margin-bottom:15px;line-height:1.2}.station-table-section.brand-avia .station-section-subtitle{font-size:1.2rem;color:#666!important;text-align:center;margin-bottom:50px;font-weight:400;max-width:800px;margin-left:auto;margin-right:auto}.station-table-section.brand-avia .station-table-container{max-width:1000px;margin:0 auto;background:white;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.station-table-section.brand-avia .station-table{width:100%;border-collapse:collapse;font-size:1rem}.station-table-section.brand-avia .station-table thead th{background:linear-gradient(135deg,#E30613 0%,#C41E3A 100%)!important;color:#ffffff!important;padding:20px 15px;text-align:left;font-weight:bold;font-size:1.1rem}.station-table-section.brand-avia .station-table thead th span{color:#ffffff!important}.station-table-section.brand-avia .station-table td{padding:18px 15px;border-bottom:1px solid #e9ecef;color:#333;line-height:1.6}.station-table-section.brand-avia .station-table tr:nth-child(even){background:#fff5f6}.station-table-section.brand-avia .station-table tbody tr:hover{background:#ffe8ea;transition:background 0.3s ease}.station-table-section.brand-avia .station-table td strong{color:#E30613!important;font-weight:600}.station-table-section.brand-avia .station-table-highlight{color:#E30613!important;font-weight:700}.station-table-section.brand-avia .station-table-source{text-align:center;margin-top:20px;padding:15px;font-size:0.9rem;color:#777}.station-table-section.brand-avia .station-table-source a{color:#E30613!important;text-decoration:none;font-weight:500}.station-table-section.brand-avia .station-table-source a:hover{text-decoration:underline}.station-cta-section.brand-avia{text-align:center;padding:60px 20px;background:linear-gradient(135deg,#E30613 0%,#C41E3A 100%);color:white;position:relative;overflow:hidden}.station-cta-section.brand-avia::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:rgba(255,255,255,0.05);border-radius:50%;z-index:0}.station-cta-section.brand-avia .station-cta-title{font-size:2.5rem;color:#ffffff!important;font-weight:bold;margin-bottom:20px;line-height:1.2;position:relative;z-index:1}.station-cta-section.brand-avia h2.station-cta-title,div.station-cta-section.brand-avia h2.station-cta-title{color:#ffffff!important}.station-cta-section.brand-avia .station-cta-description{font-size:1.2rem;color:#ffffff!important;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6;opacity:0.95;position:relative;z-index:1}.station-cta-section.brand-avia p.station-cta-description,div.station-cta-section.brand-avia p.station-cta-description{color:#ffffff!important}.station-cta-section.brand-avia .station-cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;position:relative;z-index:1}.station-cta-section.brand-avia .station-cta-btn{display:inline-block;padding:15px 35px;background:#ffffff!important;color:#E30613!important;text-decoration:none!important;font-weight:bold!important;font-size:1.1rem!important;border-radius:50px;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.2);border:2px solid transparent!important;line-height:1.5}.station-cta-section.brand-avia .station-cta-btn:not(.station-cta-btn-outline),.station-cta-section.brand-avia a.station-cta-btn:not(.station-cta-btn-outline),div.station-cta-section.brand-avia a.station-cta-btn:not(.station-cta-btn-outline),.station-cta-section.brand-avia .station-cta-buttons a.station-cta-btn:not(.station-cta-btn-outline){background:#ffffff!important;color:#E30613!important;font-weight:bold!important;font-size:1.1rem!important}.station-cta-section.brand-avia .station-cta-btn:hover{background:transparent!important;color:#ffffff!important;border:2px solid #ffffff!important;transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,0.3)}.station-cta-section.brand-avia .station-cta-btn:not(.station-cta-btn-outline):hover,.station-cta-section.brand-avia a.station-cta-btn:not(.station-cta-btn-outline):hover,div.station-cta-section.brand-avia a.station-cta-btn:not(.station-cta-btn-outline):hover,.station-cta-section.brand-avia .station-cta-buttons a.station-cta-btn:not(.station-cta-btn-outline):hover{background:transparent!important;color:#ffffff!important;border:2px solid #ffffff!important}.station-cta-section.brand-avia .station-cta-btn-outline{background:transparent!important;color:#ffffff!important;border:2px solid #ffffff!important}.station-cta-section.brand-avia .station-cta-btn-outline,.station-cta-section.brand-avia a.station-cta-btn-outline,div.station-cta-section.brand-avia a.station-cta-btn-outline,.station-cta-section.brand-avia .station-cta-buttons a.station-cta-btn-outline,.station-cta-section.brand-avia .station-cta-buttons a.station-cta-btn.station-cta-btn-outline{background:transparent!important;color:#ffffff!important;border:2px solid #ffffff!important}.station-cta-section.brand-avia .station-cta-btn-outline:hover{background:#ffffff!important;color:#E30613!important;border:2px solid #ffffff!important}.station-cta-section.brand-avia .station-cta-btn-outline:hover,.station-cta-section.brand-avia a.station-cta-btn-outline:hover,div.station-cta-section.brand-avia a.station-cta-btn-outline:hover,.station-cta-section.brand-avia .station-cta-buttons a.station-cta-btn-outline:hover,.station-cta-section.brand-avia .station-cta-buttons a.station-cta-btn.station-cta-btn-outline:hover{background:#ffffff!important;color:#E30613!important;border:2px solid #ffffff!important}.station-faq-section.brand-avia{padding:60px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%)}.station-faq-section.brand-avia .station-faq-title{font-size:2.5rem;color:#C41E3A!important;font-weight:bold;text-align:center;margin-bottom:15px;line-height:1.2}.station-faq-section.brand-avia .station-faq-subtitle{font-size:1.2rem;color:#666!important;text-align:center;margin-bottom:50px;font-weight:400;max-width:800px;margin-left:auto;margin-right:auto}.station-faq-section.brand-avia .station-faq-container{max-width:900px;margin:0 auto}.station-faq-section.brand-avia .station-faq-item{margin-bottom:15px;background:white;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.05);transition:box-shadow 0.3s ease}.station-faq-section.brand-avia .station-faq-item:hover{box-shadow:0 4px 20px rgba(227,6,19,0.15)}.station-faq-section.brand-avia .station-faq-question{padding:20px 25px;cursor:pointer;display:flex;align-items:center;gap:15px;background:#ffffff;transition:background 0.3s ease;user-select:none}.station-faq-section.brand-avia .station-faq-question:hover{background:#fff5f6}.station-faq-section.brand-avia .station-faq-question.active{background:linear-gradient(135deg,#E30613 0%,#C41E3A 100%)}.station-faq-section.brand-avia .station-faq-number{flex-shrink:0;width:35px;height:35px;background:linear-gradient(135deg,#E30613 0%,#B91C1C 100%);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:1rem;transition:all 0.3s ease}.station-faq-section.brand-avia .station-faq-question.active .station-faq-number{background:white;color:#E30613}.station-faq-section.brand-avia .station-faq-question-text{flex-grow:1;font-size:1.15rem;font-weight:600;color:#333;transition:color 0.3s ease}.station-faq-section.brand-avia .station-faq-question.active .station-faq-question-text{color:white}.station-faq-section.brand-avia .station-faq-arrow{flex-shrink:0;font-size:1.2rem;color:#E30613;transition:all 0.3s ease}.station-faq-section.brand-avia .station-faq-question.active .station-faq-arrow{transform:rotate(180deg);color:white}.station-faq-section.brand-avia .station-faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s ease}.station-faq-section.brand-avia .station-faq-answer.active{max-height:1000px}.station-faq-section.brand-avia .station-faq-answer-content{padding:0 25px 25px 75px;color:#555;font-size:1rem;line-height:1.7}.station-faq-section.brand-avia .station-faq-answer-content p{margin-bottom:15px}.station-faq-section.brand-avia .station-faq-answer-content strong{color:#E30613;font-weight:600}.station-faq-section.brand-avia .station-faq-answer-content ul,.station-faq-section.brand-avia .station-faq-answer-content ol{margin:15px 0;padding-left:20px}.station-faq-section.brand-avia .station-faq-answer-content li{margin-bottom:8px;color:#555}@media (max-width:992px){.station-hero-container.brand-avia .station-logo-text{font-size:2.8rem}.station-hero-container.brand-avia .station-hero-subtitle{font-size:1.3rem}.station-table-section.brand-avia .station-section-title,.station-cta-section.brand-avia .station-cta-title,.station-faq-section.brand-avia .station-faq-title{font-size:2.2rem}}@media (max-width:768px){.station-hero-container.brand-avia{padding:40px 15px}.station-hero-container.brand-avia .station-logo img{max-width:140px}.station-hero-container.brand-avia .station-logo-text{font-size:2.2rem}.station-hero-container.brand-avia .station-hero-subtitle{font-size:1.1rem}.station-hero-container.brand-avia .station-hero-description{font-size:1rem}.station-table-section.brand-avia{padding:40px 15px}.station-table-section.brand-avia .station-section-title{font-size:1.8rem}.station-table-section.brand-avia .station-section-subtitle{font-size:1rem;margin-bottom:30px}.station-table-section.brand-avia .station-table-container{border-radius:10px;overflow-x:auto;-webkit-overflow-scrolling:touch}.station-table-section.brand-avia .station-table{min-width:600px;font-size:0.9rem}.station-table-section.brand-avia .station-table thead th{padding:15px 10px;font-size:1rem}.station-table-section.brand-avia .station-table td{padding:12px 8px}.station-cta-section.brand-avia{padding:40px 15px}.station-cta-section.brand-avia .station-cta-title{font-size:1.8rem}.station-cta-section.brand-avia .station-cta-description{font-size:1rem;margin-bottom:30px}.station-cta-section.brand-avia .station-cta-buttons{flex-direction:column;gap:15px;align-items:center}.station-cta-section.brand-avia .station-cta-btn{width:100%;max-width:300px;padding:12px 25px;font-size:1rem}.station-faq-section.brand-avia{padding:40px 15px}.station-faq-section.brand-avia .station-faq-title{font-size:1.8rem}.station-faq-section.brand-avia .station-faq-subtitle{font-size:1rem;margin-bottom:30px}.station-faq-section.brand-avia .station-faq-question{padding:15px 18px;gap:12px}.station-faq-section.brand-avia .station-faq-number{width:30px;height:30px;font-size:0.9rem}.station-faq-section.brand-avia .station-faq-question-text{font-size:1rem}.station-faq-section.brand-avia .station-faq-answer-content{padding:0 18px 20px 60px;font-size:0.95rem}}