/* Iceberg tender page, 2026. Page-scoped, restrained corporate layout. */
.ice-tenders-v1 {
    --ten-ink: #152432;
    --ten-muted: #60717f;
    --ten-teal: #0aafc2;
    --ten-teal-dark: #078c9c;
    --ten-line: #d8e5ee;
    --ten-soft: #eef5f9;
    --ten-dark: #152432;
    --ten-on-dark: #f7fbfc;
    --ten-on-dark-muted: #c8d7dc;
    --ten-on-dark-accent: #8be7ed;
    max-width: 1320px;
    margin: 0 auto 72px;
    color: var(--ten-ink);
}

.ice-tenders-v1,
.ice-tenders-v1 * { box-sizing: border-box; }

.ice-tenders-v1 h1,
.ice-tenders-v1 h2,
.ice-tenders-v1 h3,
.ice-tenders-v1 p { margin-top: 0; }

.ice-tenders-v1 h1,
.ice-tenders-v1 h2,
.ice-tenders-v1 h3 {
    color: var(--ten-ink);
    font-family: "Iceberg Unbounded", "Unbounded", Manrope, sans-serif;
    font-weight: 700;
    letter-spacing: -.035em;
}

.ice-tenders-v1 h1 {
    max-width: 760px;
    margin-bottom: 24px;
    font-size: clamp(38px, 4vw, 50px);
    line-height: 1.08;
}

.ice-tenders-v1 h2 {
    margin-bottom: 18px;
    font-size: clamp(28px, 2.8vw, 36px);
    line-height: 1.15;
}

.ice-tenders-v1 h3 {
    margin-bottom: 11px;
    font-size: 17px;
    line-height: 1.32;
}

.ice-tenders-v1 p,
.ice-tenders-v1 li,
.ice-tenders-v1 span,
.ice-tenders-v1 a,
.ice-tenders-v1 strong,
.ice-tenders-v1 b,
.ice-tenders-v1 small {
    font-family: "Iceberg Manrope", Manrope, Arial, sans-serif;
}

.ice-tenders-v1 p,
.ice-tenders-v1 li { color: var(--ten-muted); font-size: 16px; line-height: 1.65; }
.ice-tenders-v1 a { transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }

.ice-tenders-v1 a:focus-visible,
.ice-tenders-v1 button:focus-visible {
    outline: 3px solid rgba(10, 175, 194, .35);
    outline-offset: 3px;
}

.ice-tenders-v1__eyebrow {
    display: inline-flex;
    margin-bottom: 17px;
    align-items: center;
    gap: 9px;
    color: var(--ten-teal-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ice-tenders-v1__eyebrow::before {
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: var(--ten-teal);
    content: "";
}

.ice-tenders-v1__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr);
    min-height: 560px;
    overflow: hidden;
    border: 1px solid var(--ten-line);
    border-radius: 24px;
    background: linear-gradient(135deg, #f8fbfb 0%, #eef6f7 100%);
}

.ice-tenders-v1__hero-copy { padding: clamp(42px, 6vw, 82px); align-self: center; }
.ice-tenders-v1__hero-copy > p { max-width: 720px; margin-bottom: 14px; }
.ice-tenders-v1__hero-copy .ice-tenders-v1__lead { color: #314c56; font-size: clamp(17px, 1.55vw, 20px); line-height: 1.55; }
.ice-tenders-v1__actions { display: flex; margin-top: 30px; gap: 12px; flex-wrap: wrap; }

.ice-tenders-v1__button {
    display: inline-flex;
    min-height: 50px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.ice-tenders-v1__button--primary { color: #fff; background: var(--ten-teal); }
.ice-tenders-v1__button--primary:hover { color: #fff; background: var(--ten-teal-dark); transform: translateY(-1px); }
.ice-tenders-v1__button--secondary { color: var(--ten-ink); border-color: #bdd1d5; background: #fff; }
.ice-tenders-v1__button--secondary:hover { color: var(--ten-teal-dark); border-color: var(--ten-teal); }

.ice-tenders-v1__proof {
    display: flex;
    padding: clamp(32px, 4vw, 54px);
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background: var(--ten-dark);
}

.ice-tenders-v1__proof-label { margin-bottom: 26px; color: var(--ten-on-dark-accent); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ice-tenders-v1__proof-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.ice-tenders-v1__proof-grid div { min-height: 128px; padding: 25px 20px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.ice-tenders-v1__proof-grid strong { display: block; margin-bottom: 9px; color: var(--ten-on-dark); font-family: "Iceberg Unbounded", "Unbounded", sans-serif; font-size: clamp(22px, 2vw, 28px); line-height: 1.08; white-space: nowrap; }
.ice-tenders-v1__proof-grid span { display: block; color: var(--ten-on-dark-muted); font-size: 14px; line-height: 1.4; }
.ice-tenders-v1__proof > p { margin: 24px 0 9px; color: var(--ten-on-dark-muted); font-size: 14px; line-height: 1.55; }
.ice-tenders-v1__proof > a { width: fit-content; color: var(--ten-on-dark-accent); font-size: 14px; font-weight: 800; text-underline-offset: 4px; }

.ice-tenders-v1__section-heading { display: grid; grid-template-columns: minmax(0,.9fr) minmax(320px,1.1fr); column-gap: 58px; align-items: start; }
.ice-tenders-v1__section-heading .ice-tenders-v1__eyebrow { grid-column: 1 / -1; }
.ice-tenders-v1__section-heading h2 { grid-column: 1; max-width: 650px; }
.ice-tenders-v1__section-heading > p { grid-column: 2; max-width: 690px; margin-top: 3px; }

.ice-tenders-v1__directions { padding: 82px 0 76px; }
.ice-tenders-v1__direction-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin-top: 36px; border: 1px solid var(--ten-line); border-radius: 18px; overflow: hidden; }
.ice-tenders-v1__direction-grid article { min-height: 260px; padding: 28px; border-right: 1px solid var(--ten-line); background: #fff; }
.ice-tenders-v1__direction-grid article:last-child { border-right: 0; }
.ice-tenders-v1__direction-grid article > span { display: inline-flex; width: 38px; height: 38px; margin-bottom: 46px; align-items: center; justify-content: center; border: 1px solid var(--ten-line); border-radius: 50%; color: var(--ten-teal-dark); font-size: 11px; font-weight: 800; }
.ice-tenders-v1__direction-grid p { margin-bottom: 0; font-size: 15px; line-height: 1.58; }

.ice-tenders-v1__platforms { padding: 76px clamp(28px,4vw,58px); border-radius: 24px; background: var(--ten-soft); }
.ice-tenders-v1__platform-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 38px; }
.ice-tenders-v1__platform-grid > * { display: flex; min-height: 145px; padding: 23px; flex-direction: column; justify-content: space-between; border: 1px solid var(--ten-line); border-radius: 14px; color: var(--ten-ink); background: #fff; text-decoration: none; }
.ice-tenders-v1__platform-grid > a:hover { border-color: var(--ten-teal); transform: translateY(-2px); }
.ice-tenders-v1__platform-grid strong { font-size: 16px; }
.ice-tenders-v1__platform-grid span { color: var(--ten-muted); font-size: 14px; line-height: 1.45; }

.ice-tenders-v1__experience { margin: 76px 0; padding: clamp(38px,5vw,66px); border-radius: 24px; background: var(--ten-dark); }
body.ice-site .ice-tenders-v1 .ice-tenders-v1__section-heading--light h2 { color: var(--ten-on-dark); }
.ice-tenders-v1__section-heading--light > p { color: var(--ten-on-dark-muted); }
.ice-tenders-v1__section-heading--light .ice-tenders-v1__eyebrow,
.ice-tenders-v1__contact .ice-tenders-v1__eyebrow { color: var(--ten-on-dark-accent); }
.ice-tenders-v1__section-heading--light .ice-tenders-v1__eyebrow::before,
.ice-tenders-v1__contact .ice-tenders-v1__eyebrow::before { background: var(--ten-on-dark-accent); }
.ice-tenders-v1__client-list { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.15); }
.ice-tenders-v1__client-list article { display: grid; grid-template-columns: 130px minmax(0,1fr) 240px; min-height: 95px; padding: 22px 0; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.15); }
.ice-tenders-v1__client-list article > span { color: var(--ten-on-dark-accent); font-size: 13px; font-weight: 800; text-transform: uppercase; }
body.ice-site .ice-tenders-v1 .ice-tenders-v1__client-list h3 { margin: 0; color: var(--ten-on-dark); }
.ice-tenders-v1__client-list p { display: flex; margin: 0; justify-content: space-between; gap: 18px; color: var(--ten-on-dark-muted); font-size: 14px; }
.ice-tenders-v1__client-list p strong { font-weight: 600; }
.ice-tenders-v1__client-list p b { color: var(--ten-on-dark); font-weight: 800; }

.ice-tenders-v1__invite { display: grid; grid-template-columns: minmax(0,1fr) minmax(370px,.8fr); gap: clamp(36px,6vw,88px); align-items: center; padding: 40px 0 82px; }
.ice-tenders-v1__invite-copy > p { max-width: 650px; }
.ice-tenders-v1__invite-copy ul { margin: 25px 0 0; padding: 0; list-style: none; }
.ice-tenders-v1__invite-copy li { position: relative; padding: 10px 0 10px 30px; border-bottom: 1px solid var(--ten-line); }
.ice-tenders-v1__invite-copy li::before { position: absolute; top: 19px; left: 3px; width: 9px; height: 9px; border-radius: 50%; background: var(--ten-teal); content: ""; }
.ice-tenders-v1__invite-card { padding: clamp(28px,4vw,42px); border: 1px solid var(--ten-line); border-radius: 20px; background: #fff; box-shadow: 0 22px 54px rgba(20,40,50,.08); }
.ice-tenders-v1__form-preview { display: grid; gap: 10px; margin-bottom: 20px; }
.ice-tenders-v1__form-preview span { display: block; padding: 14px 16px; border: 1px solid var(--ten-line); border-radius: 9px; color: #83939a; font-size: 12px; background: #fafcfc; }
.ice-tenders-v1__invite-card .ice-tenders-v1__button { width: 100%; }
.ice-tenders-v1__invite-card p { margin: 18px 0 8px; font-size: 14px; line-height: 1.55; }
.ice-tenders-v1__invite-card small { display: block; color: #6d7f8b; font-size: 12px; line-height: 1.5; }
.ice-tenders-v1__invite-card a:not(.ice-tenders-v1__button) { color: var(--ten-teal-dark); }

.ice-tenders-v1__process { padding: 72px clamp(28px,4vw,58px); border: 1px solid var(--ten-line); border-radius: 24px; }
.ice-tenders-v1__process ol { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; margin: 42px 0 0; padding: 0; list-style: none; }
.ice-tenders-v1__process li { min-height: 220px; padding: 0 26px; border-right: 1px solid var(--ten-line); }
.ice-tenders-v1__process li:first-child { padding-left: 0; }
.ice-tenders-v1__process li:last-child { padding-right: 0; border-right: 0; }
.ice-tenders-v1__process li > span { display: block; margin-bottom: 54px; color: var(--ten-teal-dark); font-size: 12px; font-weight: 800; }
.ice-tenders-v1__process li strong { display: block; margin-bottom: 11px; color: var(--ten-ink); font-size: 16px; }
.ice-tenders-v1__process li p { margin: 0; font-size: 14px; line-height: 1.58; }

.ice-tenders-v1__ethics { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: clamp(42px,7vw,100px); margin: 76px 0; padding: clamp(36px,5vw,62px); border-radius: 24px; background: var(--ten-soft); }
.ice-tenders-v1__ethics h2 { margin-bottom: 0; }
.ice-tenders-v1__ethics-copy p:last-child { margin-bottom: 0; }

.ice-tenders-v1__contact { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 46px; padding: clamp(40px,6vw,72px); border-radius: 24px; background: linear-gradient(135deg,#152432,#1c3b49); }
body.ice-site .ice-tenders-v1 .ice-tenders-v1__contact h2 { color: #fff; }
.ice-tenders-v1__contact p { max-width: 670px; margin-bottom: 0; color: var(--ten-on-dark-muted); }
.ice-tenders-v1__contact-links { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 13px; }
.ice-tenders-v1__contact-links > a:not(.ice-tenders-v1__button) { color: #fff; font-size: 16px; font-weight: 800; text-decoration: none; }
.ice-tenders-v1__contact-links .ice-tenders-v1__button { margin-top: 8px; }

@media (max-width: 1100px) {
    .ice-tenders-v1__hero { grid-template-columns: 1fr; }
    .ice-tenders-v1__proof { min-height: 410px; }
    .ice-tenders-v1__direction-grid, .ice-tenders-v1__platform-grid, .ice-tenders-v1__process ol { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ice-tenders-v1__direction-grid article:nth-child(2) { border-right: 0; }
    .ice-tenders-v1__direction-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--ten-line); }
    .ice-tenders-v1__process li:nth-child(2) { border-right: 0; }
    .ice-tenders-v1__process li:nth-child(-n+2) { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--ten-line); }
}

@media (max-width: 760px) {
    .ice-tenders-v1 { margin-bottom: 44px; }
    .ice-tenders-v1__hero { min-height: 0; border-radius: 19px; }
    .ice-tenders-v1__hero-copy { padding: 34px 24px 38px; }
    .ice-tenders-v1 h1 { font-size: 30px; line-height: 1.1; }
    .ice-tenders-v1 h2 { font-size: 25px; line-height: 1.18; }
    .ice-tenders-v1 h3 { font-size: 17px; }
    .ice-tenders-v1 p,
    .ice-tenders-v1 li { font-size: 15px; line-height: 1.62; }
    .ice-tenders-v1__hero-copy .ice-tenders-v1__lead { font-size: 17px; }
    .ice-tenders-v1__proof { min-height: 0; padding: 32px 24px; }
    .ice-tenders-v1__proof-grid div { min-height: 108px; padding: 20px 14px; }
    .ice-tenders-v1__proof-grid strong { font-size: 21px; }
    .ice-tenders-v1__proof-grid span,
    .ice-tenders-v1__proof > p,
    .ice-tenders-v1__proof > a { font-size: 13px; }
    .ice-tenders-v1__section-heading { display: block; }
    .ice-tenders-v1__section-heading > p { margin-top: 0; }
    .ice-tenders-v1__directions { padding: 58px 0; }
    .ice-tenders-v1__direction-grid, .ice-tenders-v1__platform-grid, .ice-tenders-v1__process ol { grid-template-columns: 1fr; }
    .ice-tenders-v1__direction-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--ten-line); }
    .ice-tenders-v1__direction-grid article:last-child { border-bottom: 0; }
    .ice-tenders-v1__direction-grid article > span { margin-bottom: 28px; }
    .ice-tenders-v1__platforms { padding: 48px 22px; border-radius: 18px; }
    .ice-tenders-v1__platform-grid > * { min-height: 120px; }
    .ice-tenders-v1__experience { margin: 58px 0; padding: 38px 22px; border-radius: 18px; }
    .ice-tenders-v1__client-list article { grid-template-columns: 1fr; gap: 8px; }
    .ice-tenders-v1__client-list p { justify-content: flex-start; font-size: 14px; }
    .ice-tenders-v1__invite, .ice-tenders-v1__ethics, .ice-tenders-v1__contact { grid-template-columns: 1fr; }
    .ice-tenders-v1__invite { gap: 36px; padding-bottom: 58px; }
    .ice-tenders-v1__process { padding: 48px 22px; border-radius: 18px; }
    .ice-tenders-v1__process li, .ice-tenders-v1__process li:first-child, .ice-tenders-v1__process li:last-child { min-height: 0; margin: 0 0 28px; padding: 0 0 28px; border-right: 0; border-bottom: 1px solid var(--ten-line); }
    .ice-tenders-v1__process li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
    .ice-tenders-v1__process li > span { margin-bottom: 24px; }
    .ice-tenders-v1__ethics { margin: 58px 0; padding: 38px 24px; gap: 24px; border-radius: 18px; }
    .ice-tenders-v1__contact { padding: 40px 24px; border-radius: 18px; }
    .ice-tenders-v1__contact-links .ice-tenders-v1__button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .ice-tenders-v1 a { transition: none; }
}

/* The legacy tenders layout adds an old brand block after Designer block 2553. */
.designer-block--tenders ~ .section.pt-0 { display: none; }
