
:root{
  --bg:#ffffff;--bg2:#f7f8fb;--card:#ffffff;--soft:#6f7785;--text:#1c2331;--line:rgba(17,24,39,.08);--gold:#d39a2f;--white:#fff;--dark:#111827;
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.7}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:0 auto}
.topbar{background:#fff;border-bottom:1px solid var(--line);font-size:13px;color:#606a78}
.topbar-inner,.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:10px 0}
.navbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.brand{font-weight:800;letter-spacing:.04em;text-transform:lowercase}
.nav-links{display:flex;gap:22px;align-items:center}
.btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d9a84a,#f0cc84);color:#111;padding:14px 22px;border-radius:999px;font-weight:700;box-shadow:0 10px 24px rgba(211,154,47,.18)}
.btn-sm{padding:10px 16px}
.btn-outline{background:transparent;border:1px solid rgba(17,24,39,.12);color:#1c2331;box-shadow:none}
.hero{padding:90px 0 50px;background:linear-gradient(180deg,#ffffff,#f7f8fb)}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#d39a2f;font-size:12px;font-weight:700}
.hero h1,.page-hero h1{font-size:56px;line-height:1.05;margin:14px 0 18px;color:#151b28}
.lead{font-size:18px;color:#586172;max-width:700px}
.actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}
.hero-card,.card,details,.content-list div,.notice,.service-modern-card{background:#fff;border:1px solid var(--line);border-radius:24px}
.hero-card{padding:18px;box-shadow:0 20px 60px rgba(15,23,42,.08)}
.slider-visual{overflow:hidden;border-radius:18px;background:linear-gradient(180deg,#ffffff,#f5f7fb)}
.slider-copy{padding:24px}
.slider-copy h2{margin:0 0 10px;font-size:28px;color:#151b28}
.section{padding:74px 0}
.dark-strip{padding:26px 0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.stats div{padding:14px 0}
.stats strong{display:block;font-size:18px;color:#111827}
.stats span{color:var(--soft)}
.section-head{margin-bottom:28px;text-align:center}
.section-head h2{font-size:40px;line-height:1.15;margin:8px 0 0;color:#151b28}
.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.card{padding:26px;min-height:220px;box-shadow:0 12px 30px rgba(15,23,42,.04)}
.card h3{margin:0 0 12px;font-size:24px;color:#171d2b}
.card p{color:#5c6677}
.alt-bg{background:#f8f9fc}
.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:start}
.content-block,.seo-article,.narrow{max-width:820px}
.content-list{display:grid;gap:14px}
.content-list div{padding:18px 20px;font-weight:600}
.faq-list{display:grid;gap:12px}
details{padding:20px 22px}
summary{cursor:pointer;font-weight:700}
.seo-article{margin-top:32px;background:#fff;border:1px solid var(--line);padding:28px;border-radius:28px;box-shadow:0 12px 30px rgba(15,23,42,.04)}
.page-hero{padding:60px 0 24px;background:linear-gradient(180deg,#ffffff,#f7f8fb)}
.site-footer{padding-top:60px;border-top:1px solid var(--line);background:#fff}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:24px}
.footer-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;color:#5b6676}
.footer-bottom{padding:22px 0;color:#8691a2;border-top:1px solid var(--line);margin-top:26px}
.form-grid{display:grid;gap:14px}
input,textarea,select{width:100%;padding:14px 16px;border-radius:16px;background:#fff;border:1px solid var(--line);color:#1b2332;font:inherit}
.notice.success{padding:16px 18px;margin-bottom:16px;color:#21653a;background:#eef8f1}
.service-modern-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:24px}
.service-modern-card{position:relative;padding:34px 26px 28px;min-height:290px;overflow:hidden;transition:transform .25s ease, box-shadow .25s ease;border-radius:28px;box-shadow:0 14px 35px rgba(15,23,42,.05)}
.service-modern-card:hover{transform:translateY(-8px);box-shadow:0 20px 48px rgba(15,23,42,.12)}
.service-icon-wrap{width:74px;height:74px;border-radius:999px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:34px;font-weight:700}
.service-modern-card h3{font-size:22px;margin:0 0 14px;color:#171d2b}
.service-modern-card p{color:#667083;margin:0;max-width:260px}
.service-cta{position:absolute;left:26px;right:26px;bottom:22px;display:flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:999px;background:#111827;color:#fff;font-weight:700;opacity:0;transform:translateY(14px);transition:all .25s ease}
.service-modern-card:hover .service-cta{opacity:1;transform:translateY(0)}
.icon-gold{background:#fff3db;color:#e4a326}
.icon-red{background:#ffe7e7;color:#ff4a4a}
.icon-purple{background:#f4e8ff;color:#cb3ff2}
.icon-green{background:#e7f8ea;color:#1cb443}
@media (max-width: 960px){
 .hero-grid,.two-col,.footer-grid,.stats,.card-grid,.service-modern-grid{grid-template-columns:1fr}
 .hero h1,.page-hero h1{font-size:38px}
 .nav-links{gap:14px;font-size:14px;flex-wrap:wrap;justify-content:flex-end}
}


/* v3 updates */
.faq-list,
.seo-article.faq-width{
  max-width: 100%;
  width: 100%;
}
.seo-article.faq-width{
  margin-top: 32px;
}
@media (min-width: 961px){
  .faq-list,
  .seo-article.faq-width{
    width: 84%;
  }
}


/* v4 width fix */
@media (min-width: 961px){
  .faq-list{
    width: 70%;
    margin: 0 auto;
  }
  .seo-article.faq-width{
    width: 90%;
    margin: 32px auto 0;
  }
}


/* references modern cards */
.reference-modern-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.reference-modern-card{
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(15,23,42,.06);
  transition:transform .24s ease, box-shadow .24s ease;
}
.reference-modern-card:hover{
  transform:translateY(-8px);
  box-shadow:0 22px 55px rgba(15,23,42,.12);
}
.reference-visual{
  position:relative;
  height:260px;
  background:linear-gradient(180deg,#f8f9fc,#eef2f7);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
}
.reference-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:20px;
}
.reference-placeholder{
  width:100%;
  height:100%;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:8px;
  background:linear-gradient(135deg,#ffffff,#f1f4f8);
  color:#4b5565;
  border:1px dashed rgba(17,24,39,.14);
}
.reference-service-badge{
  position:absolute;
  left:22px;
  bottom:22px;
  display:inline-flex;
  padding:10px 14px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid rgba(17,24,39,.08);
  font-weight:700;
  color:#1a2233;
  box-shadow:0 10px 24px rgba(15,23,42,.08);
}
.reference-body{
  padding:24px 24px 22px;
}
.reference-headline{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:8px;
}
.reference-headline h3{
  margin:0;
  font-size:20px;
  color:#171d2b;
}
.reference-pill{
  white-space:nowrap;
  padding:10px 14px;
  border-radius:999px;
  background:#f8f8fb;
  border:1px solid rgba(17,24,39,.08);
  color:#5b6576;
  font-weight:700;
}
.reference-body h4{
  margin:0 0 12px;
  font-size:16px;
  color:#2e3a4d;
}
.reference-body p{
  margin:0 0 14px;
  color:#606b7d;
}
.reference-detail-text{
  color:#4c5668;
  font-size:15px;
  line-height:1.7;
  margin-bottom:16px;
}
.reference-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
}
.reference-footer small{
  color:#7b8597;
}
.reference-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,#d9a84a,#f0cc84);
  color:#111;
  font-weight:800;
}
@media (max-width: 960px){
  .reference-modern-grid{
    grid-template-columns:1fr;
  }
  .reference-headline,
  .reference-footer{
    flex-direction:column;
    align-items:flex-start;
  }
}


/* reference detail pro */
.reference-detail-hero{
  background:#232323;
  color:#fff;
  padding:72px 0;
  position:relative;
  overflow:hidden;
}
.reference-detail-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 20%, rgba(217,168,74,.28), transparent 12%),
    radial-gradient(circle at 70% 18%, rgba(217,168,74,.18), transparent 14%),
    radial-gradient(circle at 30% 80%, rgba(217,168,74,.16), transparent 10%);
  pointer-events:none;
}
.reference-detail-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:40px;
  align-items:center;
}
.reference-detail-media{
  border-radius:30px;
  overflow:hidden;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  padding:20px;
  box-shadow:0 20px 50px rgba(0,0,0,.25);
}
.reference-detail-media img{
  width:100%;
  height:100%;
  max-height:620px;
  object-fit:cover;
  border-radius:22px;
}
.reference-placeholder.detail{
  min-height:420px;
  background:rgba(255,255,255,.05);
  color:#fff;
  border-color:rgba(255,255,255,.12);
}
.reference-detail-content .eyebrow{
  color:#e3b454;
}
.reference-detail-content h1{
  font-size:58px;
  line-height:1.05;
  margin:10px 0 18px;
  color:#f6f6f8;
}
.reference-detail-content .lead{
  color:#e2e2e7;
  max-width:none;
}
.reference-meta-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin:34px 0;
}
.reference-meta-item{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.reference-meta-item strong{
  color:#d9a84a;
}
.reference-meta-item span:last-child{
  color:#f2f3f6;
}
.meta-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(217,168,74,.12);
  color:#e3b454;
  font-size:22px;
}
.reference-service-list h2{
  font-size:28px;
  color:#f4f5f7;
  margin:0 0 16px;
}
.service-tags{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.service-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  padding:16px 22px;
  border-radius:999px;
  background:#1a1a1a;
  border:1px solid rgba(255,255,255,.08);
  color:#f5f5f6;
  font-weight:700;
  box-shadow:inset 0 -2px 0 rgba(217,168,74,.65);
}
.reference-detail-section{
  background:#fff;
}
.reference-detail-text-box{
  max-width:1040px;
  margin:0 auto;
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:30px;
  padding:34px;
  box-shadow:0 18px 40px rgba(15,23,42,.06);
}
.reference-detail-text-box h2{
  margin-top:0;
  font-size:34px;
}
.reference-detail-copy{
  font-size:18px;
  line-height:1.9;
  color:#4f596b;
}
@media (max-width: 960px){
  .reference-detail-grid{
    grid-template-columns:1fr;
  }
  .reference-meta-grid{
    grid-template-columns:1fr 1fr;
  }
  .reference-detail-content h1{
    font-size:36px;
  }
}


/* services pillar update */
.services-article-wrap{
  display:grid;
  gap:22px;
  max-width:1080px;
  margin:0 auto;
}
.pillar-article-block{
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:28px;
  padding:30px;
  box-shadow:0 14px 32px rgba(15,23,42,.05);
}
.pillar-article-block h2{
  margin:0 0 14px;
  font-size:30px;
  line-height:1.2;
}
.pillar-article-block p{
  margin:0;
  color:#546073;
  font-size:18px;
  line-height:1.9;
}
.pillar-article-block a{
  color:#b67f17;
  font-weight:700;
}
.service-detail-cta-row{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:24px;
}
.service-detail-layout{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:24px;
  align-items:start;
}
.service-detail-main{
  display:grid;
  gap:20px;
}
.service-article-box{
  margin-top:0;
}
.service-article-box h2{
  margin-top:0;
  font-size:34px;
  line-height:1.2;
}
.service-detail-sidebar{
  display:grid;
  gap:20px;
  position:sticky;
  top:110px;
}
.service-side-card{
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:28px;
  padding:24px;
  box-shadow:0 14px 32px rgba(15,23,42,.05);
}
.service-side-card h3{
  margin-top:0;
  font-size:24px;
}
.service-side-card p{
  color:#596476;
}
.service-side-card .btn{
  width:100%;
  margin-bottom:12px;
}
.service-side-card .btn.full{
  width:100%;
}
.other-services-list{
  display:grid;
  gap:12px;
}
.other-service-item{
  display:block;
  padding:16px 18px;
  border-radius:18px;
  background:#f8f9fc;
  border:1px solid rgba(17,24,39,.08);
}
.other-service-item strong{
  display:block;
  color:#192133;
  margin-bottom:6px;
}
.other-service-item span{
  display:block;
  color:#627084;
  font-size:15px;
  line-height:1.6;
}
@media (max-width: 960px){
  .service-detail-layout{
    grid-template-columns:1fr;
  }
  .service-detail-sidebar{
    position:relative;
    top:0;
  }
  .pillar-article-block h2,
  .service-article-box h2{
    font-size:26px;
  }
}


/* service page enhancements */
.service-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.benefit-box{
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:26px;
  padding:26px;
  box-shadow:0 14px 32px rgba(15,23,42,.05);
}
.benefit-icon{
  width:62px;
  height:62px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  background:linear-gradient(135deg,#fff3db,#f8e0ad);
  margin-bottom:16px;
}
.benefit-box h3{
  margin:0 0 10px;
  font-size:24px;
}
.benefit-box p{
  margin:0;
  color:#5b6678;
}
.mini-faq-block{
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:28px;
  padding:28px;
  box-shadow:0 14px 32px rgba(15,23,42,.05);
}
.mini-faq-block h2{
  margin-top:0;
  font-size:32px;
}
.faq-compact{
  width:100% !important;
  max-width:100% !important;
}
.references-seo-article a{
  color:#b67f17;
  font-weight:700;
}
@media (max-width: 960px){
  .service-benefit-grid{
    grid-template-columns:1fr;
  }
}


/* mobile nav + logo */
.brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
}
.brand-text{
  font-weight:800;
  letter-spacing:.04em;
  text-transform:lowercase;
}
.brand-logo{
  max-height:54px;
  width:auto;
  display:block;
}
.menu-toggle{
  display:none;
  width:48px;
  height:48px;
  border-radius:14px;
  border:1px solid rgba(17,24,39,.08);
  background:#fff;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  padding:0;
}
.menu-toggle span{
  display:block;
  width:20px;
  height:2px;
  background:#1c2331;
  border-radius:999px;
  transition:all .24s ease;
}
@media (max-width: 960px){
  .topbar{display:none;}
  .nav-inner{
    position:relative;
    padding:14px 0;
  }
  .menu-toggle{display:inline-flex;}
  .nav-links{
    position:absolute;
    left:0;
    right:0;
    top:100%;
    background:#fff;
    border:1px solid rgba(17,24,39,.08);
    border-radius:22px;
    box-shadow:0 18px 40px rgba(15,23,42,.08);
    padding:16px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:10px;
  }
  .nav-links.is-open{display:flex;}
  .nav-links a{
    padding:12px 14px;
    border-radius:14px;
    background:#f8f9fc;
  }
  .nav-links a.btn{
    justify-content:center;
    margin-top:4px;
  }
  .hero{padding:54px 0 34px;}
  .hero h1,.page-hero h1{font-size:34px;}
  .section{padding:56px 0;}
  .section-head h2{font-size:30px;}
}


.about-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:24px;
  align-items:start;
}
.about-side-card{
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:28px;
  padding:28px;
  box-shadow:0 14px 32px rgba(15,23,42,.05);
  position:sticky;
  top:110px;
}
.about-side-card h3{
  margin-top:0;
  font-size:28px;
}
.about-points{
  display:grid;
  gap:14px;
  margin:18px 0 24px;
}
.about-point{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px 16px;
  border-radius:18px;
  background:#f8f9fc;
  border:1px solid rgba(17,24,39,.08);
}
.about-point span{
  width:28px;
  height:28px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#d9a84a,#f0cc84);
  color:#111;
  font-weight:800;
  flex:0 0 28px;
}
.about-point strong{
  display:block;
  color:#182133;
}
.about-point small{
  color:#627084;
}
@media (max-width: 960px){
  .about-grid{
    grid-template-columns:1fr;
  }
  .about-side-card{
    position:relative;
    top:0;
  }
}


.contact-layout{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
  align-items:start;
}
.contact-form-card,
.contact-side-card{
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:28px;
  padding:28px;
  box-shadow:0 14px 32px rgba(15,23,42,.05);
}
.contact-form-card h2,
.contact-side-card h3,
.contact-cta-box h4{
  margin-top:0;
}
.contact-points{
  display:grid;
  gap:14px;
  margin:18px 0 24px;
}
.contact-point{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px;
  border-radius:18px;
  background:#f8f9fc;
  border:1px solid rgba(17,24,39,.08);
}
.contact-point span{
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#d9a84a,#f0cc84);
  color:#111;
  font-weight:800;
}
.contact-point strong{
  display:block;
  color:#182133;
  margin-bottom:4px;
}
.contact-point a,
.contact-point div span{
  color:#5b6678;
}
.contact-cta-box{
  padding:20px;
  border-radius:20px;
  background:#f8f9fc;
  border:1px solid rgba(17,24,39,.08);
}
.notice.error{
  padding:16px 18px;
  margin-bottom:16px;
  color:#8a1f28;
  background:#fff1f2;
}
@media (max-width: 960px){
  .contact-layout{
    grid-template-columns:1fr;
  }
}


/* contact icon alignment fix */
.contact-point{
  display:flex;
  gap:14px;
  align-items:flex-start;
}
.contact-point > span{
  width:46px;
  height:46px;
  min-width:46px;
  min-height:46px;
  flex:0 0 46px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  margin-top:2px;
}
.contact-point > div{
  flex:1 1 auto;
  min-width:0;
}
.contact-point strong{
  display:block;
  margin:0 0 6px;
  line-height:1.2;
}
.contact-point a,
.contact-point div span{
  display:block;
  line-height:1.5;
  word-break:break-word;
}


/* contact final fix */
.contact-point{
  display:flex;
  align-items:center;
  gap:16px;
}
.contact-icon{
  width:56px;
  height:56px;
  min-width:56px;
  flex:0 0 56px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#d9a84a,#f0cc84);
  color:#111;
  font-size:24px;
  font-weight:700;
  line-height:1;
}
.contact-content{
  flex:1 1 auto;
  min-width:0;
}
.contact-content strong{
  display:block;
  margin:0 0 6px;
  color:#182133;
  line-height:1.2;
}
.contact-content a,
.contact-value{
  display:block;
  color:#5b6678;
  line-height:1.6;
  word-break:break-word;
}
.contact-map-card{
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:28px;
  padding:28px;
  box-shadow:0 14px 32px rgba(15,23,42,.05);
}
.contact-map-card h2{
  margin-top:0;
}
.contact-map-embed{
  overflow:hidden;
  border-radius:20px;
  border:1px solid rgba(17,24,39,.08);
  min-height:320px;
}
.contact-map-embed iframe{
  width:100% !important;
  height:420px !important;
  border:0 !important;
  display:block;
}


/* contact icons uniform */
.contact-point{
  display:flex;
  align-items:center;
  gap:18px;
  padding:18px 20px;
  border-radius:22px;
  background:#f8f9fc;
  border:1px solid rgba(17,24,39,.08);
}
.contact-icon{
  width:58px;
  height:58px;
  min-width:58px;
  flex:0 0 58px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#d9a84a,#f0cc84);
  color:#111;
}
.contact-icon svg{
  width:24px;
  height:24px;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.contact-content{
  flex:1 1 auto;
  min-width:0;
}
.contact-content strong{
  display:block;
  margin:0 0 6px;
  color:#182133;
  line-height:1.2;
  font-size:18px;
}
.contact-content a,
.contact-value{
  display:block;
  color:#5b6678;
  line-height:1.6;
  word-break:break-word;
  font-size:17px;
}


/* Apple-level contact polish */
.contact-points{
  display:grid;
  gap:18px;
}

.contact-point{
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  padding:20px 22px !important;
  min-height:112px !important;
  border-radius:24px !important;
  background:rgba(248,249,252,.92) !important;
  border:1px solid rgba(17,24,39,.08) !important;
  box-shadow:0 8px 24px rgba(15,23,42,.04), inset 0 1px 0 rgba(255,255,255,.65) !important;
  backdrop-filter:blur(10px);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}

.contact-point:hover{
  transform:translateY(-4px) scale(1.01) !important;
  border-color:rgba(217,168,74,.26) !important;
  box-shadow:0 18px 42px rgba(15,23,42,.10), 0 0 0 1px rgba(217,168,74,.08) inset !important;
}

.contact-icon{
  width:72px !important;
  height:72px !important;
  min-width:72px !important;
  min-height:72px !important;
  flex:0 0 72px !important;
  border-radius:20px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(135deg,#d9a84a,#f0cc84) !important;
  color:#111 !important;
  box-shadow:0 10px 24px rgba(217,168,74,.22), inset 0 1px 0 rgba(255,255,255,.28) !important;
  position:relative;
  overflow:hidden;
}

.contact-icon::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.38), transparent 40%);
  pointer-events:none;
}

.contact-icon i{
  font-size:28px !important;
  line-height:1 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  position:relative;
  z-index:1;
  transition:transform .25s ease, filter .25s ease, text-shadow .25s ease;
}

.contact-point:hover .contact-icon i{
  transform:scale(1.08);
  filter:drop-shadow(0 0 8px rgba(255,236,186,.55));
  text-shadow:0 0 14px rgba(255,243,210,.55);
}

.contact-content{
  flex:1 1 auto !important;
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}

.contact-content strong{
  display:block !important;
  margin:0 0 8px !important;
  color:#182133 !important;
  line-height:1.15 !important;
  font-size:18px !important;
  font-weight:800 !important;
}

.contact-content a,
.contact-value{
  display:block !important;
  color:#5b6678 !important;
  line-height:1.55 !important;
  word-break:break-word !important;
  font-size:17px !important;
}

.contact-form-card,
.contact-side-card,
.contact-map-card{
  border-radius:30px !important;
  box-shadow:0 12px 36px rgba(15,23,42,.05), inset 0 1px 0 rgba(255,255,255,.72) !important;
}

.contact-cta-box{
  border-radius:24px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75) !important;
}

.contact-form-card .btn,
.contact-cta-box .btn{
  min-height:58px;
  border-radius:999px;
  box-shadow:0 10px 24px rgba(217,168,74,.18);
}

@media (max-width: 960px){
  .contact-point{
    min-height:96px !important;
    padding:16px 18px !important;
    gap:14px !important;
  }
  .contact-icon{
    width:60px !important;
    height:60px !important;
    min-width:60px !important;
    min-height:60px !important;
    flex:0 0 60px !important;
    border-radius:18px !important;
  }
  .contact-icon i{
    font-size:24px !important;
  }
  .contact-content strong{
    font-size:17px !important;
  }
  .contact-content a,
  .contact-value{
    font-size:16px !important;
  }
}


/* home seo refresh */
.seo-hero{padding-bottom:64px}
.hero-keywords{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.hero-keywords span{display:inline-flex;padding:9px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:700;color:#253046;box-shadow:0 10px 24px rgba(15,23,42,.05)}
.home-seo-content h3{font-size:30px;line-height:1.2;margin:34px 0 14px;color:#172031}
.home-seo-content p{color:#4f5b6d}
.content-visual{margin:26px 0 34px;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 14px 32px rgba(15,23,42,.05)}
.content-visual img{width:100%;height:auto;display:block}
.content-visual figcaption{padding:14px 18px;color:#667083;background:#fbfcfe}
.home-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin:26px 0 8px}
.home-gallery figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 14px 32px rgba(15,23,42,.05)}
.home-gallery img{width:100%;height:260px;object-fit:cover}
.home-gallery figcaption{padding:14px 16px;font-weight:600;color:#243043}
@media (max-width:960px){
  .hero-keywords{gap:8px}
  .hero-keywords span{font-size:13px}
  .home-seo-content h3{font-size:24px}
  .home-gallery{grid-template-columns:1fr}
  .home-gallery img{height:auto}
}


.blog-card{padding:0;overflow:hidden;display:flex;flex-direction:column;min-height:100%}
.blog-card-image img{width:100%;height:220px;object-fit:cover}
.blog-card-body{padding:24px}
.blog-cover{margin:0 0 28px;border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:0 16px 36px rgba(15,23,42,.08)}
.blog-cover img{width:100%;height:auto;display:block}
.service-top-visual{margin:28px 0 10px;border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:0 16px 36px rgba(15,23,42,.08)}
.service-top-visual img{width:100%;max-height:460px;object-fit:cover}


.blog-cta-box{margin:32px 0;padding:24px;border:1px solid #e7e9f2;border-radius:20px;background:#f7f9fd}
.blog-cta-box h2{margin-top:0}
.blog-cta-box ul{margin:0;padding-left:18px}
.blog-cover img{width:100%;height:auto;border-radius:20px}
