@charset "UTF-8";
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: #111;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(62.9, 62.9, 62.9);
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: rgb(247.3, 247.3, 247.3);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(239.65, 239.65, 239.65);
  border: 1px solid rgb(221.8, 221.8, 221.8);
  border-bottom-color: rgb(201.4, 201.4, 201.4);
}
table td {
  border: 1px solid #e8e8e8;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid rgb(66.25, 66.25, 66.25);
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(66.25, 66.25, 66.25);
}

.site-nav {
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(66.25, 66.25, 66.25);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
  .site-nav .page-link {
    margin-left: 20px;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/* Premium Design Tokens */
:root {
  --font-main: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --accent-color: #2c5364;
  --accent-gradient: linear-gradient(135deg, #0f2027 0%, #2c5364 100%);
  --glass-bg: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(255, 255, 255, 0.2);
  --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

body {
  font-family: var(--font-main);
  font-size: 18px; /* High legibility base */
  line-height: 1.7;
  background-color: #fafafa;
  color: #333;
}

/* Premium Site Header & Navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.03);
  min-height: 70px;
  display: flex;
  align-items: center;
}

.site-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.site-title {
  font-family: var(--font-main);
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.site-title:hover {
  text-decoration: none;
  opacity: 0.8;
}

.site-logo {
  height: 36px;
  width: auto;
  border-radius: 6px;
}

.site-nav {
  line-height: 1;
}

.page-link {
  font-family: var(--font-main);
  font-size: 1.1rem;
  font-weight: 600;
  color: #444;
  margin-left: 2rem;
  position: relative;
  transition: color 0.3s ease;
}
.page-link:hover {
  color: var(--accent-color);
  text-decoration: none;
}
.page-link {
  /* Modern Animated Underline */
}
.page-link::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-gradient);
  transition: width 0.3s ease;
}
.page-link:hover::after {
  width: 100%;
}
.page-link {
  /* Active State Styling */
}
.page-link.active {
  color: #1a1a1a;
}
.page-link.active::after {
  width: 100%;
  opacity: 0.6;
}

/* Premium Hero Section */
.hero-section {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 60vh; /* Shorter to reveal a wider pano of the image */
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center 30%; /* Shift slightly up to show more of the city */
  background-repeat: no-repeat;
  color: #fff;
  padding: 4rem 1rem;
  margin-top: -56px; /* Offset default header if needed */
  margin-bottom: 3rem;
  overflow: hidden;
  /* Simple dark overlay to ensure text readability like NCA 2026 site */
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  padding: 3rem 2rem;
  /* Removed frosted glass background */
  animation: slideUp 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  margin: 0 1rem;
}

.hero-title {
  font-family: var(--font-main);
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  background: linear-gradient(to bottom, #fff, #ccc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  max-width: 700px;
  margin: 0 auto 2rem;
  line-height: 1.4;
}

.hero-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
}
.hero-badge i {
  color: linear-gradient(to bottom, #fff, #ccc);
  font-size: 1.1rem;
}
.hero-badge:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  border-color: var(--accent-color);
}

/* Scroll Indicator Animation */
.hero-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: bounce 2s infinite;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
/* Banner Layout Styles */
.banner-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}
.banner-image img {
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  transition: transform 0.5s ease;
}

.banner-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.banner-title {
  font-family: var(--font-main);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
  background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: #555;
  font-weight: 400;
  max-width: 700px;
  margin: 0 auto 1.5rem;
  letter-spacing: -0.01em;
}

.banner-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.banner-cta {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.banner-details .badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #f8fafc;
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  font-weight: 600;
  color: #1e293b;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}
.banner-details .badge i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #2c5364; /* Matching the dark title palette */
  color: white;
  border-radius: 8px;
  font-size: 0.9rem;
  box-shadow: 0 4px 10px rgba(44, 83, 100, 0.2);
}
.banner-details .badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-color: var(--accent-color);
}

/* Global Typography Polish */
h1 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}

h4 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

h1, h2, h3, h4 {
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

p {
  line-height: 1.7;
  font-weight: 400;
  color: #444;
  text-align: justify;
  font-size: 1.1rem;
}

/* Hide default title on hero pages */
.hero-layout .post-header {
  display: none;
}

/* Section Styling */
.post-content h2 {
  margin-top: 3rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #eee;
  position: relative;
}
.post-content h2:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--accent-gradient);
}

.post-content ul {
  padding-left: 1.5rem;
  margin-bottom: 2rem;
  list-style-type: disc;
}

.post-content ul li {
  margin-bottom: 0.85rem;
  color: #333;
  line-height: 1.7;
  text-align: justify;
  font-size: 1.1rem;
}

.post-content ul li::marker {
  color: #2c5364; /* Matching the dark title gradient */
}

/* Specific styling for nested lists */
.post-content ul ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
  list-style-type: circle;
}

/* Footer Refinement */
.site-footer {
  background: #121212; /* Deeper dark background */
  color: #f8f9fa; /* Highly legible off-white for body text */
  padding: 4rem 0;
  margin-top: 5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-heading {
  color: #ffffff; /* Pure white heading */
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.site-footer p, .site-footer li, .site-footer .contact-list {
  color: #d1d5db; /* Light gray for body/list text, better readability than #eee on black */
  line-height: 1.8;
}

.site-footer a {
  color: #60a5fa; /* Brighter blue for links on dark background */
  text-decoration: none;
  border-bottom: 1px solid rgba(96, 165, 250, 0.3);
  transition: all 0.3s ease;
}

.site-footer a:hover {
  color: #93c5fd;
  border-bottom-color: #93c5fd;
}

/* Workshop Chairs Profiles */
.chairs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.chair-card {
  text-align: center;
  transition: transform 0.3s ease;
}

.chair-card:hover {
  transform: translateY(-5px);
}

.chair-photo {
  width: 160px;
  height: 160px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  background: #f0f4f8;
}

.chair-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chair-name {
  font-family: var(--font-main);
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}

.chair-info {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.4;
  font-weight: 500;
}

/* Compact Row for Index (Landing Page) */
.chairs-compact-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  overflow-x: auto;
  padding-bottom: 1rem;
}

.chairs-compact-grid .chair-card {
  flex: 0 0 calc(25% - 1rem);
  min-width: 140px;
}

.chairs-compact-grid .chair-photo {
  width: 100px;
  height: 100px;
  margin-bottom: 0.75rem;
  border-width: 3px;
}

.chairs-compact-grid .chair-name {
  font-size: 1rem;
}

.chairs-compact-grid .chair-info {
  font-size: 0.8rem;
}

/* Important Dates Cards */
.dates-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 1.75rem 0 1rem;
}
@media (max-width: 800px) {
  .dates-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .dates-grid {
    grid-template-columns: 1fr;
  }
}

.date-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e8edf2;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.date-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.date-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  font-size: 1.3rem;
  color: #2c5364;
  transition: background 0.3s ease, color 0.3s ease;
}
.date-card__label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8094a8;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.date-card__date {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1a2535;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.date-card {
  /* Highlighted card — submission deadline */
}
.date-card--highlight {
  background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
  border-color: transparent;
  box-shadow: 0 6px 24px rgba(44, 83, 100, 0.4);
}
.date-card--highlight .date-card__icon {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.date-card--highlight .date-card__label {
  color: rgba(255, 255, 255, 0.65);
}
.date-card--highlight .date-card__date {
  color: #fff;
}
.date-card--highlight:hover {
  box-shadow: 0 12px 36px rgba(44, 83, 100, 0.55);
}

.dates-timezone {
  text-align: center;
  font-size: 0.9rem !important;
  color: #8094a8 !important;
  margin-bottom: 0.5rem !important;
}
.dates-timezone i {
  margin-right: 0.3rem;
  color: #2c5364;
}

/* Submission CTA Button */
.submission-cta {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0 1.5rem;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 2.4rem;
  background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
  color: #fff !important;
  font-family: var(--font-main);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  border-radius: 50px;
  border: none;
  box-shadow: 0 6px 24px rgba(44, 83, 100, 0.45), 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease, letter-spacing 0.3s ease;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  /* Shimmer sweep layer */
}
.submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.18) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
  z-index: 1;
}
.submit-btn {
  /* Glow ring layer */
}
.submit-btn::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50px;
  background: transparent;
  border: 2px solid rgba(58, 124, 165, 0);
  transition: border-color 0.3s ease, inset 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
  z-index: -1;
}
.submit-btn i {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}
.submit-btn .submit-btn-arrow {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.submit-btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 16px 40px rgba(44, 83, 100, 0.55), 0 6px 16px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  letter-spacing: 0.06em;
  color: #fff !important;
  text-decoration: none !important;
  /* Trigger shimmer sweep */
}
.submit-btn:hover::before {
  left: 130%;
}
.submit-btn:hover {
  /* Glow ring expands */
}
.submit-btn:hover::after {
  inset: -5px;
  border-color: rgba(58, 124, 165, 0.6);
  box-shadow: 0 0 18px rgba(58, 124, 165, 0.35);
}
.submit-btn:hover .submit-btn-arrow {
  transform: translateX(6px) rotate(0deg) scale(1.2);
}
.submit-btn:hover i:first-child {
  transform: rotate(-10deg) scale(1.15);
}
.submit-btn:active {
  transform: translateY(-1px) scale(0.99);
  box-shadow: 0 4px 12px rgba(44, 83, 100, 0.4), 0 2px 6px rgba(0, 0, 0, 0.15);
  transition-duration: 0.1s;
}

/* Secondary CTA Button (e.g. Download CFP) */
.submit-btn--secondary {
  background: transparent;
  color: #2c5364 !important;
  border: 2px solid #2c5364;
  box-shadow: 0 6px 24px rgba(44, 83, 100, 0.1), 0 2px 8px rgba(0, 0, 0, 0.05);
}
.submit-btn--secondary::before {
  display: none; /* Hide shimmer sweep for secondary outline style */
}
.submit-btn--secondary {
  /* Hover state */
}
.submit-btn--secondary:hover {
  background: rgba(44, 83, 100, 0.05);
  color: #0f2027 !important;
  border-color: #0f2027;
  box-shadow: 0 12px 32px rgba(44, 83, 100, 0.25), 0 4px 12px rgba(0, 0, 0, 0.08);
}
.submit-btn--secondary:hover .submit-btn-arrow {
  transform: translateY(4px) scale(1.15); /* Moves download icon downwards */
}
.submit-btn--secondary:active {
  background: rgba(44, 83, 100, 0.1);
  box-shadow: 0 4px 12px rgba(44, 83, 100, 0.08), 0 2px 6px rgba(0, 0, 0, 0.05);
}

/*# sourceMappingURL=main.css.map */