/*
Theme Name: OpstarVip
*/
.pt-0{
  padding-top: 0 !important;
}
:root {
  /* Colors */
  --color-primary: #2563eb;
  --color-primary-dark: #1e40af;
  --color-secondary: #64748b;
  --color-accent: #3b82f6;
  --color-success: #10b981;
  --color-warning: #f59e0b;
  --color-error: #ef4444;
  
  /* Background Colors */
  --color-bg-primary: #f5f5f5;
  --color-bg-secondary: #f8fafc;
  --color-bg-tertiary: #f1f5f9;
  --color-bg-card: rgba(255, 255, 255, 0.9);
  --color-bg-overlay: rgba(15, 23, 42, 0.5);
  
  /* Text Colors */
  --color-text-primary: #0f172a;
  --color-text-secondary: #475569;
  --color-text-muted: #94a3b8;
  --color-text-inverse: #ffffff;
  
  /* Border Colors */
  --color-border: #e2e8f0;
  --color-border-light: #cbd5e1;
  
  /* Gradients */
  --gradient-primary: linear-gradient(135deg, #2563eb 0%, #3b82f6 50%, #0ea5e9 100%);
  --gradient-secondary: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
  --gradient-hero: linear-gradient(135deg, #ffffff 0%, #f0f7ff 50%, #eff6ff 100%);
  
  /* Spacing */
  --spacing-xs: 0.25rem;   /* 4px */
  --spacing-sm: 0.5rem;    /* 8px */
  --spacing-md: 1rem;      /* 16px */
  --spacing-lg: 1.5rem;    /* 24px */
  --spacing-xl: 2rem;      /* 32px */
  --spacing-2xl: 3rem;     /* 48px */
  --spacing-3xl: 4rem;     /* 64px */
  --spacing-4xl: 6rem;     /* 96px */
  
  /* Typography */
  --font-family-primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  --font-family-mono: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  
  --font-size-xs: 0.75rem;   /* 12px */
  --font-size-sm: 0.875rem;  /* 14px */
  --font-size-base: 1rem;    /* 16px */
  --font-size-lg: 1.125rem;  /* 18px */
  --font-size-xl: 1.25rem;   /* 20px */
  --font-size-2xl: 1.5rem;   /* 24px */
  --font-size-3xl: 1.875rem; /* 30px */
  --font-size-4xl: 2.25rem;  /* 36px */
  --font-size-5xl: 3rem;     /* 48px */
  --font-size-6xl: 3.75rem;  /* 60px */
  
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  
  --line-height-tight: 1.25;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;
  
  /* Borders & Radius */
  --border-radius-sm: 0.375rem;  /* 6px */
  --border-radius-md: 0.5rem;    /* 8px */
  --border-radius-lg: 0.75rem;   /* 12px */
  --border-radius-xl: 1rem;      /* 16px */
  --border-radius-2xl: 1.5rem;   /* 24px */
  --border-radius-full: 9999px;
  
  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  
  /* Transitions */
  --transition-fast: 150ms ease-in-out;
  --transition-normal: 250ms ease-in-out;
  --transition-slow: 350ms ease-in-out;
  
  /* Z-Index */
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  
  /* Container Widths */
  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1280px;
  --container-2xl: 1536px;
}
/* ==========================================================================
   CSS Variables & Reset
   ========================================================================== */
/* CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #f1f1f1;
  color: #202020;
  font-size: 14px;
  line-height: 1.7;
}

a {
  text-decoration: none;
  color: inherit;
}


.logo {
  font-size: 16px;
  font-weight: 700;
  color: #ff4d4d;
}

.logo span {
  color: #ff1616;
}

nav {
  display: flex;
  gap: 24px;
  font-size: 13px;
  color: #aaa;
}

nav a:hover {
  color: #ff1616;
}

/* ─── HERO ─── */
.hero {
  position: relative;
  text-align: center;
  padding: 180px 20px 80px;
  overflow: hidden;
  /* background:radial-gradient(ellipse at 30% 50%, rgb(255 255 255 / 64%) 0%, transparent 60%), radial-gradient(ellipse at 75% 60%, rgba(0, 180, 150, 0.25) 0%, transparent 55%), #c5bebe87 */
}

.hero-badge {
  display: inline-block;
  font-size: 11px;
  color: #202020;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 4px 14px;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.hero h1 {
  font-size: 42px;
  font-weight: 800;
  color: #085542;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hero p {
  font-size: 14px;
  color: #202020;
  max-width: 560px;
  margin: 0 auto 30px;
}

.hero-btn {
  display: inline-block;
  background: linear-gradient(135deg, #a855f7, #6366f1);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  transition: opacity 0.2s;
}

.hero-btn:hover {
  opacity: 0.85;
}

.hero-scroll {
  margin-top: 50px;
  font-size: 12px;
  color: #555;
}

/* ─── SECTIONS COMMON ─── */
section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 20px;
}

.section-label {
  font-size: 11px;
  color: #7c6dfa;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

section h2 {
  font-size: 26px;
  font-weight: 700;
  color: #ff1616;
  margin-bottom: 12px;
}

section > p {
  font-size: 13px;
  color: #202020;
  margin-bottom: 30px;
  max-width: 700px;
}

/* ─── CARD BOX ─── */
.card {
  /* background-color: #d1d1d1; */
  border:1px solid #1e1e3a21;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 16px;
}

.card-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #1e1e40;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 16px;
}

.card h3 {
  font-size: 15px;
  font-weight: 600;
  color: #ff1616;
  margin-bottom: 8px;
}

.card p {
  font-size: 13px;
  color: #202020;
  line-height: 1.7;
}

/* ─── GRID 3 COLS ─── */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* ─── STEP GUIDE ─── */
.step-item {
  display: flex;
  gap: 20px;
  /* background-color: #d1d1d1; */
  border:1px solid #1e1e3a21;
  border-radius: 10px;
  padding: 22px 24px;
  margin-bottom: 12px;
  align-items: flex-start;
}

.step-num {
  font-size: 22px;
  font-weight: 800;
  color: #7c6dfa;
  min-width: 36px;
}

.step-content h3 {
  font-size: 15px;
  font-weight: 600;
  color: #356e2e;
  margin-bottom: 6px;
}

.step-content p {
  font-size: 13px;
  color: #202020;
}

.step-content .highlight {
  color: #f97316;
  font-weight: 500;
}

/* ─── WARNING / TIP CARDS ─── */
.tip-card {
  /* background-color: #d1d1d1; */
  border:1px solid #1e1e3a21;
  border-radius: 10px;
  padding: 20px;
}

.tip-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 10px;
  margin-bottom: 10px;
}

.tip-badge.red   { background: rgba(239,68,68,0.15); color: #ef4444; }
.tip-badge.green { background: rgba(34,197,94,0.15);  color: #22c55e; }
.tip-badge.blue  { background: rgba(59,130,246,0.15); color: #3b82f6; }

.tip-card h3 {
  font-size: 14px;
  font-weight: 600;
  color: #356e2e;
  margin-bottom: 8px;
}

.tip-card p {
  font-size: 13px;
  color: #202020;
  line-height: 1.7;
}

/* ─── LEGAL ALERT ─── */
.legal-alert {
  border-left: 4px solid #f97316;
  background: rgba(249,115,22,0.08);
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin-bottom: 24px;
  font-size: 13px;
  color: #fdba74;
}

.legal-alert strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  color: #f97316;
}

/* ─── SELECTION GRID ─── */
.sel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.sel-card {
  /* background: #d1d1d1; */
  border:1px solid #1e1e3a21;
  border-radius: 10px;
  padding: 18px;
}

.sel-card h4 {
  font-size: 13px;
  font-weight: 600;
  color: #356e2e;
  margin-bottom: 6px;
}

.sel-card p {
  font-size: 12px;
  color: #202020;
}

/* ─── FAQ ─── */
.faq-item {
  /* background: #d1d1d1; */
  border:1px solid #1e1e3a21;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.faq-item:hover {
  border-color: #7c6dfa;
}

.faq-item span {
  font-size: 13px;
  color: #202020;
}

.faq-item .faq-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1e1e3a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #7c6dfa;
}

/* ─── FOOTER ─── */
footer {
  border-top: 1px solid #1e1e2e;
  text-align: center;
  padding: 40px 20px;
  color: #202020;
  font-size: 12px;
  line-height: 2;
}

footer p + p {
  margin-top: 6px;
}

.divider {
  border: none;
  /* border-top: 1px solid #1a1a2e; */
  margin: 0;
}

/* ─── NOTICE BOX ─── */
.notice-box {
  /* background: #d1d1d1; */
  border:1px solid #1e1e3a21;
  border-radius: 10px;
  padding: 22px 24px;
  font-size: 13px;
  color: #202020;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.notice-box .notice-icon {
  font-size: 20px;
  margin-top: 2px;
}

.notice-box p {
  line-height: 1.8;
}
details.faq-item summary {
    cursor: pointer;
    list-style: none;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-icon { transition: transform 0.3s ease; }
.faq-answer {
    padding: 12px 16px;
    margin-top: 8px;
    background: rgba(255,255,255,0.05);
    border-left: 3px solid #7c6dfa;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.6;
}
@media (max-width: 768px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .sel-grid {
    grid-template-columns: 1fr;
  }
}