@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');#footer{background:#0d1b2a;color:#ffffff;font-family:'Poppins',sans-serif;padding:60px 0 0 0;width:100%;box-sizing:border-box;}#footer *{box-sizing:border-box;}#footer .footer-container{max-width:1200px;margin:0 auto;padding:0 24px;}#footer .footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;}#footer .footer-brand{}#footer .footer-logo{font-size:1.4rem;font-weight:700;color:#ffffff;letter-spacing:-0.5px;margin-bottom:12px;display:block;}#footer .footer-logo span{color:#4f9cf9;}#footer .footer-tagline{font-size:0.875rem;color:#a0aec0;line-height:1.7;margin:0 0 24px 0;max-width:260px;}#footer .footer-social{display:flex;gap:12px;margin-top:8px;}#footer .footer-social a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,0.08);color:#ffffff;text-decoration:none;transition:background 0.3s ease,transform 0.2s ease;font-size:0.85rem;}#footer .footer-social a:hover{background:#4f9cf9;transform:translateY(-2px);}#footer .footer-col-title{font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#4f9cf9;margin-bottom:20px;}#footer .footer-links{list-style:none;margin:0;padding:0;}#footer .footer-links li{margin-bottom:10px;}#footer .footer-links a{color:#a0aec0;text-decoration:none;font-size:0.875rem;font-weight:400;transition:color 0.25s ease,padding-left 0.25s ease;display:inline-block;}#footer .footer-links a:hover{color:#ffffff;padding-left:6px;}#footer .footer-divider{border:none;border-top:1px solid rgba(255,255,255,0.08);margin:0;}#footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:12px;}#footer .footer-copy{font-size:0.8rem;color:#718096;margin:0;}#footer .footer-copy a{color:#4f9cf9;text-decoration:none;}#footer .footer-copy a:hover{text-decoration:underline;}#footer .footer-legal{display:flex;gap:20px;flex-wrap:wrap;}#footer .footer-legal a{font-size:0.8rem;color:#718096;text-decoration:none;transition:color 0.25s ease;}#footer .footer-legal a:hover{color:#ffffff;}@media(max-width:900px){#footer .footer-top{grid-template-columns:1fr 1fr;gap:32px;}}@media(max-width:580px){#footer .footer-top{grid-template-columns:1fr;gap:28px;}#footer .footer-bottom{flex-direction:column;align-items:flex-start;text-align:left;}#footer .footer-legal{gap:14px;}}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700;800;900&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #0D3B3E;
  color: #ffffff;
  overflow-x: hidden;
}

/* ===== HERO SECTION ===== */
.hiw-hero {
  background-color: #0D3B3E;
  padding: 120px 40px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hiw-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(255, 210, 90, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.hiw-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hiw-hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 800;
  color: #FFD25A;
  line-height: 1.15;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
}

.hiw-hero p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #FFF2B0;
  line-height: 1.8;
  margin-bottom: 44px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.hiw-hero-cta {
  display: inline-block;
  background-color: #FFD25A;
  color: #0D3B3E;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 16px 44px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(255, 210, 90, 0.3);
}

.hiw-hero-cta:hover {
  background-color: #E6B23A;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 210, 90, 0.45);
}

/* ===== OVERVIEW SECTION ===== */
.hiw-overview {
  background-color: #1A5055;
  padding: 100px 40px;
}

.hiw-overview-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.hiw-overview h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #FFD25A;
  margin-bottom: 36px;
  line-height: 1.2;
}

.hiw-overview-body {
  font-size: 1.05rem;
  color: #ffffff;
  line-height: 1.85;
  margin-bottom: 22px;
}

.hiw-pullquote {
  background-color: #0D3B3E;
  border-left: 5px solid #FFD25A;
  border-radius: 12px;
  padding: 36px 44px;
  margin-top: 50px;
  text-align: left;
}

.hiw-pullquote blockquote {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  font-style: italic;
  color: #FFD25A;
  line-height: 1.7;
  margin-bottom: 16px;
}

.hiw-pullquote cite {
  color: #FFF2B0;
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 500;
}

/* ===== PROCESS SECTION ===== */
.hiw-process {
  background-color: #0D3B3E;
  padding: 100px 40px;
}

.hiw-process-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.hiw-process h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #FFD25A;
  text-align: center;
  margin-bottom: 70px;
}

.hiw-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hiw-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #E6B23A, #FFD25A, #E6B23A);
  transform: translateX(-50%);
  z-index: 0;
}

.hiw-step {
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 1;
  padding: 30px 0;
}

.hiw-step.hiw-step-right {
  flex-direction: row-reverse;
}

.hiw-step-content {
  flex: 1;
  background-color: #1A5055;
  border-radius: 16px;
  padding: 36px 40px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hiw-step-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.hiw-step-badge {
  font-family: 'Poppins', sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(255, 210, 90, 0.15);
  position: absolute;
  top: 16px;
  right: 20px;
  line-height: 1;
  user-select: none;
}

.hiw-step-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFF2B0;
  margin-bottom: 12px;
  line-height: 1.4;
}

.hiw-step-body {
  font-size: 0.97rem;
  color: #ffffff;
  line-height: 1.75;
}

.hiw-step-center {
  width: 80px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.hiw-step-num {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #FFD25A, #E6B23A);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #0D3B3E;
  box-shadow: 0 4px 16px rgba(255, 210, 90, 0.4);
  z-index: 2;
}

.hiw-step-img-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hiw-step-img-wrap img {
  width: 100%;
  max-width: 340px;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
  display: block;
}

/* ===== AUTHORITY INHERITANCE ===== */
.hiw-authority {
  background-color: #1A5055;
  padding: 100px 40px;
}

.hiw-authority-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.hiw-authority h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #FFD25A;
  text-align: center;
  margin-bottom: 60px;
}

.hiw-authority-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.hiw-authority-text {
  font-size: 1.05rem;
  color: #ffffff;
  line-height: 1.85;
}

.hiw-authority-text p {
  margin-bottom: 18px;
}

.hiw-authority-card {
  background-color: #0D3B3E;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.hiw-compare-item {
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.hiw-compare-item:last-child {
  margin-bottom: 0;
}

.hiw-compare-item.hiw-before {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hiw-compare-item.hiw-after {
  background: linear-gradient(135deg, rgba(255, 210, 90, 0.12), rgba(230, 178, 58, 0.08));
  border: 1px solid rgba(255, 210, 90, 0.3);
}

.hiw-compare-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #FFD25A;
  margin-bottom: 8px;
}

.hiw-compare-value {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
}

.hiw-compare-item.hiw-before .hiw-compare-value {
  color: rgba(255, 255, 255, 0.65);
}

/* ===== AI RECOGNITION SECTION ===== */
.hiw-ai {
  background-color: #0D3B3E;
  padding: 100px 40px;
}

.hiw-ai-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.hiw-ai h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #FFD25A;
  margin-bottom: 60px;
}

.hiw-ai-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 50px;
}

.hiw-ai-card {
  background-color: #1A5055;
  border-radius: 18px;
  padding: 44px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 210, 90, 0.1);
}

.hiw-ai-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 210, 90, 0.3);
}

.hiw-ai-card-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  background: linear-gradient(135deg, rgba(255, 210, 90, 0.15), rgba(255, 210, 90, 0.05));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.hiw-ai-card-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFD25A;
  margin-bottom: 14px;
}

.hiw-ai-card-body {
  font-size: 0.97rem;
  color: #ffffff;
  line-height: 1.7;
}

.hiw-ai-footnote {
  font-size: 1.1rem;
  color: #FFF2B0;
  font-style: italic;
  text-align: center;
}

/* ===== TIMELINE SECTION ===== */
.hiw-timeline-section {
  background: linear-gradient(135deg, #E6B23A 0%, #FFD25A 100%);
  padding: 100px 40px;
}

.hiw-timeline-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.hiw-timeline-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #0D3B3E;
  text-align: center;
  margin-bottom: 70px;
}

.hiw-milestones {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  gap: 10px;
}

.hiw-milestones::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 60px;
  right: 60px;
  height: 3px;
  background-color: #0D3B3E;
  opacity: 0.3;
  z-index: 0;
}

.hiw-milestone {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hiw-milestone-dot {
  width: 60px;
  height: 60px;
  background-color: #0D3B3E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.5rem;
  box-shadow: 0 4px 16px rgba(13, 59, 62, 0.4);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.hiw-milestone:hover .hiw-milestone-dot {
  transform: scale(1.15);
}

.hiw-milestone-time {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0D3B3E;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
}

.hiw-milestone-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #0D3B3E;
  line-height: 1.4;
  max-width: 110px;
}

/* ===== CTA SECTION ===== */
.hiw-cta-section {
  background-color: #0D3B3E;
  padding: 110px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hiw-cta-section::before {
  content: '';
  position: absolute;
  bottom: -60%;
  right: -30%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 210, 90, 0.05) 0%, transparent 65%);
  pointer-events: none;
}

.hiw-cta-inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hiw-cta-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #FFD25A;
  margin-bottom: 24px;
}

.hiw-cta-sub {
  font-size: 1.1rem;
  color: #FFF2B0;
  line-height: 1.8;
  margin-bottom: 50px;
}

.hiw-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.hiw-btn-primary {
  display: inline-block;
  background-color: #FFD25A;
  color: #0D3B3E;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 42px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(255, 210, 90, 0.3);
  letter-spacing: 0.2px;
}

.hiw-btn-primary:hover {
  background-color: #E6B23A;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 210, 90, 0.45);
}

.hiw-btn-outline {
  display: inline-block;
  background-color: transparent;
  color: #FFD25A;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 42px;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid #FFD25A;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.hiw-btn-outline:hover {
  background-color: #FFD25A;
  color: #0D3B3E;
  transform: translateY(-2px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .hiw-timeline::before {
    display: none;
  }

  .hiw-step {
    flex-direction: column !important;
    gap: 30px;
    padding: 20px 0;
  }

  .hiw-step-img-wrap {
    width: 100%;
  }

  .hiw-step-img-wrap img {
    max-width: 100%;
    height: 200px;
  }

  .hiw-step-center {
    flex-direction: row;
    width: auto;
    justify-content: center;
  }

  .hiw-authority-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hiw-ai-cards {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .hiw-milestones {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .hiw-milestones::before {
    display: none;
  }

  .hiw-milestone {
    flex-direction: row;
    text-align: left;
    gap: 20px;
    width: 100%;
    max-width: 400px;
  }

  .hiw-milestone-dot {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .hiw-milestone-label {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .hiw-hero,
  .hiw-overview,
  .hiw-process,
  .hiw-authority,
  .hiw-ai,
  .hiw-timeline-section,
  .hiw-cta-section {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hiw-pullquote {
    padding: 28px 26px;
  }

  .hiw-step-content {
    padding: 28px 24px;
  }

  .hiw-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hiw-btn-primary,
  .hiw-btn-outline {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

  .hiw-ai-cards {
    grid-template-columns: 1fr;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;600;700;800&display=swap'); [data-section-id='unknown-everywhere-2024'] { font-family: 'Inter', sans-serif; background: linear-gradient(135deg, #0d1b2a 0%, #1a2f4e 50%, #0d1b2a 100%); width: 100%; padding: 80px 0; box-sizing: border-box; overflow: hidden; position: relative; } [data-section-id='unknown-everywhere-2024']::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at 20% 50%, rgba(6, 82, 221, 0.12) 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(108, 92, 231, 0.1) 0%, transparent 50%); pointer-events: none; } [data-section-id='unknown-everywhere-2024'] .uee-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; box-sizing: border-box; } [data-section-id='unknown-everywhere-2024'] .uee-header { text-align: center; margin-bottom: 60px; } [data-section-id='unknown-everywhere-2024'] .uee-badge { display: inline-block; background: linear-gradient(90deg, rgba(248, 110, 93, 0.2), rgba(255, 71, 87, 0.2)); border: 1px solid rgba(248, 110, 93, 0.5); color: #ff6b7a; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 8px 20px; border-radius: 50px; margin-bottom: 24px; } [data-section-id='unknown-everywhere-2024'] .uee-title { font-family: 'Poppins', sans-serif; font-size: clamp(28px, 4vw, 48px); font-weight: 800; color: #ffffff; line-height: 1.2; margin: 0 0 20px 0; } [data-section-id='unknown-everywhere-2024'] .uee-highlight { background: linear-gradient(90deg, #f86e5d, #ffd32a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } [data-section-id='unknown-everywhere-2024'] .uee-subtitle { font-family: 'Inter', sans-serif; font-size: 18px; color: rgba(255,255,255,0.65); max-width: 600px; margin: 0 auto; line-height: 1.7; } [data-section-id='unknown-everywhere-2024'] .uee-panels-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 50px; } [data-section-id='unknown-everywhere-2024'] .uee-panel { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09); border-radius: 20px; padding: 32px; display: flex; flex-direction: column; gap: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; cursor: default; } [data-section-id='unknown-everywhere-2024'] .uee-panel:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,0.3); border-color: rgba(255,255,255,0.2); } [data-section-id='unknown-everywhere-2024'] .uee-panel--featured { background: linear-gradient(135deg, rgba(6,82,221,0.25) 0%, rgba(18,137,167,0.2) 100%); border-color: rgba(6,82,221,0.5); position: relative; overflow: hidden; } [data-section-id='unknown-everywhere-2024'] .uee-panel--featured::before { content: ''; position: absolute; top: -50%; right: -50%; width: 200%; height: 200%; background: radial-gradient(ellipse at center, rgba(6,82,221,0.1) 0%, transparent 60%); pointer-events: none; } [data-section-id='unknown-everywhere-2024'] .uee-panel--featured:hover { border-color: rgba(6,82,221,0.8); box-shadow: 0 20px 60px rgba(6,82,221,0.25); } [data-section-id='unknown-everywhere-2024'] .uee-panel-icon { width: 64px; height: 64px; flex-shrink: 0; } [data-section-id='unknown-everywhere-2024'] .uee-panel-icon svg { width: 100%; height: 100%; } [data-section-id='unknown-everywhere-2024'] .uee-featured-badge { display: inline-block; background: linear-gradient(90deg, #0652DD, #1289A7); color: #ffffff; font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 14px; border-radius: 50px; margin-bottom: 4px; } [data-section-id='unknown-everywhere-2024'] .uee-panel-title { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 700; color: #ffffff; margin: 0 0 10px 0; line-height: 1.3; } [data-section-id='unknown-everywhere-2024'] .uee-panel-text { font-family: 'Inter', sans-serif; font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.75; margin: 0 0 16px 0; } [data-section-id='unknown-everywhere-2024'] .uee-tag { display: inline-block; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 8px; } [data-section-id='unknown-everywhere-2024'] .uee-stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 40px; } [data-section-id='unknown-everywhere-2024'] .uee-stat { text-align: center; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 28px 16px; transition: background 0.3s ease; } [data-section-id='unknown-everywhere-2024'] .uee-stat:hover { background: rgba(255,255,255,0.08); } [data-section-id='unknown-everywhere-2024'] .uee-stat-number { font-family: 'Poppins', sans-serif; font-size: clamp(22px, 3vw, 32px); font-weight: 800; background: linear-gradient(90deg, #f86e5d, #ffd32a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 8px; } [data-section-id='unknown-everywhere-2024'] .uee-stat-label { font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255,255,255,0.55); font-weight: 500; } [data-section-id='unknown-everywhere-2024'] .uee-platforms-row { text-align: center; margin-bottom: 50px; } [data-section-id='unknown-everywhere-2024'] .uee-platforms-label { font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; } [data-section-id='unknown-everywhere-2024'] .uee-platforms-list { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; } [data-section-id='unknown-everywhere-2024'] .uee-platform-pill { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; color: #ffffff; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); padding: 10px 22px; border-radius: 50px; transition: background 0.3s ease, border-color 0.3s ease; } [data-section-id='unknown-everywhere-2024'] .uee-platform-pill:hover { background: rgba(248,110,93,0.2); border-color: rgba(248,110,93,0.5); } [data-section-id='unknown-everywhere-2024'] .uee-cta-row { background: linear-gradient(135deg, rgba(6,82,221,0.3), rgba(108,92,231,0.25)); border: 1px solid rgba(6,82,221,0.4); border-radius: 24px; padding: 40px 48px; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; } [data-section-id='unknown-everywhere-2024'] .uee-cta-title { font-family: 'Poppins', sans-serif; font-size: clamp(18px, 2.5vw, 26px); font-weight: 700; color: #ffffff; margin: 0 0 8px 0; } [data-section-id='unknown-everywhere-2024'] .uee-cta-text { font-family: 'Inter', sans-serif; font-size: 15px; color: rgba(255,255,255,0.65); margin: 0; } [data-section-id='unknown-everywhere-2024'] .uee-cta-btn { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; background: linear-gradient(135deg, #f86e5d, #ff4757); border: none; border-radius: 50px; padding: 16px 40px; cursor: pointer; white-space: nowrap; transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; box-shadow: 0 8px 30px rgba(248,110,93,0.4); flex-shrink: 0; } [data-section-id='unknown-everywhere-2024'] .uee-cta-btn:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 14px 40px rgba(248,110,93,0.6); background: linear-gradient(135deg, #ff5e4a, #e83e50); } [data-section-id='unknown-everywhere-2024'] .uee-cta-btn:active { transform: translateY(-1px); } @media (max-width: 900px) { [data-section-id='unknown-everywhere-2024'] .uee-panels-grid { grid-template-columns: 1fr; } [data-section-id='unknown-everywhere-2024'] .uee-stats-row { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 600px) { [data-section-id='unknown-everywhere-2024'] { padding: 50px 0; } [data-section-id='unknown-everywhere-2024'] .uee-stats-row { grid-template-columns: 1fr 1fr; } [data-section-id='unknown-everywhere-2024'] .uee-cta-row { flex-direction: column; text-align: center; padding: 32px 24px; } [data-section-id='unknown-everywhere-2024'] .uee-cta-btn { width: 100%; } }
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700;800&display=swap');

[data-section-id='inherited-authority-2024'] {
  width: 100%;
  background: linear-gradient(135deg, #0d1b2a 0%, #1a2744 50%, #0d1b2a 100%);
  padding: 90px 0;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

[data-section-id='inherited-authority-2024']::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(99,102,241,0.12) 0%, transparent 70%);
  pointer-events: none;
}

[data-section-id='inherited-authority-2024']::after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(14,165,233,0.10) 0%, transparent 70%);
  pointer-events: none;
}

[data-section-id='inherited-authority-2024'] .ia-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

[data-section-id='inherited-authority-2024'] .ia-header {
  text-align: center;
  margin-bottom: 60px;
}

[data-section-id='inherited-authority-2024'] .ia-eyebrow {
  display: inline-block;
  background: linear-gradient(90deg, #6366f1, #0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

[data-section-id='inherited-authority-2024'] .ia-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

[data-section-id='inherited-authority-2024'] .ia-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  color: #94a3b8;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.75;
}

[data-section-id='inherited-authority-2024'] .ia-panels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 50px;
}

[data-section-id='inherited-authority-2024'] .ia-panel {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

[data-section-id='inherited-authority-2024'] .ia-panel:hover {
  transform: translateY(-6px);
  border-color: rgba(99,102,241,0.4);
  background: rgba(255,255,255,0.07);
  box-shadow: 0 20px 60px rgba(99,102,241,0.15);
}

[data-section-id='inherited-authority-2024'] .ia-panel-icon-wrap {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

[data-section-id='inherited-authority-2024'] .ia-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(99,102,241,0.25);
  display: block;
}

[data-section-id='inherited-authority-2024'] .ia-panel-content {
  flex: 1;
}

[data-section-id='inherited-authority-2024'] .ia-panel-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

[data-section-id='inherited-authority-2024'] .ia-panel-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #94a3b8;
  line-height: 1.8;
  margin: 0;
}

[data-section-id='inherited-authority-2024'] .ia-stats-bar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: linear-gradient(135deg, rgba(99,102,241,0.15) 0%, rgba(14,165,233,0.15) 100%);
  border: 1px solid rgba(99,102,241,0.25);
  border-radius: 16px;
  padding: 36px 40px;
  flex-wrap: wrap;
  gap: 20px;
}

[data-section-id='inherited-authority-2024'] .ia-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

[data-section-id='inherited-authority-2024'] .ia-stat-number {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  background: linear-gradient(90deg, #6366f1, #0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

[data-section-id='inherited-authority-2024'] .ia-stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  color: #94a3b8;
  font-weight: 500;
  max-width: 140px;
  line-height: 1.4;
}

[data-section-id='inherited-authority-2024'] .ia-stat-divider {
  width: 1px;
  height: 50px;
  background: rgba(255,255,255,0.1);
}

@media (max-width: 900px) {
  [data-section-id='inherited-authority-2024'] .ia-panels-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  [data-section-id='inherited-authority-2024'] .ia-stat-divider {
    display: none;
  }
  [data-section-id='inherited-authority-2024'] .ia-stats-bar {
    gap: 28px;
    padding: 28px 20px;
  }
}

@media (max-width: 600px) {
  [data-section-id='inherited-authority-2024'] {
    padding: 60px 0;
  }
  [data-section-id='inherited-authority-2024'] .ia-panel {
    padding: 28px 20px;
  }
  [data-section-id='inherited-authority-2024'] .ia-title {
    font-size: 1.8rem;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700;800&display=swap'); [data-section-id='authority-compare-001'] { width: 100%; background: linear-gradient(135deg, #0a0f1e 0%, #0d1b2a 60%, #0f2a3a 100%); padding: 90px 20px; box-sizing: border-box; font-family: 'Inter', sans-serif; position: relative; overflow: hidden; } [data-section-id='authority-compare-001']::before { content: ''; position: absolute; top: -200px; left: -200px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(0,200,150,0.07) 0%, transparent 70%); pointer-events: none; } [data-section-id='authority-compare-001']::after { content: ''; position: absolute; bottom: -200px; right: -200px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,77,77,0.06) 0%, transparent 70%); pointer-events: none; } [data-section-id='authority-compare-001'] .ac-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; } [data-section-id='authority-compare-001'] .ac-header { text-align: center; margin-bottom: 60px; } [data-section-id='authority-compare-001'] .ac-eyebrow { display: inline-block; background: rgba(255,255,255,0.08); color: #a0c4ff; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; padding: 8px 22px; border-radius: 50px; border: 1px solid rgba(160,196,255,0.2); margin-bottom: 20px; } [data-section-id='authority-compare-001'] .ac-title { font-family: 'Poppins', sans-serif; font-size: clamp(26px, 4vw, 44px); font-weight: 800; color: #ffffff; margin: 0; line-height: 1.2; } [data-section-id='authority-compare-001'] .ac-panels-wrapper { display: flex; align-items: stretch; gap: 0; position: relative; } [data-section-id='authority-compare-001'] .ac-panel { flex: 1; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 24px; padding: 48px 40px; display: flex; flex-direction: column; align-items: flex-start; transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden; } [data-section-id='authority-compare-001'] .ac-panel--before { border-color: rgba(255,77,77,0.25); background: linear-gradient(160deg, rgba(255,77,77,0.06) 0%, rgba(10,15,30,0.6) 100%); } [data-section-id='authority-compare-001'] .ac-panel--after { border-color: rgba(0,200,150,0.3); background: linear-gradient(160deg, rgba(0,200,150,0.07) 0%, rgba(10,15,30,0.6) 100%); } [data-section-id='authority-compare-001'] .ac-panel:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0,0,0,0.4); } [data-section-id='authority-compare-001'] .ac-panel-icon-wrap { margin-bottom: 24px; } [data-section-id='authority-compare-001'] .ac-icon-circle { width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; } [data-section-id='authority-compare-001'] .ac-icon-circle--red { background: rgba(255,77,77,0.12); border: 2px solid rgba(255,77,77,0.3); } [data-section-id='authority-compare-001'] .ac-icon-circle--green { background: rgba(0,200,150,0.12); border: 2px solid rgba(0,200,150,0.3); } [data-section-id='authority-compare-001'] .ac-svg { width: 40px; height: 40px; } [data-section-id='authority-compare-001'] .ac-panel-badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 5px 14px; border-radius: 50px; margin-bottom: 16px; } [data-section-id='authority-compare-001'] .ac-panel-badge--red { background: rgba(255,77,77,0.15); color: #ff7070; border: 1px solid rgba(255,77,77,0.3); } [data-section-id='authority-compare-001'] .ac-panel-badge--green { background: rgba(0,200,150,0.15); color: #00e6ad; border: 1px solid rgba(0,200,150,0.3); } [data-section-id='authority-compare-001'] .ac-panel-heading { font-family: 'Poppins', sans-serif; font-size: clamp(18px, 2.2vw, 26px); font-weight: 700; color: #ffffff; margin: 0 0 24px 0; line-height: 1.3; } [data-section-id='authority-compare-001'] .ac-panel-stat { display: flex; flex-direction: column; margin-bottom: 32px; padding: 20px 24px; border-radius: 14px; width: 100%; box-sizing: border-box; } [data-section-id='authority-compare-001'] .ac-panel--before .ac-panel-stat { background: rgba(255,77,77,0.08); border-left: 4px solid #ff4d4d; } [data-section-id='authority-compare-001'] .ac-panel--after .ac-panel-stat { background: rgba(0,200,150,0.08); border-left: 4px solid #00c896; } [data-section-id='authority-compare-001'] .ac-stat-number { font-family: 'Poppins', sans-serif; font-size: clamp(28px, 4vw, 48px); font-weight: 800; line-height: 1; margin-bottom: 4px; } [data-section-id='authority-compare-001'] .ac-stat-number--red { color: #ff6b6b; } [data-section-id='authority-compare-001'] .ac-stat-number--green { color: #00c896; } [data-section-id='authority-compare-001'] .ac-stat-label { font-size: 15px; font-weight: 600; color: #a0aec0; letter-spacing: 0.5px; } [data-section-id='authority-compare-001'] .ac-panel-list { list-style: none; padding: 0; margin: 0 0 auto 0; width: 100%; display: flex; flex-direction: column; gap: 14px; } [data-section-id='authority-compare-001'] .ac-panel-list li { display: flex; align-items: flex-start; gap: 12px; color: #c8d6e5; font-size: 15px; line-height: 1.5; } [data-section-id='authority-compare-001'] .ac-list-icon { font-weight: 700; font-size: 16px; flex-shrink: 0; margin-top: 1px; } [data-section-id='authority-compare-001'] .ac-list-icon--red { color: #ff6b6b; } [data-section-id='authority-compare-001'] .ac-list-icon--green { color: #00c896; } [data-section-id='authority-compare-001'] .ac-divider-col { display: flex; align-items: center; justify-content: center; padding: 0 20px; flex-shrink: 0; } [data-section-id='authority-compare-001'] .ac-vs-badge { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #1e3a5f, #0d1b2a); border: 2px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 14px; color: #ffffff; letter-spacing: 1px; box-shadow: 0 0 30px rgba(0,0,0,0.5); flex-shrink: 0; } [data-section-id='authority-compare-001'] .ac-cta-btn { display: inline-block; margin-top: 36px; padding: 16px 32px; background: linear-gradient(135deg, #00c896, #00a07a); color: #ffffff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 15px; border-radius: 12px; text-decoration: none; letter-spacing: 0.5px; border: none; cursor: pointer; transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; box-shadow: 0 8px 30px rgba(0,200,150,0.35); } [data-section-id='authority-compare-001'] .ac-cta-btn:hover { background: linear-gradient(135deg, #00e6ad, #00b88a); transform: translateY(-3px); box-shadow: 0 14px 40px rgba(0,200,150,0.5); } @media (max-width: 900px) { [data-section-id='authority-compare-001'] .ac-panels-wrapper { flex-direction: column; gap: 24px; } [data-section-id='authority-compare-001'] .ac-divider-col { padding: 8px 0; } [data-section-id='authority-compare-001'] .ac-vs-badge { width: 48px; height: 48px; } [data-section-id='authority-compare-001'] .ac-panel { padding: 36px 28px; } } @media (max-width: 480px) { [data-section-id='authority-compare-001'] { padding: 60px 16px; } [data-section-id='authority-compare-001'] .ac-panel { padding: 28px 20px; } }
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700;800&display=swap'); [data-section-id='real-difference-001'] { width: 100%; background: linear-gradient(135deg, #0a0f1e 0%, #0d1b35 50%, #091424 100%); padding: 90px 20px; box-sizing: border-box; font-family: 'Inter', sans-serif; position: relative; overflow: hidden; } [data-section-id='real-difference-001']::before { content: ''; position: absolute; top: -120px; left: -120px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(255,77,77,0.07) 0%, transparent 70%); pointer-events: none; } [data-section-id='real-difference-001']::after { content: ''; position: absolute; bottom: -120px; right: -120px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(0,200,150,0.07) 0%, transparent 70%); pointer-events: none; } [data-section-id='real-difference-001'] .rd-container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; } [data-section-id='real-difference-001'] .rd-header { text-align: center; margin-bottom: 64px; } [data-section-id='real-difference-001'] .rd-eyebrow { display: inline-block; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #00c896; background: rgba(0,200,150,0.12); border: 1px solid rgba(0,200,150,0.3); padding: 6px 18px; border-radius: 30px; margin-bottom: 20px; } [data-section-id='real-difference-001'] .rd-title { font-family: 'Poppins', sans-serif; font-size: clamp(26px, 4vw, 44px); font-weight: 800; color: #ffffff; line-height: 1.2; margin: 0; letter-spacing: -0.5px; } [data-section-id='real-difference-001'] .rd-panels-wrapper { display: flex; align-items: stretch; gap: 0; flex-wrap: wrap; } [data-section-id='real-difference-001'] .rd-panel { flex: 1 1 340px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 44px 40px; display: flex; flex-direction: column; gap: 0; transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden; } [data-section-id='real-difference-001'] .rd-panel--old { border-color: rgba(255,77,77,0.25); background: linear-gradient(160deg, rgba(255,77,77,0.06) 0%, rgba(10,15,30,0.8) 100%); } [data-section-id='real-difference-001'] .rd-panel--smart { border-color: rgba(0,200,150,0.3); background: linear-gradient(160deg, rgba(0,200,150,0.08) 0%, rgba(10,15,30,0.8) 100%); } [data-section-id='real-difference-001'] .rd-panel:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0,0,0,0.4); } [data-section-id='real-difference-001'] .rd-panel--old:hover { box-shadow: 0 24px 60px rgba(255,77,77,0.15); } [data-section-id='real-difference-001'] .rd-panel--smart:hover { box-shadow: 0 24px 60px rgba(0,200,150,0.2); } [data-section-id='real-difference-001'] .rd-panel-top { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; } [data-section-id='real-difference-001'] .rd-icon-wrap { flex-shrink: 0; } [data-section-id='real-difference-001'] .rd-icon { width: 60px; height: 60px; } [data-section-id='real-difference-001'] .rd-panel-badge { display: inline-block; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 6px 14px; border-radius: 6px; } [data-section-id='real-difference-001'] .rd-panel-badge--old { background: rgba(255,77,77,0.15); color: #ff6b6b; border: 1px solid rgba(255,77,77,0.3); } [data-section-id='real-difference-001'] .rd-panel-badge--smart { background: rgba(0,200,150,0.15); color: #00c896; border: 1px solid rgba(0,200,150,0.3); } [data-section-id='real-difference-001'] .rd-panel-heading { font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 700; color: #ffffff; margin: 0 0 20px 0; line-height: 1.3; } [data-section-id='real-difference-001'] .rd-panel-stat { display: flex; align-items: baseline; gap: 10px; margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.07); } [data-section-id='real-difference-001'] .rd-stat-number { font-family: 'Poppins', sans-serif; font-size: 42px; font-weight: 800; line-height: 1; } [data-section-id='real-difference-001'] .rd-stat-number--old { color: #ff4d4d; } [data-section-id='real-difference-001'] .rd-stat-number--smart { color: #00c896; font-size: 32px; } [data-section-id='real-difference-001'] .rd-stat-label { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.6); } [data-section-id='real-difference-001'] .rd-list { list-style: none; margin: 0 0 32px 0; padding: 0; display: flex; flex-direction: column; gap: 14px; flex-grow: 1; } [data-section-id='real-difference-001'] .rd-list li { display: flex; align-items: flex-start; gap: 12px; font-family: 'Inter', sans-serif; font-size: 15px; color: rgba(255,255,255,0.82); line-height: 1.5; } [data-section-id='real-difference-001'] .rd-list-icon { font-size: 16px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } [data-section-id='real-difference-001'] .rd-list-icon--old { color: #ff4d4d; } [data-section-id='real-difference-001'] .rd-list-icon--smart { color: #00c896; } [data-section-id='real-difference-001'] .rd-divider { display: flex; align-items: center; justify-content: center; padding: 0 28px; flex-shrink: 0; } [data-section-id='real-difference-001'] .rd-vs-badge { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 800; color: #ffffff; background: linear-gradient(135deg, #1a2a4a 0%, #0d1b35 100%); border: 2px solid rgba(255,255,255,0.15); border-radius: 50%; width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; letter-spacing: 1px; box-shadow: 0 0 30px rgba(0,0,0,0.5); flex-shrink: 0; } [data-section-id='real-difference-001'] .rd-cta-btn { display: inline-block; margin-top: auto; padding: 16px 32px; background: linear-gradient(135deg, #00c896 0%, #00a87a 100%); color: #000000; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; text-decoration: none; border-radius: 10px; text-align: center; letter-spacing: 0.3px; transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; box-shadow: 0 8px 24px rgba(0,200,150,0.3); } [data-section-id='real-difference-001'] .rd-cta-btn:hover { background: linear-gradient(135deg, #00e0aa 0%, #00c896 100%); transform: translateY(-3px); box-shadow: 0 14px 36px rgba(0,200,150,0.45); } @media (max-width: 900px) { [data-section-id='real-difference-001'] .rd-panels-wrapper { flex-direction: column; align-items: center; } [data-section-id='real-difference-001'] .rd-panel { width: 100%; max-width: 520px; } [data-section-id='real-difference-001'] .rd-divider { padding: 28px 0; } [data-section-id='real-difference-001'] .rd-vs-badge { width: 54px; height: 54px; font-size: 17px; } } @media (max-width: 480px) { [data-section-id='real-difference-001'] { padding: 60px 16px; } [data-section-id='real-difference-001'] .rd-panel { padding: 32px 24px; } [data-section-id='real-difference-001'] .rd-stat-number { font-size: 34px; } [data-section-id='real-difference-001'] .rd-stat-number--smart { font-size: 26px; } }


    /* Editable elements styling - HIGHEST PRIORITY */
    .editable:hover:not(.editor-tool):not([data-editor-tool]) {
      outline: 2px dashed #ff9800 !important;
      outline-offset: 2px !important;
      cursor: pointer !important;
      z-index: 999999 !important;
    }
    .selected-editable:not(.editor-tool):not([data-editor-tool]) {
      outline: 3px solid #ff9800 !important;
      outline-offset: 2px !important;
      box-shadow: 0 0 8px 2px #ff980033 !important;
      z-index: 999999 !important;
    }
    /* Prevent editor tools from having editor styles */
    .editor-tool,
    [data-editor-tool] {
      outline: none !important;
      cursor: default !important;
    }
    /* Drag and drop styles */
    .dragging {
      opacity: 0.5 !important;
    }
    .drag-over {
      border-top: 3px solid #4CAF50 !important;
    }
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');#footer{background:#0d1b2a;color:#ffffff;font-family:'Poppins',sans-serif;padding:60px 0 0 0;width:100%;box-sizing:border-box;}#footer *{box-sizing:border-box;}#footer .footer-container{max-width:1200px;margin:0 auto;padding:0 24px;}#footer .footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;}#footer .footer-brand{}#footer .footer-logo{font-size:1.4rem;font-weight:700;color:#ffffff;letter-spacing:-0.5px;margin-bottom:12px;display:block;}#footer .footer-logo span{color:#4f9cf9;}#footer .footer-tagline{font-size:0.875rem;color:#a0aec0;line-height:1.7;margin:0 0 24px 0;max-width:260px;}#footer .footer-social{display:flex;gap:12px;margin-top:8px;}#footer .footer-social a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,0.08);color:#ffffff;text-decoration:none;transition:background 0.3s ease,transform 0.2s ease;font-size:0.85rem;}#footer .footer-social a:hover{background:#4f9cf9;transform:translateY(-2px);}#footer .footer-col-title{font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#4f9cf9;margin-bottom:20px;}#footer .footer-links{list-style:none;margin:0;padding:0;}#footer .footer-links li{margin-bottom:10px;}#footer .footer-links a{color:#a0aec0;text-decoration:none;font-size:0.875rem;font-weight:400;transition:color 0.25s ease,padding-left 0.25s ease;display:inline-block;}#footer .footer-links a:hover{color:#ffffff;padding-left:6px;}#footer .footer-divider{border:none;border-top:1px solid rgba(255,255,255,0.08);margin:0;}#footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:12px;}#footer .footer-copy{font-size:0.8rem;color:#718096;margin:0;}#footer .footer-copy a{color:#4f9cf9;text-decoration:none;}#footer .footer-copy a:hover{text-decoration:underline;}#footer .footer-legal{display:flex;gap:20px;flex-wrap:wrap;}#footer .footer-legal a{font-size:0.8rem;color:#718096;text-decoration:none;transition:color 0.25s ease;}#footer .footer-legal a:hover{color:#ffffff;}@media(max-width:900px){#footer .footer-top{grid-template-columns:1fr 1fr;gap:32px;}}@media(max-width:580px){#footer .footer-top{grid-template-columns:1fr;gap:28px;}#footer .footer-bottom{flex-direction:column;align-items:flex-start;text-align:left;}#footer .footer-legal{gap:14px;}}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');#footer{background:#0d1b2a;color:#ffffff;font-family:'Poppins',sans-serif;padding:60px 0 0 0;width:100%;box-sizing:border-box;}#footer *{box-sizing:border-box;}#footer .footer-container{max-width:1200px;margin:0 auto;padding:0 24px;}#footer .footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;}#footer .footer-brand{}#footer .footer-logo{font-size:1.4rem;font-weight:700;color:#ffffff;letter-spacing:-0.5px;margin-bottom:12px;display:block;}#footer .footer-logo span{color:#4f9cf9;}#footer .footer-tagline{font-size:0.875rem;color:#a0aec0;line-height:1.7;margin:0 0 24px 0;max-width:260px;}#footer .footer-social{display:flex;gap:12px;margin-top:8px;}#footer .footer-social a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,0.08);color:#ffffff;text-decoration:none;transition:background 0.3s ease,transform 0.2s ease;font-size:0.85rem;}#footer .footer-social a:hover{background:#4f9cf9;transform:translateY(-2px);}#footer .footer-col-title{font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#4f9cf9;margin-bottom:20px;}#footer .footer-links{list-style:none;margin:0;padding:0;}#footer .footer-links li{margin-bottom:10px;}#footer .footer-links a{color:#a0aec0;text-decoration:none;font-size:0.875rem;font-weight:400;transition:color 0.25s ease,padding-left 0.25s ease;display:inline-block;}#footer .footer-links a:hover{color:#ffffff;padding-left:6px;}#footer .footer-divider{border:none;border-top:1px solid rgba(255,255,255,0.08);margin:0;}#footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:12px;}#footer .footer-copy{font-size:0.8rem;color:#718096;margin:0;}#footer .footer-copy a{color:#4f9cf9;text-decoration:none;}#footer .footer-copy a:hover{text-decoration:underline;}#footer .footer-legal{display:flex;gap:20px;flex-wrap:wrap;}#footer .footer-legal a{font-size:0.8rem;color:#718096;text-decoration:none;transition:color 0.25s ease;}#footer .footer-legal a:hover{color:#ffffff;}@media(max-width:900px){#footer .footer-top{grid-template-columns:1fr 1fr;gap:32px;}}@media(max-width:580px){#footer .footer-top{grid-template-columns:1fr;gap:28px;}#footer .footer-bottom{flex-direction:column;align-items:flex-start;text-align:left;}#footer .footer-legal{gap:14px;}}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');#footer{background:#0d1b2a;color:#ffffff;font-family:'Poppins',sans-serif;padding:60px 0 0 0;width:100%;box-sizing:border-box;}#footer *{box-sizing:border-box;}#footer .footer-container{max-width:1200px;margin:0 auto;padding:0 24px;}#footer .footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;}#footer .footer-brand{}#footer .footer-logo{font-size:1.4rem;font-weight:700;color:#ffffff;letter-spacing:-0.5px;margin-bottom:12px;display:block;}#footer .footer-logo span{color:#4f9cf9;}#footer .footer-tagline{font-size:0.875rem;color:#a0aec0;line-height:1.7;margin:0 0 24px 0;max-width:260px;}#footer .footer-social{display:flex;gap:12px;margin-top:8px;}#footer .footer-social a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,0.08);color:#ffffff;text-decoration:none;transition:background 0.3s ease,transform 0.2s ease;font-size:0.85rem;}#footer .footer-social a:hover{background:#4f9cf9;transform:translateY(-2px);}#footer .footer-col-title{font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#4f9cf9;margin-bottom:20px;}#footer .footer-links{list-style:none;margin:0;padding:0;}#footer .footer-links li{margin-bottom:10px;}#footer .footer-links a{color:#a0aec0;text-decoration:none;font-size:0.875rem;font-weight:400;transition:color 0.25s ease,padding-left 0.25s ease;display:inline-block;}#footer .footer-links a:hover{color:#ffffff;padding-left:6px;}#footer .footer-divider{border:none;border-top:1px solid rgba(255,255,255,0.08);margin:0;}#footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:12px;}#footer .footer-copy{font-size:0.8rem;color:#718096;margin:0;}#footer .footer-copy a{color:#4f9cf9;text-decoration:none;}#footer .footer-copy a:hover{text-decoration:underline;}#footer .footer-legal{display:flex;gap:20px;flex-wrap:wrap;}#footer .footer-legal a{font-size:0.8rem;color:#718096;text-decoration:none;transition:color 0.25s ease;}#footer .footer-legal a:hover{color:#ffffff;}@media(max-width:900px){#footer .footer-top{grid-template-columns:1fr 1fr;gap:32px;}}@media(max-width:580px){#footer .footer-top{grid-template-columns:1fr;gap:28px;}#footer .footer-bottom{flex-direction:column;align-items:flex-start;text-align:left;}#footer .footer-legal{gap:14px;}}