/* Contrast Finance - Ultra Professional Landing Page Styles v2 */

/* ============================================
   LANDING PAGE CONTAINER
   ============================================ */

.landing-page {
  width: 100%;
  overflow-x: clip;
  background: var(--bg-primary);
}

/* ============================================
   HERO SECTION - Main Impact Area
   ============================================ */

.hero {
  position: relative;
  min-height: calc(100vh - 92px);
  display: flex;
  align-items: center;
  padding: 72px 0 64px;
  overflow: hidden;
}

/* Animated Background */
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.hero-gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  animation: floatOrb 20s ease-in-out infinite;
}

.hero-gradient-orb-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.3) 0%, transparent 70%);
  top: -200px;
  right: -100px;
  animation-delay: 0s;
}

.hero-gradient-orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(5, 150, 105, 0.2) 0%, transparent 70%);
  bottom: -100px;
  left: -100px;
  animation-delay: -5s;
}

.hero-gradient-orb-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(52, 211, 153, 0.15) 0%, transparent 70%);
  top: 40%;
  left: 30%;
  animation-delay: -10s;
}

@keyframes floatOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(30px, -30px) scale(1.05); }
  50% { transform: translate(-20px, 20px) scale(0.95); }
  75% { transform: translate(20px, 10px) scale(1.02); }
}

/* Grid Pattern Overlay */
.hero-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(rgba(16, 185, 129, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 185, 129, 0.015) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 50% at 50% 50%, black 30%, transparent 100%);
}

/* Main Hero Container */
.hero-container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

/* Hero Content - Left Side */
.hero-content {
  min-width: 0;
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Hero Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: var(--contrast-green);
  margin-bottom: 28px;
  animation: fadeInUp 0.8s ease-out 0.1s both;
}

.hero-badge i {
  font-size: 12px;
}

/* Hero Title */
.hero-title {
  font-size: clamp(36px, 4.6vw, 56px);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  animation: fadeInUp 0.8s ease-out 0.2s both;
  overflow-wrap: anywhere;
}

.gradient-text {
  background: linear-gradient(135deg, var(--contrast-green) 0%, #34D399 50%, #6EE7B7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Hero Description */
.hero-description {
  font-size: 18px;
  line-height: 1.65;
  color: #D1D5DB;
  margin-bottom: 32px;
  max-width: 540px;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

/* Hero CTA Buttons */
.hero-cta {
  display: flex;
  gap: 16px;
  margin-bottom: 56px;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.btn-lg {
  padding: 18px 36px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--contrast-green) 0%, var(--contrast-green-dark) 100%);
  color: white;
  border: none;
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.4);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-primary);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--contrast-green);
  transform: translateY(-3px);
}

/* Hero Stats */
.hero-stats-inline {
  display: flex;
  gap: 40px;
  align-items: center;
  animation: fadeInUp 0.8s ease-out 0.5s both;
}

.stat-inline {
  text-align: left;
}

.stat-inline .stat-value {
  font-size: 36px;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 4px;
  font-family: var(--font-mono);
  letter-spacing: -0.02em;
}

.stat-inline .stat-label {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stat-divider {
  width: 1px;
  height: 48px;
  background: linear-gradient(180deg, transparent, var(--border-primary), transparent);
}

/* ============================================
   HERO VISUAL - Right Side Dashboard Preview
   ============================================ */

.hero-image {
  animation: fadeInRight 1s ease-out 0.3s both;
  perspective: 1000px;
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(60px) rotateY(-5deg); }
  to { opacity: 1; transform: translateX(0) rotateY(0); }
}

.hero-mockup {
  background: linear-gradient(145deg, rgba(26, 26, 29, 0.9) 0%, rgba(17, 17, 19, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 
    0 30px 60px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.02) inset,
    0 1px 0 rgba(255, 255, 255, 0.04) inset;
  backdrop-filter: blur(20px);
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
}

.hero-mockup:hover {
  transform: translateY(-8px);
}

.mockup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.mockup-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.01em;
}

.mockup-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: rgba(16, 185, 129, 0.12);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: var(--contrast-green);
  gap: 6px;
}

.mockup-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--contrast-green);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.mockup-total {
  margin-bottom: 24px;
}

.mockup-total-label {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.mockup-total-value {
  font-size: 42px;
  font-weight: 800;
  color: var(--text-primary);
  font-family: var(--font-mono);
  letter-spacing: -0.02em;
}

.mockup-change {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--contrast-green);
  margin-left: 12px;
}

.mockup-change i {
  font-size: 12px;
}

.mockup-assets {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.mockup-asset {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 14px;
  transition: all 0.2s ease;
}

.mockup-asset:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.06);
}

.mockup-asset-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mockup-asset-icon,
.mockup-asset-icon-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  object-fit: cover;
  flex-shrink: 0;
}

.mockup-asset-icon.eth { background: linear-gradient(135deg, #627EEA 0%, #8FA3F0 100%); }
.mockup-asset-icon.btc { background: linear-gradient(135deg, #F7931A 0%, #FFAB40 100%); }
.mockup-asset-icon.usdc { background: linear-gradient(135deg, #2775CA 0%, #4BA3F9 100%); }

.mockup-asset-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mockup-asset-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
}

.mockup-asset-balance {
  font-size: 13px;
  color: var(--text-muted);
}

.mockup-asset-right {
  text-align: right;
}

.mockup-asset-value {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-mono);
}

.mockup-asset-change {
  font-size: 12px;
  font-weight: 600;
}

.mockup-asset-change.positive { color: var(--contrast-green); }
.mockup-asset-change.negative { color: var(--contrast-red); }

.hero-mockup .mockup-chart {
  height: 96px;
  margin-top: 4px;
  padding: 10px 12px 8px;
  background: rgba(16, 185, 129, 0.05);
  border: 1px solid rgba(16, 185, 129, 0.1);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transform: none;
}

.hero-mockup .mockup-chart-caption {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.hero-mockup .mockup-chart-line {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  height: 52px;
  background: none;
  transform: none;
}

.hero-mockup .mockup-chart-line svg {
  display: block;
  width: 100%;
  height: 100%;
}

.chart-path {
  fill: none;
  stroke: var(--contrast-green);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: drawChart 2s ease-out forwards;
}

.chart-fill {
  fill: url(#chartGradient);
  opacity: 0;
  animation: fadeIn 1s ease-out 1.5s forwards;
}

@keyframes drawChart {
  to { stroke-dashoffset: 0; }
}

@keyframes fadeIn {
  to { opacity: 1; }
}

/* ============================================
   TRUST INDICATORS SECTION
   ============================================ */

.trust-section {
  padding: 80px 0;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-primary);
  border-bottom: 1px solid var(--border-primary);
}

.trust-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.trust-item:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(16, 185, 129, 0.2);
  transform: translateY(-4px);
}

.trust-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(16, 185, 129, 0.05) 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--contrast-green);
  flex-shrink: 0;
}

.trust-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.trust-content p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ============================================
   PRODUCTS SECTION
   ============================================ */

.products-section {
  padding: 88px 0;
  background: var(--bg-primary);
  position: relative;
}

.section-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}

.landing-page .section-header,
.products-section .section-header,
.how-section .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 0;
  border-bottom: none;
  gap: 12px;
  margin-bottom: 48px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.15);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: var(--contrast-green);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-title {
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 800;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  line-height: 1.2;
  max-width: 22ch;
}

.section-description {
  font-size: 17px;
  color: #D1D5DB;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.product-card {
  background: linear-gradient(145deg, var(--bg-card) 0%, rgba(26, 26, 29, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  padding: 36px 32px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--contrast-green) 0%, var(--contrast-green-light) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover {
  border-color: rgba(16, 185, 129, 0.3);
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.product-card:hover::before {
  opacity: 1;
}

.product-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(16, 185, 129, 0.05) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  font-size: 28px;
  color: var(--contrast-green);
  transition: all 0.3s ease;
}

.product-card:hover .product-icon {
  background: linear-gradient(135deg, var(--contrast-green) 0%, var(--contrast-green-dark) 100%);
  color: white;
  transform: scale(1.1);
}

.product-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.product-description {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 28px;
}

.product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--contrast-green);
  text-decoration: none;
  transition: all 0.2s ease;
}

.product-link:hover {
  gap: 12px;
}

.product-link i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.product-card:hover .product-link i {
  transform: translateX(4px);
}

/* ============================================
   HOW IT WORKS SECTION
   ============================================ */

.how-section {
  padding: 88px 0;
  background: var(--bg-secondary);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}

.steps-grid::before {
  content: '';
  position: absolute;
  top: 52px;
  left: calc(16.67% + 20px);
  right: calc(16.67% + 20px);
  height: 2px;
  background: linear-gradient(90deg, var(--contrast-green), rgba(16, 185, 129, 0.3));
}

.step-card {
  text-align: center;
  position: relative;
}

.step-number {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--contrast-green) 0%, var(--contrast-green-dark) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  color: white;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3);
}

.step-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.step-description {
  font-size: 15px;
  line-height: 1.7;
  color: #D1D5DB;
  max-width: 300px;
  margin: 0 auto;
}

/* ============================================
   SECURITY SECTION
   ============================================ */

.security-section {
  padding: 120px 0;
  background: var(--bg-primary);
}

.security-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.security-text {
  max-width: 520px;
}

.security-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.15);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: var(--contrast-green);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.security-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.security-description {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 36px;
}

.security-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.security-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.security-feature:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(16, 185, 129, 0.2);
  transform: translateX(8px);
}

.security-feature-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(16, 185, 129, 0.05) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--contrast-green);
  flex-shrink: 0;
}

.security-feature-content h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text-primary);
}

.security-feature-content p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* Security Visual - Stats Card */
.security-visual {
  background: linear-gradient(145deg, var(--bg-card) 0%, rgba(26, 26, 29, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.security-visual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--contrast-green) 0%, var(--contrast-green-light) 100%);
}

.security-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

.security-card-header i {
  font-size: 32px;
  color: var(--contrast-green);
}

.security-card-header h3 {
  font-size: 24px;
  font-weight: 700;
}

.security-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.security-stat {
  text-align: center;
  padding: 28px 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.security-stat:hover {
  background: rgba(16, 185, 129, 0.05);
  border-color: rgba(16, 185, 129, 0.2);
}

.security-stat .stat-number {
  font-size: 40px;
  font-weight: 800;
  color: var(--contrast-green);
  margin-bottom: 8px;
  font-family: var(--font-mono);
  letter-spacing: -0.02em;
}

.security-stat .stat-label {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
}

/* ============================================
   CTA SECTION
   ============================================ */

.cta-section {
  padding: 120px 0;
  background: linear-gradient(180deg, var(--bg-secondary) 0%, rgba(16, 185, 129, 0.03) 100%);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.1) 0%, transparent 60%);
  border-radius: 50%;
  filter: blur(60px);
}

.cta-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 32px;
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.cta-description {
  font-size: 20px;
  color: var(--text-secondary);
  margin-bottom: 48px;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

@media (max-width: 1200px) {
  .hero-container {
    gap: 60px;
  }
  
  .hero-title {
    font-size: 56px;
  }
  
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  
  .hero-content {
    max-width: 640px;
    margin: 0 auto;
  }
  
  .hero-description {
    max-width: none;
  }
  
  .hero-cta {
    justify-content: center;
  }
  
  .hero-stats-inline {
    justify-content: center;
  }
  
  .hero {
    min-height: auto;
    padding: 48px 0 40px;
  }

  .hero-image {
    order: 2;
    max-width: 420px;
    margin: 0 auto;
  }
  
  .security-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .security-text {
    max-width: none;
    text-align: center;
  }
  
  .security-features {
    max-width: 500px;
    margin: 0 auto;
  }
  
  .steps-grid::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 40px 0 36px;
  }

  .hero-image {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 8px auto 0;
  }

  .hero-mockup {
    max-width: 100%;
    padding: 20px;
  }
  
  .hero-title {
    font-size: 42px;
  }
  
  .hero-description {
    font-size: 18px;
  }
  
  .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-lg {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
  
  .hero-stats-inline {
    flex-direction: column;
    gap: 20px;
  }
  
  .stat-divider {
    display: none;
  }
  
  .section-title {
    font-size: 36px;
  }
  
  .cta-title {
    font-size: 40px;
  }
  
  .products-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }
  
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .products-section,
  .how-section,
  .security-section,
  .cta-section {
    padding: 80px 0;
  }
  
  .trust-section {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 36px;
  }
  
  .section-title {
    font-size: 32px;
  }
  
  .cta-title {
    font-size: 32px;
  }
  
  .security-title {
    font-size: 36px;
  }
  
  .hero-container,
  .section-container,
  .trust-container,
  .cta-container {
    padding: 0 20px;
  }
  
  .stat-inline .stat-value {
    font-size: 28px;
  }
  
  .mockup-total-value {
    font-size: 32px;
  }
  
  .security-stats {
    grid-template-columns: 1fr;
  }
}
