/* Consolidated inline styles from index.php */

/* Hero benefits */
.hero-benefits li { display: flex; align-items: center; margin-bottom: 10px; }
.hero-benefits .icon { width: 24px; height: 24px; margin-right: 10px; display: inline-block; }

/* Privacy modal modern styles */
.privacy-modal--modern .security-modal__content { background: linear-gradient(135deg, #fcfefd 80%, #eafcf4 100%); box-shadow: 0 8px 32px 0 rgba(75,207,111,0.13), 0 1.5px 8px 0 rgba(75,207,111,0.09); border-radius: 22px; padding-top: 38px; padding-bottom: 28px; min-width: 320px; }
.privacy-modal__icon-wrap { display: flex; align-items: center; justify-content: center; margin-bottom: 6px; }
.privacy-modal__subtitle { color: #6bbf8d; font-size: 1em; text-align: center; margin-bottom: 18px; font-weight: 500; margin-top: 0.1em; }
.privacy-modal__buttons--modern { gap: 16px; margin-top: 12px; }
.privacy-modal__btn--modern { display: flex; align-items: center; gap: 10px; justify-content: center; background: #4BCF6F; color: #fff; border: none; border-radius: 12px; padding: 12px 0 11px; font-size: 1.06rem; font-weight: 600; text-decoration: none; box-shadow: 0 1.5px 7px #4BCF6F22; transition: background 0.17s, box-shadow 0.17s, color 0.17s; outline: none; }
.privacy-modal__btn--modern:hover { background: #269d4d; color: #fff; box-shadow: 0 3px 12px #4BCF6F33; }
.privacy-modal__btn-icon { display: flex; align-items: center; justify-content: center; margin-right: 2px; }
@media (max-width: 540px) { .privacy-modal--modern .security-modal__content { min-width: 0; width: 98vw; } }

/* Security modal base styles */
.security-modal { position: fixed; z-index: 10000; inset: 0; display: flex; align-items: center; justify-content: center; background: none; transition: background 0.3s; }
.security-modal[aria-hidden="true"], .security-modal:not([style*="display: flex"]) { pointer-events: none; }
.security-modal__overlay { background: rgba(22, 33, 54, 0.44); position: absolute; inset: 0;  backdrop-filter: blur(10px) saturate(1.12); animation: modalFadeIn 0.3s; }
@keyframes modalFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalSlideIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes modalSlideOut { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(24px); } }
.security-modal__content--hide { animation: modalSlideOut 0.4s cubic-bezier(.4,1.6,.6,1) both; }
.security-modal__content { position: relative; background: #fcfefd; border-radius: 20px; max-width: 92vw; width: 320px; box-shadow: 0 6px 28px 0 rgba(30,64,175,0.15), 0 1px 6px 0 rgba(30,64,175,0.05); padding: 18px 10px 12px; animation: modalSlideIn 0.4s cubic-bezier(.4,1.6,.6,1) both; transform: translateY(24px); opacity: 0; transition: all 0.3s; border: 1.2px solid #e0e7ef; }
.security-modal[style*="display: flex"] .security-modal__content { transform: translateY(0); opacity: 1; }
@media (max-width: 540px) { .security-modal__content { width: 100%; padding: 18px 4vw 18px; border-radius: 18px; } }
.security-modal__close { position: absolute; top: 20px; right: 20px; background: #f1f5f9; border: none; border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.22s, box-shadow 0.22s; z-index: 2; box-shadow: 0 1px 6px rgba(30,64,175,0.07); }
.security-modal__close:hover { background: #4BCF6F22; box-shadow: 0 2px 8px #4BCF6F22; }
.security-modal__close svg path { transition: stroke 0.22s; }
.security-modal__close:hover svg path { stroke: #4BCF6F; }

/* Info blocks and CTA */
.info-blocks { padding: 0px 0; background-color: #f8fafc; position: relative; overflow: hidden; }
.section-header { text-align: center; margin-bottom: 50px; max-width: 800px; margin-left: auto; margin-right: auto; }
.info-icon .emoji-circle { display: inline-flex; align-items: center; justify-content: center; width: 61px; height: 61px; background: linear-gradient(135deg, #31c29f 0%, #1e8c7a 100%); color: #ffffff; border-radius: 50%; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); font-size: 28px; line-height: 1; user-select: none; }
.section-title { font-size: 2.5rem; font-weight: 700; color: #1a365d; margin-bottom: 15px; position: relative; display: inline-block; line-height: 1.2; }
.section-title:after { display: none; }
.info-icon { margin: 0 0 20px 0; }
.section-subtitle { font-size: 1.1rem; color: #64748b; margin: 20px auto 0; line-height: 1.6; }
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; position: relative; z-index: 1; }
.info-card { background: white; border-radius: 16px; padding: 0; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1); display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid #e2e8f0; }
.card-inner { text-align: center; padding: 40px 30px; height: 100%; display: flex; flex-direction: column; }
.info-card.highlight { background: linear-gradient(61.8deg, #28a084, #3fb85a); color: white; }
.highlight .card-content h3, .highlight .card-content p { color: white !important; }
.info-card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15); }
.info-icon { width: 80px; height: 80px; border-radius: 50%; background-color: #f0fdfa; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; transition: all 0.3s ease; text-align: center; }
.highlight .info-icon { background-color: rgba(255, 255, 255, 0.15); }
.info-card:hover .info-icon { transform: scale(1.1); }
.card-content { flex: 1; margin-bottom: 25px; }
.info-card h3 { font-size: 1.5rem; font-weight: 600; margin-bottom: 15px; color: #1a365d; line-height: 1.3; }
.info-card p { color: #64748b; margin-bottom: 0; line-height: 1.6; font-size: 1rem; }
.card-footer { margin-top: auto; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border-radius: 8px; font-weight: 500; font-size: 1rem; text-decoration: none; transition: all 0.3s ease; border: 2px solid transparent; }
.btn-outline { color: #31c29f; border-color: #31c29f; background: transparent; }
.btn-outline:hover { background: #f1f5f9; border-color: #31c29f; color: #31c29f; }
.info-card .btn-outline:hover, .info-card .btn-outline:hover span { color: #31c29f !important; }
.btn-primary { background: linear-gradient(61.8deg, #28a084, #3fb85a); color: white; }
.btn-primary:hover { background: linear-gradient(61.8deg, #238f75, #37a04e); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(40, 160, 132, 0.3); }
.btn svg { margin-left: 8px; transition: transform 0.3s ease; }
.btn:hover svg { transform: translateX(4px); }
@media (max-width: 1024px) { .info-grid { gap: 20px; } .card-inner { padding: 30px 20px; } .info-icon { width: 60px; height: 60px; } }
@media (max-width: 768px) { .section-title { font-size: 2rem; } .section-subtitle { font-size: 1rem; } .info-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; } .section-header, .get-money h2, .why-choose-us h2, .testimonials-section h2, .faq-section h2, .cta-section h2, .info-blocks h2 { text-align: center; width: 100%; margin-left: auto; margin-right: auto; } .info-card { text-align: center; } .info-icon { margin-left: auto; margin-right: auto; } .section-title { position: relative; display: inline-block; text-align: center; width: 100%; } .section-title:after { content: ''; display: block; position: relative; width: 60px; height: 3px; background: linear-gradient(61.8deg, #28a084, #3fb85a); margin: 10px auto 0; border-radius: 2px; } .get-money, .why-choose-us, .testimonials, .faq-section, .cta-section, .info-blocks { text-align: center; } .get-money .container, .why-choose-us .container, .testimonials .container, .faq-section .container, .cta-section .container, .info-blocks .container { display: flex; flex-direction: column; align-items: center; } .faq-accordion { width: 100%; max-width: 100%; } .faq-item { text-align: left; width: 100%; } }
@media (max-width: 480px) { .info-blocks { padding: 60px 0; } .section-header { margin-bottom: 30px; text-align: left; padding: 0 20px; } .section-title { font-size: 1.75rem; text-align: left; display: block; } .section-title:after { left: 0; transform: none; } .section-subtitle { text-align: left; margin-top: 15px; padding: 0; } .info-card { border-radius: 12px; margin: 0 15px; } .card-inner { padding: 25px 20px; } .info-icon { width: 56px; height: 56px; margin-bottom: 20px; } .info-card h3 { font-size: 1.3rem; margin-bottom: 12px; } .btn { width: 100%; padding: 12px 16px; font-size: 0.95rem; } }
.cta-section { padding: 80px 0; background: linear-gradient(135deg, #31c29f 0%, #2aa888 100%); color: white; text-align: center; }
.cta-content h2 { font-size: 2.2rem; margin-bottom: 15px; }
.cta-content p { font-size: 1.2rem; margin-bottom: 25px; opacity: 0.9; }
@media (max-width: 768px) { .info-grid { grid-template-columns: 1fr; } .cta-content h2 { font-size: 1.8rem; } }

/* --- Migrated from index.php: modal detail styles, security message, privacy buttons --- */
.security-modal__icon-accent { display: flex; align-items: center; justify-content: center; margin: -10px auto 20px; width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #dbeafe 60%, #f1f5f9 100%); box-shadow: 0 1px 4px rgba(30,64,175,0.06); }
.security-modal__title { text-align: center; color: #333; font-size: 1.01rem; font-weight: 700; margin: 0 0 4px; letter-spacing: -0.5px; line-height: 1.15; }
.security-modal__subtitle { text-align: center; color: #000; font-size: 0.85rem; margin-bottom: 8px; margin-top: -2px; line-height: 1.22; }
.security-modal__features { display: flex; flex-direction: column; gap: 6px; margin-top: 4px; }
.security-modal__feature { display: flex; gap: 7px; align-items: flex-start; background: #4BCF6F15; border-radius: 8px; padding: 6px 5px; border: 1.2px solid #d2ffe2; box-shadow: 0 1px 3px #4BCF6F11; }
.security-modal__feature-icon.accent { font-size: 1.35rem; min-width: 26px; color: #2563eb; display: flex; align-items: center; justify-content: center; }
.security-modal__feature-title { font-weight: 600; font-size: 0.91rem; color: #4BCF6F; margin-bottom: 0; line-height: 1.15; }
.security-modal__feature-text { font-size: 0.80rem; color: #334155; line-height: 1.18; }

.security-message {
  display: flex; align-items: center; gap: 4px;
  margin: 10px 0 0 0; padding: 4px 10px 4px 7px;
  background: #fafdff;
  border: 1px solid #e6f7ec;
  border-radius: 7px;
  color: #b1c7bb;
  font-size: 0.93em;
  font-weight: 400;
  box-shadow: none;
  transition: none;
  cursor: default;
  user-select: none;
}
.security-message:hover, .security-message:focus {
  border: 1px solid #e6f7ec;
  box-shadow: none;
  background: #fafdff;
  outline: none;
}
.security-message .security-text {
  color: #8BA39C;
  font-size: 0.92em;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.security-message .security-icon svg {
  display: block;
  color: #b1c7bb;
  opacity: 0.6;
}

.privacy-btn-link { background: none; border: none; color: #4BCF6F; text-decoration: underline; cursor: pointer; font: inherit; padding: 0; transition: color 0.18s; }
.privacy-btn-link:hover { color: #269d4d; text-decoration: underline; }
.privacy-modal__buttons { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; align-items: stretch; }
.privacy-modal__btn { display: block; text-align: center; background: #4BCF6F; color: #fff; border: none; border-radius: 8px; padding: 10px 0 9px; font-size: 0.98rem; font-weight: 600; text-decoration: none; box-shadow: 0 1px 4px #4BCF6F22; transition: background 0.17s, box-shadow 0.17s; }
.privacy-modal__btn:hover { background: #269d4d; box-shadow: 0 2px 8px #4BCF6F33; color: #fff; }
