﻿/* Offshore Hub about/contact content sections.
   Shared header, hero, footer, buttons, icons and page frame live in the public CSS registry. */

.page-shell,
.news-list-page{
  padding:18px 24px 0;
}

.page-shell .section-intro{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin:0 0 18px;
}

.page-shell .section-intro h2{
  margin:0 0 8px;
  color:#f5f9fd;
  font-size:30px;
  line-height:1.05;
  letter-spacing:0;
  font-weight:840;
}

.page-shell .section-intro p{
  max-width:760px;
  margin:0;
  color:#b9c8d7;
  font-size:14px;
  font-weight:700;
  line-height:1.48;
}

.info-grid,
.news-list-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.info-card,
.copy-panel,
.contact-form,
.company-info-card{
  border:1px solid rgba(57,126,174,.38);
  border-radius:8px;
  background:linear-gradient(180deg,rgba(5,20,32,.94),rgba(2,13,22,.96));
  box-shadow:none;
}

.info-card{
  min-height:170px;
  padding:20px;
}

.info-card .ico{
  width:28px;
  height:28px;
  margin:0 0 14px;
}

.info-card h3{
  margin:0 0 9px;
  color:#fff;
  font-size:20px;
  line-height:1.14;
  letter-spacing:0;
  font-weight:840;
}

.info-card p{
  margin:0;
  color:#c1d0df;
  font-size:14px;
  line-height:1.5;
  font-weight:650;
}

.copy-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  gap:14px;
  margin-top:14px;
}

.copy-panel,
.article-body{
  padding:24px;
}

.copy-panel h2{
  margin:0 0 14px;
  color:#fff;
  font-size:32px;
  line-height:1.08;
  letter-spacing:0;
  font-weight:840;
}

.copy-panel h2 span{
  color:#ff7417;
}

.copy-panel p,
.article-body p{
  margin:0 0 14px;
  color:#c4d3e3;
  font-size:15px;
  line-height:1.65;
  font-weight:650;
}

.check-list{
  display:grid;
  gap:10px;
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

.check-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#d9e7f4;
  font-weight:760;
  line-height:1.42;
}

.check-list li::before{
  content:"";
  flex:0 0 14px;
  width:14px;
  height:14px;
  margin-top:2px;
  background:#20d7ff;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.2 16.6 4.9 12.3l1.4-1.4 2.9 2.9 8.5-8.5 1.4 1.4z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.2 16.6 4.9 12.3l1.4-1.4 2.9 2.9 8.5-8.5 1.4 1.4z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.source-grid{
  display:grid;
  gap:0;
}

.source-row{
  display:grid;
  grid-template-columns:30px 1fr;
  gap:12px;
  align-items:start;
  padding:13px 0;
  border-bottom:1px solid rgba(117,157,190,.18);
}

.source-row:last-child{
  border-bottom:0;
}

.source-row i{
  width:28px;
  height:28px;
}

.source-row strong{
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-size:14px;
}

.source-row span{
  display:block;
  color:#b8c7d8;
  font-size:13px;
  line-height:1.45;
}

.contact-layout,
.article-layout{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);
  gap:14px;
  margin-top:14px;
}

.contact-form{
  display:grid;
  gap:14px;
  padding:20px;
}

.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.form-field{
  display:grid;
  gap:8px;
}

.form-field label{
  color:#9fb8cf;
  font-size:11px;
  font-weight:840;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.form-field input,
.form-field textarea,
.form-field select{
  width:100%;
  border:1px solid rgba(57,126,174,.44);
  border-radius:7px;
  background:#06111c;
  color:#fff;
  font:700 14px/1.4 Manrope,Inter,"Segoe UI",Arial,sans-serif;
  outline:0;
}

.form-field input,
.form-field select{
  height:44px;
  padding:0 13px;
}

.form-field textarea{
  min-height:150px;
  padding:12px 13px;
  resize:vertical;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus{
  border-color:#ff7417;
  box-shadow:0 0 0 2px rgba(255,116,23,.16);
}

.contact-note{
  margin:0;
  padding:0 20px 20px;
  color:#aabdd0;
  font-size:13px;
  line-height:1.55;
}

.news-list-grid .news-mini-img{
  height:180px;
}

.news-aside-list{
  display:grid;
  gap:0;
}

.news-aside-list a{
  display:grid;
  gap:4px;
  padding:13px 0;
  border-bottom:1px solid rgba(117,157,190,.18);
}

.news-aside-list a:last-child{
  border-bottom:0;
}

.news-aside-list b{
  color:#fff;
  line-height:1.22;
}

.news-aside-list span{
  color:#9fb0c3;
  font-size:12px;
}

@media(max-width:1150px){
  .info-grid,
  .copy-layout,
  .contact-layout,
  .article-layout,
  .news-list-grid{
    grid-template-columns:1fr;
  }

  .form-row{
    grid-template-columns:1fr;
  }

  .page-shell .section-intro{
    display:block;
  }
}

@media(max-width:800px){
  .page-shell,
  .news-list-page{
    padding-left:14px;
    padding-right:14px;
  }

  .copy-panel,
  .article-body{
    padding:20px;
  }
}

/* clean45: tighter content rhythm across about/contact pages */
.about-page .page-shell,
.contact-page .page-shell,
.news-list-page{
  padding:16px 18px 0!important;
}

.about-page .page-shell .section-intro,
.contact-page .page-shell .section-intro{
  margin-bottom:14px!important;
}

.about-page .page-shell .section-intro h2,
.contact-page .page-shell .section-intro h2{
  font-size:26px!important;
  line-height:1.08!important;
}

.about-page .page-shell .section-intro p,
.contact-page .page-shell .section-intro p{
  font-size:13.5px!important;
  line-height:1.48!important;
}

.about-page .info-grid,
.contact-page .info-grid{
  gap:12px!important;
}

.about-page .info-card,
.contact-page .info-card{
  min-height:0!important;
  padding:16px!important;
}

.about-page .info-card .ico,
.contact-page .info-card .ico{
  margin-bottom:10px!important;
}

.about-page .info-card h3,
.contact-page .info-card h3{
  font-size:18px!important;
  line-height:1.14!important;
}

.about-page .info-card p,
.contact-page .info-card p{
  font-size:13.5px!important;
  line-height:1.48!important;
}

.about-page .copy-layout,
.contact-page .copy-layout,
.contact-page .contact-layout{
  gap:12px!important;
  margin-top:12px!important;
}

.about-page .copy-panel,
.contact-page .copy-panel,
.contact-page .article-body{
  padding:18px!important;
}

.about-page .copy-panel h2,
.contact-page .copy-panel h2{
  font-size:28px!important;
}

.about-page .copy-panel p,
.contact-page .copy-panel p,
.contact-page .article-body p{
  margin-bottom:11px!important;
  font-size:14px!important;
  line-height:1.58!important;
}

.contact-page .contact-form{
  gap:12px!important;
  padding:16px!important;
}

.contact-page .form-field input,
.contact-page .form-field select{
  height:40px!important;
}

.contact-page .form-field textarea{
  min-height:118px!important;
}

.contact-page .contact-status{
  margin:0 0 12px!important;
  padding:10px 12px!important;
  border:1px solid rgba(57,126,174,.36)!important;
  border-radius:8px!important;
  background:rgba(7,24,38,.72)!important;
  color:#dcecf8!important;
  font-size:13px!important;
  font-weight:760!important;
  line-height:1.4!important;
}

.contact-page .contact-status.success{
  border-color:rgba(32,232,149,.42)!important;
  color:#dffcf0!important;
  background:rgba(10,61,47,.36)!important;
}

.contact-page .contact-status.error{
  border-color:rgba(255,116,23,.55)!important;
  color:#ffd8bd!important;
  background:rgba(90,38,9,.30)!important;
}

.contact-page .company-info-head{
  margin-bottom:14px!important;
}

.contact-page .company-info-grid{
  gap:10px!important;
}

.contact-page .company-info-item{
  min-height:0!important;
  padding:14px!important;
}

.contact-page .company-info-item strong{
  font-size:17px!important;
}

/* clean54: compact shared content panels for about/contact/post-job. */
body:is(.about-page,.contact-page,.post-job-page) .oh-page-side-layout,
body:is(.about-page,.contact-page,.post-job-page) .contact-layout,
body:is(.about-page,.contact-page,.post-job-page) .copy-layout{
  align-items:start!important;
}

body:is(.about-page,.contact-page,.post-job-page) :is(.page-shell,.box,.home-block,.side-panel,.post-job-panel){
  min-height:0!important;
  height:auto!important;
}

body:is(.about-page,.contact-page,.post-job-page) :is(.section-intro,.box-head){
  gap:12px!important;
}

body:is(.about-page,.contact-page,.post-job-page) :is(.section-intro h2,.copy-panel h2){
  max-width:980px!important;
}

body.contact-page .contact-layout{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
}

body.contact-page .contact-form{
  align-self:start!important;
}

body.post-job-page .post-job-layout{
  align-items:start!important;
}
