/* ==========================================================================
   フロントページ専用CSS（front-page.php でのみ読み込み）
   #fp-top 配下にスコープ（共通の変数・リセットは style.css を参照）
   ========================================================================== */
#fp-top {
  overflow:visible;
}
#fp-top .script{font-family:'Caveat', cursive;}
.p-fixBtnWrap {
  bottom: 6.25em;
}
/* ===== HERO ===== */
#fp-top .hero{
  position:relative;
/*  background:linear-gradient(160deg, var(--bg-hero-a) 0%, var(--bg-hero-b) 55%, #f3f7fb 100%);*/
  padding:200px 70px 40px;
/*  overflow:hidden;*/
}
#fp-top .contact-fab{
  position:absolute; top:-40px; right:-30px; z-index:999;
  width:150px;height:150px;border-radius:50%;background:var(--navy);
  color:#fff; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px;
  font-size:11px; font-weight:700; box-shadow:0 12px 24px rgba(44,56,120,.28);
}
#fp-top .contact-fab svg{width:20px;height:20px;}

#fp-top .hero-grid{display:flex; align-items:center; gap:30px; flex-wrap:wrap;}
#fp-top .hero-copy{
  flex:1 1 460px;
  position:relative;
  margin-left:60px;
}
#fp-top .eyebrow-mark{
  display:inline-flex; align-items:center; justify-content:center;
  width:90px; height:90px; border-radius:50%; background:var(--yellow);
  font-weight:800; font-size:14px; text-align:center; line-height:1.2; color:var(--ink);
  transform:rotate(-6deg); box-shadow:0 10px 20px rgba(0,0,0,.08);
  margin-bottom:16px;
}
#fp-top .hero {
  background:url(./images/main-v02.png) no-repeat bottom right 0px / contain;
/*  height:600px;*/
/*  margin-bottom:80px;*/
}
#fp-top .hero h1{
  font-size:70px; font-weight:700; line-height:1.3; letter-spacing:.03em;
}
#fp-top .hero h1 span.min {
  font-size:46px;
  margin-left:8px;
}
#fp-top .hero h1 span.mid {
  font-size:58px;
}
#fp-top .hero p.desc{
  margin-top:20px; font-size:16px; line-height:2; color:#333; font-weight:500;
}
#fp-top .hero .tagline{
  margin-top:10px;
  font-size:26px;
  color:var(--navy);
  font-weight:600;
  position:relative;
  top:-30px;
  left:0px;
  transform:rotate(-8deg);
}

#fp-top .hero-art{
/*  flex:1 1 320px; position:relative; height:280px;*/
  display:none;
}
#fp-top .hero-illustration{width:100%; height:100%; object-fit:contain; display:block;}

#fp-top .scroll-cue{
  margin-top:24px;
  display:flex;
  align-items:flex-end;
  gap:20px;
  color:#8a8f9c;
  font-size:11px;
  letter-spacing:.1em;
  font-weight:600;
  margin-top:100px;
}
#fp-top .scroll-cue .line{
  width:1px;
  height:60px;
  background:#b9bfcf;
  position:relative;
}
#fp-top .scroll-cue .line:after {
  content:"";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #b9bfcf;
  position:absolute;
  left:-6px;
  bottom:-7px;
}
@media (max-width:1400px){
  #fp-top .hero-copy {
    margin-left:0;
  }
}
@media (max-width:1220px){
  #fp-top .hero {
    margin-bottom:0;
  }
}
@media (max-width:1220px){
  #fp-top .hero-grid {
    align-items: flex-start;
  }
}
/* ===== SECTION HEADERS ===== */
#fp-top .section{padding:100px 60px;}
#fp-top .section-head{margin-bottom:14px;}
#fp-top .section-num{font-size:64px; font-weight:900; color:var(--navy); line-height:1;}
#fp-top .section-title-block{padding-top:8px;}
#fp-top .section-title-block h2{font-size:28px; font-weight:800; letter-spacing:.03em;}
#fp-top .section-title-block .jp-sub{font-size:18px; margin-top:0px; font-weight:bold;}
#fp-top .section-title-block p.desc{margin-top:10px; font-size:14px; color:#333; line-height:1.7;}
#fp-top .section-cta{
  margin-top:14px; display:inline-flex; align-items:center; gap:10px;
  background:var(--navy); color:#fff; font-size:12.5px; font-weight:700;
  padding:11px 24px; border-radius:26px;
}
@media (max-width:1220px){
  #fp-top .section{padding:60px 30px;}
}

/* ===== common width ===== */
#fp-top section {
  border-bottom:2px solid #eee;
}
#fp-top section:first-child {
  border-bottom:none;
}
#fp-top .c-flex{flex:0 0 200px;}

/* ===== SERVICES (flex) ===== */
#fp-top .services-layout{display:flex; gap:56px;}
#fp-top #services .cards {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#fp-top #services .card {
  position: relative;
  border-radius: 24px;
  padding:30px 10px 30px 30px;
  gap: 32px;
  overflow: hidden;
/*  box-shadow: 0 10px 30px rgba(0, 0, 0, .3);*/
}
#fp-top #services .card > div {
  display: flex;
  align-items:flex-start;
  gap:20px;
}
#fp-top #services .card:nth-child(1) {
  background: #eff5fe;
  border:2px solid #1e5fd1;
}
#fp-top #services .card:nth-child(2) {
  background: #eff7f6;
  border:2px solid #2fa66a;
}
#fp-top #services .card:nth-child(3) {
  background: #f3f2fe;
  border:2px solid #5b5be0;
}
#fp-top #services .card:nth-child(4) {
  background: #fff5ea;
  border:2px solid #f2941f;
}
#fp-top #services .card-left {
  flex: 1;
  min-width: 0;
}
#fp-top #services .number-badge {
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom: 20px;
}
#fp-top #services .number-badge span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
#fp-top #services .card--hp .number-badge span {
  background: #1e5fd1;
}
#fp-top #services .card--design .number-badge span {
  background: #2fa66a;
}
#fp-top #services .card--webapp .number-badge span {
  background: #5b5be0;
}
#fp-top #services .card--ai .number-badge span {
  background: #f2941f;
}
#fp-top #services .card-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  line-height:1em;
}
#fp-top #services .card-subtitle {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
}
#fp-top #services .card-subtitle {
  font-size:18px;
}
#fp-top #services .card--hp .card-subtitle {
  color: #1e5fd1;
}
#fp-top #services .card--design .card-subtitle {
  color: #2fa66a;
}
#fp-top #services .card--webapp .card-subtitle {
  color: #5b5be0;
}
#fp-top #services .card--ai .card-subtitle {
  color: #f2941f;
}
#fp-top #services .card-desc {
  font-size: 14px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 24px;
}
#fp-top #services .price-area {
  display:flex;
  align-items:center;
  gap:25px;
  margin-bottom:20px;
  background:#fff;
  border-radius:20px;
  padding:10px 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
#fp-top #services .price-area .en-icon {
  border-radius:100%;
  width:100px;
  min-width:100px;
  height:100px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:#fff;
}
#fp-top #services .price-area .en-icon .text {
  font-size:13px;
/*  font-weight:bold;*/
  border-bottom:2px solid #fff;
  padding-bottom:3px;
  margin-bottom:3px;
}
#fp-top #services .price-area .en-icon .en {
  font-size:40px;
  font-weight:bold;
  line-height:1em;
}
#fp-top #services .price {
  display:flex;
  flex-direction:column;
}
#fp-top #services .price .big {
  font-size:55px;
  font-weight:800;
  border-bottom:1px solid #eee;
  line-height:1em;
  margin-bottom:10px;
  font-family: "Montserrat", sans-serif;
}
#fp-top #services .price .big .small {
  font-size:20px;
  margin-left:5px;
  font-weight:bold;
}
#fp-top #services .price .min-text {
  font-size:13px;
}
/* card--hp */
#fp-top #services .card--hp .price-area .en-icon {
  background:linear-gradient(180deg,#3159ed 0%,#2879f2 55%,#18acec 100%);
}
#fp-top #services .card--hp .price .big {
  color:#1e5fd1;
}
/* card--design */
#fp-top #services .card--design .price-area .en-icon {
  background:linear-gradient(180deg,#20a96b 0%,#21b987 50%,#27c9a6 100%);
}
#fp-top #services .card--design .price .big {
  color:#2fa66a;
}
/* card--webapp */
#fp-top #services .card--webapp .price-area .en-icon {
  background:linear-gradient(180deg,#5749e8 0%,#6759ef 50%,#8173f4 100%);
}
#fp-top #services .card--webapp .price .big {
  color:#5b5be0;
}
/* card--ai */
#fp-top #services .card--ai .price-area .en-icon {
  background:linear-gradient(180deg,#f17a16 0%,#f5941e 50%,#f7b02b 100%);
}
#fp-top #services .card--ai .price .big {
  color:#f2941f;
}

#fp-top #services .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px !important;
}
#fp-top #services .tag-list .tag {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
#fp-top #services .logo-list {
  display: flex;
  flex-wrap: wrap;
  align-items:center !important;
  gap: 12px !important;
}
#fp-top #services .logo-list .tag {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 10px;
  padding: 15px 18px;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
#fp-top #services .logo-list.type2 {
  margin-bottom:20px;
}
#fp-top #services .logo-list.type2 .tag {
  background:none;
  box-shadow: none;
  padding:0;
}

#fp-top #services .tag img {
  max-width: 100%;
  object-fit: contain;
}
#fp-top #services .card-right {
  flex-shrink: 0;
  width: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fp-top #services .card-right img.illustration {
  width: 100%;
  height: auto;
}
#fp-top #services .c_btn01 {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:100%;
  height:70px;
  border-radius:50px;
  color:#fff;
  margin:30px auto 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  transition:0.3s;
/*  position:absolute;
  right:20px;
  bottom:20px;*/
  position:relative;
  text-align:center;
  animation:float 2s ease-in-out infinite;
}
@keyframes float{
/*  0%,100%{
    transform:scale(1.01);
  }
  50%{
    transform:scale(1);
  }*/
}
#fp-top #services .c_btn01:hover {
  opacity:0.3s;
}
#fp-top #services .c_btn01 .text01 {
  font-weight:bold;
  font-size:18px;
  border-bottom:1px solid #fff;
  padding-bottom:3px;
  margin-bottom:4px;
}
#fp-top #services .c_btn01 .text01:after {
  content:"\f0ab";
  font-family:"FontAwesome";
  font-size:30px;
  color:#fff;
  position:absolute;
  right:15px;
  top:10px;
}
#fp-top #services .c_btn01 .text02 {
  font-size:12px;
  line-height:1.2em;
}
#fp-top #services .card:nth-child(1) .c_btn01 {
  background: linear-gradient(180deg, #3159ed 0%, #2879f2 55%, #18acec 100%);
}
#fp-top #services .card:nth-child(2) .c_btn01 {
  background:linear-gradient(180deg,#20a96b 0%,#21b987 50%,#27c9a6 100%);
}
#fp-top #services .card:nth-child(3) .c_btn01 {
  background:linear-gradient(180deg,#5749e8 0%,#6759ef 50%,#8173f4 100%);
}
#fp-top #services .card:nth-child(4) .c_btn01 {
  background:linear-gradient(180deg,#f17a16 0%,#f5941e 50%,#f7b02b 100%);
}

@media (max-width:1220px){
  #fp-top .services-layout {
    flex-direction:column;
    gap: 0px;
  }
  #fp-top #services .cards {
    max-width: 100%;
    gap: 30px;
  }
}
@media (max-width:767px){
  #fp-top #services .card > div {
    flex-direction:column;
    align-items:center;
    gap: 20px;
  }
  #fp-top #services .card {
    padding: 20px;
    gap: 32px;
    overflow:visible;
  }
  #fp-top #services .card-title {
    font-size:clamp(20px,3.65vw,28px);
  }
  #fp-top #services .number-badge span {
    width:clamp(40px,7.3vw,56px);
    height:clamp(40px,7.3vw,56px);
    font-size:clamp(16px,3.12vw,24px);
  }
  #fp-top #services .card-subtitle {
    font-size:clamp(16px,2.34vw,18px);
  }
  #fp-top #services .price-area {
    gap:10px;
  }
  #fp-top #services .price-area .en-icon {
    width:70px;
    min-width:70px;
    height:70px;
  }
  #fp-top #services .price-area .en-icon .text {
    font-size:11px;
  }
  #fp-top #services .price-area .en-icon .en {
    font-size:28px;
  }
  #fp-top #services .price .big {
    font-size:clamp(34px,7.17vw,55px);
  }
  #fp-top #services .price .big .small {
    font-size:clamp(14px,2.6vw,20px);
  }
  #fp-top #services .price .min-text {
    font-size:12px;
  }
  #fp-top #services .card--design .card-subtitle br {
    display:none;
  }
  #fp-top #services .card-right {
    width:100%;
    text-align:center;
    margin-bottom:15px;
  }
  #fp-top #services .card-right img {
    max-width:300px;
  }
  #fp-top #services .card > .tag-list,#fp-top #services .card > .logo-list {
    flex-direction:row;
    justify-content:center;
  }
  #fp-top #services .tag-list {
    gap:0;
  }
  #fp-top #services .tag-list .tag {
    width:100%;
    font-size:10px;
    justify-content:center;
  }
}
/* ===== WORKS (flex) ===== */
#fp-top .works-bg{ 
  background:#eff5fe;
/*  border-top: 20px solid #1e5fd1;*/
}
#fp-top .works-layout{display:flex; gap:56px;}
#fp-top .work-grid{ display:flex; flex-wrap:wrap; gap:2%;}
#fp-top .work-card{
  width:32%;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 5px 10px rgba(0,0,0,.3);
  margin-bottom:10px;
  transition:0.3s;
  position:relative;
  top:0;
}
#fp-top .work-card:hover {
  opacity:0.7;
  top:-5px;
}
#fp-top .work-thumb{
  height:12vw;
  max-height:180px;
  position:relative;
  display:flex;
  align-items:flex-end;
  color:#fff;
}
#fp-top .work-thumb .work-link{
  position:absolute; top:16px; right:16px; width:30px;height:30px;border-radius:50%; background:#1a9c86; display:flex; align-items:center; justify-content:center; font-size:16px; color:#fff; font-weight:bold; box-shadow:0 10px 30px rgba(0,0,0,.3);
}
#fp-top .work-thumb h4{font-size:19px; font-weight:800; line-height:1.5;}
#fp-top .work-body{padding:14px 16px 18px;}
#fp-top .work-body .cat{font-size:13px; font-weight:800; margin-bottom:8px;}
#fp-top .work-body .tag{display:inline-block; font-size:11px; color:#8c9099; background:#f2f3f6; padding:4px 10px; border-radius:20px;}
#fp-top .work-thumb img {
  width:100%;
  height:100%;
  object-fit:cover;
}
@media (max-width:1220px){
  #fp-top .works-layout{
    flex-direction:column; 
    gap:30px;
  }
  #fp-top .work-thumb{
    height:19vw;
    max-height:230px;
  }
}
@media (max-width:767px){
  #fp-top .work-grid {
    gap:4%;
  }
  #fp-top .work-card {
    width:48%;
    margin-bottom:20px;
  }
}
@media (max-width:500px){
  #fp-top .work-grid {
  }
  #fp-top .work-card {
    width:100%;
    margin-bottom:20px;
  }
  #fp-top .work-thumb {
    height: 60vw;
  }
}
/* ===== NEWS (flex) ===== */
#fp-top #news {
  background:#eff7f6;
/*  border-top: 20px solid #2fa66a;*/
}
#fp-top .news-layout{display:flex; gap:56px;}
#fp-top .news-grid{ display:flex; flex-wrap:wrap; gap:2%; width:100%;}
#fp-top .news-card{
  width:32%;
  border-radius:16px; overflow:hidden;
  background:#fff;
  box-shadow:0 5px 10px rgba(0,0,0,.3);
  transition:0.3s;
  position:relative;
  top:0;
}
#fp-top .news-card:hover {
  opacity:0.7;
  top:-5px;
}
#fp-top .news-thumb{
  height:12vw;
  max-height:180px;
}
#fp-top .news-thumb img {
  object-fit:cover;
  width:100%;
  height:100%;
}
#fp-top .news-body{padding:12px 14px 14px;}
#fp-top .news-meta{display:flex; gap:6px; align-items:center; margin-bottom:10px; flex-wrap:wrap;}
#fp-top .news-date{font-size:10.5px; color:#9296a2; font-weight:700;}
#fp-top .news-tag{font-size:9.5px; font-weight:700; padding:3px 8px; border-radius:12px;}
#fp-top .news-tag.info{background:#e7edfb; color:#3c5fd0;}
#fp-top .news-tag.works{background:#fdeee0; color:var(--orange);}
#fp-top .news-body h5{font-size:12.5px; font-weight:700; line-height:1.7;}
#fp-top .news-more{width:26px;height:26px;border-radius:50%; background:#f4f5f8; display:flex; align-items:center; justify-content:center; margin-top:14px; font-size:11px;}
@media (max-width:1220px){
  #fp-top .news-layout{
    flex-direction:column;
    gap:30px;
  }
  #fp-top .news-grid {
    align-items: flex-start;
  }
  #fp-top .news-thumb img {
    object-fit:cover;
    width:100%;
    height:100%;
  }
  #fp-top .news-thumb{
    height:19vw;
    max-height:230px;
  }
}
@media (max-width:767px){
  #fp-top .news-grid {
    gap: 4%;
  }
  #fp-top .news-card {
    width: 48%;
    margin-bottom:20px;
  }
}
@media (max-width:500px){
  #fp-top .news-grid {
  }
  #fp-top .news-card {
    width:100%;
    margin-bottom:20px;
  }
  #fp-top .news-thumb {
    height: 60vw;
  }
}
/* ===== CONTACT (flex) ===== */
#fp-top #contact {
  background:#f3f2fe;
/*  border-top: 20px solid #5b5be0;*/
}
#fp-top #contact .contact-form br {
  display:none;
}
#fp-top .contact-layout{display:flex; gap:56px;}
#fp-top .contact-form{
  flex:1 1 600px;
  background:#fbfbfd;
/*  box-shadow:0 5px 10px rgba(0,0,0,.3);*/
  border:1px solid #ccc;
  border-radius:16px;
  padding:28px 32px;
}
#fp-top .form-row{display:flex; flex-wrap:wrap; gap:26px;}
#fp-top .form-row .form-group{}
#fp-top .form-row .form-group.content{}
#fp-top .form-group label{font-size:13px; font-weight:700; display:block; margin-bottom:12px;}
#fp-top .form-group input[type=text], #fp-top .form-group input[type=email]{
  width:100%; border:1px solid var(--line); border-radius:8px; padding:14px 16px; font-size:13px; font-family:inherit; color:#333;
}
#fp-top .checks{display:flex; flex-direction:column; gap:9px; margin-top:2px;}
#fp-top .checks label{display:flex; align-items:center; gap:10px; font-size:13px; font-weight:600; color:#41454f;}
#fp-top .checks input{width:16px;height:16px; accent-color:var(--navy);}
#fp-top .form-group textarea{
  width:100%; height:100px; border:1px solid var(--line); border-radius:8px; padding:10px 12px; font-family:inherit; font-size:13px; resize:none;
}
#fp-top .form-group.email{flex:1 1 100%; max-width:520px; margin-top:6px;}
#fp-top .submit-wrap{display:flex; justify-content:center; margin-top:24px;}
#fp-top .submit-btn{
  background:var(--navy); color:#fff; font-size:13px; font-weight:700; padding:13px 56px; border-radius:30px; display:flex; align-items:center; gap:12px; box-shadow:0 14px 26px rgba(44,56,120,.25); border:none; cursor:pointer;
}
#fp-top .wpcf7-checkbox {
  display:flex;
  flex-direction:column;
}
@media (max-width:1220px){
  #fp-top .contact-layout{
    flex-direction:column;
    gap:30px;
  }
  #fp-top .form-row {
    flex-direction:column;
    gap: 26px;
  }

}
@media (max-width:767px){
  #fp-top .submit-wrap {
    flex-direction:column;
    align-items:center;
  }
}

/* ==========================================================================
   タブレット: 767px 〜 1000px（固定レイアウト） - フロントページ本文分
   ========================================================================== */
@media (min-width:767px) and (max-width:1000px){
  #fp-top .hero{padding:48px 40px 32px;}
  #fp-top .contact-fab{width:76px; height:76px; top:24px; right:40px; font-size:10px;}
  #fp-top .hero-grid{flex-direction:column; align-items:flex-start;}
  #fp-top .hero-copy{flex:1 1 100%;}
  #fp-top .eyebrow-mark{width:72px; height:72px; font-size:12px;}
  #fp-top .hero h1{font-size:30px;}
  #fp-top .hero-art{flex:1 1 100%; width:100%; height:220px;}

  #fp-top .section{padding:40px 40px;}
  #fp-top .section-num{font-size:48px;}
  #fp-top .services-layout,
  #fp-top .works-layout,
  #fp-top .news-layout,
  #fp-top .contact-layout{gap:32px;}
  #fp-top .services-intro,
  #fp-top .works-intro,
  #fp-top .news-intro,
  #fp-top .contact-intro{flex:1 1 100%;}

  #fp-top .service-card{flex:0 0 calc(50% - 11px);}
  #fp-top .work-card{flex:0 0 calc(50% - 11px);}
  #fp-top .news-card{flex:0 0 calc(33.333% - 12px);}

  #fp-top .contact-form{padding:24px;}
  #fp-top .form-row .form-group{flex:0 0 calc(50% - 13px);}
  #fp-top .form-row .form-group.content{flex:0 0 100%;}
}

/* ==========================================================================
   スマートフォン: 〜767px - フロントページ本文分
   ========================================================================== */
@media (max-width:767px){
  #fp-top .hero{
    padding:14vw 20px 200px;
    background: url(./images/main-v-sp.png) no-repeat bottom right / cover;
    height:90vh;
  }
  #fp-top .hero-copy {
    flex:1 1 0;
  }
  #fp-top .contact-fab{
    width:90px;
    height:90px;
    top:auto;
    bottom:20px;
    right:20px;
    font-size:12px;
  }
  #fp-top .contact-fab svg{width:16px;height:16px;}
  #fp-top .hero-grid{flex-direction:column; gap:16px;}
  #fp-top .eyebrow-mark{width:64px; height:64px; font-size:11px; margin-bottom:12px;}
  #fp-top .hero h1,#fp-top .hero h1 span.mid{font-size:clamp(26px,7.82vw,60px);}
  #fp-top .hero h1 span.min {font-size:clamp(18px,5.99vw,46px);}
  #fp-top .hero p.desc{
    font-size:clamp(12px,2.34vw,18px);
  }
  #fp-top .hero .tagline{font-size:18px; margin-top:60px;}
  #fp-top .hero-art{height:180px;}
  #fp-top .scroll-cue{display:none;}

  #fp-top .section{padding:28px 20px;}
  #fp-top .section-head{gap:16px;}
  #fp-top .section-num{font-size:36px; display:none;}
  #fp-top .section-title-block h2{font-size:22px;}

  #fp-top .services-layout,
  #fp-top .works-layout,
  #fp-top .news-layout,
  #fp-top .contact-layout{flex-direction:column; gap:20px;}
  #fp-top .services-intro,
  #fp-top .works-intro,
  #fp-top .news-intro,
  #fp-top .contact-intro{flex:1 1 auto;}

  #fp-top .service-grid,
  #fp-top .work-grid,
  #fp-top .news-grid{}
  #fp-top .service-card,
  #fp-top .work-card,
  #fp-top .news-card{}

  #fp-top .platform-badges{gap:20px; margin-top:16px; justify-content:center;}

  #fp-top .contact-form{padding:20px;}
  #fp-top .form-row{flex-direction:column; gap:20px;}
  #fp-top .form-row .form-group,
  #fp-top .form-row .form-group.content{flex:1 1 100%;}
  #fp-top .form-group.email{max-width:100%;}
  #fp-top .submit-btn{width:100%; justify-content:center; padding:14px 0;}
}
