.cta-ad2{max-width:680px;margin:48px auto 0;padding:40px 36px 32px;background:linear-gradient(135deg,#fffbeb,#fff,#fef3c7);border:2px solid #f59e0b;border-radius:18px;text-align:center;position:relative;overflow:hidden;box-shadow:0 4px 24px #f59e0b1a;font-family:Inter,Segoe UI,sans-serif}.cta-ad2:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgba(245,158,11,.04) 40%,rgba(245,158,11,.08) 50%,rgba(245,158,11,.04) 60%,transparent 100%);background-size:200% 100%;animation:cta2Shimmer 4s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes cta2Shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cta-ad2>*{position:relative;z-index:1}.cta-ad2__intro{font-size:14px;line-height:1.65;color:#64748b;margin-bottom:24px;max-width:560px;margin-left:auto;margin-right:auto}.cta-ad2__heading{font-size:26px;font-weight:800;color:#0f172a;line-height:1.3;margin-bottom:6px}.cta-ad2__subheading{font-size:26px;font-weight:800;color:#d97706;line-height:1.3;margin-bottom:20px}.cta-ad2__body{font-size:15px;line-height:1.7;color:#475569;max-width:540px;margin:0 auto 28px}.cta-ad2__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 44px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:17px;font-weight:700;border:none;border-radius:50px;cursor:pointer;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #f59e0b59,0 2px 6px #0000000f;letter-spacing:.2px}.cta-ad2__button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 24px #f59e0b66,0 4px 12px #00000014;background:linear-gradient(135deg,#d97706,#b45309)}.cta-ad2__button:active{transform:translateY(0) scale(.98)}.cta-ad2__button-wrapper{position:relative;display:inline-block}.cta-ad2__button-wrapper:after{content:"";position:absolute;inset:-4px;border-radius:50px;border:2px solid rgba(245,158,11,.3);animation:cta2Pulse 2.5s ease-out infinite;pointer-events:none}@keyframes cta2Pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(1.08)}to{opacity:0;transform:scale(1.08)}}.cta-ad2__trust{margin-top:16px;font-size:13px;color:#94a3b8;display:flex;align-items:center;justify-content:center;gap:6px}.cta-ad2__trust svg{flex-shrink:0}@media(max-width:640px){.cta-ad2{padding:28px 20px 24px;border-radius:14px}.cta-ad2__heading,.cta-ad2__subheading{font-size:21px}.cta-ad2__intro{font-size:13px}.cta-ad2__body{font-size:14px}.cta-ad2__button{padding:14px 32px;font-size:15px}}.experts-section{max-width:720px;margin:0 auto;padding:48px 24px;text-align:center;font-family:Inter,Segoe UI,sans-serif}.experts-section__title{font-size:28px;font-weight:800;color:#0f172a;margin-bottom:12px}.experts-section__subtitle{font-size:15px;line-height:1.7;color:#64748b;max-width:560px;margin:0 auto 36px}.experts-grid{display:flex;flex-direction:column;gap:16px}.expert-card{display:flex;align-items:center;gap:18px;padding:18px 22px;background:linear-gradient(135deg,#f0fdf4,#fff 60%,#f0fdf4);border:1.5px solid #e2e8f0;border-radius:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left;position:relative;overflow:hidden}.expert-card:before{content:"";position:absolute;inset:0;border-radius:16px;border:2px solid transparent;transition:border-color .3s ease;pointer-events:none}.expert-card:hover{transform:translateY(-2px);box-shadow:0 8px 28px #22c55e1f;border-color:#22c55e}.expert-card:hover:before{border-color:#22c55e33}.expert-card:active{transform:translateY(0) scale(.99)}.expert-card__avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #e2e8f0;flex-shrink:0;transition:border-color .3s ease}.expert-card:hover .expert-card__avatar{border-color:#22c55e}.expert-card__info{flex:1;min-width:0}.expert-card__name{font-size:17px;font-weight:700;color:#0f172a;margin-bottom:3px}.expert-card__title{font-size:13px;font-weight:600;color:#22c55e;margin-bottom:2px}.expert-card__specialty{font-size:13px;color:#64748b}.expert-card__arrow{flex-shrink:0;color:#94a3b8;transition:all .3s ease}.expert-card:hover .expert-card__arrow{color:#22c55e;transform:translate(3px)}.expert-popup-overlay{position:fixed;inset:0;z-index:99999;background:#000000b3;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:24px 16px;opacity:0;pointer-events:none;transition:opacity .3s ease}.expert-popup-overlay.show{opacity:1;pointer-events:auto}.expert-popup-content{position:relative;background:#fff;border-radius:20px;width:100%;max-width:720px;margin:auto;overflow:hidden;box-shadow:0 25px 60px #0000004d;transform:translateY(30px) scale(.97);transition:transform .35s cubic-bezier(.4,0,.2,1)}.expert-popup-overlay.show .expert-popup-content{transform:translateY(0) scale(1)}.expert-popup-close{position:absolute;top:16px;right:16px;z-index:10;width:36px;height:36px;border-radius:50%;border:none;background:#00000080;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .15s;line-height:1;font-size:18px}.expert-popup-close:hover{background:#000000bf;transform:scale(1.1)}.expert-popup-hero{background:linear-gradient(135deg,#0a1628,#1a2d4a);padding:40px 28px 32px;display:flex;align-items:center;gap:24px}.expert-popup-hero__avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.2);flex-shrink:0}.expert-popup-hero__info h2{color:#fff;font-size:24px;font-weight:800;margin:0 0 6px}.expert-popup-hero__title{color:#22c55e;font-size:14px;font-weight:600;margin:0 0 4px}.expert-popup-hero__specialty{color:#fff9;font-size:13px;margin:0}.expert-popup-stats{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #e2e8f0}.expert-popup-stat{padding:16px 12px;text-align:center;border-right:1px solid #e2e8f0}.expert-popup-stat:last-child{border-right:none}.expert-popup-stat__value{font-size:20px;font-weight:800;color:#22c55e;display:block}.expert-popup-stat__label{font-size:12px;color:#64748b;margin-top:2px;display:block}.expert-popup-body{padding:24px 28px}.expert-popup-body h3{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 12px}.expert-popup-body p{font-size:15px;line-height:1.75;color:#374151;margin-bottom:16px}.expert-popup-body blockquote{border-left:4px solid #22c55e;padding:12px 16px;margin:20px 0;background:#f0fdf4;border-radius:0 8px 8px 0;font-style:italic;color:#166534;font-weight:500;line-height:1.6;font-size:15px}.expert-popup-tags{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 24px}.expert-popup-tag{padding:6px 14px;background:#f0fdf4;color:#166534;border-radius:20px;font-size:13px;font-weight:500;border:1px solid #bbf7d0}.expert-popup-cta{margin:0;background:linear-gradient(135deg,#0a1628,#1a2d4a);text-align:center;padding:24px 28px}.expert-popup-cta h4{color:#fff;font-size:18px;font-weight:700;margin:0 0 6px}.expert-popup-cta p{color:#ffffffb3;font-size:13px;margin:0 0 16px}.expert-popup-cta-btn{display:inline-block;width:100%;max-width:360px;padding:14px 32px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:16px;font-weight:700;border:none;border-radius:12px;cursor:pointer;box-shadow:0 4px 15px #22c55e66;transition:transform .15s,box-shadow .2s}.expert-popup-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #22c55e80}.expert-popup-cta-btn:active{transform:scale(.98)}@media(max-width:640px){.experts-section{padding:32px 16px}.experts-section__title{font-size:22px}.experts-section__subtitle{font-size:14px}.expert-card{padding:14px 16px;gap:14px}.expert-card__avatar{width:52px;height:52px}.expert-card__name{font-size:15px}.expert-card__title,.expert-card__specialty{font-size:12px}.expert-popup-overlay{padding:8px}.expert-popup-hero{padding:28px 18px 24px;flex-direction:column;text-align:center}.expert-popup-hero__avatar{width:80px;height:80px}.expert-popup-hero__info h2{font-size:20px}.expert-popup-body{padding:18px}.expert-popup-body h3{font-size:16px}.expert-popup-body p{font-size:14px}.expert-popup-cta{padding:20px 18px}.expert-popup-stat__value{font-size:17px}}
