/*!
Theme Name: CloudAtlas
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: CloudAtlas custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: cloudatlas
*/

/* =========================================================
   NORMALIZE / BASE
   ========================================================= */

html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: #ffffff;
  color: #0f172a;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

/* =========================================================
   WORDPRESS DEFAULTS (MINIMAL)
   ========================================================= */

.custom-logo-link {
  display: inline-flex;
}

.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* =========================================================
   HEADER – STATIC MATCH
   ========================================================= */

.ca-topbar {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ca-topbar__inner {
  padding: 14px 18px;
}

.ca-topbar__logo {
  display: inline-flex;
  align-items: center;
}

.ca-topbar__logo img,
.ca-topbar__logo .custom-logo {
  width: 28px;
  height: 28px;
  display: block;
}

/* Kill theme chrome */
.site-header .main-navigation,
.site-header .site-branding {
  display: none;
}

/* =========================================================
   LANDING PAGE RESET (CRITICAL)
   ========================================================= */

.page-template-page-landing .site-main,
.page-template-page-landing #primary,
.page-template-page-landing .content-area,
.page-template-page-landing .site-content,
.page-template-page-landing .entry-content,
.page-template-page-landing .page,
.page-template-page-landing .post {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.page-template-page-landing .wp-block {
  margin: 0;
}

/* =========================================================
   HERO TYPOGRAPHY (PIXEL LOCK)
   ========================================================= */

.page-template-page-landing .entry-content {
  text-align: center;
}

.page-template-page-landing h1 {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: #0b1220;
  margin-top: 64px;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.page-template-page-landing h1 + p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #64748b;
  margin-top: 14px;
  margin-bottom: 0;
}

/* =========================================================
   HERO CARD (STATIC MATCH)
   ========================================================= */

.page-template-page-landing .card,
.page-template-page-landing .ca-card {
  max-width: 760px;
  margin: 44px auto 0;
  padding: 34px 38px;
  text-align: left;

  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

/* Pill / badge */
.page-template-page-landing .pill,
.page-template-page-landing .badge,
.page-template-page-landing .ca-pill {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 14px;
  border-radius: 999px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;

  color: #6d28d9;
  background: rgba(124, 58, 237, 0.12);
}

/* Card paragraph */
.page-template-page-landing .card p,
.page-template-page-landing .ca-card p {
  max-width: 560px;
  margin-top: 12px;

  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}

/* =========================================================
   CTA BUTTON (FINAL PARITY)
   ========================================================= */

.page-template-page-landing .card .btn,
.page-template-page-landing .card .button,
.page-template-page-landing .card button,
.page-template-page-landing .card a.button,
.page-template-page-landing .card a.btn,
.page-template-page-landing .ca-card .btn,
.page-template-page-landing .ca-card .button,
.page-template-page-landing .ca-card button,
.page-template-page-landing .ca-card a.button,
.page-template-page-landing .ca-card a.btn,
.page-template-page-landing input[type="s]()
