/* Unique stylesheet for Arctic Circle site - acx92 series */
body.acx92_body {
margin: 0;
padding: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #0a1628;
color: #e0e8f0;
line-height: 1.65;
font-size: 16px;
}
.acx92_wrapper {
max-width: 1180px;
margin: 0 auto;
padding: 0 18px;
}
.acx92_header {
background: linear-gradient(180deg, #07101f 0%, #0d1f3c 100%);
border-bottom: 3px solid #1a3a5c;
padding: 12px 0;
position: relative;
}
.acx92_logoarea {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.acx92_logotext {
font-size: 28px;
font-weight: 700;
color: #7ec8e3;
letter-spacing: 1.5px;
text-decoration: none;
}
.acx92_logotext span {
color: #a8d5e5;
font-weight: 400;
}
.acx92_navmain {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-top: 10px;
}
.acx92_navmain a {
color: #c5d9e8;
text-decoration: none;
padding: 8px 14px;
background: #132b4a;
border-radius: 4px;
font-size: 14px;
transition: background 0.2s;
}
.acx92_navmain a:hover {
background: #1e4a72;
color: #ffffff;
}
.acx92_hero {
background: linear-gradient(135deg, #0d2137 0%, #163a5f 50%, #0a1a2e 100%);
padding: 48px 0 36px;
text-align: center;
border-bottom: 1px solid #1a3a5c;
}
.acx92_hero h1 {
font-size: 36px;
color: #9fd4ea;
margin: 0 0 12px;
font-weight: 600;
}
.acx92_hero p {
font-size: 18px;
color: #b8cfe0;
max-width: 720px;
margin: 0 auto 20px;
}
.acx92_btnprimary {
display: inline-block;
background: #2a6f97;
color: #fff;
padding: 12px 28px;
border-radius: 5px;
text-decoration: none;
font-weight: 600;
font-size: 15px;
}
.acx92_btnprimary:hover {
background: #3485b5;
}
.acx92_section {
padding: 36px 0;
}
.acx92_sectiontitle {
font-size: 26px;
color: #8ecae6;
margin-bottom: 18px;
border-left: 4px solid #2a6f97;
padding-left: 14px;
}
.acx92_grid3 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 22px;
}
.acx92_card {
background: #0f2240;
border: 1px solid #1c3d5e;
border-radius: 8px;
padding: 22px;
}
.acx92_card h3 {
color: #a8d8ea;
margin-top: 0;
font-size: 19px;
}
.acx92_card p {
color: #b0c4d4;
font-size: 15px;
}
.acx92_reviewbox {
background: #11263f;
border-left: 4px solid #3a8fb7;
padding: 16px 20px;
margin-bottom: 16px;
border-radius: 0 6px 6px 0;
}
.acx92_reviewbox .acx92_revname {
font-weight: 600;
color: #7eb8d4;
}
.acx92_footer {
background: #060e1a;
border-top: 2px solid #1a3a5c;
padding: 32px 0 18px;
margin-top: 40px;
font-size: 14px;
color: #8aa0b4;
}
.acx92_footer a {
color: #9fc5d9;
text-decoration: none;
}
.acx92_footer a:hover {
text-decoration: underline;
}
.acx92_footgrid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 24px;
margin-bottom: 24px;
}
.acx92_footcol h4 {
color: #7eb8d4;
margin-bottom: 10px;
font-size: 15px;
}
.acx92_footcol ul {
list-style: none;
padding: 0;
margin: 0;
}
.acx92_footcol li {
margin-bottom: 6px;
}
.acx92_copy {
text-align: center;
padding-top: 14px;
border-top: 1px solid #1a2f4a;
font-size: 13px;
color: #6a8094;
}
.acx92_hiddenop {
display: none;
visibility: hidden;
font-size: 0;
height: 0;
overflow: hidden;
}
.acx92_cookiebar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #0d1f35;
border-top: 3px solid #2a6f97;
padding: 18px 20px;
z-index: 9999;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 14px;
box-shadow: 0 -4px 20px rgba(0,0,0,0.4);
}
.acx92_cookiebar p {
margin: 0;
flex: 1;
min-width: 240px;
color: #c5d9e8;
font-size: 14px;
}
.acx92_cookiebar button {
background: #2a6f97;
color: #fff;
border: none;
padding: 10px 22px;
border-radius: 4px;
cursor: pointer;
font-weight: 600;
font-size: 14px;
}
.acx92_cookiebar button:hover {
background: #3485b5;
}
.acx92_cookiebar a {
color: #7ec8e3;
}
.acx92_contentblock {
background: #0e1f38;
padding: 24px;
border-radius: 8px;
margin-bottom: 22px;
border: 1px solid #1a3555;
}
.acx92_contentblock h2 {
color: #8ecae6;
font-size: 22px;
margin-top: 0;
}
.acx92_tablewrap {
overflow-x: auto;
}
.acx92_infotable {
width: 100%;
border-collapse: collapse;
margin: 16px 0;
}
.acx92_infotable th, .acx92_infotable td {
border: 1px solid #1c3d5e;
padding: 10px 14px;
text-align: left;
}
.acx92_infotable th {
background: #132b4a;
color: #9fd4ea;
}
.acx92_infotable td {
background: #0f2240;
color: #b0c4d4;
}
.acx92_pagetitle {
font-size: 30px;
color: #9fd4ea;
margin-bottom: 8px;
}
.acx92_breadcrumb {
font-size: 13px;
color: #7a95a8;
margin-bottom: 22px;
}
.acx92_breadcrumb a {
color: #7eb8d4;
}
.acx92_formgroup {
margin-bottom: 16px;
}
.acx92_formgroup label {
display: block;
margin-bottom: 5px;
color: #9fc5d9;
font-size: 14px;
}
.acx92_formgroup input, .acx92_formgroup select, .acx92_formgroup textarea {
width: 100%;
max-width: 420px;
padding: 10px 12px;
background: #0f2240;
border: 1px solid #1c3d5e;
border-radius: 4px;
color: #e0e8f0;
font-size: 15px;
box-sizing: border-box;
}
.acx92_formgroup textarea {
min-height: 110px;
}
.acx92_faqitem {
margin-bottom: 14px;
background: #0f2240;
border-radius: 6px;
overflow: hidden;
border: 1px solid #1a3555;
}
.acx92_faqitem summary {
padding: 14px 18px;
cursor: pointer;
color: #a8d8ea;
font-weight: 600;
}
.acx92_faqitem p {
padding: 0 18px 14px;
color: #b0c4d4;
margin: 0;
}
@media (max-width: 700px) {
.acx92_hero h1 { font-size: 26px; }
.acx92_navmain a { padding: 6px 10px; font-size: 13px; }
}
