/*
 Theme Name: Airi Child
 Template: airi
 Version: 1.0
*/

/* Cubely one-page custom styles */

.cubely-onepage {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Layout */

.cubely-section {
  padding: 80px 20px;
}

.cubely-container {
  max-width: 1120px;
  margin: 0 auto;
}

.cubely-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 48px;
}

.cubely-section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.cubely-section-header h2 {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

.cubely-section-header p {
  color: #555;
}

/* Hero */

.cubely-hero {
  padding-top: 40px;
  padding-bottom: 120px;
  background: radial-gradient(circle at top left, #f0f7ff 0, #ffffff 50%, #f8fafc 100%);
}

.cubely-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.cubely-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  color: #2563eb;
  font-weight: 600;
  margin-bottom: 12px;
}

.cubely-hero-text h1 {
  font-size: 2.8rem;
  line-height: 1.1;
  margin-bottom: 16px;
}

.cubely-lead {
  font-size: 1.05rem;
  color: #4b5563;
  margin-bottom: 20px;
}

.cubely-hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.cubely-hero-bullets li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #374151;
}

.cubely-hero-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #2563eb;
}

.cubely-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cubely-hero-visual {
  display: flex;
  justify-content: center;
}

.cubely-hero-image-placeholder,
.cubely-about-image-placeholder {
  border-radius: 24px;
  border: 1px dashed #d1d5db;
  padding: 40px 24px;
  text-align: center;
  font-size: 0.9rem;
  color: #6b7280;
}

/* Buttons */

.cubely-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
}

.cubely-btn-primary {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}

.cubely-btn-primary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

.cubely-btn-secondary {
  background: #ffffff;
  color: #111827;
  border-color: #d1d5db;
}

.cubely-btn-secondary:hover {
  background: #f3f4f6;
}

/* Metrics */

.cubely-metrics {
  background: #0f172a;
  color: #e5e7eb;
  text-align: center;
}

.cubely-metrics-intro {
  margin-bottom: 24px;
  color: #9ca3af;
}

.cubely-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.cubely-metric-number {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}

.cubely-metric-label {
  font-size: 0.9rem;
  color: #9ca3af;
}

/* Cards */

.cubely-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.cubely-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid #e5e7eb;
}

.cubely-card h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.cubely-card p {
  font-size: 0.95rem;
  color: #4b5563;
}

/* Process */

.cubely-process {
  background: #f9fafb;
}

.cubely-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.cubely-step h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.cubely-step p {
  font-size: 0.95rem;
  color: #4b5563;
}

.cubely-process-cta {
  text-align: center;
}

/* GEOS / WHY / ABOUT / CONTACT */

.cubely-geos ul {
  padding-left: 18px;
  color: #374151;
}

.cubely-note {
  font-size: 0.9rem;
  color: #6b7280;
  margin-top: 8px;
}

.cubely-why {
  background: #ffffff;
}

.cubely-about {
  background: #f3f4f6;
}

.cubely-contact {
  background: #0b1120;
  color: #e5e7eb;
}

.cubely-contact a {
  color: #93c5fd;
}

.cubely-contact-info ul {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.cubely-contact-form {
  background: #020617;
  padding: 24px;
  border-radius: 16px;
}

/* Responsive */

@media (max-width: 960px) {
  .cubely-hero-inner,
  .cubely-two-col,
  .cubely-cards-grid,
  .cubely-metrics-grid,
  .cubely-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .cubely-section {
    padding: 64px 16px;
  }

  .cubely-hero {
    padding-top: 96px;
  }
}

@media (max-width: 640px) {
  .cubely-hero-text h1 {
    font-size: 2.1rem;
  }

  .cubely-section-header h2 {
    font-size: 1.8rem;
  }
}
