/*
Theme Name: CoffeeCake Clean
Theme URI: https://example.com/
Author: OpenAI
Description: A clean, modern one-page lead-generation theme for CoffeeCake.
Version: 2.5.0
Text Domain: coffeecake-clean
*/

:root{
  --cc-ink:#111416;
  --cc-muted:#6f767c;
  --cc-soft:#f5f6f4;
  --cc-line:#e7e9e7;
  --cc-mint:#59e3b4;
  --cc-white:#ffffff;
  --cc-radius:26px;
  --cc-max:1220px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--cc-ink);
  background:#fff;
  font-family:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}

.cc-shell{min-height:100vh;background:#fff}
.cc-header{
  position:sticky;
  top:0;
  z-index:40;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(18px);
}
.cc-header-inner{
  width:min(calc(100% - 48px),var(--cc-max));
  margin:0 auto;
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.cc-brand{display:inline-flex;align-items:center;gap:11px;font-size:27px;font-weight:760;letter-spacing:-1.4px}
.cc-brand img{width:42px;height:42px;display:block;object-fit:contain}
.cc-call-top{
  display:inline-flex;
  align-items:center;
  gap:10px;
  height:48px;
  padding:0 17px;
  border:1px solid rgba(17,20,22,.08);
  border-radius:999px;
  background:var(--cc-mint);
  color:#0f2d23;
  font-size:14px;
  font-weight:720;
  transition:.18s ease;
}
.cc-call-top svg{width:17px;height:17px}
.cc-call-top:hover{background:#4fd5aa;border-color:rgba(17,20,22,.08);transform:translateY(-1px)}

.cc-main{
  width:min(calc(100% - 48px),var(--cc-max));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);
  gap:82px;
  align-items:center;
  min-height:calc(100vh - 84px);
  padding:58px 0 86px;
}
.cc-copy{padding:14px 0}
.cc-kicker{
  margin:0 0 22px;
  color:#3e4744;
  font-size:12px;
  font-weight:780;
  letter-spacing:.16em;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  gap:9px;
}
.cc-kicker:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--cc-mint);box-shadow:0 0 0 5px rgba(89,227,180,.14)}
.cc-copy h1{
  margin:0;
  max-width:720px;
  font-size:clamp(56px,6.3vw,90px);
  line-height:.94;
  letter-spacing:-.062em;
  font-weight:760;
}
.cc-copy h1 span{display:block}
.cc-copy h1 .cc-last{position:relative;display:inline-block;color:var(--cc-mint)}
.cc-copy h1 .cc-last:after{content:none;display:none}
.cc-lede{
  margin:28px 0 0;
  max-width:590px;
  color:var(--cc-muted);
  font-size:18px;
  line-height:1.62;
  letter-spacing:-.012em;
}
.cc-mini{
  margin-top:34px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:0;
  color:#49504e;
  font-size:13px;
  font-weight:670;
}
.cc-mini span{display:inline-flex;align-items:center}
.cc-mini span+span:before{content:"";width:3px;height:3px;border-radius:99px;background:#b7bcb8;margin:0 13px}

.cc-form-card{
  background:var(--cc-soft);
  border:1px solid #eceeeb;
  border-radius:var(--cc-radius);
  padding:34px;
}
.cc-form-card h2{margin:0 0 8px;font-size:29px;letter-spacing:-.035em;font-weight:760}
.cc-form-intro{margin:0 0 26px;color:var(--cc-muted);font-size:15px;line-height:1.55}
.cc-status{margin:0 0 18px;padding:12px 13px;border:1px solid #cdebdc;background:#effbf5;border-radius:12px;color:#24654e;font-size:13px;font-weight:700}
.cc-status.cc-error{border-color:#f1cece;background:#fff4f4;color:#962c2c}
.cc-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.cc-field{margin-bottom:12px}
.cc-field label{display:block;margin:0 0 7px;color:#444b49;font-size:12px;font-weight:720}
.cc-field input{
  width:100%;height:52px;padding:0 14px;
  border:1px solid #dfe3df;
  border-radius:14px;
  background:#fff;
  color:var(--cc-ink);
  outline:none;
  transition:border-color .15s ease,box-shadow .15s ease;
}
.cc-field input::placeholder{color:#a3aaa5}
.cc-field input:focus{border-color:#83d8bc;box-shadow:0 0 0 4px rgba(89,227,180,.12)}
.cc-submit{
  width:100%;height:54px;border:0;border-radius:15px;margin-top:2px;
  background:var(--cc-ink);color:#fff;font-size:15px;font-weight:760;cursor:pointer;
  transition:.18s ease;
}
.cc-submit:hover{transform:translateY(-1px);background:#000}
.cc-form-note{margin:12px 0 0;text-align:center;color:#8a918d;font-size:11px}
.cc-hp{position:absolute!important;left:-99999px!important;opacity:0!important;pointer-events:none!important}

.cc-footer{
  width:min(calc(100% - 48px),var(--cc-max));
  margin:0 auto;
  border-top:1px solid #eef0ed;
  padding:22px 0 30px;
  display:flex;justify-content:space-between;gap:20px;
  color:#929894;font-size:12px;
}

.cc-floating-call{
  position:fixed;right:22px;bottom:22px;z-index:90;
  display:inline-flex;align-items:center;gap:10px;
  min-height:50px;padding:0 17px;
  background:var(--cc-mint);color:#0f2d23;
  border:1px solid rgba(17,20,22,.08);border-radius:999px;
  font-size:14px;font-weight:800;
  box-shadow:0 14px 34px rgba(49,170,130,.22);
  transition:.18s ease;
}
.cc-floating-call svg{width:18px;height:18px}
.cc-floating-call:hover{transform:translateY(-2px)}

@media(max-width:960px){
  .cc-main{grid-template-columns:1fr;gap:44px;min-height:auto;padding:50px 0 84px}
  .cc-copy{max-width:760px}
  .cc-form-card{max-width:720px;width:100%}
}
@media(max-width:640px){
  .cc-header-inner,.cc-main,.cc-footer{width:min(calc(100% - 32px),var(--cc-max))}
  .cc-header-inner{min-height:72px}
  .cc-brand{font-size:23px}.cc-brand img{width:35px;height:35px}
  .cc-call-top{width:44px;height:44px;padding:0;justify-content:center}.cc-call-number{display:none}
  .cc-main{padding:38px 0 100px;gap:34px}
  .cc-copy h1{font-size:51px;letter-spacing:-.058em}
  .cc-copy h1 .cc-last:after{width:8px;height:8px;right:-11px;bottom:6px}
  .cc-lede{font-size:16px;margin-top:22px}.cc-mini{margin-top:26px}
  .cc-form-card{padding:24px 18px;border-radius:22px}
  .cc-grid{grid-template-columns:1fr;gap:0}
  .cc-footer{padding-bottom:88px;flex-direction:column;gap:6px}
  .cc-floating-call{right:14px;bottom:14px}
}


/* Force the header call button to match the floating button. */
.cc-header .cc-header-inner .cc-call-top,
.cc-header .cc-header-inner .cc-call-top:link,
.cc-header .cc-header-inner .cc-call-top:visited {
  background:#59e3b4 !important;
  color:#0f2d23 !important;
  border-color:rgba(17,20,22,.08) !important;
}
.cc-header .cc-header-inner .cc-call-top:hover,
.cc-header .cc-header-inner .cc-call-top:focus {
  background:#4fd5aa !important;
  color:#0f2d23 !important;
}
