/* service_development.html — extracted internal + inline styles */

.odoo-page { --odoo: #714B67; --odoo-2: #8f5f83; --odoo-rgb: 113, 75, 103; }

.odoo-eyebrow {
    display: inline-flex; align-items: center; gap: .5rem;
    padding: .4rem 1rem; border-radius: 2rem;
    background: rgba(var(--odoo-rgb), .10); color: var(--odoo);
    font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.odoo-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--odoo);
    box-shadow: 0 0 0 4px rgba(var(--odoo-rgb), .16); }

.odoo-trust { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; }
.odoo-trust .t { display: flex; align-items: center; gap: .5rem; font-weight: 600; color: #45526b; font-size: .95rem; }
.odoo-trust .t i { color: var(--odoo); font-size: 1.15rem; }

/* ---- Odoo app-launcher hero mock ---- */
.odoo-mock {
    position: relative; border-radius: 1.25rem; overflow: hidden;
    background: #fff; box-shadow: 0 1.8rem 3.6rem rgba(30, 34, 40, .18);
    border: 1px solid #eef1f6;
}
.odoo-mock__bar {
    background: linear-gradient(100deg, var(--odoo), var(--odoo-2));
    padding: .8rem 1rem; display: flex; align-items: center; gap: .6rem;
}
.odoo-mock__bar .dots { display: flex; gap: .35rem; }
.odoo-mock__bar .dots span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.5); }
.odoo-mock__url {
    margin-left: .4rem; flex: 1; background: rgba(255,255,255,.18); color: #fff;
    font-size: .74rem; padding: .32rem .8rem; border-radius: 2rem; display: flex; align-items: center; gap: .4rem;
}
.odoo-mock__body { padding: 1.4rem; background: #f7f6f9; }
.odoo-apps { display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem; }
.odoo-app {
    background: #fff; border-radius: .9rem; padding: .9rem .5rem; text-align: center;
    border: 1px solid #edeaf1; transition: transform .3s ease, box-shadow .3s ease;
}
.odoo-app:hover { transform: translateY(-4px); box-shadow: 0 .7rem 1.4rem rgba(var(--odoo-rgb), .16); }
.odoo-app .ic {
    width: 40px; height: 40px; margin: 0 auto .5rem; border-radius: .7rem;
    display: flex; align-items: center; justify-content: center; font-size: 1.25rem;
}
.odoo-app .nm { font-size: .74rem; font-weight: 600; color: #45526b; }
.odoo-app.custom { border: 2px dashed var(--odoo); background: rgba(var(--odoo-rgb), .05); }
.odoo-app.custom .ic { background: var(--odoo); color: #fff; }
.odoo-app.custom .nm { color: var(--odoo); font-weight: 700; }

.odoo-badge {
    position: absolute; border-radius: .9rem; padding: .7rem .95rem;
    background: rgba(255, 255, 255, .60);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, .6);
    box-shadow: 0 1rem 2.4rem rgba(30, 34, 40, .16);
    display: flex; align-items: center; gap: .6rem;
    font-weight: 700; font-size: .9rem; z-index: 3;
}
.odoo-badge i { font-size: 1.3rem; }
.odoo-badge .lbl { line-height: 1.1; } .odoo-badge .lbl small { display:block; font-weight: 500; color:#8a94a6; font-size:.72rem; }

/* ---- generic hover-lift service cards ---- */
.svc-card {
    height: 100%; background: #fff; border: 1px solid #eef1f6; border-radius: 1.1rem;
    padding: 1.6rem 1.5rem; transition: transform .4s cubic-bezier(.22,.61,.36,1), box-shadow .4s ease, border-color .3s;
}
.svc-card:hover { transform: translateY(-8px); box-shadow: 0 1.4rem 3rem rgba(30,34,40,.12); border-color: rgba(var(--odoo-rgb),.4); }
.svc-card__ic { width: 58px; height: 58px; border-radius: 1rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; }
.svc-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: .5rem; }
.svc-card p { color: #5c6a82; font-size: .95rem; margin-bottom: 0; }

/* ---- module coverage grid ---- */
.mod-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
@media (min-width: 576px) { .mod-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 992px) { .mod-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.mod {
    display: flex; align-items: center; gap: .65rem; padding: .8rem .9rem;
    background: #fff; border: 1px solid #eceef3; border-radius: .8rem;
    font-weight: 600; color: #3f4a5c; font-size: .9rem; transition: all .25s ease;
    min-width: 0; overflow-wrap: anywhere;
}
.mod:hover { border-color: var(--odoo); color: var(--odoo); transform: translateY(-3px); box-shadow: 0 .6rem 1.3rem rgba(var(--odoo-rgb),.14); }
.mod .e { font-size: 1.15rem; }

/* ---- engagement model cards ---- */
.engage {
    position: relative; height: 100%; background: #fff; border: 1px solid #eef1f6; border-radius: 1.25rem;
    padding: 2rem 1.75rem; transition: transform .4s ease, box-shadow .4s ease;
}
.engage:hover { transform: translateY(-6px); box-shadow: 0 1.4rem 3rem rgba(30,34,40,.12); }
.engage.featured { border: 0; background: linear-gradient(150deg, var(--odoo), var(--odoo-2)); color: #fff; }
.engage.featured h3, .engage.featured .price { color: #fff !important; }
.engage.featured p, .engage.featured li { color: rgba(255,255,255,.92); }
.engage__tag { position: absolute; top: -0.9rem; right: 1.5rem; font-size: .66rem; font-weight: 700; letter-spacing: .06em;
    text-transform: uppercase; background: #fff; color: var(--odoo); padding: .42rem .95rem; border-radius: 2rem;
    box-shadow: 0 .5rem 1.1rem rgba(30, 34, 40, .16); }
.engage h3 { font-size: 1.3rem; font-weight: 700; }
.engage .price { font-size: 1rem; font-weight: 600; opacity: .85; }
.engage ul { list-style: none; padding: 0; margin: 1.25rem 0 0; }
.engage ul li { position: relative; padding-left: 1.7rem; margin-bottom: .6rem; font-size: .92rem; }
.engage ul li::before { content: "\2713"; position: absolute; left: 0; font-weight: 800; color: var(--odoo); }
.engage.featured ul li::before { color: #fff; }

/* ---- numbered process ---- */
.proc { display: grid; gap: 1.25rem; }
@media (min-width: 768px) { .proc { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .proc { grid-template-columns: repeat(4, 1fr); } }
.proc-step { background: #fff; border: 1px solid #eef1f6; border-radius: 1.1rem; padding: 1.6rem 1.4rem; height: 100%; transition: transform .35s ease, box-shadow .35s ease; }
.proc-step:hover { transform: translateY(-5px); box-shadow: 0 1rem 2.4rem rgba(30,34,40,.1); }
.proc-step .n { font-size: 2.4rem; font-weight: 800; line-height: 1; background: linear-gradient(120deg, var(--odoo), var(--odoo-2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.proc-step h4 { font-size: 1.05rem; font-weight: 700; margin: .7rem 0 .5rem; }
.proc-step p { font-size: .88rem; color: #5c6a82; margin: 0; }

/* ---- industry chips ---- */
.ind-chips { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; }
.ind-chips a { padding: .6rem 1.15rem; border-radius: 2rem; background: #fff; border: 1px solid #e7ebf2;
    font-weight: 600; color: #45526b; font-size: .92rem; transition: all .25s ease; }
.ind-chips a:hover { color: #fff; background: var(--odoo); border-color: var(--odoo); transform: translateY(-2px); }

/* ---- testimonial cards ---- */
.tk-quote { height: 100%; background: #fff; border: 1px solid #eef1f6; border-radius: 1.1rem; padding: 1.7rem 1.6rem; transition: transform .4s ease, box-shadow .4s ease; }
.tk-quote:hover { transform: translateY(-6px); box-shadow: 0 1.2rem 2.6rem rgba(30,34,40,.1); }
.tk-quote .stars { color: #fab758; letter-spacing: 2px; margin-bottom: .8rem; }
.tk-quote p { color: #3f4a5c; font-size: .95rem; line-height: 1.7; }
.tk-quote .who { display: flex; align-items: center; gap: .75rem; margin-top: 1.1rem; }
.tk-quote .av { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--odoo), var(--odoo-2)); }

@media (prefers-reduced-motion: no-preference) {
    .reveal-up { animation: reveal-up .6s cubic-bezier(.22,.61,.36,1) both; }
    .reveal-up:nth-child(3n+2) { animation-delay: .08s; } .reveal-up:nth-child(3n+3) { animation-delay: .16s; }
}
@keyframes reveal-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

/* ---- generated classes for inline styles ---- */
.gen-1 { background:#e8f6f1; }
.gen-2 { background:#fdeef0; }
.gen-3 { background:#eef2fe; }
.gen-4 { background:#fff4e6; }
.gen-5 { background:#f0edfb; }
.gen-6 { background:#e9f7fb; }
.gen-7 { background:#fdeef7; }
.gen-8 { background:#eef9ec; }
.gen-9 { top: -1.9rem; right: -1.1rem; }
.gen-10 { bottom: -1.9rem; left: -1.1rem; }
.gen-11 { color:#714B67; }
.gen-12 { background:#f7f8fb; }
.gen-13 { height: 130px; }
