
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --yk-blue:#004587;
  --yk-blue-2:#005AAA;
  --yk-dark:#05264A;
  --yk-red:#E30613;
  --yk-gray:#A8A9AC;
  --gold:#C99636;
  --text:#172033;
  --muted:#667085;
  --bg:#F4F7FB;
  --white:#FFFFFF;
  --line:rgba(0,69,135,.13);
  --shadow:0 18px 44px rgba(0,69,135,.12);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.65;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
.wrap{width:min(1180px,92%);margin-inline:auto}

.topbar{background:var(--yk-blue);color:white;padding:9px 0;font-size:13px}
.topbar .wrap{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}

.header{
  background:
    radial-gradient(circle at 82% 20%, rgba(227,6,19,.10), transparent 24%),
    linear-gradient(135deg,#fff 0%,#f7fafd 45%,#eaf2fb 100%);
  position:relative;
  overflow:hidden;
  padding-bottom:110px;
}
.header:before{
  content:"";
  position:absolute;
  width:560px;height:560px;
  right:-230px;top:120px;
  border-radius:50%;
  border:80px solid rgba(0,69,135,.08);
  pointer-events:none;
}
.navbar{
  min-height:104px;
  padding:20px 0;
  display:flex;
  align-items:center;
  gap:24px;
  position:relative;
  z-index:3;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:330px;
  flex:0 0 auto;
}
.brand-logo{
  width:118px;
  height:82px;
  object-fit:contain;
  background:#fff;
  border-radius:8px;
  flex:0 0 auto;
}
.brand strong{
  font-family:'Cormorant Garamond',serif;
  font-size:28px;
  line-height:1;
  color:var(--yk-blue);
  letter-spacing:.4px;
  white-space:nowrap;
}
.brand small{
  display:block;
  color:var(--yk-dark);
  font-size:12px;
  margin-top:7px;
  font-weight:800;
  letter-spacing:.45px;
  white-space:nowrap;
}
.menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:20px;
  margin-left:auto;
  flex-wrap:wrap;
}
.menu a{
  color:var(--yk-dark);
  font-size:13px;
  font-weight:900;
  position:relative;
  white-space:nowrap;
}
.menu a:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-8px;height:2px;
  background:var(--yk-red);
  transform:scaleX(0);
  transition:.2s;
}
.menu a:hover:after{transform:scaleX(1)}
.nav-btn{
  background:var(--yk-red);
  color:white;
  padding:12px 17px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 12px 24px rgba(227,6,19,.16);
  white-space:nowrap;
  flex:0 0 auto;
}

.hero{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:54px;
  align-items:center;
  margin-top:42px;
  position:relative;
  z-index:2;
}
.eyebrow,.kicker{
  color:var(--yk-red);
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:1.4px;
  font-weight:900;
  margin-bottom:12px;
}
.kicker.light{color:#fff}
h1,h2{
  font-family:'Cormorant Garamond',serif;
  line-height:1.08;
  color:var(--yk-dark);
}
h1{
  font-size:clamp(42px,5vw,72px);
  letter-spacing:-1.3px;
  margin-bottom:24px;
  max-width:760px;
}
.hero p{
  font-size:18px;
  color:var(--muted);
  max-width:670px;
  margin-bottom:32px;
}
.actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 22px;
  border-radius:12px;
  font-weight:900;
  transition:.2s;
}
.btn.primary{background:var(--yk-blue);color:#fff;box-shadow:0 14px 28px rgba(0,69,135,.18)}
.btn.secondary{background:#fff;color:var(--yk-blue);border:1px solid var(--line)}
.btn.red{background:var(--yk-red);color:#fff}

.hero-panel{
  background:rgba(255,255,255,.94);
  border:1px solid var(--line);
  border-radius:28px;
  padding:30px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(10px);
  width:100%;
  overflow:hidden;
}
.panel-head{
  font-family:'Cormorant Garamond',serif;
  color:var(--yk-dark);
  font-size:28px;
  font-weight:700;
  margin-bottom:8px;
}
.panel-row{
  padding:18px 0;
  border-top:1px solid var(--line);
}
.panel-row:first-of-type{border-top:0}
.panel-row b{
  display:block;
  color:var(--yk-dark);
  font-size:17px;
  margin-bottom:5px;
}
.panel-row span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}

.quick-services{
  margin-top:-58px;
  position:relative;
  z-index:5;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  overflow:hidden;
}
.quick-services article{
  padding:26px 24px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  min-height:142px;
}
.quick-services article:nth-child(3n){border-right:0}
.quick-services article:nth-last-child(-n+3){border-bottom:0}
.quick-services span{color:var(--yk-red);font-weight:900}
.quick-services h3{font-size:17px;color:var(--yk-dark);margin:7px 0 5px}
.quick-services p{font-size:14px;color:var(--muted);line-height:1.5}

.section{padding:96px 0}
.about{background:#fff}
.about-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);
  gap:54px;
  align-items:start;
}
.about h2{font-size:48px;margin-bottom:18px}
.about p{color:var(--muted);font-size:17px;margin-bottom:18px}
.about .btn{margin-top:8px}
.about-list{
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:26px;
  padding:30px;
}
.about-list div{
  padding:18px 0;
  border-bottom:1px solid var(--line);
}
.about-list div:first-child{padding-top:0}
.about-list div:last-child{border-bottom:0;padding-bottom:0}
.about-list b{display:block;color:var(--yk-dark);font-size:17px;margin-bottom:4px}
.about-list span{display:block;color:var(--muted);font-size:14px;line-height:1.55}

.section-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.8fr);
  gap:38px;
  align-items:end;
  margin-bottom:42px;
}
.section-head.center{display:block;text-align:center}
.section-head h2{font-size:clamp(34px,4vw,54px)}
.section-head p{color:var(--muted);font-size:17px}

.service-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.service-grid article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:30px;
  min-height:310px;
  box-shadow:0 12px 30px rgba(0,69,135,.05);
  transition:.25s;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.service-grid article:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.service-grid article:before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;height:4px;
  background:linear-gradient(90deg,var(--yk-blue),var(--yk-red));
}
.service-grid h3{color:var(--yk-dark);font-size:21px;margin-bottom:12px}
.service-grid p{color:var(--muted);font-size:15px;line-height:1.6}
.service-grid ul{list-style:none;margin-top:18px}
.service-grid li{font-size:14px;color:#344054;padding:5px 0;line-height:1.45}
.service-grid li:before{content:"•";color:var(--yk-red);font-weight:900;margin-right:8px}

.guide{
  background:linear-gradient(135deg,var(--yk-dark),var(--yk-blue));
  color:white;
  position:relative;
  overflow:hidden;
}
.guide:before{
  content:"";
  position:absolute;
  width:520px;height:520px;
  left:-230px;top:40px;
  border-radius:50%;
  border:70px solid rgba(255,255,255,.06);
}
.guide-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,1.25fr);
  gap:48px;
  position:relative;
  z-index:2;
  align-items:start;
}
.guide h2{color:#fff;font-size:46px;margin-bottom:18px}
.guide p{color:rgba(255,255,255,.78);font-size:16px}
.steps{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.steps article{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:22px;
  padding:24px;
  min-height:190px;
}
.steps span{
  background:var(--yk-red);
  color:white;
  width:40px;height:40px;
  display:grid;place-items:center;
  border-radius:12px;
  font-weight:900;
  margin-bottom:16px;
}
.steps h3{margin-bottom:8px;font-size:19px}
.steps p{font-size:14px;line-height:1.55}

.articles{background:#fff}
.article-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  margin-top:40px;
}
.article-grid article{
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:22px;
  padding:24px;
  box-shadow:0 12px 28px rgba(0,69,135,.05);
  min-height:230px;
}
.article-grid span{
  display:inline-block;
  background:var(--yk-red);
  color:#fff;
  font-size:10px;
  font-weight:900;
  padding:5px 8px;
  border-radius:4px;
  margin-bottom:14px;
}
.article-grid h3{font-size:18px;color:var(--yk-dark);line-height:1.35;margin-bottom:10px}
.article-grid p{color:var(--muted);font-size:14px;line-height:1.55}

.cta-band{
  background:linear-gradient(90deg,var(--yk-dark),var(--yk-blue));
  color:white;
  padding:42px 0;
}
.cta-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,.75fr) auto;
  gap:28px;
  align-items:center;
}
.cta-grid h2{color:#fff;font-size:32px}
.cta-grid p{color:rgba(255,255,255,.78)}

.contact{background:var(--bg)}
.contact-panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:46px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);
  gap:40px;
  box-shadow:var(--shadow);
}
.contact-panel h2{font-size:44px;margin-bottom:16px}
.contact-panel p{color:var(--muted)}
.contact-info{
  background:var(--yk-dark);
  color:white;
  border-radius:22px;
  padding:26px;
}
.contact-info p{
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.78);
  margin:0;
}
.contact-info p:last-child{border-bottom:0}
.contact-info b{color:white}

footer{background:#031B34;color:rgba(255,255,255,.72);padding:38px 0}
.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.2fr;
  gap:30px;
  align-items:start;
}
footer h3{font-family:'Cormorant Garamond',serif;color:white;font-size:26px}
footer b{display:block;color:white;margin-bottom:10px}
footer a,footer p{display:block;color:rgba(255,255,255,.72);font-size:14px;margin:6px 0}

@media(max-width:1100px){
  .navbar{align-items:flex-start;flex-direction:column}
  .menu{margin-left:0;justify-content:flex-start}
  .nav-btn{align-self:flex-start}
  .hero{grid-template-columns:1fr;margin-top:30px}
  .hero-panel{max-width:720px}
}

@media(max-width:980px){
  .header{padding-bottom:90px}
  .quick-services{grid-template-columns:repeat(2,1fr)}
  .quick-services article:nth-child(3n){border-right:1px solid var(--line)}
  .quick-services article:nth-child(2n){border-right:0}
  .quick-services article:nth-last-child(-n+3){border-bottom:1px solid var(--line)}
  .quick-services article:nth-last-child(-n+2){border-bottom:0}
  .about-grid,.section-head,.guide-grid,.contact-panel,.cta-grid{grid-template-columns:1fr}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .article-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:680px){
  .topbar .wrap{display:block}
  .topbar span{display:block;margin:3px 0}
  .brand{min-width:0}
  .brand-logo{width:92px;height:64px}
  .brand strong{font-size:22px;white-space:normal}
  .brand small{font-size:10px;white-space:normal}
  .menu,.nav-btn{display:none}
  .header{min-height:auto;padding-bottom:72px}
  .hero{margin-top:22px}
  h1{font-size:42px;letter-spacing:-.6px}
  .hero p{font-size:16px}
  .quick-services,.service-grid,.article-grid,.footer-grid,.steps{grid-template-columns:1fr}
  .quick-services article,
  .quick-services article:nth-child(2n),
  .quick-services article:nth-child(3n),
  .quick-services article:nth-last-child(-n+2),
  .quick-services article:nth-last-child(-n+3){
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .quick-services article:last-child{border-bottom:0}
  .section{padding:72px 0}
  .about h2,.guide h2,.contact-panel h2{font-size:36px}
  .service-grid article{min-height:auto}
  .cta-grid .btn{width:100%}
}
