@font-face {
  font-family: "Cardo";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("/fonts/Cardo-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Cardo";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("/fonts/Cardo-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 900;
  font-display: fallback;
  src: url("/fonts/Inter-Variable.woff2") format("woff2");
}

:root{
  --bg:#f9f9f9;
  --panel:#ffffff;
  --text:#111;
  --muted:#636363;
  --border:#e7e7e7;
  --max:1100px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.55;
}

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

.container{max-width:var(--max); margin:0 auto; padding:0 24px;}

header{
  background:var(--bg);
}

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

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

.brand img{
  width:60px;height:60px;
  border-radius:9999px;
}

.brand .title{
  font-weight:650;
  font-size:18px;
  line-height:1.1;
}

nav ul{
  list-style:none;
  padding:0;margin:0;
  display:flex;
  gap:18px;
  font-weight:600;
}

nav a{padding:8px 10px;border-radius:8px}
nav a:hover{background:#ffffff80;text-decoration:none}

main{padding:44px 0 0}

.hero{
  text-align:center;
  padding:80px 0 18px;
}

.hero h1{
  font-family: "Cardo", Georgia, "Times New Roman", serif;
  font-weight: 400;
  margin:0 0 10px;
  font-size:42px;
  line-height:1.15;
  letter-spacing:-0.02em;
}

.hero .tag{
  margin:0 0 18px;
  font-weight:700;
  max-width: 565px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hero p{
  max-width:565px;
  margin:0 auto;
  color:var(--text);
}

.banner-wrap{
  max-width:var(--max);
  margin:28px auto 0;
  padding:0 24px 0;
}

.banner{
  width:100%;
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--border);
  background:#fff;
}

.banner img{
  width:100%;
  height:auto;
  display:block;
}

.section{
  margin-top:44px;
  background:var(--panel);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  padding:44px 0;
}

.section h2{
  text-align:center;
  margin:0 0 8px;
  font-size:2.5rem;
  font-family: 'Cardo';
  font-weight: 400;
}

.section .lead{
  text-align:center;
  color:var(--muted);
  margin:0 auto 26px;
  max-width:820px;
}

.service-block{
  max-width:780px;
  margin:0 auto 22px;
  padding:0 24px;
  text-align:center;
}

.service-block strong{
  display:block;
  font-size:18px;
  margin:18px 0 6px;
}

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

.card{
  border:0;
  padding:18px;
  background:#fff;
}

.card h3{
  margin:0 0 10px;
  font-size:18px;
}

.card p{margin:0;color:var(--muted)}

footer{
  padding:44px 0;
  background:var(--bg);
}

.footer-grid{
  display:grid;
  grid-template-columns: 1.2fr 0.8fr 1.2fr;
  gap:24px;
  align-items:flex-start;
}

.footer-brand{
  display:flex;
  align-items:left;
  gap:10px;
  margin-bottom:12px;
  flex-direction: column;
}

.footer-brand img{
  width:20px;height:20px;border-radius:9999px;
}

.footer-title{
  font-weight:650;
}

.footer-col h4{
  margin:0 0 10px;
  font-size:16px;
}

.footer-links{
  list-style:none;
  padding:0;margin:0;
  display:flex;
  flex-direction:column;
  gap:8px;
  color:var(--muted);
}

.footer-links a{color:inherit}

.small{
  color:black;
  font-size:16px;
}

@media (max-width: 900px){
  .cards{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  nav ul{flex-wrap:wrap; justify-content:flex-end}
  .hero h1{font-size:34px}
}



.services {
  padding: 64px 0;
  text-align: center;
}

.services .lead {
  max-width: 740px;
  margin: 0 auto 40px auto;
  color: var(--muted);
}

.container h1{
  font-family: "Cardo", Georgia, "Times New Roman", serif;
  font-weight: 400;
  margin:0 0 0;
  font-size:42px;
  line-height:1.15;
  text-align: center;
}
.container h3{
  font-family: "Cardo", Georgia, "Times New Roman", serif;
  font-weight: 400;
  margin:0 0 20px;
  font-size:30px;
  line-height:1.15;
  margin-top:20px;
}
.wp-block-separator {
  width:min(10.5rem,13vw);
  border-style:solid;
  border-color:black;
  border-width:0 0 1px 0;
  margin-block-start: 1.2rem;
  margin-block-end: 0;
}

.features-grid h3 {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  margin: 0 0 10px 0;
  position: relative;
  padding-top: 33px; /* room for the asterisk */
}

.features-grid h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  clip-path: path('M11.93.684v8.039l5.633-5.633 1.216 1.23-5.66 5.66h8.04v1.737H13.2l5.701 5.701-1.23 1.23-5.742-5.742V21h-1.737v-8.094l-5.77 5.77-1.23-1.217 5.743-5.742H.842V9.98h8.162l-5.701-5.7 1.23-1.231 5.66 5.66V.684h1.737Z');
  width: 1.5rem;
  height: 3rem;
  background: #636363;
}
.container h4{
    font-family: Cardo;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
}
