/* ===========================
   LANGUAGE TOGGLE
=========================== */
.lang-toggle-bar {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 0.5rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.lang-toggle-bar .container {
  display: flex;
  justify-content: flex-end;
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: none;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 0.3rem 0.85rem;
  cursor: pointer;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #888;
  transition: border-color 0.2s, background 0.2s;
}

.lang-toggle:hover {
  border-color: #8b5cf6;
  background: #faf5ff;
}

.lang-option {
  transition: color 0.2s;
}

.lang-option.active {
  color: #8b5cf6;
  font-weight: 700;
}

.lang-divider {
  color: #ddd;
  font-weight: 300;
}

/* ===========================
   BASE & RESET
=========================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', Arial, sans-serif;
  background-color: #fafafa;
  color: #1a1a1a;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* ===========================
   LAYOUT
=========================== */
.container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ===========================
   DOCUMENT HEADER
=========================== */
.doc-header {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 4rem 0 3rem;
}

.doc-meta {
  margin-bottom: 2rem;
}

.prepared-label {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b5cf6;
  margin-bottom: 0.5rem;
}

.client-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  color: #0f0f0f;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.doc-details {
  font-size: 0.85rem;
  color: #888;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.separator {
  color: #ccc;
}

.divider {
  width: 48px;
  height: 3px;
  background: #8b5cf6;
  margin: 2rem 0 1.5rem;
  border-radius: 2px;
}

.doc-tagline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-style: italic;
  color: #555;
  font-weight: 400;
}

/* ===========================
   SECTIONS
=========================== */
.section {
  padding: 5rem 0;
  background: #fff;
}

.section-alt {
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.section-label {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #8b5cf6;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #0f0f0f;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  font-size: 0.9rem;
  font-weight: 500;
  color: #8b5cf6;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}

.section-intro {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem;
  color: #444;
  font-style: italic;
  margin: 1rem 0 1.5rem;
}

.body-text {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* ===========================
   TWO COLUMN LISTS
=========================== */
.two-col-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 2rem 0;
}

.check-list h4 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b5cf6;
  margin-bottom: 0.75rem;
}

.check-list ul {
  list-style: none;
  padding: 0;
}

.check-list ul li {
  font-size: 0.9rem;
  color: #444;
  padding: 0.35rem 0;
  padding-left: 1.25rem;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.check-list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #8b5cf6;
  border-radius: 50%;
}

/* ===========================
   CONTENT BLOCKS (Strategy)
=========================== */
.content-block {
  margin: 2.5rem 0;
  padding: 2rem;
  border: 1px solid #ede9fe;
  border-radius: 8px;
  background: #fff;
}

.section-alt .content-block {
  background: #fff;
}

.content-block-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.content-icon {
  color: #8b5cf6;
  font-size: 0.9rem;
}

.content-block-header h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a1a;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 1.25rem 0;
}

.deliverable-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b5cf6;
  display: block;
  margin-bottom: 0.5rem;
}

.deliverable-item ul {
  list-style: none;
  padding: 0;
}

.deliverable-item ul li {
  font-size: 0.88rem;
  color: #555;
  padding: 0.3rem 0;
  padding-left: 1rem;
  position: relative;
}

.deliverable-item ul li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #c4b5fd;
}

.simple-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.simple-list li {
  font-size: 0.9rem;
  color: #555;
  padding: 0.35rem 0;
  padding-left: 1.25rem;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.simple-list li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #8b5cf6;
}

.objective-line {
  font-size: 0.88rem;
  color: #666;
  font-style: italic;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f0e9ff;
}

/* ===========================
   PACKAGE CARDS
=========================== */
.package-card {
  margin: 2rem 0;
  border-radius: 10px;
  overflow: hidden;
}

.package-primary {
  border: 2px solid #8b5cf6;
  box-shadow: 0 4px 24px rgba(139, 92, 246, 0.12);
}

.package-secondary {
  border: 1px solid #e8e8e8;
}

.package-header {
  padding: 2rem 2rem 1.5rem;
  background: #fff;
}

.package-primary .package-header {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.package-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}

.package-primary .package-name {
  color: #fff;
}

.package-note {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0.75rem;
}

.package-price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin-top: 0.75rem;
}

.price-amount {
  font-size: 2.25rem;
  font-weight: 700;
  color: #8b5cf6;
  font-family: 'Inter', Arial, sans-serif;
  letter-spacing: -0.02em;
}

.package-primary .price-amount {
  color: #fff;
}

.price-period {
  font-size: 0.9rem;
  color: #888;
}

.package-primary .price-period {
  color: rgba(255,255,255,0.75);
}

.package-includes {
  padding: 1.5rem 2rem 2rem;
  background: #fafafa;
}

.package-primary .package-includes {
  background: #f5f3ff;
}

.includes-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b5cf6;
  display: block;
  margin-bottom: 0.75rem;
}

.package-includes ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem;
}

.package-includes ul li {
  font-size: 0.88rem;
  color: #444;
  padding: 0.3rem 0;
  padding-left: 1.25rem;
  position: relative;
}

.package-includes ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #8b5cf6;
  border-radius: 50%;
}

/* ===========================
   PRICING TIERS (Section 03)
=========================== */
.tiers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
  align-items: start;
}

.tier-card {
  border-radius: 12px;
  overflow: visible;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}

.tier-card:hover {
  transform: translateY(-3px);
}

/* Starter */
.tier-starter {
  border: 1px solid #e8e8e8;
  background: #fff;
}

.tier-starter:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.07);
}

/* Featured / Elite */
.tier-featured {
  border: 2px solid #8b5cf6;
  background: #fff;
  box-shadow: 0 8px 32px rgba(139, 92, 246, 0.18);
  margin-top: -12px;
}

.tier-featured:hover {
  box-shadow: 0 12px 40px rgba(139, 92, 246, 0.25);
}

/* Growth */
.tier-growth {
  border: 1px solid #d1fae5;
  background: #fff;
}

.tier-growth:hover {
  box-shadow: 0 6px 24px rgba(16, 185, 129, 0.1);
}

/* Badge */
.tier-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #8b5cf6;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  white-space: nowrap;
}

/* Tier Header */
.tier-header {
  padding: 1.75rem 1.5rem 1.25rem;
}

.tier-featured .tier-header {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  border-radius: 10px 10px 0 0;
}

.tier-tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b5cf6;
  background: #f5f3ff;
  border-radius: 20px;
  padding: 0.2rem 0.75rem;
  display: inline-block;
  margin-bottom: 0.75rem;
}

.tier-tag-featured {
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.2);
}

.tier-tag-growth {
  color: #059669;
  background: #ecfdf5;
}

.tier-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

.tier-featured .tier-name {
  color: #fff;
}

.tier-tagline {
  font-size: 0.82rem;
  color: #888;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.tier-featured .tier-tagline {
  color: rgba(255,255,255,0.75);
}

.tier-price {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  margin-top: 0.5rem;
}

.tier-price-amount {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #8b5cf6;
  letter-spacing: -0.03em;
  line-height: 1;
}

.tier-featured .tier-price-amount {
  color: #fff;
}

.tier-growth .tier-price-amount {
  color: #059669;
}

.tier-price-period {
  font-size: 0.85rem;
  color: #aaa;
  font-weight: 400;
}

.tier-featured .tier-price-period {
  color: rgba(255,255,255,0.65);
}

/* Tier Body */
.tier-body {
  padding: 1.25rem 1.5rem 1.75rem;
  background: #fafafa;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.tier-featured .tier-body {
  background: #f5f3ff;
}

.tier-growth .tier-body {
  background: #f0fdf4;
}

.tier-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 1rem;
}

.tier-list li {
  font-size: 0.86rem;
  color: #444;
  padding: 0.32rem 0;
  padding-left: 1.25rem;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  line-height: 1.4;
}

.tier-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8b5cf6;
}

.tier-growth .tier-list li::before {
  background: #059669;
}

.tier-best-for {
  font-size: 0.8rem;
  color: #888;
  line-height: 1.5;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.tier-best-for strong {
  color: #555;
}

.tier-ad-note {
  font-size: 0.78rem;
  color: #059669;
  background: #ecfdf5;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

/* ===========================
   PAID ADS PRICING
=========================== */
.pricing-summary {
  background: #fff;
  border: 1px solid #ede9fe;
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pricing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f0e9ff;
}

.price-accent {
  font-size: 1.35rem;
  font-weight: 700;
  color: #8b5cf6;
  letter-spacing: -0.01em;
}

.pricing-note {
  font-size: 0.8rem;
  color: #888;
  line-height: 1.5;
}

/* ===========================
   WEBSITE PACKAGE
=========================== */
.website-package {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  margin-top: 2rem;
  align-items: start;
  padding: 2rem;
  border: 1px solid #ede9fe;
  border-radius: 10px;
  background: #fdf9ff;
}

.website-features h4 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b5cf6;
  margin-bottom: 0.75rem;
}

.website-features ul {
  list-style: none;
  padding: 0;
}

.website-features ul li {
  font-size: 0.88rem;
  color: #555;
  padding: 0.3rem 0;
  padding-left: 1.25rem;
  position: relative;
  border-bottom: 1px solid #f0e9ff;
}

.website-features ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #8b5cf6;
  border-radius: 50%;
}

.website-pricing {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 150px;
}

.price-block {
  text-align: center;
}

.price-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b5cf6;
  display: block;
  margin-bottom: 0.4rem;
}

.price-large {
  font-size: 2rem;
  font-weight: 700;
  color: #8b5cf6;
  letter-spacing: -0.02em;
  line-height: 1;
}

.price-block-secondary .price-label {
  color: #aaa;
}

.price-medium {
  font-size: 1.4rem;
  font-weight: 600;
  color: #aaa;
  letter-spacing: -0.01em;
}

.price-medium span {
  font-size: 0.85rem;
  font-weight: 400;
}

/* ===========================
   TIMELINE
=========================== */
.timeline {
  margin-top: 2rem;
  position: relative;
  padding-left: 1.5rem;
  border-left: 2px solid #ede9fe;
}

.timeline-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  position: relative;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -1.625rem;
  top: 0.35rem;
  width: 10px;
  height: 10px;
  background: #8b5cf6;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #8b5cf6;
}

.timeline-item-ongoing::before {
  background: #c4b5fd;
  box-shadow: 0 0 0 2px #c4b5fd;
}

.timeline-week {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b5cf6;
  white-space: nowrap;
  min-width: 72px;
  display: block;
  padding-top: 0.1rem;
}

.timeline-item-ongoing .timeline-week {
  color: #a78bfa;
}

.timeline-content ul {
  list-style: none;
  padding: 0;
}

.timeline-content ul li {
  font-size: 0.9rem;
  color: #555;
  padding: 0.25rem 0;
}

/* ===========================
   OUTCOMES GRID
=========================== */
.outcomes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0;
}

.outcome-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #faf9ff;
  border: 1px solid #ede9fe;
  border-radius: 6px;
}

.outcome-bar {
  width: 4px;
  height: 32px;
  background: linear-gradient(to bottom, #8b5cf6, #c4b5fd);
  border-radius: 2px;
  flex-shrink: 0;
}

.outcome-item p {
  font-size: 0.88rem;
  color: #444;
  line-height: 1.4;
}

.outcomes-note {
  margin-top: 2rem;
  font-style: italic;
  color: #666;
  font-size: 0.9rem;
}

/* ===========================
   CTA SECTION
=========================== */
.section-cta {
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

.cta-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #0f0f0f;
  margin-bottom: 0.75rem;
}

.cta-subtitle {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 2.5rem;
  max-width: 520px;
}

/* ===========================
   CONTACT FORM
=========================== */
.contact-form {
  position: relative;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.form-group label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 0.4rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.93rem;
  color: #1a1a1a;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: #8b5cf6;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
  background: #fff;
}

.form-group textarea {
  resize: vertical;
  min-height: 110px;
}

.submit-btn {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  background: #8b5cf6;
  border: none;
  border-radius: 6px;
  padding: 0.875rem 2.5rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.submit-btn:hover {
  background: #7c3aed;
}

.submit-btn:active {
  transform: translateY(1px);
}

.submit-btn:disabled {
  background: #c4b5fd;
  cursor: not-allowed;
}

/* ===========================
   FOOTER
=========================== */
.footer {
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  padding: 2.5rem 0;
  text-align: center;
  font-size: 0.82rem;
  color: #aaa;
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 640px) {
  .container {
    padding: 0 1.25rem;
  }

  .section {
    padding: 3.5rem 0;
  }

  .doc-header {
    padding: 2.5rem 0 2rem;
  }

  .two-col-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .tiers-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .tier-featured {
    margin-top: 0;
  }

  .deliverables-grid {
    grid-template-columns: 1fr;
  }

  .package-includes ul {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .website-package {
    grid-template-columns: 1fr;
  }

  .website-pricing {
    flex-direction: row;
    justify-content: space-around;
  }

  .outcomes-grid {
    grid-template-columns: 1fr;
  }

  .timeline {
    padding-left: 1.25rem;
  }

  .timeline-item {
    flex-direction: column;
    gap: 0.5rem;
  }

  .content-block {
    padding: 1.5rem;
  }

  .package-header,
  .package-includes {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .client-name {
    font-size: 2.2rem;
  }

  .price-amount {
    font-size: 1.8rem;
  }
}
