/*
Theme Name: CompuFixGuru
Theme URI: https://compufix.guru
Author: CompuFixGuru
Description: Tema propio B2B + B2C para CompuFixGuru, preparado para WooCommerce e integraciÃ³n con el ERP CEP.
Version: 0.5.8
Text Domain: compufixguru
*/

:root {
    --cfg-crimson: #c8102e;
    --cfg-crimson-dark: #980c23;
    --cfg-black: #101114;
    --cfg-charcoal: #1a1c21;
    --cfg-gray: #60646c;
    --cfg-border: #e4e6ea;
    --cfg-light-gray: #f5f6f8;
    --cfg-white: #ffffff;
    --cfg-max: 1240px;
    --cfg-radius: 18px;
    --cfg-shadow: 0 18px 50px rgba(16, 17, 20, .08);
    --cfg-font-family: "Louis George Cafe", "Louis George CafÃ©", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--cfg-black);
    background: var(--cfg-white);
    font-family: var(--cfg-font-family);
    line-height: 1.6;
}
a { color: var(--cfg-crimson); text-decoration: none; }
a:hover { color: var(--cfg-crimson-dark); }

button,
input,
select,
textarea {
    font: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
.cfg-brand,
.cfg-button,
.cfg-nav a {
    font-family: var(--cfg-font-family);
    font-weight: 700;
}
img { max-width: 100%; height: auto; }
.cfg-shell { width: min(calc(100% - 40px), var(--cfg-max)); margin-inline: auto; }

.cfg-topbar { background: var(--cfg-black); color: #d9dce2; font-size: .88rem; }
.cfg-topbar .cfg-shell { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cfg-topbar strong { color: var(--cfg-white); }

.cfg-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--cfg-border); backdrop-filter: blur(14px); }
.cfg-header-main { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.cfg-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--cfg-black); font-weight: 900; letter-spacing: -.03em; font-size: 1.35rem; }
.cfg-brand-mark { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--cfg-crimson); color: var(--cfg-white); box-shadow: 0 8px 24px rgba(200,16,46,.25); }
.custom-logo { max-height: 52px; width: auto; }
.cfg-nav ul { display: flex; justify-content: center; align-items: center; gap: 24px; padding: 0; margin: 0; list-style: none; }
.cfg-nav a { color: var(--cfg-black); font-weight: 700; font-size: .95rem; }
.cfg-header-actions { display: flex; align-items: center; gap: 10px; }

.cfg-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid var(--cfg-border);
    border-radius: 999px;
    background: var(--cfg-white);
}
.cfg-language-switcher a {
    padding: 5px 8px;
    border-radius: 999px;
    color: var(--cfg-gray);
    font-size: .72rem;
    font-weight: 800;
    white-space: nowrap;
}
.cfg-language-switcher a[aria-current="true"] {
    background: var(--cfg-black);
    color: var(--cfg-white);
}
.cfg-language-switcher__flag {
    width: 20px;
    height: 14px;
    flex: 0 0 auto;
    object-fit: cover;
    border: 1px solid rgba(16, 17, 20, .16);
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(16, 17, 20, .12);
}
.cfg-language-switcher__label {
    line-height: 1;
    letter-spacing: .03em;
}

.cfg-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border-radius: 12px; border: 1px solid transparent; font-weight: 800; transition: .2s ease; }
.cfg-button:hover { transform: translateY(-1px); }
.cfg-button-primary { background: var(--cfg-crimson); color: var(--cfg-white); box-shadow: 0 10px 28px rgba(200,16,46,.24); }
.cfg-button-primary:hover { background: var(--cfg-crimson-dark); color: var(--cfg-white); }
.cfg-button-secondary { background: var(--cfg-white); color: var(--cfg-black); border-color: var(--cfg-border); }
.cfg-button-dark { background: var(--cfg-black); color: var(--cfg-white); }

.cfg-hero { position: relative; overflow: hidden; padding: 88px 0 72px; background: linear-gradient(125deg, #f7f7f9 0%, #fff 52%, #f8e9ed 100%); }
.cfg-hero::after { content: ""; position: absolute; right: -120px; top: -180px; width: 500px; height: 500px; border-radius: 50%; background: rgba(200,16,46,.08); }
.cfg-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.cfg-kicker { display: inline-flex; gap: 8px; align-items: center; padding: 7px 11px; background: #fff; border: 1px solid #ead7dc; border-radius: 999px; color: var(--cfg-crimson-dark); font-weight: 800; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
.cfg-hero h1 { max-width: 760px; margin: 18px 0; font-size: clamp(2.6rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.055em; }
.cfg-hero h1 span { color: var(--cfg-crimson); }
.cfg-hero-copy { max-width: 680px; color: var(--cfg-gray); font-size: 1.13rem; }
.cfg-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.cfg-hero-panel { padding: 28px; background: var(--cfg-charcoal); color: var(--cfg-white); border-radius: 26px; box-shadow: 0 24px 80px rgba(16,17,20,.22); }
.cfg-hero-panel h2 { margin-top: 0; font-size: 1.15rem; }
.cfg-metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.cfg-metric { padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.04); }
.cfg-metric strong { display: block; color: var(--cfg-white); font-size: 1.25rem; }
.cfg-metric span { color: #bfc3cc; font-size: .88rem; }

.cfg-trust { border-bottom: 1px solid var(--cfg-border); background: var(--cfg-white); }
.cfg-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.cfg-trust-item { padding: 24px 18px; border-right: 1px solid var(--cfg-border); }
.cfg-trust-item:last-child { border-right: 0; }
.cfg-trust-item strong { display: block; font-size: .98rem; }
.cfg-trust-item span { color: var(--cfg-gray); font-size: .88rem; }

.cfg-section { padding: 78px 0; }
.cfg-section-muted { background: var(--cfg-light-gray); }
.cfg-section-dark { background: var(--cfg-black); color: var(--cfg-white); }
.cfg-section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.cfg-section-head h2 { margin: 0; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.05; letter-spacing: -.04em; }
.cfg-section-head p { max-width: 590px; margin: 0; color: var(--cfg-gray); }
.cfg-section-dark .cfg-section-head p { color: #b8bdc7; }

.cfg-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cfg-card { display: flex; flex-direction: column; min-height: 270px; padding: 26px; background: var(--cfg-white); color: var(--cfg-black); border: 1px solid var(--cfg-border); border-radius: var(--cfg-radius); box-shadow: var(--cfg-shadow); }
.cfg-card:hover { border-color: #d4a8b2; transform: translateY(-2px); }
.cfg-card-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: #fbecef; color: var(--cfg-crimson); font-weight: 900; }
.cfg-card h3 { margin: 22px 0 8px; font-size: 1.3rem; }
.cfg-card p { margin: 0 0 20px; color: var(--cfg-gray); }
.cfg-card-link { margin-top: auto; font-weight: 800; }


/* Standard WordPress pages and WooCommerce block pages. */
.cfg-page-main { min-height: 55vh; }
.cfg-page {
    display: block;
    min-height: 0;
}
.cfg-page:hover {
    border-color: var(--cfg-border);
    transform: none;
}
.cfg-page-header { margin-bottom: 28px; }
.cfg-page-title {
    margin: 0;
    color: var(--cfg-crimson);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    letter-spacing: -.035em;
}
.cfg-page-content { min-width: 0; }
.cfg-page-content::after {
    display: table;
    clear: both;
    content: "";
}
.cfg-page-content > :first-child { margin-top: 0; }
.cfg-page-content > :last-child { margin-bottom: 0; }
.cfg-page-links { margin-top: 24px; }


.cfg-b2b { display: grid; grid-template-columns: 1fr .9fr; gap: 40px; align-items: center; }
.cfg-b2b h2 { font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.05em; margin: 0 0 18px; }
.cfg-b2b p { color: #c2c6cf; max-width: 650px; }
.cfg-checklist { display: grid; gap: 10px; margin: 24px 0 30px; padding: 0; list-style: none; }
.cfg-checklist li::before { content: "âœ“"; color: #ff6a85; font-weight: 900; margin-right: 10px; }
.cfg-b2b-panel { padding: 30px; border-radius: 22px; border: 1px solid #34373e; background: #181a1f; }
.cfg-b2b-panel strong { color: var(--cfg-white); }
.cfg-b2b-panel p { margin-bottom: 0; }

.cfg-products .products { margin: 0 !important; }
.woocommerce ul.products li.product { padding: 18px; background: #fff; border: 1px solid var(--cfg-border); border-radius: 16px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--cfg-black); font-weight: 800; }
.woocommerce ul.products li.product .price { color: var(--cfg-crimson); font-weight: 900; }
.woocommerce ul.products li.product .button { border-radius: 10px; background: var(--cfg-black); color: #fff; }

.cfg-cta { padding: 40px; border-radius: 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: linear-gradient(120deg, var(--cfg-crimson), var(--cfg-crimson-dark)); color: #fff; }
.cfg-cta h2 { margin: 0 0 8px; font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing: -.04em; }
.cfg-cta p { margin: 0; color: #ffe2e8; }

.cfg-footer { background: #0c0d10; color: #c4c8d0; padding: 52px 0 28px; }
.cfg-footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 40px; }
.cfg-footer h3 { color: #fff; margin-top: 0; }
.cfg-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.cfg-footer a { color: #d7dae0; }
.cfg-footer-bottom { margin-top: 38px; padding-top: 24px; border-top: 1px solid #25272d; display: flex; justify-content: space-between; gap: 20px; font-size: .86rem; }


/* F62 visual direction: premium technology commerce. */
.cfg-hero {
    isolation: isolate;
    min-height: 650px;
    padding: 96px 0 82px;
    background:
        radial-gradient(circle at 84% 16%, rgba(200, 16, 46, .16), transparent 30%),
        linear-gradient(135deg, #f4f5f7 0%, #ffffff 50%, #faeef1 100%);
}
.cfg-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    opacity: .32;
    background-image:
        linear-gradient(rgba(16, 17, 20, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 17, 20, .045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to right, #000, transparent 72%);
}
.cfg-hero::after {
    z-index: -1;
    right: -110px;
    top: -210px;
    width: 560px;
    height: 560px;
    background: rgba(200, 16, 46, .08);
}
.cfg-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
    gap: clamp(48px, 7vw, 92px);
}
.cfg-hero-content { position: relative; }
.cfg-hero h1 {
    max-width: 820px;
    margin: 22px 0;
    font-size: clamp(3rem, 5.8vw, 5.6rem);
    text-wrap: balance;
}
.cfg-hero-copy {
    max-width: 650px;
    font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}
.cfg-hero-actions { margin-top: 32px; }
.cfg-hero-actions .cfg-button { min-height: 52px; padding-inline: 24px; }
.cfg-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 30px 0 0;
    padding: 0;
    color: var(--cfg-gray);
    list-style: none;
    font-size: .86rem;
    font-weight: 750;
}
.cfg-hero-proof li { display: inline-flex; align-items: center; gap: 8px; }
.cfg-hero-proof li::before {
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    border-radius: 50%;
    background: var(--cfg-black);
    color: var(--cfg-white);
    content: "âœ“";
    font-size: .68rem;
}

.cfg-hero-showcase {
    position: relative;
    overflow: hidden;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 30px;
    background: linear-gradient(145deg, #111216, #1d2026);
    color: var(--cfg-white);
    box-shadow: 0 34px 90px rgba(16, 17, 20, .25);
}
.cfg-hero-showcase::after {
    position: absolute;
    right: -80px;
    bottom: -110px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(200, 16, 46, .24);
    content: "";
    filter: blur(2px);
    pointer-events: none;
}
.cfg-showcase-head,
.cfg-showcase-foot {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.cfg-showcase-head strong,
.cfg-showcase-head span { display: block; }
.cfg-showcase-overline {
    color: #aeb4bf;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.cfg-showcase-head strong { margin-top: 3px; font-size: 1.18rem; }
.cfg-showcase-status {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    color: #dfe3e9;
    background: rgba(255, 255, 255, .05);
    font-size: .72rem;
    font-weight: 800;
}
.cfg-showcase-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #51d88a;
    box-shadow: 0 0 0 4px rgba(81, 216, 138, .1);
}
.cfg-showcase-feature {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
    margin: 24px 0 14px;
    padding: 22px;
    border-radius: 20px;
    background: linear-gradient(120deg, #fff, #f8edf0);
    color: var(--cfg-black);
    transition: transform .2s ease, box-shadow .2s ease;
}
.cfg-showcase-feature:hover {
    color: var(--cfg-black);
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .18);
}
.cfg-showcase-mark {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 15px;
    background: var(--cfg-crimson);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 950;
    box-shadow: 0 12px 26px rgba(200, 16, 46, .24);
}
.cfg-showcase-feature small,
.cfg-showcase-feature strong,
.cfg-showcase-feature em { display: block; }
.cfg-showcase-feature small {
    color: var(--cfg-crimson-dark);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.cfg-showcase-feature strong { margin: 4px 0; line-height: 1.25; }
.cfg-showcase-feature em { color: var(--cfg-gray); font-size: .76rem; font-style: normal; }
.cfg-showcase-feature b { color: var(--cfg-crimson); font-size: 1.25rem; }

.cfg-showcase-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.cfg-showcase-grid a {
    display: grid;
    min-height: 150px;
    align-content: end;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .055);
    color: #fff;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.cfg-showcase-grid a:hover {
    border-color: rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .09);
    color: #fff;
    transform: translateY(-2px);
}
.cfg-showcase-number {
    align-self: start;
    margin-bottom: auto;
    color: #ff8fa3;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
}
.cfg-showcase-grid strong { margin: 18px 0 3px; }
.cfg-showcase-grid small { color: #aeb4bf; line-height: 1.45; }
.cfg-showcase-foot {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 18px;
    color: #aeb4bf;
    font-size: .7rem;
    font-weight: 750;
}
.cfg-showcase-foot span { display: inline-flex; align-items: center; gap: 7px; }
.cfg-showcase-foot span::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--cfg-crimson);
    content: "";
}

.cfg-trust { box-shadow: 0 12px 35px rgba(16, 17, 20, .035); }
.cfg-trust-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 13px;
    align-items: start;
    min-height: 116px;
    padding: 25px 18px;
}
.cfg-trust-index {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: #fbecef;
    color: var(--cfg-crimson);
    font-size: .7rem;
    font-weight: 950;
}
.cfg-trust-item strong { margin-top: 1px; }
.cfg-trust-item span:not(.cfg-trust-index) { margin-top: 3px; line-height: 1.45; }

.cfg-section-head h2 { text-wrap: balance; }
.cfg-card-grid .cfg-card {
    position: relative;
    overflow: hidden;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.cfg-card-grid .cfg-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--cfg-crimson), transparent 75%);
    content: "";
    opacity: 0;
    transition: opacity .22s ease;
}
.cfg-card-grid .cfg-card:hover {
    border-color: rgba(200, 16, 46, .28);
    box-shadow: 0 24px 60px rgba(16, 17, 20, .12);
    transform: translateY(-5px);
}
.cfg-card-grid .cfg-card:hover::before { opacity: 1; }

.cfg-b2b-panel {
    position: relative;
    overflow: hidden;
    padding: 34px;
}
.cfg-b2b-panel::after {
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(200, 16, 46, .16);
    content: "";
}
.cfg-b2b-panel__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #ff8fa3;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.cfg-b2b-panel > strong {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 420px;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}
.cfg-b2b-panel__signals {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}
.cfg-b2b-panel__signals span {
    padding: 7px 10px;
    border: 1px solid #363a43;
    border-radius: 999px;
    color: #dce0e7;
    background: rgba(255, 255, 255, .04);
    font-size: .74rem;
    font-weight: 800;
}

@media (max-width: 1100px) {
    .cfg-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); gap: 42px; }
    .cfg-hero h1 { font-size: clamp(3rem, 6vw, 4.7rem); }
}
@media (max-width: 980px) {
    .cfg-hero { min-height: auto; padding: 74px 0 64px; }
    .cfg-hero-grid { grid-template-columns: 1fr; }
    .cfg-hero-showcase { max-width: 680px; }
}
@media (max-width: 640px) {
    .cfg-hero { padding: 58px 0 48px; }
    .cfg-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
    .cfg-hero-actions { display: grid; }
    .cfg-hero-actions .cfg-button { width: 100%; }
    .cfg-hero-proof { display: grid; gap: 9px; }
    .cfg-hero-showcase { padding: 18px; border-radius: 22px; }
    .cfg-showcase-head { align-items: flex-start; }
    .cfg-showcase-status { padding: 6px 8px; }
    .cfg-showcase-feature { grid-template-columns: auto 1fr; padding: 17px; }
    .cfg-showcase-feature b { display: none; }
    .cfg-showcase-grid { grid-template-columns: 1fr; }
    .cfg-showcase-grid a { min-height: 126px; }
    .cfg-showcase-foot { display: grid; }
}

@media (max-width: 980px) {
    .cfg-header-main { grid-template-columns: 1fr auto; }
    .cfg-nav { grid-column: 1 / -1; padding-bottom: 16px; overflow-x: auto; }
    .cfg-nav ul { justify-content: flex-start; min-width: max-content; }
    .cfg-hero-grid, .cfg-b2b { grid-template-columns: 1fr; }
    .cfg-card-grid { grid-template-columns: repeat(2, 1fr); }
    .cfg-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .cfg-trust-item:nth-child(2) { border-right: 0; }
    .cfg-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .cfg-shell { width: min(calc(100% - 28px), var(--cfg-max)); }
    .cfg-topbar .cfg-shell { justify-content: center; text-align: center; }
    .cfg-topbar span:last-child { display: none; }
    .cfg-header-actions .cfg-button-secondary { display: none; }
    .cfg-hero { padding: 58px 0 50px; }
    .cfg-hero h1 { font-size: 2.75rem; }
    .cfg-card-grid, .cfg-trust-grid, .cfg-footer-grid { grid-template-columns: 1fr; }
    .cfg-trust-item { border-right: 0; border-bottom: 1px solid var(--cfg-border); }
    .cfg-section { padding: 58px 0; }
    .cfg-section-head, .cfg-cta, .cfg-footer-bottom { align-items: flex-start; flex-direction: column; }
    .cfg-metric-grid { grid-template-columns: 1fr; }
}


/* F63 immersive visual system.
 * Inspired by cinematic technology websites and translated into the original
 * CompuFixGuru identity: crimson, graphite, petrol, white and electric mint.
 */
:root {
    --cfg-night: #03080c;
    --cfg-petrol: #06232d;
    --cfg-petrol-soft: #0b3440;
    --cfg-mint: #62f4cf;
    --cfg-lilac: #c9b9ff;
    --cfg-surface-dark: #171a1f;
    --cfg-gradient-electric: linear-gradient(105deg, var(--cfg-lilac), var(--cfg-mint));
    --cfg-radius-xl: 34px;
}

body {
    background: #f4f6f7;
}

.cfg-topbar {
    position: relative;
    z-index: 70;
    background: var(--cfg-night);
    color: #c8d3d8;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.cfg-topbar strong { color: var(--cfg-mint); }

.cfg-header {
    top: 0;
    z-index: 65;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    background: rgba(3, 8, 12, .9);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .18);
    backdrop-filter: blur(20px) saturate(130%);
}
.cfg-header-main { min-height: 82px; }
.cfg-brand,
.cfg-nav a,
.cfg-header-link { color: var(--cfg-white); }
.cfg-brand:hover,
.cfg-nav a:hover,
.cfg-header-link:hover { color: var(--cfg-mint); }
.cfg-nav a {
    position: relative;
    padding-block: 10px;
    font-size: .92rem;
}
.cfg-nav a::after {
    position: absolute;
    right: 50%;
    bottom: 2px;
    left: 50%;
    height: 1px;
    background: var(--cfg-gradient-electric);
    content: "";
    transition: right .2s ease, left .2s ease;
}
.cfg-nav a:hover::after,
.cfg-nav .current-menu-item > a::after { right: 0; left: 0; }
.cfg-header-link {
    font-weight: 700;
    white-space: nowrap;
}
.cfg-language-switcher {
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
}
.cfg-language-switcher a { color: #cbd2d8; }
.cfg-language-switcher a[aria-current="true"] {
    color: var(--cfg-night);
    background: var(--cfg-mint);
}
.cfg-header .cfg-button-secondary {
    color: var(--cfg-white);
    border-color: rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .06);
}
.cfg-header .cfg-button-secondary:hover {
    color: var(--cfg-night);
    background: var(--cfg-white);
}
.cfg-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    background: rgba(255, 255, 255, .06);
}
.cfg-menu-toggle > span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    margin: 5px 0;
    border-radius: 999px;
    background: var(--cfg-white);
}

.cfg-button {
    min-height: 50px;
    border-radius: 999px;
    padding-inline: 24px;
}
.cfg-button-primary {
    color: var(--cfg-white);
    background: linear-gradient(110deg, var(--cfg-crimson), #ef3157);
    box-shadow: 0 12px 32px rgba(200, 16, 46, .3);
}
.cfg-button-primary:hover {
    color: var(--cfg-white);
    background: linear-gradient(110deg, var(--cfg-crimson-dark), var(--cfg-crimson));
}
.cfg-button-secondary {
    border-color: #d9dde1;
    background: rgba(255, 255, 255, .86);
}

.home .cfg-hero {
    isolation: isolate;
    min-height: clamp(720px, 88vh, 920px);
    display: grid;
    align-items: center;
    padding: 98px 0 118px;
    color: var(--cfg-white);
    background:
        radial-gradient(circle at 73% 42%, rgba(98, 244, 207, .18), transparent 18%),
        radial-gradient(circle at 84% 30%, rgba(200, 16, 46, .3), transparent 29%),
        radial-gradient(circle at 53% 90%, rgba(54, 122, 255, .15), transparent 32%),
        linear-gradient(135deg, #020609 0%, #07161e 55%, #041016 100%);
}
.home .cfg-hero::before {
    z-index: -2;
    opacity: .72;
    background:
        repeating-radial-gradient(
            ellipse at 74% 44%,
            transparent 0 18px,
            rgba(98, 244, 207, .1) 19px 20px,
            transparent 21px 35px
        );
    background-size: auto;
    mask-image: radial-gradient(circle at 74% 44%, #000 0 46%, transparent 74%);
}
.home .cfg-hero::after {
    z-index: -1;
    top: auto;
    right: -8vw;
    bottom: -28vw;
    width: min(72vw, 980px);
    height: min(72vw, 980px);
    border: 1px solid rgba(255, 255, 255, .1);
    background:
        radial-gradient(circle at 40% 35%, rgba(98, 244, 207, .22), transparent 5%),
        radial-gradient(circle at 55% 48%, rgba(200, 16, 46, .35), transparent 24%),
        rgba(255, 255, 255, .015);
    box-shadow:
        0 0 0 28px rgba(98, 244, 207, .025),
        0 0 0 74px rgba(201, 185, 255, .018),
        inset 0 0 90px rgba(98, 244, 207, .08);
}
.home .cfg-hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr);
    gap: clamp(48px, 7vw, 100px);
}
.home .cfg-kicker {
    color: var(--cfg-mint);
    border-color: rgba(98, 244, 207, .25);
    background: rgba(98, 244, 207, .07);
    box-shadow: inset 0 0 24px rgba(98, 244, 207, .05);
}
.home .cfg-hero h1 {
    max-width: 850px;
    color: var(--cfg-white);
    font-size: clamp(3.4rem, 6.2vw, 6.4rem);
    line-height: .93;
    letter-spacing: -.055em;
}
.home .cfg-hero h1 span {
    color: transparent;
    background: linear-gradient(95deg, #ff365f 0%, #ff6a85 36%, var(--cfg-lilac) 65%, var(--cfg-mint) 100%);
    background-clip: text;
    -webkit-background-clip: text;
}
.home .cfg-hero-copy {
    color: #becbd1;
    font-size: clamp(1.08rem, 1.45vw, 1.24rem);
}
.home .cfg-hero-proof { color: #aebdc4; }
.home .cfg-hero-proof li::before {
    color: var(--cfg-night);
    background: var(--cfg-mint);
}

.cfg-hero-showcase {
    border-color: rgba(255, 255, 255, .13);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025)),
        rgba(5, 17, 23, .78);
    box-shadow: 0 35px 95px rgba(0, 0, 0, .45);
    backdrop-filter: blur(22px);
}
.cfg-hero-showcase::before {
    position: absolute;
    top: -1px;
    right: 8%;
    left: 8%;
    height: 1px;
    background: var(--cfg-gradient-electric);
    content: "";
    opacity: .8;
}
.cfg-hero-showcase::after {
    right: -110px;
    bottom: -140px;
    width: 320px;
    height: 320px;
    background: rgba(200, 16, 46, .2);
    filter: blur(20px);
}
.cfg-showcase-status i {
    background: var(--cfg-mint);
    box-shadow: 0 0 0 4px rgba(98, 244, 207, .11), 0 0 18px rgba(98, 244, 207, .7);
}
.cfg-showcase-feature {
    border: 1px solid rgba(255, 255, 255, .55);
    background: linear-gradient(120deg, #fff, #eafdf8);
}
.cfg-showcase-mark { background: linear-gradient(145deg, var(--cfg-crimson), #ff4167); }
.cfg-showcase-grid a {
    border-color: rgba(255, 255, 255, .11);
    background: rgba(255, 255, 255, .055);
}
.cfg-showcase-grid a:hover {
    border-color: rgba(98, 244, 207, .45);
    background: rgba(98, 244, 207, .07);
}
.cfg-showcase-number { color: var(--cfg-mint); }

.home .cfg-trust {
    position: relative;
    z-index: 3;
    width: min(calc(100% - 40px), var(--cfg-max));
    margin: -52px auto 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 30px;
    background: var(--cfg-white);
    box-shadow: 0 26px 80px rgba(4, 16, 22, .16);
}
.home .cfg-trust .cfg-shell { width: 100%; }
.cfg-trust-index {
    color: var(--cfg-white);
    background: linear-gradient(145deg, var(--cfg-crimson), #ee3156);
    box-shadow: 0 8px 22px rgba(200, 16, 46, .2);
}

.home .cfg-section { padding: 104px 0; }
.home .cfg-section-muted {
    color: var(--cfg-white);
    background:
        radial-gradient(circle at 90% 15%, rgba(98, 244, 207, .09), transparent 24%),
        linear-gradient(160deg, var(--cfg-night), #091b23);
}
.home .cfg-section-muted .cfg-section-head p,
.home .cfg-section-muted .cfg-card p { color: #aebdc4; }
.home .cfg-section-muted .cfg-kicker {
    color: var(--cfg-mint);
    border-color: rgba(98, 244, 207, .22);
    background: rgba(98, 244, 207, .07);
}
.home .cfg-card-grid { gap: 20px; }
.home .cfg-card-grid .cfg-card {
    min-height: 310px;
    color: var(--cfg-white);
    border-color: rgba(255, 255, 255, .1);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
    box-shadow: none;
}
.home .cfg-card-grid .cfg-card::before {
    height: 1px;
    background: var(--cfg-gradient-electric);
}
.home .cfg-card-grid .cfg-card:hover {
    border-color: rgba(98, 244, 207, .32);
    background: linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .045));
    box-shadow: 0 26px 58px rgba(0, 0, 0, .26);
}
.home .cfg-card-icon {
    width: 58px;
    height: 58px;
    color: var(--cfg-night);
    border-radius: 18px;
    background: var(--cfg-gradient-electric);
}
.home .cfg-card-link { color: var(--cfg-mint); }

.home .cfg-section-dark {
    position: relative;
    color: var(--cfg-black);
    background: var(--cfg-white);
}
.home .cfg-section-dark::before {
    position: absolute;
    top: -52px;
    right: 0;
    left: 0;
    height: 54px;
    border-radius: 0 0 34px 34px;
    background: var(--cfg-white);
    content: "";
}
.home .cfg-section-dark .cfg-kicker {
    color: var(--cfg-crimson);
    border-color: #f0cbd3;
    background: #fff3f6;
}
.home .cfg-b2b p { color: var(--cfg-gray); }
.home .cfg-checklist li::before { color: var(--cfg-crimson); }
.home .cfg-b2b-panel {
    min-height: 390px;
    display: grid;
    align-content: center;
    border-color: rgba(255, 255, 255, .1);
    border-radius: var(--cfg-radius-xl);
    color: var(--cfg-white);
    background:
        radial-gradient(circle at 80% 20%, rgba(98, 244, 207, .18), transparent 30%),
        linear-gradient(145deg, var(--cfg-petrol), var(--cfg-night));
    box-shadow: 0 30px 75px rgba(4, 16, 22, .22);
}
.home .cfg-b2b-panel p { color: #b8c6cc; }
.home .cfg-b2b-panel__eyebrow { color: var(--cfg-mint); }
.home .cfg-b2b-panel__signals span {
    border-color: rgba(98, 244, 207, .25);
    background: rgba(98, 244, 207, .07);
}

.cfg-products {
    background: #eef1f3;
}
.cfg-products .products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(6, 35, 45, .08);
    transition: transform .22s ease, box-shadow .22s ease;
}
.woocommerce ul.products li.product:hover {
    box-shadow: 0 24px 54px rgba(6, 35, 45, .14);
    transform: translateY(-5px);
}
.woocommerce ul.products li.product .button {
    border-radius: 999px;
    background: var(--cfg-night);
}
.woocommerce ul.products li.product .button:hover {
    color: var(--cfg-night);
    background: var(--cfg-mint);
}

.home .cfg-section-muted:last-of-type {
    position: relative;
    overflow: hidden;
    background: var(--cfg-night);
}
.home .cfg-cta {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: clamp(38px, 6vw, 72px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--cfg-radius-xl);
    background:
        radial-gradient(circle at 82% 30%, rgba(98, 244, 207, .24), transparent 28%),
        linear-gradient(115deg, #a70b27, var(--cfg-crimson) 45%, #071b23);
    box-shadow: 0 35px 80px rgba(0, 0, 0, .3);
}
.home .cfg-cta::after {
    position: absolute;
    right: -80px;
    bottom: -140px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    content: "";
}
.home .cfg-cta p { color: #f8dfe4; }

.cfg-page-main {
    background:
        radial-gradient(circle at 92% 0, rgba(98, 244, 207, .08), transparent 24%),
        #f4f6f7;
}
.cfg-page {
    border-radius: 26px;
    box-shadow: 0 22px 60px rgba(6, 35, 45, .08);
}

.cfg-footer {
    padding-top: 72px;
    background:
        radial-gradient(circle at 85% 10%, rgba(98, 244, 207, .08), transparent 25%),
        var(--cfg-night);
}
.cfg-footer h3 { color: var(--cfg-white); }
.cfg-footer a:hover { color: var(--cfg-mint); }

@media (max-width: 1120px) {
    .cfg-header-main { gap: 16px; }
    .cfg-nav ul { gap: 16px; }
    .cfg-header-actions { gap: 7px; }
    .cfg-header-link { display: none; }
    .home .cfg-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); }
}

@media (max-width: 980px) {
    .cfg-menu-toggle { display: block; justify-self: end; }
    .cfg-header-main { grid-template-columns: 1fr auto; }
    .cfg-nav {
        display: none;
        grid-column: 1 / -1;
        padding: 0 0 18px;
        overflow: visible;
    }
    .cfg-nav.is-open { display: block; }
    .cfg-nav ul {
        display: grid;
        gap: 4px;
        min-width: 0;
    }
    .cfg-nav a {
        display: block;
        padding: 12px 4px;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }
    .cfg-header-actions {
        grid-column: 1 / -1;
        justify-content: space-between;
        padding-bottom: 16px;
    }
    .home .cfg-hero { min-height: auto; }
    .home .cfg-hero-grid { grid-template-columns: 1fr; }
    .home .cfg-hero-showcase { max-width: none; }
    .cfg-products .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .cfg-topbar { display: none; }
    .cfg-header-main { min-height: 70px; }
    .cfg-brand { font-size: 1.08rem; }
    .cfg-brand-mark { width: 30px; height: 30px; }
    .cfg-header-actions .cfg-button { min-height: 42px; padding-inline: 15px; }
    .cfg-header-actions .cfg-language-switcher { margin-right: auto; }
    .home .cfg-hero {
        padding: 64px 0 104px;
        min-height: auto;
    }
    .home .cfg-hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
    .home .cfg-trust {
        width: min(calc(100% - 24px), var(--cfg-max));
        margin-top: -42px;
    }
    .home .cfg-section { padding: 74px 0; }
    .home .cfg-card-grid .cfg-card { min-height: 250px; }
    .cfg-products .products { grid-template-columns: 1fr; }
    .home .cfg-cta { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

.cfg-footer-tagline {
    margin: -4px 0 14px;
    color: var(--cfg-mint);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}


/* F64 trusted brands banner. */
.cfg-brand-wall {
    position: relative;
    overflow: hidden;
    padding: 94px 0 74px;
    color: var(--cfg-black);
    background:
        radial-gradient(circle at 8% 0, rgba(200, 16, 46, .07), transparent 24%),
        linear-gradient(180deg, #ffffff, #f1f4f5);
}
.cfg-brand-wall::after {
    position: absolute;
    right: -150px;
    bottom: -230px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(6, 35, 45, .08);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}
.cfg-brand-wall__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 38px;
}
.cfg-brand-wall__head h2 {
    max-width: 680px;
    margin: 14px 0 0;
    font-size: clamp(2.3rem, 4.5vw, 4.6rem);
    line-height: .98;
    letter-spacing: -.05em;
    text-wrap: balance;
}
.cfg-brand-wall__head p {
    max-width: 560px;
    margin: 0;
    color: var(--cfg-gray);
}
.cfg-brand-wall .cfg-kicker {
    color: var(--cfg-crimson);
    border-color: #efcad2;
    background: #fff1f4;
}

.cfg-brand-marquee {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 8px 0 18px;
    outline: none;
    mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.cfg-brand-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: cfg-brand-scroll 62s linear infinite;
}
.cfg-brand-set {
    display: flex;
    flex: none;
    gap: 16px;
    padding-right: 16px;
}
.cfg-brand-logo {
    width: 220px;
    height: 116px;
    display: grid;
    flex: none;
    place-items: center;
    margin: 0;
    padding: 12px 18px;
    overflow: hidden;
    border: 1px solid #e5e8eb;
    border-radius: 18px;
    background: var(--cfg-white);
    box-shadow: 0 12px 30px rgba(6, 35, 45, .065);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.cfg-brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .72;
    filter: saturate(.68) contrast(.96);
    transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}
.cfg-brand-logo:hover {
    border-color: rgba(200, 16, 46, .25);
    box-shadow: 0 18px 38px rgba(6, 35, 45, .12);
    transform: translateY(-3px);
}
.cfg-brand-logo:hover img {
    opacity: 1;
    filter: none;
    transform: scale(1.03);
}
.cfg-brand-marquee:hover .cfg-brand-track,
.cfg-brand-marquee:focus .cfg-brand-track,
.cfg-brand-marquee:focus-within .cfg-brand-track {
    animation-play-state: paused;
}
.cfg-brand-marquee:focus-visible {
    box-shadow: inset 0 0 0 2px var(--cfg-crimson);
}
.cfg-brand-wall__foot {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 20px;
    color: #7a8087;
    font-size: .76rem;
}
.cfg-brand-wall__foot strong {
    color: var(--cfg-crimson);
    letter-spacing: .1em;
    text-transform: uppercase;
}

@keyframes cfg-brand-scroll {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 760px) {
    .cfg-brand-wall { padding: 72px 0 58px; }
    .cfg-brand-wall__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }
    .cfg-brand-wall__head h2 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
    .cfg-brand-logo { width: 180px; height: 102px; }
    .cfg-brand-wall__foot {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cfg-brand-marquee {
        overflow-x: auto;
        padding-bottom: 24px;
        mask-image: none;
        scrollbar-width: thin;
    }
    .cfg-brand-track { animation: none; }
    .cfg-brand-set[aria-hidden="true"] { display: none; }
}

/* CFG TOPBAR PHONE + COLORS START */
.cfg-topbar strong,
.cfg-topbar .cfg-topbar-brand {
    color: #ffffff;
}

.cfg-topbar .cfg-topbar-tagline {
    color: var(--cfg-crimson);
    font-weight: 800;
}

.cfg-topbar .cfg-topbar-divider {
    color: #8a909c;
    margin-inline: 6px;
}

@media (min-width: 761px) {
    .cfg-topbar .cfg-shell {
        gap: 16px;
    }
}

@media (max-width: 980px) {
    .cfg-topbar .cfg-shell {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding-block: 10px;
    }
}

.cfg-topbar a {
    color: inherit;
}
/* CFG TOPBAR PHONE + COLORS END */

/* CFG VISUAL HEADER FIX V2 START */
.cfg-topbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: var(--cfg-white, #fff);
}
.cfg-topbar-brand strong {
    color: var(--cfg-white, #fff) !important;
}
.cfg-topbar-tagline {
    color: var(--cfg-crimson, #c8102e) !important;
    font-weight: 700;
}
.cfg-topbar-meta {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}
.cfg-topbar-phone {
    color: var(--cfg-white, #fff) !important;
    font-weight: 700;
    white-space: nowrap;
}
.cfg-topbar-phone:hover,
.cfg-topbar-phone:focus-visible {
    color: #ff6a85 !important;
}
.cfg-header .cfg-header-link {
    color: #f7f7f8 !important;
    opacity: 1 !important;
    font-weight: 700;
}
.cfg-header .cfg-header-link:hover,
.cfg-header .cfg-header-link:focus-visible {
    color: #ff6a85 !important;
}
@media (max-width: 900px) {
    .cfg-topbar .cfg-shell {
        flex-wrap: wrap;
        padding-block: 6px;
    }
    .cfg-topbar-meta {
        flex-wrap: wrap;
    }
}
/* CFG VISUAL HEADER FIX V2 END */

/* Legal pages V0.5.5 */
.cfg-legal {
    max-width: 960px;
}
.cfg-legal h2 {
    margin-top: 2rem;
    margin-bottom: .75rem;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
}
.cfg-legal p,
.cfg-legal li {
    line-height: 1.75;
}
.cfg-legal a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.cfg-legal-updated {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--cfg-border);
}
.cfg-legal-alert {
    margin: 0 0 1.5rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--cfg-border);
    border-left: 4px solid var(--cfg-crimson);
    border-radius: 10px;
    background: var(--cfg-surface, #fff);
}
.cfg-legal-alert strong {
    display: block;
    margin-bottom: .35rem;
}


/* V0.5.8 official brand asset integration. */
.cfg-brand { display:inline-flex; align-items:center; padding:0; background:transparent; box-shadow:none; }
.cfg-site-brand-logo { display:block; width:auto; height:58px; max-width:205px; }
.cfg-footer-brand { display:inline-flex; align-items:center; margin-bottom:10px; padding:0; background:transparent; }
.cfg-footer-logo { display:block; width:min(235px,100%); height:auto; }
.cfg-footer-tagline-image { display:block; width:min(175px,80%); height:auto; margin:0 0 18px; }
@media (max-width:640px) {
 .cfg-site-brand-logo { height:46px; max-width:165px; }
 .cfg-footer-logo { width:min(205px,100%); }
 .cfg-footer-tagline-image { width:min(155px,80%); }
}
