/* ==========================================================================
   TAPMEONLINE — TORONTO FOUNDING 600 CAMPAIGN STYLESHEET
   West End Neighborhood Launch (Queen West, Ossington, Trinity Bellwoods)
   ========================================================================== */

/* Page Background & Atmosphere */
.toronto-page {
  background-color: #FAF6F0;
  color: #1F1814;
  font-family: var(--font-sans, 'Plus Jakarta Sans', sans-serif);
  overflow-x: hidden;
  line-height: 1.6;
}

/* 1. Scarcity Announcement Bar */
.toronto-scarcity-bar {
  background: linear-gradient(90deg, #1F1814 0%, #2A1D16 100%);
  color: #FAF5EE;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid rgba(212, 163, 115, 0.3);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
}

.scarcity-bar-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.82rem;
}

.scarcity-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.pulse-dot-red {
  width: 9px;
  height: 9px;
  background: #E05638;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(224, 86, 56, 0.7);
  animation: pulseRed 1.8s infinite;
}

@keyframes pulseRed {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(224, 86, 56, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(224, 86, 56, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(224, 86, 56, 0); }
}

.scarcity-count-badge {
  background: rgba(224, 109, 83, 0.18);
  border: 1px solid rgba(224, 109, 83, 0.4);
  color: #FFB088;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: 6px;
  letter-spacing: 0.04em;
}

.scarcity-bar-btn {
  background: #D9623F;
  color: #FFFFFF;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}

.scarcity-bar-btn:hover {
  background: #B84724;
  transform: translateY(-1px);
}

/* 2. Top Header Navigation */
.toronto-header {
  background: rgba(250, 246, 240, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(225, 205, 190, 0.6);
  position: relative;
  z-index: 999;
}

.toronto-header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0.95rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toronto-brand-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: #1F1814;
}

.toronto-city-pill {
  background: rgba(217, 98, 63, 0.12);
  color: #B84724;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(217, 98, 63, 0.25);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* 3. Hero Section */
.toronto-hero {
  padding: 4.5rem 1.5rem 5rem;
  position: relative;
  overflow: hidden;
}

.toronto-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
}

.toronto-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B84724;
  background: rgba(224, 109, 83, 0.1);
  border: 1px solid rgba(224, 109, 83, 0.25);
  padding: 0.4rem 1.15rem;
  border-radius: 999px;
  margin-bottom: 1.4rem;
}

.toronto-hero-title {
  font-family: var(--font-serif, 'Fraunces', serif);
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.12;
  color: #1F1814;
  margin-bottom: 1.35rem;
}

.toronto-hero-title em {
  font-style: italic;
  color: #D9623F;
}

.toronto-hero-sub {
  font-size: 1.16rem;
  line-height: 1.75;
  color: #5C4F46;
  margin-bottom: 2rem;
  max-width: 580px;
}

/* Live Counter Progress Box */
.live-counter-card {
  background: #FFFFFF;
  border: 1.5px solid rgba(212, 163, 115, 0.45);
  border-radius: 20px;
  padding: 1.6rem 1.85rem;
  box-shadow: 0 12px 35px rgba(44, 34, 26, 0.06);
  margin-bottom: 2.25rem;
  position: relative;
  overflow: hidden;
}

.live-counter-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #D9623F;
}

.counter-meta-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.65rem;
}

.counter-numbers {
  font-family: var(--font-serif, 'Fraunces', serif);
  font-size: 1.65rem;
  font-weight: 700;
  color: #1F1814;
}

.counter-numbers span.accent {
  color: #D9623F;
}

.counter-percent-tag {
  font-size: 0.78rem;
  font-weight: 800;
  background: #FFF4EE;
  color: #B84724;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(217, 98, 63, 0.25);
}

.progress-track-toronto {
  height: 10px;
  background: #EFE8DF;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.75rem;
}

.progress-fill-toronto {
  height: 100%;
  width: 68.7%; /* 412 / 600 */
  background: linear-gradient(90deg, #E06D53 0%, #D9623F 100%);
  border-radius: 999px;
  transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 0 12px rgba(217, 98, 63, 0.4);
}

.counter-footer-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: #7A6C60;
}

.spots-remaining-alert {
  color: #B84724;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* Hero Action CTAs */
.toronto-hero-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.btn-toronto-claim {
  background: linear-gradient(135deg, #E06D53 0%, #B84724 100%);
  color: #FFFFFF !important;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.95rem 2.2rem;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  box-shadow: 0 10px 25px rgba(224, 109, 83, 0.35);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border: none;
  cursor: pointer;
}

.btn-toronto-claim:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(224, 109, 83, 0.45);
}

.btn-toronto-secondary {
  background: #FFFFFF;
  color: #5C4F46 !important;
  border: 1.5px solid rgba(212, 163, 115, 0.5);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.25s ease;
}

.btn-toronto-secondary:hover {
  border-color: #D9623F;
  color: #B84724 !important;
  transform: translateY(-2px);
}

/* Social proof row */
.toronto-hero-proof {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.84rem;
  color: #7A6C60;
}

.proof-avatars-row {
  display: flex;
  align-items: center;
}

.proof-avatar-mini {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  margin-left: -10px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.proof-avatar-mini:first-child {
  margin-left: 0;
}

/* Hero Media Column */
.toronto-hero-media-wrapper {
  position: relative;
}

.toronto-hero-media-card {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 65px rgba(44, 34, 26, 0.14);
  border: 3px solid #FFFFFF;
  position: relative;
  aspect-ratio: 4 / 3;
}

.toronto-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.toronto-media-overlay-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: rgba(26, 19, 15, 0.85);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 1rem 1.25rem;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.overlay-badge-text h4 {
  margin: 0 0 0.2rem;
  font-family: var(--font-serif, 'Fraunces', serif);
  font-size: 1.05rem;
  color: #FFFFFF;
}

.overlay-badge-text p {
  margin: 0;
  font-size: 0.78rem;
  color: #D4C6BC;
}

.overlay-badge-icon {
  width: 42px;
  height: 42px;
  background: rgba(224, 109, 83, 0.25);
  border: 1px solid rgba(255, 176, 136, 0.4);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

/* 4. The "Dating Fatigue" Section */
.fatigue-section {
  padding: 5.5rem 1.5rem;
  background: #FFFFFF;
  border-top: 1px solid rgba(225, 205, 190, 0.6);
  border-bottom: 1px solid rgba(225, 205, 190, 0.6);
}

.fatigue-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.fatigue-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3.75rem;
}

.fatigue-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}

.fatigue-card {
  background: #FAF6F0;
  border: 1px solid rgba(225, 205, 190, 0.7);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 24px rgba(44, 34, 26, 0.04);
  transition: all 0.35s ease;
}

.fatigue-card:hover {
  transform: translateY(-6px);
  border-color: #D9623F;
  box-shadow: 0 18px 45px rgba(224, 109, 83, 0.12);
}

.fatigue-card-tag {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #B84724;
  background: rgba(224, 109, 83, 0.1);
  border: 1px solid rgba(224, 109, 83, 0.2);
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 1.25rem;
}

.fatigue-card h3 {
  font-family: var(--font-serif, 'Fraunces', serif);
  font-size: 1.45rem;
  color: #1F1814;
  margin-bottom: 0.85rem;
  line-height: 1.25;
}

.fatigue-card p {
  font-size: 0.95rem;
  color: #5C4F46;
  line-height: 1.7;
}

/* 5. 60-DAY DAILY MICRO-SURVEY ROADMAP (Interactive Component) */
.roadmap-section {
  padding: 6.5rem 1.5rem;
  background: #140F0D;
  color: #FAF5EE;
  position: relative;
  overflow: hidden;
}

.roadmap-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at 50% 15%, rgba(224, 109, 83, 0.16) 0%, transparent 65%);
  pointer-events: none;
}

.roadmap-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.roadmap-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3.5rem;
}

.roadmap-kicker {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D4A373;
  margin-bottom: 0.85rem;
  display: inline-block;
}

.roadmap-title {
  font-family: var(--font-serif, 'Fraunces', serif);
  font-size: 3rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 1.15rem;
}

.roadmap-sub {
  font-size: 1.1rem;
  color: #D4C6BC;
  line-height: 1.75;
}

/* 4-Phase Tab Selector */
.phase-nav-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.75rem;
}

.phase-tab-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1.25rem 1.1rem;
  text-align: left;
  color: #D4C6BC;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.phase-tab-btn:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(212, 163, 115, 0.4);
}

.phase-tab-btn.active {
  background: linear-gradient(145deg, #2A1D16 0%, #1A1310 100%);
  border-color: #D4A373;
  color: #FFFFFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 163, 115, 0.15);
}

.phase-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 20%;
  width: 60%;
  height: 2px;
  background: #D4A373;
}

.phase-tab-num {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #D4A373;
  display: block;
  margin-bottom: 0.35rem;
}

.phase-tab-name {
  font-family: var(--font-serif, 'Fraunces', serif);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.25;
}

/* Phase Detail Display Card */
.phase-content-card {
  background: linear-gradient(160deg, #1E1714 0%, #17110E 100%);
  border: 1.5px solid rgba(212, 163, 115, 0.3);
  border-radius: 28px;
  padding: 3rem 2.75rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 3rem;
  align-items: center;
}

.phase-info-col h3 {
  font-family: var(--font-serif, 'Fraunces', serif);
  font-size: 2rem;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}

.phase-focus-pill {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  color: #FFB088;
  background: rgba(224, 109, 83, 0.15);
  border: 1px solid rgba(255, 176, 136, 0.3);
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.phase-desc {
  font-size: 0.98rem;
  color: #CFC1B5;
  line-height: 1.75;
  margin-bottom: 1.75rem;
}

.phase-metrics {
  display: flex;
  gap: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.25rem;
  font-size: 0.84rem;
  color: #D4C6BC;
}

.metric-item strong {
  display: block;
  font-size: 1.15rem;
  color: #D4A373;
}

/* Interactive Sample Question Simulator */
.interactive-simulator-box {
  background: #251B17;
  border: 1px solid rgba(212, 163, 115, 0.35);
  border-radius: 22px;
  padding: 2rem 1.75rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.sim-cadence-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.15rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.45rem 0.85rem;
  border-radius: 12px;
  font-size: 0.78rem;
  color: #D4C6BC;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.sim-time-pills {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

.sim-time-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #D4C6BC;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.25rem 0.65rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sim-time-btn:hover {
  background: rgba(212, 163, 115, 0.2);
  color: #FFFFFF;
}

.sim-time-btn.active {
  background: #D4A373;
  color: #17110E;
  font-weight: 700;
  border-color: #D4A373;
}

.simulator-badge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #D4A373;
  margin-bottom: 1.15rem;
}

.sample-question-prompt {
  font-family: var(--font-serif, 'Fraunces', serif);
  font-size: 1.3rem;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  line-height: 1.35;
}

.sample-options-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.sim-option-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #E8DDD3;
  padding: 0.85rem 1.15rem;
  border-radius: 12px;
  text-align: left;
  font-size: 0.88rem;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.sim-option-btn:hover {
  background: rgba(212, 163, 115, 0.15);
  border-color: #D4A373;
  color: #FFFFFF;
}

.sim-option-btn.selected {
  background: rgba(224, 109, 83, 0.25);
  border-color: #D9623F;
  color: #FFFFFF;
  font-weight: 700;
}

.sim-result-feedback {
  background: rgba(46, 125, 50, 0.15);
  border: 1px solid rgba(76, 175, 80, 0.3);
  color: #A5D6A7;
  font-size: 0.78rem;
  padding: 0.65rem 0.95rem;
  border-radius: 10px;
  display: none;
  align-items: center;
  gap: 0.5rem;
}

/* Arc Resilience & Anti-Burnout Protocol Callout */
.arc-protocol-box {
  margin-top: 3.5rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.arc-protocol-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 2.25rem;
}

.arc-protocol-kicker {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D4A373;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.arc-protocol-title {
  font-family: var(--font-serif, 'Fraunces', serif);
  font-size: 1.85rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}

.arc-protocol-sub {
  font-size: 0.96rem;
  color: #CFC1B5;
  line-height: 1.65;
}

.arc-protocol-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.arc-protocol-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 163, 115, 0.22);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  transition: all 0.3s ease;
}

.arc-protocol-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(212, 163, 115, 0.45);
  transform: translateY(-3px);
}

.arc-protocol-icon {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.arc-protocol-card h4 {
  font-family: var(--font-serif, 'Fraunces', serif);
  font-size: 1.22rem;
  color: #FFFFFF;
  margin-bottom: 0.65rem;
  line-height: 1.3;
}

.arc-protocol-card p {
  font-size: 0.88rem;
  color: #CFC1B5;
  line-height: 1.65;
  margin: 0;
}

.arc-protocol-card p strong {
  color: #FFB088;
}

@media (max-width: 900px) {
  .arc-protocol-grid {
    grid-template-columns: 1fr;
  }
}

/* 6. West End Neighborhoods Cluster */
.neighborhoods-section {
  padding: 5.5rem 1.5rem;
  background: #FAF6F0;
}

.neighborhoods-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.neighborhoods-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.neighborhood-card {
  background: #FFFFFF;
  border: 1px solid rgba(225, 205, 190, 0.65);
  border-radius: 20px;
  padding: 1.85rem 1.6rem;
  box-shadow: 0 8px 24px rgba(44, 34, 26, 0.04);
  transition: all 0.3s ease;
}

.neighborhood-card:hover {
  transform: translateY(-5px);
  border-color: #D9623F;
  box-shadow: 0 16px 40px rgba(224, 109, 83, 0.12);
}

.neighborhood-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.neighborhood-header h3 {
  font-family: var(--font-serif, 'Fraunces', serif);
  font-size: 1.35rem;
  color: #1F1814;
  margin: 0;
}

.neighborhood-spot-badge {
  font-size: 0.72rem;
  font-weight: 700;
  color: #B84724;
  background: #FFF2EC;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
}

.neighborhood-card p {
  font-size: 0.9rem;
  color: #5C4F46;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.neighborhood-local-tags {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  font-size: 0.74rem;
  color: #7A6C60;
}

.neighborhood-tag {
  background: #F4ECE3;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
}

/* 7. Application Form Section (Claim Spot) */
.apply-section {
  padding: 6.5rem 1.5rem;
  background: linear-gradient(180deg, #FAF6F0 0%, #F5ECE1 100%);
  position: relative;
}

.apply-card {
  max-width: 820px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1.5px solid rgba(212, 163, 115, 0.45);
  border-radius: 32px;
  padding: 3.5rem 3rem;
  box-shadow: 0 25px 70px rgba(44, 34, 26, 0.08);
}

.apply-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.apply-form-full {
  grid-column: span 2;
}

.form-group-toronto label {
  display: block;
  font-size: 0.84rem;
  font-weight: 700;
  color: #3A2F26;
  margin-bottom: 0.45rem;
}

.form-control-toronto {
  width: 100%;
  padding: 0.95rem 1.15rem;
  border: 1.5px solid #E5DBD0;
  border-radius: 12px;
  font-size: 0.95rem;
  font-family: inherit;
  color: #1F1814;
  background: #FAF8F5;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.form-control-toronto:focus {
  outline: none;
  border-color: #D9623F;
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(217, 98, 63, 0.12);
}

/* Modal Success Popup */
.toronto-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(20, 15, 13, 0.85);
  backdrop-filter: blur(10px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.toronto-modal-overlay.active {
  display: flex;
}

.toronto-modal-card {
  background: #FFFFFF;
  border-radius: 28px;
  max-width: 520px;
  width: 100%;
  padding: 2.75rem 2.25rem;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  position: relative;
  animation: modalPop 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalPop {
  0% { transform: scale(0.9) translateY(20px); opacity: 0; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}

.modal-close-x {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: #F0E8DF;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5C4F46;
}

/* Ad Creatives Reference Section */
.ad-creatives-drawer {
  padding: 4.5rem 1.5rem;
  background: #201713;
  color: #E8DDD3;
  border-top: 1px solid rgba(212, 163, 115, 0.25);
}

.ad-creatives-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.ad-card-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 1.75rem 1.6rem;
  margin-bottom: 1.5rem;
}

.copy-snippet-btn {
  background: rgba(212, 163, 115, 0.15);
  border: 1px solid #D4A373;
  color: #FFB088;
  padding: 0.35rem 0.85rem;
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  float: right;
  transition: all 0.2s ease;
}

.copy-snippet-btn:hover {
  background: #D4A373;
  color: #17110E;
}

/* Responsive Rules */
@media (max-width: 980px) {
  .toronto-hero-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .fatigue-grid,
  .neighborhoods-grid,
  .phase-nav-container {
    grid-template-columns: 1fr;
  }
  .phase-content-card {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
  }
  .apply-form-grid {
    grid-template-columns: 1fr;
  }
  .apply-form-full {
    grid-column: span 1;
  }
  .apply-card {
    padding: 2.5rem 1.5rem;
  }
}
