/* Start custom CSS for html, class: .elementor-element-9a6f8e9 *//* =========================================================
   WRO Equipment Guide page
   Shared Icelandic / English CSS
   ========================================================= */

.wro-kit-hero {
    background-image: linear-gradient(
        90deg,
        rgba(16, 9, 159, 0.18) 0%,
        rgba(16, 9, 159, 0.08) 52%,
        rgba(16, 9, 159, 0.02) 100%
    ), var(--wro-kit-hero-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 0;
    margin: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.wro-kit-hero-inner {
    max-width: 1440px;
    width: 100%;
    min-height: 500px;
    margin: 0 auto;
    padding: 86px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wro-kit-hero-panel {
    max-width: 920px;
    padding: 28px 32px;
    background: linear-gradient(
        90deg,
        rgba(16, 9, 159, 0.86) 0%,
        rgba(16, 9, 159, 0.68) 68%,
        rgba(16, 9, 159, 0.42) 100%
    );
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.wro-kit-hero-eyebrow {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 16px 0;
    opacity: 0.95;
}

.wro-kit-hero-panel h1 {
    color: #ffffff;
    font-size: 50px;
    line-height: 1.12;
    font-weight: 700;
    margin: 0 0 18px 0;
    max-width: 860px;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

.wro-kit-hero-panel p:not(.wro-kit-hero-eyebrow) {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.55;
    max-width: 820px;
    margin: 0;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

/* Sections */

.wro-kit-section {
    background: #ffffff;
    padding: 76px 24px;
    margin: 0;
}

.wro-kit-section-alt {
    background: #f7f7fb;
}

.wro-kit-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.wro-kit-heading {
    max-width: 900px;
    margin: 0 0 38px 0;
    text-align: left;
}

.wro-kit-eyebrow {
    color: #10099F;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 14px 0;
}

.wro-kit-heading h2 {
    color: #10099F;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.wro-kit-heading p {
    color: #222222;
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
}

/* Cards */

.wro-kit-card-grid {
    display: grid;
    gap: 24px;
    margin-top: 38px;
}

.wro-kit-card-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wro-kit-card-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wro-kit-card {
    background: #ffffff;
    border-top: 5px solid #10099F;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    padding: 30px 26px;
    min-height: 250px;
}

.wro-kit-card h3 {
    color: #10099F;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.wro-kit-card p,
.wro-kit-card li {
    color: #222222;
    font-size: 16px;
    line-height: 1.6;
}

.wro-kit-card p {
    margin: 0;
}

.wro-kit-card ul {
    margin: 0;
    padding-left: 22px;
}

.wro-kit-card li {
    margin-bottom: 10px;
}

/* Notes */

.wro-kit-note,
.wro-kit-warning {
    margin-top: 32px;
    padding: 34px 32px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* Trademark / registered mark styling */
.wro-mark {
    font-size: 0.45em;
    line-height: 0;
    vertical-align: super;
    margin-left: 1px;
}

.wro-kit-note {
    background: #10099F;
}

.wro-kit-warning {
    background: #222222;
}

.wro-kit-note h3,
.wro-kit-warning h3 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 14px 0;
}

.wro-kit-note p,
.wro-kit-warning p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

/* Vendor cards */

.wro-kit-vendor-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 38px;
}

.wro-kit-vendor-card {
    background: #ffffff;
    border-left: 5px solid #10099F;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    padding: 30px 26px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wro-kit-vendor-card-wide {
    grid-column: 1 / -1;
    min-height: auto;
}

.wro-kit-vendor-card h3 {
    color: #10099F;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.wro-kit-vendor-card p,
.wro-kit-vendor-card li {
    color: #222222;
    font-size: 16px;
    line-height: 1.6;
}

.wro-kit-vendor-card p {
    margin: 0 0 18px 0;
}

.wro-kit-vendor-card ul {
    margin: 0;
    padding-left: 22px;
}

.wro-kit-vendor-card li {
    margin-bottom: 9px;
}

/* =========================================================
   Equipment Guide page - Platform links
   ========================================================= */

.wro-kit-platform-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 22px;
}

/* Primary platform button */
.wro-kit-platform-link,
.wro-kit-platform-link:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #10099F;
    color: #ffffff !important;
    border: 2px solid #10099F;
    padding: 11px 16px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none !important;
    min-height: 42px;
}

.wro-kit-platform-link span,
.wro-kit-platform-link:visited span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Primary hover */
.wro-kit-platform-link:hover,
.wro-kit-platform-link:focus {
    background: #08055f;
    border-color: #08055f;
    color: #ffffff !important;
    text-decoration: none !important;
}

.wro-kit-platform-link:hover span,
.wro-kit-platform-link:focus span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Secondary platform button */
.wro-kit-platform-link-secondary,
.wro-kit-platform-link-secondary:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #10099F !important;
    border: 2px solid #10099F;
    padding: 11px 16px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none !important;
    min-height: 42px;
}

.wro-kit-platform-link-secondary span,
.wro-kit-platform-link-secondary:visited span {
    color: #10099F !important;
    -webkit-text-fill-color: #10099F !important;
}

/* Secondary hover */
.wro-kit-platform-link-secondary:hover,
.wro-kit-platform-link-secondary:focus {
    background: #10099F;
    border-color: #10099F;
    color: #ffffff !important;
    text-decoration: none !important;
}

.wro-kit-platform-link-secondary:hover span,
.wro-kit-platform-link-secondary:focus span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Mobile */
@media (max-width: 767px) {
    .wro-kit-platform-links {
        width: 100%;
    }

    .wro-kit-platform-link,
    .wro-kit-platform-link-secondary {
        width: 100%;
        text-align: center;
    }
}

/* Recommendations */

.wro-kit-recommendation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 38px;
}

.wro-kit-recommendation-card {
    background: #ffffff;
    border-bottom: 5px solid #10099F;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    padding: 30px 26px;
    min-height: 260px;
}

.wro-kit-recommendation-card > span {
    display: block;
    color: #10099F;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.wro-kit-recommendation-card h3 {
    color: #10099F;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.wro-kit-recommendation-card p {
    color: #222222;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* CTA */

.wro-kit-cta {
    margin-top: 34px;
    background: #10099F;
    color: #ffffff;
    padding: 34px 32px;
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.wro-kit-cta h3 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.wro-kit-cta p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.wro-kit-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex-shrink: 0;
}

.wro-kit-button,
.wro-kit-button:visited,
.wro-kit-button span,
.wro-kit-button:visited span {
    display: inline-block;
    background: #ffffff !important;
    color: #10099F !important;
    -webkit-text-fill-color: #10099F !important;
    border: 2px solid #ffffff !important;
    padding: 13px 22px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none !important;
}

.wro-kit-button-secondary,
.wro-kit-button-secondary:visited,
.wro-kit-button-secondary span,
.wro-kit-button-secondary:visited span {
    display: inline-block;
    background: transparent !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: 2px solid #ffffff !important;
    padding: 13px 22px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none !important;
}

.wro-kit-button-secondary:hover,
.wro-kit-button-secondary:focus,
.wro-kit-button-secondary:hover span,
.wro-kit-button-secondary:focus span {
    background: #ffffff !important;
    color: #10099F !important;
    -webkit-text-fill-color: #10099F !important;
    text-decoration: none !important;
}

/* Tablet */

@media (max-width: 1024px) {
    .wro-kit-hero-inner {
        min-height: 460px;
        padding: 72px 32px;
    }

    .wro-kit-hero-panel {
        max-width: 780px;
        padding: 24px 28px;
    }

    .wro-kit-hero-panel h1 {
        font-size: 40px;
    }

    .wro-kit-hero-panel p:not(.wro-kit-hero-eyebrow) {
        font-size: 20px;
    }

    .wro-kit-card-grid-2,
    .wro-kit-card-grid-3,
    .wro-kit-vendor-grid,
    .wro-kit-recommendation-grid {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .wro-kit-vendor-card,
    .wro-kit-card,
    .wro-kit-recommendation-card {
        min-height: auto;
    }

    .wro-kit-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .wro-kit-hero {
        background-image: linear-gradient(
            rgba(16, 9, 159, 0.54),
            rgba(16, 9, 159, 0.54)
        ), var(--wro-kit-hero-image);
    }

    .wro-kit-hero-inner {
        min-height: 430px;
        padding: 58px 16px;
    }

    .wro-kit-hero-panel {
        max-width: 100%;
        padding: 22px 18px;
        background: rgba(16, 9, 159, 0.84);
    }

    .wro-kit-hero-panel h1 {
        font-size: 30px;
        line-height: 1.18;
        margin-bottom: 14px;
    }

    .wro-kit-hero-panel p:not(.wro-kit-hero-eyebrow) {
        font-size: 17px;
        line-height: 1.45;
    }

    .wro-kit-section {
        padding: 52px 16px;
    }

    .wro-kit-heading h2 {
        font-size: 30px;
    }

    .wro-kit-heading p {
        font-size: 16px;
    }

    .wro-kit-card,
    .wro-kit-vendor-card,
    .wro-kit-recommendation-card {
        padding: 26px 22px;
    }

    .wro-kit-card h3,
    .wro-kit-vendor-card h3,
    .wro-kit-recommendation-card h3 {
        font-size: 21px;
    }

    .wro-kit-card p,
    .wro-kit-card li,
    .wro-kit-vendor-card p,
    .wro-kit-vendor-card li,
    .wro-kit-recommendation-card p {
        font-size: 15px;
    }

    .wro-kit-note,
    .wro-kit-warning,
    .wro-kit-cta {
        padding: 28px 22px;
    }

    .wro-kit-note h3,
    .wro-kit-warning h3,
    .wro-kit-cta h3 {
        font-size: 24px;
    }

    .wro-kit-note p,
    .wro-kit-warning p,
    .wro-kit-cta p {
        font-size: 16px;
    }

    .wro-kit-platform-links,
    .wro-kit-platform-link,
    .wro-kit-platform-link-secondary,
    .wro-kit-platform-link span,
    .wro-kit-platform-link-secondary span,
    .wro-kit-cta-actions,
    .wro-kit-button,
    .wro-kit-button-secondary,
    .wro-kit-button span,
    .wro-kit-button-secondary span {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */