/*
Theme Name: OmniFresh Landing Theme
Theme URI: https://omnifresh.example.com/
Author: OpenAI
Author URI: https://openai.com/
Description: A premium single-page WordPress theme for OmniFresh Cooling as a Service.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: omnifresh
*/

:root {
  --navy: #0b1f3a;
  --navy-2: #112b4f;
  --electric: #2ea7ff;
  --sky: #e9f6ff;
  --slate: #64748b;
  --line: #d9e4ef;
  --soft: #f7fbff;
  --white: #ffffff;
  --text: #0f172a;
  --success: #22c55e;
  --shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, "Plus Jakarta Sans", Arial, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(217, 228, 239, .9);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--navy), #163665);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 10px 24px rgba(11, 31, 58, .18);
  flex: 0 0 44px;
}

.brand-logo {
  height: 36px;
  width: auto;
}

.brand-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -.02em;
}

.brand-sub {
  font-size: 12px;
  color: #64748b;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #475569;
  font-size: 14px;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--navy);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 16px;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 600;
  transition: .2s ease;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}

.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(180deg, var(--navy-2), var(--navy));
  color: #fff;
  box-shadow: 0 16px 32px rgba(11, 31, 58, .14);
}
.btn-secondary {
  background: #fff;
  color: #334155;
  border: 1px solid #cbd5e1;
}
.btn-accent {
  background: linear-gradient(180deg, #3ab0ff, var(--electric));
  color: #fff;
  box-shadow: 0 14px 28px rgba(46, 167, 255, .22);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at left top, rgba(46, 167, 255, .10), transparent 24%),
    radial-gradient(circle at right top, rgba(11, 31, 58, .06), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 64%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 56px;
  padding: 78px 0 92px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid #c9e7ff;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: var(--navy);
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}

h1 {
  margin: 18px 0 0;
  font-size: 64px;
  line-height: .98;
  letter-spacing: -0.045em;
  color: var(--navy);
  max-width: 720px;
}

.hero p.lead {
  margin: 22px 0 0;
  font-size: 20px;
  line-height: 1.75;
  color: #475569;
  max-width: 700px;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  font-size: 13px;
  color: #334155;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}

.trust-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--success);
  flex: 0 0 8px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 38px;
}

.stat-card {
  background: rgba(255,255,255,.92);
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(15,23,42,.04);
}

.stat-value {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--navy);
}

.stat-label {
  margin-top: 4px;
  font-size: 14px;
  color: #64748b;
}

.hero-visual-wrap {
  position: relative;
}

.hero-card {
  position: relative;
  border-radius: 30px;
  background: white;
  border: 1px solid rgba(217, 228, 239, .95);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-image {
  position: relative;
  min-height: 560px;
  background:
    linear-gradient(180deg, rgba(8, 25, 47, .12), rgba(8, 25, 47, .55)),
    url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
}

.hero-overlay-content {
  position: absolute;
  inset: auto 24px 24px 24px;
  display: grid;
  gap: 14px;
}

.hero-panel {
  background: rgba(11, 31, 58, .84);
  backdrop-filter: blur(10px);
  color: white;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 20px 40px rgba(11, 31, 58, .22);
}

.hero-panel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.micro-tag {
  padding: 8px 12px;
  background: rgba(255,255,255,.1);
  border-radius: 14px;
  color: #dbeafe;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.overline {
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #bfdbfe;
  font-weight: 700;
}

.panel-title {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -.03em;
}

.panel-subtitle {
  margin-top: 10px;
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.7;
  max-width: 520px;
}

.flow-row {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  text-align: center;
  font-size: 14px;
}

.flow-box {
  background: rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 16px 12px;
}

.flow-box.featured {
  background: rgba(46,167,255,.18);
  border: 1px solid rgba(255,255,255,.16);
}

.flow-arrow {
  font-size: 24px;
  color: #bfdbfe;
  font-weight: 700;
}

.flow-sub {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #dbeafe;
  line-height: 1.5;
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hero-badge {
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(217, 228, 239, .95);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .05);
}

.hero-badge-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #0284c7;
  font-weight: 700;
}

.hero-badge-title {
  margin-top: 6px;
  font-size: 15px;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.45;
}

section { padding: 92px 0; }

.section-tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--electric);
  font-weight: 700;
}

h2 {
  margin: 14px 0 0;
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--navy);
  max-width: 900px;
}

.section-lead {
  margin-top: 18px;
  font-size: 19px;
  line-height: 1.8;
  color: #475569;
  max-width: 860px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 50px;
}

.card {
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 12px 34px rgba(15,23,42,.05);
}

.card.problem {
  background: linear-gradient(180deg, rgba(254,242,242,.78), rgba(255,255,255,1));
  border: 1px solid #fecdd3;
}

.card.solution {
  background: linear-gradient(180deg, var(--soft), white);
  border: 1px solid #dbeafe;
}

.badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(15,23,42,.04);
}

.badge.problem { color: #e11d48; }
.badge.solution { color: var(--electric); }

.card h3 {
  margin: 20px 0 0;
  font-size: 30px;
  line-height: 1.16;
  letter-spacing: -.03em;
}

.card p {
  margin: 16px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

.stack {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.stack-item {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 15px 16px;
  font-size: 14px;
  color: #334155;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: white;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  padding: 15px 16px;
}

.step-num {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(180deg, var(--navy-2), var(--navy));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
  flex: 0 0 40px;
  box-shadow: 0 10px 20px rgba(11, 31, 58, .14);
}

.step p {
  margin: 2px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: #334155;
}

.network {
  background: linear-gradient(180deg, #f8fbff 0%, #f8fafc 100%);
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.hub-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hub-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(15,23,42,.04);
  transition: .2s ease;
}

.hub-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(15,23,42,.08);
}

.hub-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hub-num {
  font-size: 12px;
  color: #0284c7;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.hub-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #34d399;
}

.hub-card h3 {
  margin: 18px 0 0;
  font-size: 28px;
  color: var(--navy);
  letter-spacing: -.03em;
}

.hub-card p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.hub-note {
  margin-top: 18px;
  border: 1px solid #dbeafe;
  background: linear-gradient(135deg, #eff7ff 0%, #f8fbff 100%);
  border-radius: 18px;
  padding: 14px 16px;
  font-size: 14px;
  color: #475569;
  line-height: 1.7;
}

.pricing-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.price-card {
  position: relative;
  border-radius: 32px;
  padding: 34px;
  border: 1px solid #e2e8f0;
  background: white;
  box-shadow: 0 12px 30px rgba(15,23,42,.04);
}

.price-card.featured {
  background: linear-gradient(180deg, var(--navy-2) 0%, var(--navy) 100%);
  border-color: var(--navy);
  color: white;
  box-shadow: 0 26px 54px rgba(11, 31, 58, .16);
  transform: scale(1.02);
}

.popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #3ab0ff, var(--electric));
  color: white;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  box-shadow: 0 10px 24px rgba(39,165,255,.25);
}

.price-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #0284c7;
}

.price-card.featured .price-label { color: #bfdbfe; }

.price-line {
  margin-top: 18px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.price-big {
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.price-small {
  padding-bottom: 6px;
  color: #64748b;
  font-size: 14px;
}

.price-card.featured .price-small,
.price-card.featured .price-target,
.price-card.featured .feature { color: #eff6ff; }

.price-target {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.8;
  color: #475569;
}

.divider {
  height: 1px;
  background: #e2e8f0;
  margin: 24px 0;
}

.price-card.featured .divider { background: rgba(255,255,255,.14); }

.feature-list {
  display: grid;
  gap: 14px;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.75;
  color: #334155;
}

.feature-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 8px;
  background: var(--navy);
  flex: 0 0 10px;
}

.price-card.featured .feature-dot { background: var(--electric); }

.forms-wrap {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border-top: 1px solid #e2e8f0;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 50px;
}

.form-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 32px;
  padding: 34px;
  box-shadow: 0 12px 30px rgba(15,23,42,.04);
}

.form-card.alt {
  background: linear-gradient(180deg, var(--soft), white);
  border-color: #dbeafe;
}

.form-tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
  background: #eff6ff;
  color: var(--navy);
}

.form-card.alt .form-tag {
  background: white;
  color: var(--electric);
}

.form-card h3 {
  margin: 18px 0 0;
  font-size: 30px;
  line-height: 1.18;
  color: var(--navy);
  letter-spacing: -.03em;
}

.form-card p {
  margin: 12px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.85;
}

.form {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

.row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

input, select {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 18px;
  padding: 14px 16px;
  font-size: 14px;
  color: #0f172a;
  background: white;
  outline: none;
  min-height: 52px;
}

input::placeholder { color: #94a3b8; }
input:focus, select:focus { border-color: var(--electric); box-shadow: 0 0 0 3px rgba(46,167,255,.10); }

.notice {
  margin-top: 24px;
  border-radius: 18px;
  padding: 16px 18px;
  font-size: 14px;
}
.notice-success {
  background: #ecfdf5;
  color: #166534;
  border: 1px solid #bbf7d0;
}
.notice-error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.site-footer {
  border-top: 1px solid #e2e8f0;
  background: white;
}

.footer-wrap {
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  color: #64748b;
  font-size: 14px;
}

.copyright { color: #64748b; font-size: 14px; }

@media (max-width: 1120px) {
  h1 { font-size: 54px; }
  .hero-grid,
  .two-col,
  .pricing-grid,
  .form-grid { grid-template-columns: 1fr; }
  .hub-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-row { grid-template-columns: 1fr; }
  .flow-arrow { display: none; }
  .hero-image { min-height: 520px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1220px); }
  .nav-links { display: none; }
  .hero-grid { padding: 58px 0 72px; gap: 32px; }
  h1 { font-size: 40px; }
  h2 { font-size: 34px; }
  .hero p.lead,
  .section-lead { font-size: 17px; }
  .stat-grid,
  .hero-badges,
  .hub-grid,
  .pricing-grid,
  .form-grid,
  .row-2 { grid-template-columns: 1fr; }
  section { padding: 72px 0; }
  .card, .form-card, .price-card, .hub-card { padding: 24px; }
  .hero-panel, .hero-badge { padding: 18px; }
  .cta-row { flex-direction: column; }
  .btn { width: 100%; }
  .hero-image { min-height: 420px; }
}
