:root{--otf-yellow:#f5c400;--otf-ink:#171717;--otf-muted:#6b7280;--otf-line:#e5e7eb;--otf-soft:#f7f7f7;--otf-white:#fff}.otf-latest-companies,.otf-similar-section,.otf-archive-wrap,.otf-single-wrap{box-sizing:border-box;width:min(1180px,calc(100% - 32px));margin:36px auto}.otf-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.otf-section-heading h2{margin:0;font-size:clamp(24px,3vw,34px);line-height:1.1;color:var(--otf-ink)}.otf-section-heading a{color:var(--otf-ink);font-weight:700;text-decoration:none;border-bottom:2px solid var(--otf-yellow)}.otf-company-grid{display:grid;gap:20px}.otf-company-grid--1{grid-template-columns:1fr}.otf-company-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.otf-company-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.otf-company-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.otf-company-card{overflow:hidden;border:1px solid var(--otf-line);border-radius:16px;background:var(--otf-white);box-shadow:0 8px 24px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.otf-company-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(0,0,0,.1)}.otf-company-card__image{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#ececec}.otf-company-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.otf-company-card:hover .otf-company-card__image img{transform:scale(1.025)}.otf-company-card__body{padding:17px}.otf-company-card__service{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#8a6500}.otf-company-card__title{margin:6px 0 8px;font-size:20px;line-height:1.25}.otf-company-card__title a{color:var(--otf-ink);text-decoration:none}.otf-company-card__location,.otf-company-card__meta{font-size:14px;color:var(--otf-muted);margin-top:6px}.otf-company-card__actions,.otf-contact-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:15px}.otf-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:10px;font-weight:800;text-decoration:none!important;border:1px solid transparent;transition:filter .2s ease}.otf-button--primary{background:var(--otf-yellow);color:#111}.otf-button--ghost{background:#fff;color:#111;border-color:var(--otf-line)}.otf-button--whatsapp{background:#1fa855;color:#fff}.otf-button:hover{filter:brightness(.96)}.otf-badge{position:absolute;top:12px;left:12px;z-index:2;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900}.otf-badge--featured{background:var(--otf-yellow);color:#111;box-shadow:0 4px 15px rgba(0,0,0,.18)}.otf-empty-state{padding:26px;border:1px dashed #c8c8c8;border-radius:14px;background:var(--otf-soft);text-align:center;color:var(--otf-muted)}.otf-company-hero{position:relative;overflow:hidden;border-radius:22px;aspect-ratio:21/8;background:#eee}.otf-company-hero img{width:100%;height:100%;object-fit:cover;display:block}.otf-company-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:30px;margin-top:28px}.otf-company-content h1{margin:5px 0 10px;font-size:clamp(32px,5vw,52px);line-height:1.05}.otf-company-kicker{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#8a6500}.otf-company-location{font-size:17px;color:var(--otf-muted)}.otf-view-counter{display:inline-block;margin-top:13px;padding:8px 12px;border-radius:9px;background:#fff7d5;color:#574200}.otf-company-summary{font-size:20px;line-height:1.55}.otf-company-description{font-size:17px;line-height:1.75}.otf-company-sidebar{align-self:start;position:sticky;top:24px}.otf-contact-card{padding:22px;border:1px solid var(--otf-line);border-radius:18px;background:#fff;box-shadow:0 8px 26px rgba(0,0,0,.06)}.otf-contact-card h2{margin:0 0 8px}.otf-contact-row{display:flex;flex-direction:column;gap:4px;padding:13px 0;border-bottom:1px solid var(--otf-line);color:var(--otf-ink);text-decoration:none}.otf-contact-row span{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--otf-muted)}.otf-contact-row strong{font-size:15px;line-height:1.45}.otf-info-section{margin-top:30px;padding-top:10px;border-top:1px solid var(--otf-line)}.otf-info-section h2{font-size:26px}.otf-tag-list{display:flex;flex-wrap:wrap;gap:8px}.otf-tag-list a{padding:8px 11px;border-radius:999px;background:#f1f1f1;color:#222;text-decoration:none;font-weight:700}.otf-archive-header{margin-bottom:24px;padding:28px;border-radius:20px;background:linear-gradient(135deg,#fff4b2,#fff)}.otf-archive-header h1{margin:6px 0;font-size:clamp(32px,5vw,52px)}.otf-archive-header p{margin:8px 0 0;color:var(--otf-muted);font-size:17px}.otf-pagination{margin-top:28px}.otf-pagination .nav-links{display:flex;gap:8px;justify-content:center}.otf-pagination a,.otf-pagination span{padding:9px 13px;border:1px solid var(--otf-line);border-radius:9px;text-decoration:none}.otf-pagination .current{background:var(--otf-yellow);border-color:var(--otf-yellow);font-weight:800}@media(max-width:980px){.otf-company-grid--4,.otf-company-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.otf-company-main-grid{grid-template-columns:1fr}.otf-company-sidebar{position:static}.otf-company-hero{aspect-ratio:16/8}}@media(max-width:620px){.otf-latest-companies,.otf-similar-section,.otf-archive-wrap,.otf-single-wrap{width:min(100% - 20px,1180px);margin:22px auto}.otf-company-grid--4,.otf-company-grid--3,.otf-company-grid--2{grid-template-columns:1fr}.otf-section-heading{align-items:flex-start;flex-direction:column}.otf-company-hero{border-radius:14px;aspect-ratio:16/10}.otf-company-main-grid{gap:20px;margin-top:20px}}
