:root {
  --bg-main: #0a0c10;
  --bg-card: #131722;
  --bg-card-subtle: #181d2a;
  --border-color: rgba(255, 255, 255, 0.08);
  --border-highlight: rgba(99, 102, 241, 0.35);
  
  --accent-primary: #6366f1;
  --accent-orange: #f59e0b;
  --accent-ayer: #f43f5e;
  --accent-green: #10b981;
  --accent-cyan: #06b6d4;

  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 32px;
  
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-main);
  color: var(--text-primary);
  line-height: 1.55;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Ambient Background Glow */
.ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.18;
}

.glow-top {
  top: -100px;
  left: 20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--accent-primary) 0%, transparent 70%);
}

.glow-bottom {
  bottom: 50px;
  right: 15%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--accent-ayer) 0%, transparent 70%);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 12, 16, 0.82);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-color);
  padding: 10px 24px;
}

.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.2s;
}

.brand-logo:hover {
  opacity: 0.88;
}

.brand-app-icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4), 0 0 10px rgba(244, 63, 94, 0.15);
  display: block;
  flex-shrink: 0;
  object-fit: cover;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease;
}

.brand-logo:hover .brand-app-icon {
  transform: scale(1.06);
  box-shadow: 0 6px 20px rgba(244, 63, 94, 0.3);
}

.brand-icon {
  font-size: 1.25rem;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.25), rgba(244, 63, 94, 0.25));
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 5px 8px;
  border-radius: var(--radius-md);
}

.brand-title {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  display: block;
  background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-sub {
  font-size: 0.7rem;
  color: var(--text-muted);
  display: block;
}

.brand-sub strong {
  color: var(--accent-ayer);
}

/* Date Navigator */
.nav-date-picker {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-color);
  border-radius: 40px;
  padding: 3px 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.date-arrow-btn {
  background: transparent;
  border: none;
  color: var(--text-secondary);
  font-size: 1.3rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.date-arrow-btn:hover:not(.disabled) {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.date-arrow-btn.disabled,
.date-arrow-btn:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.date-display {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.2s;
}

.date-display:hover {
  opacity: 0.85;
}

.cal-emoji {
  font-size: 0.9rem;
}

.active-date-text {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-primary);
}

/* App Store Download Button */
.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #000000;
  padding: 6px 14px;
  border-radius: var(--radius-lg);
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.15);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.download-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

.platform-icons {
  display: flex;
  align-items: center;
  gap: 4px;
}

.platform-icon-apple {
  font-size: 1.25rem;
  line-height: 1;
}

.platform-icon-android {
  font-size: 1.05rem;
  line-height: 1;
}

.btn-text-group {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.1;
}

.btn-sub {
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  opacity: 0.75;
}

.btn-main {
  font-size: 0.82rem;
  font-weight: 800;
}

/* Container */
.main-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 24px 60px;
  position: relative;
  z-index: 1;
}

/* Hero Section */
.hero-section {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 24px;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(99, 102, 241, 0.12);
  border: 1px solid rgba(99, 102, 241, 0.3);
  color: #a5b4fc;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 30px;
  margin-bottom: 8px;
}

.badge-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #818cf8;
  box-shadow: 0 0 8px #818cf8;
}

.hero-heading {
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.45;
}

/* Showcase Grid Layout */
.showcase-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 32px;
  align-items: start;
}

/* Device Mockup Column */
.mockup-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 75px;
}

.device-frame-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: center;
}

.iphone-bezel {
  width: 100%;
  max-width: 380px;
  height: 700px;
  background: #000000;
  border: 8px solid #1e2433;
  border-radius: 48px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.device-screen-iframe {
  width: 100%;
  height: 100%;
  border: none;
  background: #ffffff;
}

.device-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  width: 100%;
  max-width: 380px;
}

.share-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: var(--radius-md);
  font-family: var(--font-sans);
  font-size: 0.84rem;
  font-weight: 700;
  border: 1px solid var(--border-color);
  background: var(--bg-card);
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}

.share-btn:hover {
  background: var(--bg-card-subtle);
  border-color: rgba(255, 255, 255, 0.2);
}

.share-btn.twitter-btn {
  background: rgba(29, 155, 240, 0.12);
  color: #38bdf8;
  border-color: rgba(29, 155, 240, 0.3);
}

.share-btn.twitter-btn:hover {
  background: #1d9bf0;
  color: #fff;
  box-shadow: 0 4px 14px rgba(29, 155, 240, 0.3);
}

.share-btn.instagram-btn {
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.12) 0%, rgba(245, 158, 11, 0.12) 100%);
  color: #fb7185;
  border-color: rgba(244, 63, 94, 0.3);
}

.share-btn.instagram-btn:hover {
  background: linear-gradient(135deg, #f43f5e 0%, #f59e0b 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(244, 63, 94, 0.35);
}

.share-btn.tiktok-btn {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-color: rgba(0, 242, 254, 0.35);
}

.share-btn.tiktok-btn:hover {
  background: #000000;
  color: #ffffff;
  border-color: #00f2fe;
  box-shadow: 0 4px 18px rgba(0, 242, 254, 0.4), 0 0 12px rgba(254, 9, 121, 0.3);
  transform: translateY(-2px);
}

.tiktok-svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}

/* Stories Column */
.stories-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.stories-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 8px;
}

.stories-header h2 {
  font-size: 1.25rem;
  font-weight: 800;
}

.stories-count {
  font-size: 0.75rem;
  font-weight: 700;
  background: rgba(244, 63, 94, 0.15);
  color: var(--accent-ayer);
  border: 1px solid rgba(244, 63, 94, 0.3);
  padding: 2px 8px;
  border-radius: 20px;
}

.stories-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Story Card */
.story-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.2s, border-color 0.2s;
}

.story-card:hover {
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.story-card.locked-card {
  text-align: center;
  padding: 30px 16px;
  align-items: center;
  background: rgba(21, 24, 33, 0.95);
  border-color: rgba(245, 158, 11, 0.3);
}

.story-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.story-year {
  font-family: var(--font-mono);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--accent-ayer);
  display: flex;
  align-items: center;
  gap: 8px;
}

.story-ago {
  font-size: 0.75rem;
  font-family: var(--font-sans);
  color: var(--text-muted);
  font-weight: 500;
}

.story-tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-secondary);
}

.story-body {
  font-size: 0.95rem;
  color: #e2e8f0;
  line-height: 1.5;
}

.story-photos-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 4px;
}

.story-photo-thumb {
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #000;
}

.story-photo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.story-photo-thumb:hover img {
  transform: scale(1.08);
}

/* App Promo Card */
.app-promo-card {
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.12) 0%, rgba(99, 102, 241, 0.12) 100%);
  border: 1px solid rgba(244, 63, 94, 0.25);
  border-radius: var(--radius-xl);
  padding: 28px;
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}

.promo-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.promo-app-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 0 16px rgba(244, 63, 94, 0.2);
  flex-shrink: 0;
  object-fit: cover;
}

.promo-icon {
  font-size: 1.8rem;
  background: rgba(244, 63, 94, 0.2);
  padding: 8px;
  border-radius: var(--radius-md);
}

.promo-title-group h3 {
  font-size: 1.15rem;
  font-weight: 800;
}

.promo-title-group p {
  font-size: 0.82rem;
  color: var(--text-secondary);
}

.promo-body {
  font-size: 0.92rem;
  color: var(--text-primary);
  margin-bottom: 20px;
}

.promo-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.promo-guarantee {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* Calendar Modal */
.calendar-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(14px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  transition: opacity 0.2s;
}

.hidden,
.calendar-modal-overlay.hidden {
  display: none !important;
}

.calendar-modal-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  max-width: 820px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 28px;
}

.insta-modal-card,
.twitter-modal-card,
.tiktok-modal-card {
  max-width: 600px;
  width: 92%;
}

.thread-segmented-controls {
  display: flex;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 4px;
  gap: 4px;
  margin-bottom: 14px;
}

.thread-tab {
  flex: 1;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  border: none;
  background: transparent;
  color: var(--text-secondary);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.thread-tab:hover {
  color: var(--text-primary);
}

.thread-tab.active {
  background: rgba(29, 155, 240, 0.2);
  color: #38bdf8;
  border: 1px solid rgba(29, 155, 240, 0.4);
}

.thread-cards-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 380px;
  overflow-y: auto;
  margin: 14px 0;
  padding-right: 4px;
}

.tweet-card {
  background: #090b10;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.2s;
}

.tweet-card:hover {
  border-color: rgba(29, 155, 240, 0.4);
}

.tweet-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tweet-badge {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  background: rgba(29, 155, 240, 0.15);
  color: #38bdf8;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(29, 155, 240, 0.3);
}

.tweet-copy-btn {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all 0.2s;
}

.tweet-copy-btn:hover {
  background: #1d9bf0;
  color: #fff;
  border-color: #1d9bf0;
}

.tweet-body {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--text-primary);
  white-space: pre-wrap;
}

.insta-caption-box {
  margin: 16px 0;
}

.insta-textarea {
  width: 100%;
  height: 240px;
  background: #090b10;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 14px;
  color: var(--text-primary);
  font-family: var(--font-sans);
  font-size: 0.88rem;
  line-height: 1.55;
  resize: vertical;
  outline: none;
  box-sizing: border-box;
}

.insta-textarea:focus {
  border-color: var(--accent-ayer);
}

.insta-modal-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.cal-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 16px;
}

.modal-hint {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.close-btn {
  background: transparent;
  border: none;
  color: var(--text-secondary);
  font-size: 1.8rem;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 5;
  padding: 4px 8px;
  line-height: 1;
}

.months-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.month-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 12px;
  transition: opacity 0.2s;
}

.month-card.month-locked {
  opacity: 0.45;
}

.month-card h4 {
  font-size: 0.95rem;
  margin-bottom: 8px;
  color: var(--accent-orange);
}

.days-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.day-chip {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-secondary);
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s;
}

.day-chip:hover:not(.locked) {
  background: var(--accent-primary);
  color: #fff;
}

.day-chip.active {
  background: var(--accent-orange);
  color: #fff;
  font-weight: 800;
}

.day-chip.locked,
.day-chip:disabled {
  opacity: 0.22;
  cursor: not-allowed;
  background: transparent;
  color: var(--text-muted);
}

/* Spinner */
.loading-spinner-box {
  text-align: center;
  padding: 60px 20px;
  color: var(--text-muted);
}

.spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: var(--accent-primary);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto 12px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--border-color);
  padding: 40px 24px;
  background: #08090d;
}

.footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.footer-brand strong {
  color: var(--text-primary);
}

.footer-brand a {
  color: var(--accent-ayer);
  text-decoration: none;
  font-weight: 600;
}

.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #fff;
}

/* Video Showcase Badge & Buttons */
.hero-badges-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-video-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(255, 69, 58, 0.2) 0%, rgba(255, 159, 10, 0.2) 100%);
  border: 1px solid rgba(255, 159, 10, 0.5);
  color: #FF9F0A;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 0 15px rgba(255, 159, 10, 0.2);
}

.hero-video-badge:hover {
  transform: scale(1.05);
  background: linear-gradient(135deg, #ff453a 0%, #ff9f0a 100%);
  color: #ffffff;
  box-shadow: 0 0 25px rgba(255, 69, 58, 0.4);
}

.pulse-play {
  display: inline-block;
  font-size: 0.75rem;
  animation: pulsePlay 1.5s infinite;
}

@keyframes pulsePlay {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: 0.8; }
}

.share-btn.video-action-btn {
  background: linear-gradient(135deg, rgba(255, 69, 58, 0.16) 0%, rgba(255, 159, 10, 0.16) 100%);
  color: #ff9f0a;
  border-color: rgba(255, 159, 10, 0.4);
  position: relative;
}

.share-btn.video-action-btn:hover {
  background: linear-gradient(135deg, #ff453a 0%, #ff9f0a 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 20px rgba(255, 69, 58, 0.4), 0 0 12px rgba(255, 159, 10, 0.3);
}

.video-btn-tag {
  font-size: 0.65rem;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  margin-left: 4px;
}

/* Video Player Modal */
.video-modal-card {
  max-width: 440px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-player-box {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 9 / 16;
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 159, 10, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin: 12px 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.online-video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-md);
  outline: none;
}

.video-modal-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.video-download-cta {
  width: 100%;
  justify-content: center;
  background: linear-gradient(135deg, #ff453a 0%, #ff9f0a 100%);
  color: #ffffff;
  font-weight: 800;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(255, 69, 58, 0.35);
}

.video-download-cta:hover {
  box-shadow: 0 6px 25px rgba(255, 69, 58, 0.55);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
  .showcase-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .mockup-column {
    position: static;
  }
  .hero-heading {
    font-size: 2.2rem;
  }
}

@media (max-width: 640px) {
  .header-inner {
    flex-wrap: wrap;
  }
  .months-grid {
    grid-template-columns: 1fr;
  }
  .iphone-bezel {
    height: 640px;
  }
  .calendar-modal-card {
    padding: 20px 16px;
    width: 95%;
    max-height: 92vh;
  }
  .cal-modal-head {
    margin-bottom: 12px;
  }
  .insta-caption-box {
    margin: 12px 0;
  }
  .insta-textarea {
    height: 160px;
    max-height: 25vh;
    font-size: 0.82rem;
    padding: 10px;
  }
  .insta-modal-actions {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .insta-modal-actions button,
  .insta-modal-actions a {
    width: 100% !important;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
  }
  .video-modal-card {
    padding: 16px;
    max-width: 95%;
  }
  .video-player-box {
    max-width: 220px;
    max-height: 48vh;
    margin: 8px 0 14px;
  }
}

