
/* OFICIA — premium visual layer. Keeps the original template structure. */
:root {
  --white-color: #ffffff;
  --black-color: #0c100d;
  --primary-color: #17221b;
  --secondary-color: #647168;
  --accent-color: #f0b322;
  --dark-blue: #1b8434;
  --light-blue: #bfe9c9;
  --lightest-blue: #edf8f0;
  --gray-color1: #f6f8f6;
  --gray-color2: #dfe7e1;
  --gray-color3: #839087;
  --oficia-green: #1b8434;
  --oficia-green-dark: #0e5f29;
  --oficia-yellow: #f0b322;
  --oficia-carbon: #17221b;
  --oficia-surface: #f4f7f4;
  --oficia-border: rgba(23,34,27,.10);
  --oficia-shadow: 0 24px 70px rgba(16,40,24,.10);
  --oficia-shadow-sm: 0 12px 36px rgba(16,40,24,.08);
}

html { scroll-padding-top: 112px; }
body.oficia-site {
  background:
    radial-gradient(circle at 12% 8%, rgba(27,132,52,.06), transparent 23rem),
    radial-gradient(circle at 92% 24%, rgba(240,179,34,.08), transparent 25rem),
    var(--oficia-surface);
  color: var(--secondary-color);
  letter-spacing: -.01em;
}
body.oficia-site::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .3;
  background-image: linear-gradient(rgba(23,34,27,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(23,34,27,.025) 1px, transparent 1px);
  background-size: 56px 56px;
}
::selection { background: var(--oficia-yellow); color: var(--oficia-carbon); }
:focus-visible { outline: 3px solid var(--oficia-yellow); outline-offset: 4px; }

.oficia-skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 3000;
  padding: 12px 18px; border-radius: 12px; background: #fff; color: var(--oficia-carbon); font-weight: 700;
  box-shadow: var(--oficia-shadow-sm); transition: top .2s ease;
}
.oficia-skip-link:focus { top: 16px; }
.oficia-scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 3000; pointer-events: none; }
.oficia-scroll-progress span { display:block; width:0; height:100%; background: linear-gradient(90deg,var(--oficia-green),var(--oficia-yellow)); box-shadow:0 0 14px rgba(240,179,34,.45); }

.cs_custom_content_wrapper { width: min(100%, 1480px); padding: 16px; }
.cs_custom_content_wrapper > section,
.cs_custom_content_wrapper > footer { margin-bottom: 16px; }
.cs_custom_content_wrapper > footer { margin-bottom: 0; }
.container { max-width: 1200px; }

.cs_height_80 { height: 96px; }
.cs_height_50 { height: 52px; }
.cs_section_heading_style_1 { max-width: 760px; margin-left: auto; margin-right: auto; }
.cs_section_title { letter-spacing: -.04em; }
.cs_section_heading_style_1 > p:last-child { font-size: 17px; line-height: 1.75; color: var(--secondary-color); max-width: 680px; }
.cs_section_subtitle {
  padding: 8px 14px !important; border-radius: 999px; display: inline-flex !important; align-items: center; gap: 8px;
  background: rgba(27,132,52,.10) !important; color: var(--oficia-green-dark) !important;
  border: 1px solid rgba(27,132,52,.15); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
}
.cs_section_subtitle::before { content:""; width:7px; height:7px; border-radius:50%; background:currentColor; box-shadow:0 0 0 5px rgba(27,132,52,.10); }
.cs_btn_style_1 {
  min-height: 52px; padding: 13px 25px; border-radius: 14px !important; font-weight: 750; letter-spacing: -.01em;
  box-shadow: none; border: 1px solid transparent; transform: translateZ(0);
}
.cs_btn_style_1::before, .cs_btn_style_1::after { border-radius: inherit; }
.cs_btn_style_1:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(15,50,25,.14); }
.cs_accent_bg { background: var(--oficia-yellow) !important; color: var(--oficia-carbon) !important; }
.cs_blue_bg1 { background-color: var(--oficia-carbon) !important; }
.cs_blue_bg3 { background-color: var(--lightest-blue) !important; }
.cs_blue_dark { color: var(--oficia-green) !important; }
.cs_blue_light { color: var(--light-blue) !important; }
.cs_radius_16 { border-radius: 24px; }
.cs_radius_20 { border-radius: 28px; }

/* Header */
.cs_site_header.cs_style_1 { top: 28px; padding: 0 28px; }
.cs_site_header.cs_style_1 .cs_header_main {
  width: min(calc(100% - 32px), 1420px); margin: 0 auto; border-radius: 20px;
  background: rgba(23,34,27,.86); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 18px 60px rgba(0,0,0,.16);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.cs_site_header.cs_style_1.cs_sticky_active { top: 10px; background: transparent; box-shadow:none; }
.cs_site_header.cs_style_1.cs_sticky_active .cs_header_main { background: rgba(23,34,27,.94); }
.cs_site_header.cs_style_1 .cs_main_header_in { height: 82px; padding: 13px 22px; }
.cs_site_header.cs_style_1.cs_sticky_active .cs_main_header_in { height: 74px; }
.cs_site_header .cs_site_brand img { width: 150px; height: auto; }
.cs_site_header.cs_style_1 .cs_nav_list > li { margin-left: 30px; }
.cs_site_header.cs_style_1 .cs_nav_list > li > a { position:relative; color:rgba(255,255,255,.72); font-size:14px; }
.cs_site_header.cs_style_1 .cs_nav_list > li > a::after { content:""; position:absolute; left:0; right:100%; bottom:21px; height:2px; background:var(--oficia-yellow); transition:right .25s ease; }
.cs_site_header.cs_style_1 .cs_nav_list > li > a:hover,
.cs_site_header.cs_style_1 .cs_nav_list > li > a.is-active { color:#fff; }
.cs_site_header.cs_style_1 .cs_nav_list > li > a:hover::after,
.cs_site_header.cs_style_1 .cs_nav_list > li > a.is-active::after { right:0; }
.cs_site_header.cs_style_1 .cs_btn_style_1 { background:var(--oficia-yellow); color:var(--oficia-carbon); border:0; border-radius:12px !important; }

/* Hero */
.oficia-hero {
  min-height: 820px; padding: 166px 38px 68px; isolation:isolate;
  background:
    radial-gradient(circle at 76% 18%, rgba(27,132,52,.42), transparent 23rem),
    radial-gradient(circle at 8% 90%, rgba(240,179,34,.16), transparent 25rem),
    linear-gradient(135deg,#101711 0%,#17221b 55%,#102b18 100%) !important;
}
.oficia-hero::before { content:""; position:absolute; inset:0; z-index:0; background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size:64px 64px; mask-image:linear-gradient(to bottom,#000,transparent 85%); }
.oficia-hero .cs_hero_content { width:min(54%,650px); }
.oficia-hero .cs_hero_title { font-size:clamp(48px,5.2vw,78px); line-height:1.02; letter-spacing:-.055em; max-width:760px; }
.oficia-hero .cs_hero_title span { color:var(--oficia-yellow); }
.oficia-hero .cs_hero_desc { font-size:19px; line-height:1.7; opacity:.76; max-width:560px; margin-bottom:34px !important; }
.oficia-hero .cs_hero_subtitle { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); color:#fff; font-weight:750; letter-spacing:.055em; }
.oficia-hero .cs_hero_thumbnail { width:min(41vw,570px); top:130px; right:42px; border:0; border-radius:0; overflow:visible !important; }
.oficia-hero .cs_hero_thumbnail img { border-radius:0; filter:drop-shadow(0 35px 70px rgba(0,0,0,.25)); }
.oficia-hero .cs_hero_btns_wrapper { gap:12px; margin-bottom:38px !important; }
.oficia-hero .cs_hero_btns_wrapper .cs_btn_style_1:nth-child(2),
.oficia-hero .cs_hero_btns_wrapper .cs_btn_style_1:nth-child(3) { background:rgba(255,255,255,.06) !important; color:#fff !important; border-color:rgba(255,255,255,.16); }
.oficia-hero .cs_logo_wrapper { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; max-width:650px; }
.oficia-hero .cs_logo { min-height:54px; padding:12px 14px; border-radius:14px; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.08); display:flex; gap:10px; align-items:center; }
.oficia-hero .cs_logo::before { content:attr(data-label); min-width:52px; padding:4px 7px; border-radius:7px; background:rgba(27,132,52,.27); color:#c8f3d3; font:800 10px/1 var(--primary-font); letter-spacing:.08em; text-align:center; }
.oficia-hero .cs_logo:first-child { grid-column:span 2; background:rgba(240,179,34,.12); border-color:rgba(240,179,34,.25); }
.oficia-hero .cs_logo:first-child::before { background:var(--oficia-yellow); color:var(--oficia-carbon); }
.oficia-hero .cs_logo:nth-child(2) { grid-column:span 2; }
.oficia-hero .cs_logo span { font-size:12px !important; line-height:1.45; opacity:.82; }
.oficia-hero .cs_vectoe_shape1 { opacity:.24; }

/* Entry cards — editorial image cards */
.oficia-entry { background:#fff; border-radius:28px; }
.oficia-entry .row { row-gap:28px; }
.oficia-entry .cs_card_style_1 { border-radius:22px; overflow:hidden; background:var(--oficia-carbon); box-shadow:var(--oficia-shadow-sm); transition:transform .3s ease,box-shadow .3s ease; }
.oficia-entry .cs_card_style_1:hover { transform:translateY(-7px); box-shadow:var(--oficia-shadow); }
.oficia-entry .cs_card_thumbnail { aspect-ratio:4/3; display:block; margin:0; border-radius:0; }
.oficia-entry .cs_card_thumbnail img { width:100%; height:100%; object-fit:cover; transition:transform .6s cubic-bezier(.2,.8,.2,1); }
.oficia-entry .cs_card_style_1:hover img { transform:scale(1.035); }
.oficia-entry .cs_card_info { position:absolute !important; left:14px; right:14px; bottom:14px; top:auto; padding:18px 18px 16px; border:1px solid rgba(255,255,255,.6); box-shadow:0 18px 35px rgba(0,0,0,.16); backdrop-filter:blur(12px); }
.oficia-entry .cs_card_info h3 { font-size:18px !important; margin-bottom:6px !important; letter-spacing:-.025em; }
.oficia-entry .cs_card_info p { font-size:13px; line-height:1.5; color:var(--secondary-color); }
.oficia-entry .cs_card_info strong { display:inline-block; margin-top:8px; color:var(--oficia-green-dark); }

/* Process — timeline + collage */
.oficia-process { background:transparent; }
.oficia-process .cs_how_work_thumbnail img { box-shadow:var(--oficia-shadow-sm); border:1px solid rgba(255,255,255,.7); }
.oficia-process .cs_iconbox_wrapper_style_2 { position:relative; }
.oficia-process .cs_iconbox_wrapper_style_2::before { content:""; position:absolute; top:26px; bottom:26px; left:31px; width:2px; background:linear-gradient(var(--oficia-green),rgba(27,132,52,.08)); }
.oficia-process .cs_iconbox_style_2 { position:relative; margin-bottom:14px; padding:18px 20px 18px 82px; border:1px solid var(--oficia-border); border-radius:18px; background:rgba(255,255,255,.82); box-shadow:0 8px 24px rgba(20,50,30,.04); }
.oficia-process .cs_iconbox_style_2::before { content:attr(data-step); position:absolute; left:14px; top:17px; width:38px; height:38px; display:grid; place-items:center; border-radius:12px; background:var(--oficia-carbon); color:#fff; font:800 12px/1 var(--primary-font); z-index:2; box-shadow:0 0 0 7px var(--oficia-surface); }
.oficia-process .cs_iconbox_style_2 .cs_iconbox_icon { display:none; }
.oficia-process .cs_iconbox_title { font-size:17px !important; margin-bottom:5px !important; }
.oficia-process .cs_iconbox_subtitle { font-size:14px; line-height:1.6; }
.oficia-process .cs_alert_message { border:0; background:#fff5d8; color:var(--oficia-carbon); border-left:5px solid var(--oficia-yellow); border-radius:16px; box-shadow:var(--oficia-shadow-sm); }

/* Plan introduction — magazine composition */
.oficia-plan-intro { background:linear-gradient(135deg,#e8f6ec,#f8fbf8) !important; border:1px solid rgba(27,132,52,.08); }
.oficia-plan-intro .cs_benefit_thumbnail { background:transparent; overflow:visible !important; }
.oficia-plan-intro .cs_benefit_thumbnail img { object-fit:contain; filter:drop-shadow(0 30px 50px rgba(20,70,35,.14)); }
.oficia-plan-intro .cs_card_style_2 { background:var(--oficia-carbon) !important; color:#fff; border:0; box-shadow:var(--oficia-shadow); }
.oficia-plan-intro .cs_card_style_2 h3,
.oficia-plan-intro .cs_card_style_2 p { color:#fff; }
.oficia-plan-intro .cs_card_style_3 { border:1px solid rgba(27,132,52,.10); box-shadow:none; }
.oficia-plan-intro .cs_list_style_1 li { padding:8px 0; }

/* Pricing */
.oficia-pricing { background:#fff; border-radius:28px; }
.oficia-pricing .cs_pricing_table_style_1 { position:relative; height:100%; background:#f8faf8 !important; border:1px solid var(--oficia-border); box-shadow:none; transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease; }
.oficia-pricing .cs_pricing_table_style_1::before { content:attr(data-plan); display:inline-flex; margin-bottom:20px; padding:6px 10px; border-radius:999px; background:rgba(27,132,52,.1); color:var(--oficia-green-dark); font:800 10px/1 var(--primary-font); letter-spacing:.1em; text-transform:uppercase; }
.oficia-pricing .cs_pricing_table_style_1:hover { transform:translateY(-6px); box-shadow:var(--oficia-shadow-sm); }
.oficia-pricing .cs_pricing_table_style_1.active { background:var(--oficia-carbon) !important; color:rgba(255,255,255,.76); border-color:var(--oficia-carbon); transform:translateY(-10px); box-shadow:0 28px 60px rgba(23,34,27,.2); }
.oficia-pricing .cs_pricing_table_style_1.active h3,
.oficia-pricing .cs_pricing_table_style_1.active .cs_feature_heading,
.oficia-pricing .cs_pricing_table_style_1.active .cs_pricing_feature { color:#fff !important; }
.oficia-pricing .cs_pricing_table_style_1.active::before { background:var(--oficia-yellow); color:var(--oficia-carbon); }
.oficia-pricing .cs_pricing_feature li { align-items:flex-start; border-bottom:1px solid rgba(23,34,27,.07); padding:10px 0; }
.oficia-pricing .active .cs_pricing_feature li { border-color:rgba(255,255,255,.1); }
.oficia-pricing .cs_feature_icon { color:var(--oficia-green); margin-top:2px; }
.oficia-pricing .active .cs_feature_icon { color:var(--oficia-yellow); }
.oficia-pricing .table-responsive { border:1px solid var(--oficia-border); box-shadow:var(--oficia-shadow-sm); background:#fff !important; }
.oficia-pricing table thead th { background:var(--oficia-carbon); color:#fff; border-color:rgba(255,255,255,.08); }
.oficia-pricing table td,.oficia-pricing table th { padding:15px 18px; }
.oficia-pricing table tbody tr:hover td { background:#f1f8f3; }

/* Seasonal calendar — four distinct panels */
.oficia-seasonal { background:linear-gradient(135deg,#edf8f0,#fffaf0) !important; border:1px solid rgba(27,132,52,.08); }
.oficia-seasonal .cs_icon_wrapper_style_1 { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.oficia-seasonal .cs_iconbox_style_1 { margin:0 !important; padding:24px; border-radius:20px; background:#fff; border:1px solid var(--oficia-border); box-shadow:0 10px 30px rgba(20,50,30,.05); }
.oficia-seasonal .cs_iconbox_style_1:nth-child(1) { border-top:4px solid #ef8d32; }
.oficia-seasonal .cs_iconbox_style_1:nth-child(2) { border-top:4px solid #a66f35; }
.oficia-seasonal .cs_iconbox_style_1:nth-child(3) { border-top:4px solid #4c8ac7; }
.oficia-seasonal .cs_iconbox_style_1:nth-child(4) { border-top:4px solid var(--oficia-green); }
.oficia-seasonal .cs_iconbox_icon { width:54px; height:54px; margin-bottom:18px !important; border-radius:16px; background:var(--oficia-surface); }
.oficia-seasonal .cs_iconbox_subtitle { font-size:14px; line-height:1.7; }

/* Services — compact taxonomy, no repeated generic blog look */
.oficia-services { background:#fff; border-radius:28px; }
.oficia-services .container > h3.cs_fs_28 { position:relative; padding-left:58px; margin-top:10px; padding-bottom:16px; border-bottom:1px solid var(--oficia-border); }
.oficia-services .container > h3.cs_fs_28::before { content:attr(data-group); position:absolute; left:0; top:-4px; width:42px; height:42px; border-radius:13px; display:grid; place-items:center; background:var(--oficia-carbon); color:#fff; font:800 11px/1 var(--primary-font); }
.oficia-services .cs_post_style_1 { height:100%; padding:10px; background:#f7f9f7 !important; border:1px solid var(--oficia-border); border-radius:20px; transition:transform .25s ease,box-shadow .25s ease; }
.oficia-services .cs_post_style_1:hover { transform:translateY(-5px); box-shadow:var(--oficia-shadow-sm); }
.oficia-services .cs_post_thumbnail { aspect-ratio:1.65/1; margin-bottom:0 !important; border-radius:14px !important; }
.oficia-services .cs_post_thumbnail img { width:100%; height:100%; object-fit:cover; }
.oficia-services .cs_post_info { padding:18px 12px 12px; }
.oficia-services .cs_post_meta_wrapper { display:none; }
.oficia-services .cs_post_title { font-size:17px !important; margin-bottom:10px !important; }
.oficia-services .cs_pricing_feature { font-size:12px; line-height:1.45; margin-bottom:14px !important; }
.oficia-services .cs_pricing_feature li { padding:3px 0; }
.oficia-services .cs_post_btn { display:inline-flex; padding:8px 12px; border-radius:10px; background:rgba(27,132,52,.09); color:var(--oficia-green-dark) !important; font-size:12px; }

/* Solutions — tall audience cards */
.oficia-solutions { background:transparent; }
.oficia-solutions .cs_team_style_1 { position:relative; height:100%; padding:10px; border-radius:22px; background:#fff; border:1px solid var(--oficia-border); box-shadow:var(--oficia-shadow-sm); overflow:hidden; }
.oficia-solutions .cs_team_thumbnail { aspect-ratio:.92/1; border-radius:15px !important; overflow:hidden; }
.oficia-solutions .cs_team_thumbnail img { width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.oficia-solutions .cs_team_style_1:hover img { transform:scale(1.035); }
.oficia-solutions .cs_card_info { padding:8px 10px 10px; }
.oficia-solutions .cs_card_info h3 { font-size:18px !important; line-height:1.3; }
.oficia-solutions .cs_card_info p { font-size:13px; line-height:1.6; }
.oficia-solutions .cs_btn_style_1 { min-height:44px; font-size:12px; }

/* Move / property setup */
.oficia-move { background:var(--oficia-carbon); color:rgba(255,255,255,.72); border-radius:28px; }
.oficia-move .cs_section_title,.oficia-move h3,.oficia-move .cs_primary_color { color:#fff !important; }
.oficia-move .cs_section_subtitle { background:rgba(240,179,34,.12) !important; color:var(--oficia-yellow) !important; border-color:rgba(240,179,34,.25); }
.oficia-move .cs_service_details_banner { overflow:hidden; box-shadow:0 26px 60px rgba(0,0,0,.24); }
.oficia-move .cs_service_contact { background:#fff; color:var(--secondary-color); box-shadow:var(--oficia-shadow); }
.oficia-move .cs_service_contact h3,.oficia-move .cs_service_contact .cs_primary_color { color:var(--oficia-carbon) !important; }
.oficia-move .cs_list_style_1 .cs_feature_icon { color:var(--oficia-yellow); }

/* Trust reasons — numbered system */
.oficia-trust { background:#fff; border-radius:28px; }
.oficia-trust .cs_about_thumbnail { overflow:hidden; box-shadow:var(--oficia-shadow-sm); }
.oficia-trust .cs_funfact_wrapper_style_1 { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.oficia-trust .cs_funfact_style_1 { margin:0 !important; padding:18px; border-radius:16px; background:#f6f9f6; border:1px solid var(--oficia-border); }
.oficia-trust .cs_funfact_number { font-size:12px !important; width:34px; height:34px; display:grid; place-items:center; border-radius:10px; background:var(--oficia-green); color:#fff !important; margin-bottom:12px !important; }
.oficia-trust .cs_funfact_title { font-size:13px !important; line-height:1.45; color:var(--oficia-carbon) !important; font-weight:650; }
.oficia-trust .cs_card_style_2 { background:#fff7df !important; border-left:5px solid var(--oficia-yellow); }

/* Zone CTA */
.oficia-zone { min-height:420px; padding:84px 24px; background:linear-gradient(135deg,#0d5b28,#1b8434) !important; }
.oficia-zone .cs_cta_text { max-width:730px; margin:auto; }
.oficia-zone .cs_cta_title { letter-spacing:-.045em; }
.oficia-zone .cs_cta_subtitle { max-width:660px; margin-left:auto; margin-right:auto; opacity:.82; }
.oficia-zone .cs_cta_thumbnail_1,.oficia-zone .cs_cta_thumbnail_2 { opacity:.3; filter:saturate(.7); }
.oficia-zone .cs_cta_thumbnail_1 { left:-80px; bottom:-180px; width:330px; }
.oficia-zone .cs_cta_thumbnail_2 { right:-80px; bottom:-180px; width:330px; }

/* FAQ — columns on wide screens */
.oficia-faq { background:#fff; border-radius:28px; }
.oficia-faq .cs_accordian_wraper_style_1 { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; align-items:start; }
.oficia-faq .oficia-faq-group:last-child { grid-column:1/-1; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 22px; }
.oficia-faq .oficia-faq-group:last-child > h3 { grid-column:1/-1; }
.oficia-faq .oficia-faq-group > h3 { font-size:18px !important; padding:0 0 14px; border-bottom:2px solid var(--oficia-green); }
.oficia-faq .cs_accordian { margin-bottom:10px !important; border:1px solid var(--oficia-border); background:#f7f9f7 !important; border-radius:14px !important; }
.oficia-faq .cs_accordian_head { padding:17px 52px 17px 18px; font-size:15px !important; line-height:1.45; }
.oficia-faq .cs_accordian_body { padding:0 18px 18px; font-size:14px; line-height:1.7; color:var(--secondary-color); }
.oficia-faq .cs_accordian.active { background:#fff !important; box-shadow:var(--oficia-shadow-sm); border-color:rgba(27,132,52,.25); }

/* Quick CTA */
.oficia-quick-cta { background:linear-gradient(135deg,#fff1c6,#f8fbf8) !important; border:1px solid rgba(240,179,34,.22); }
.oficia-quick-cta .cs_cta_title { letter-spacing:-.04em; }
.oficia-quick-cta .cs_cta_thumbnail { filter:drop-shadow(0 24px 40px rgba(30,60,30,.12)); }

/* Contact */
.oficia-contact-hero { padding:145px 20px 90px; background:linear-gradient(135deg,#17221b,#0c5f28) !important; }
.oficia-contact-hero .cs_hero_title { font-size:clamp(42px,6vw,72px); letter-spacing:-.05em; }
.oficia-contact { background:#fff; border-radius:28px; }
.oficia-contact .cs_contact_form_wrapper { padding:34px; border:1px solid var(--oficia-border); background:#fff; box-shadow:var(--oficia-shadow-sm); }
.oficia-contact .cs_contact_info_wrapper { height:100%; padding:42px; background:var(--oficia-carbon) !important; color:rgba(255,255,255,.72); }
.oficia-contact .cs_contact_info_wrapper h3,.oficia-contact .cs_contact_info_wrapper a,.oficia-contact .cs_contact_info_wrapper p { color:#fff !important; }
.oficia-contact .cs_contact_info_list li { padding:18px 0; border-bottom:1px solid rgba(255,255,255,.1); }
.oficia-contact .cs_form_field { width:100%; min-height:52px; border:1px solid rgba(23,34,27,.14); background:#f7f9f7; border-radius:12px; padding:12px 14px; outline:none; }
.oficia-contact textarea.cs_form_field { min-height:132px; resize:vertical; }
.oficia-contact .cs_form_field:focus { border-color:var(--oficia-green); background:#fff; box-shadow:0 0 0 4px rgba(27,132,52,.1); }
.oficia-contact label { font-size:13px; font-weight:750; color:var(--oficia-carbon); }
.oficia-contact form .cs_btn_style_1 { width:100%; }

/* Footer */
.cs_footer_style_1 { padding:26px; background:var(--oficia-carbon) !important; }
.cs_footer_style_1 .cs_newsletter_style_1 { background:linear-gradient(135deg,#0f632b,#1b8434) !important; border:1px solid rgba(255,255,255,.12); }
.cs_footer_style_1 .cs_footer_logo img { width:180px; }
.cs_footer_style_1 .cs_footer_menu { flex-direction:column; }
.cs_footer_style_1 .cs_footer_menu a { opacity:.68; }
.cs_footer_style_1 .cs_footer_menu a:hover { opacity:1; color:var(--oficia-yellow); }
.cs_footer_style_1 .cs_social_btns_style_1 a { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.10); }

/* Floating actions */
.oficia-whatsapp-float { position:fixed; right:24px; bottom:24px; z-index:900; display:flex; align-items:center; gap:10px; padding:12px 16px 12px 12px; border-radius:18px; background:var(--oficia-green); color:#fff; font-weight:800; box-shadow:0 18px 40px rgba(14,95,41,.28); border:1px solid rgba(255,255,255,.2); }
.oficia-whatsapp-float img { width:28px; height:28px; display:block; }
.oficia-whatsapp-float:hover { color:#fff; transform:translateY(-3px); }
.oficia-mobile-cta { display:none; }

.cs_scrollup { right:26px; bottom:92px; background:var(--oficia-carbon); color:#fff; border-radius:14px; }

@media (max-width:1199px) {
  .cs_site_header.cs_style_1 { padding:0 8px; top:10px; }
  .cs_site_header.cs_style_1 .cs_header_main { width:calc(100% - 8px); }
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap { padding-top:105px; background:rgba(23,34,27,.98); }
  .cs_site_header.cs_style_1 .cs_nav .cs_nav_list a { font-size:24px; padding:14px 26px; }
  .oficia-hero .cs_hero_thumbnail { width:min(39vw,500px); }
  .oficia-hero .cs_hero_content { width:min(57%,650px); }
  .oficia-trust .cs_funfact_wrapper_style_1 { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width:991px) {
  html { scroll-padding-top:86px; }
  body.oficia-site { padding-bottom:76px; }
  .cs_custom_content_wrapper { padding:0; }
  .cs_custom_content_wrapper > section,.cs_custom_content_wrapper > footer { margin-bottom:0; border-radius:0 !important; }
  .cs_height_80 { height:68px; }
  .cs_height_50 { height:34px; }
  .cs_site_header.cs_style_1 { top:8px; }
  .cs_site_header.cs_style_1 .cs_header_main { width:calc(100% - 12px); border-radius:16px; }
  .cs_site_header.cs_style_1 .cs_main_header_in { height:70px; padding:12px 18px; }
  .cs_site_header .cs_site_brand img { width:132px; }
  .oficia-hero { min-height:auto; padding:112px 18px 58px; }
  .oficia-hero .cs_hero_content { width:100%; }
  .oficia-hero .cs_hero_title { font-size:clamp(42px,10vw,64px); }
  .oficia-hero .cs_hero_thumbnail { width:100%; margin:34px 0 24px; }
  .oficia-hero .cs_logo_wrapper { max-width:none; }
  .oficia-process .cs_iconbox_wrapper_style_2 { margin-top:26px; }
  .oficia-pricing .cs_pricing_table_style_1.active { transform:none; }
  .oficia-seasonal .cs_icon_wrapper_style_1 { grid-template-columns:1fr 1fr; }
  .oficia-faq .cs_accordian_wraper_style_1 { grid-template-columns:1fr; }
  .oficia-faq .oficia-faq-group:last-child { grid-column:auto; grid-template-columns:1fr; }
  .oficia-faq .oficia-faq-group:last-child > h3 { grid-column:auto; }
  .oficia-zone .cs_cta_thumbnail_1,.oficia-zone .cs_cta_thumbnail_2 { opacity:.14; }
  .oficia-whatsapp-float { display:none; }
  .oficia-mobile-cta { display:block; position:fixed; left:10px; right:10px; bottom:10px; z-index:1200; }
  .oficia-mobile-cta a { min-height:62px; padding:10px 14px; display:flex; align-items:center; gap:12px; border-radius:17px; background:var(--oficia-green); color:#fff; box-shadow:0 15px 38px rgba(14,95,41,.3); }
  .oficia-mobile-cta__icon { width:40px; height:40px; border-radius:12px; display:grid; place-items:center; background:#fff; color:var(--oficia-green-dark); font-weight:900; font-size:11px; }
  .oficia-mobile-cta strong,.oficia-mobile-cta small { display:block; line-height:1.25; }
  .oficia-mobile-cta strong { font-size:13px; }
  .oficia-mobile-cta small { opacity:.75; font-size:11px; }
  .oficia-mobile-cta__arrow { margin-left:auto; font-size:22px; }
  .cs_scrollup { display:none !important; }
}

@media (max-width:767px) {
  .cs_section_title { font-size:32px !important; }
  .cs_section_heading_style_1 > p:last-child { font-size:15px; }
  .oficia-hero .cs_hero_btns_wrapper { flex-direction:column; align-items:stretch; }
  .oficia-hero .cs_hero_btns_wrapper .cs_btn_style_1 { width:100%; text-align:center; }
  .oficia-hero .cs_logo_wrapper { grid-template-columns:1fr; }
  .oficia-hero .cs_logo:first-child,.oficia-hero .cs_logo:nth-child(2) { grid-column:auto; }
  .oficia-entry .cs_card_info { padding:15px; }
  .oficia-seasonal .cs_icon_wrapper_style_1 { grid-template-columns:1fr; }
  .oficia-trust .cs_funfact_wrapper_style_1 { grid-template-columns:1fr; }
  .oficia-zone { padding:70px 18px; }
  .oficia-zone .cs_cta_title { font-size:40px !important; }
  .oficia-contact .cs_contact_form_wrapper,.oficia-contact .cs_contact_info_wrapper { padding:24px; }
  .cs_footer_style_1 { padding:16px; }
}

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

/* Reliable local font fallbacks, even when Google Fonts are unavailable. */
body.oficia-site,
body.oficia-site input,
body.oficia-site textarea,
body.oficia-site select,
body.oficia-site button {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
body.oficia-site h1,
body.oficia-site h2,
body.oficia-site h3,
body.oficia-site h4,
body.oficia-site h5,
body.oficia-site h6,
body.oficia-site .cs_primary_font,
body.oficia-site .cs_btn_style_1 {
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
@media (min-width:1200px) {
  .cs_site_header.cs_style_1 .cs_nav_list > li:last-child { display:block; }
  .cs_site_header.cs_style_1 .cs_main_header_center { width:58%; }
}

/* Final editorial refinements. */
body.oficia-site .text-capitalize { text-transform: none !important; }
.oficia-process .cs_steps_thumbnails_wrapper {
  padding-left: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.oficia-process .cs_step_thumbnail {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
  border-radius: 18px !important;
  overflow: hidden;
}
.oficia-process .cs_step_thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .oficia-process .cs_steps_thumbnails_wrapper { padding-left: 0; }
}
@media (max-width: 767px) {
  .oficia-services .cs_post_style_1 { padding: 8px; }
  .oficia-services .cs_post_thumbnail { display: none; }
  .oficia-services .cs_post_info { padding: 14px 12px 10px; }
}


/* ==============================================================
   PHOTO-LED EDITION — Oficia visual rhythm.
   ============================================================== */
@media (min-width: 992px) {
  .oficia-hero {
    min-height: 0;
    padding: 150px 16px 80px;
  }
  .oficia-hero .cs_hero_content {
    width: min(55vw, 600px);
  }
  .oficia-hero .cs_hero_thumbnail {
    width: min(35vw, 562px);
    top: 150px;
    right: 50px;
    aspect-ratio: 562 / 518;
    overflow: hidden !important;
    border: 8px solid var(--white-color);
    border-radius: 32px;
    background: #dfe7e1;
  }
  .oficia-hero .cs_hero_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 42%;
    border-radius: 24px;
    filter: none;
  }
  .oficia-hero .cs_hero_title {
    font-size: 72px;
    line-height: 1.04;
    max-width: 600px;
  }
  .oficia-hero .cs_hero_desc {
    max-width: 560px;
    margin-bottom: 36px !important;
  }
  .oficia-hero .cs_hero_btns_wrapper {
    gap: 24px 32px;
    margin-bottom: 46px !important;
  }
  .oficia-hero .cs_logo_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    max-width: 600px;
  }
  .oficia-hero .cs_logo {
    min-height: 44px;
    width: auto;
    flex: 0 1 auto;
    padding: 9px 12px;
    border-radius: 12px;
  }
  .oficia-hero .cs_logo:first-child,
  .oficia-hero .cs_logo:nth-child(2) {
    grid-column: auto;
  }
}

.oficia-hero .cs_satisfied_customers .cs_customer_thumbnail {
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.9);
  background: #fff;
}
.oficia-hero .cs_satisfied_customers .cs_customer_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oficia-hero .cs_satisfied_customers .cs_customer_info {
  font-size: 13px;
  line-height: 1.45;
  max-width: 190px;
}

/* Realistic stock photography used as temporary/simulated content. */
.oficia-entry .cs_card_thumbnail,
.oficia-solutions .cs_team_thumbnail,
.oficia-plan-intro .cs_benefit_thumbnail,
.oficia-move .cs_service_details_banner,
.oficia-trust .cs_about_thumbnail {
  background: #dfe7e1;
}
.oficia-entry .cs_card_thumbnail img,
.oficia-process .cs_step_thumbnail img,
.oficia-solutions img,
.oficia-plan-intro img,
.oficia-move .cs_service_details_banner img,
.oficia-trust img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oficia-entry .cs_card_thumbnail img { object-position: center; }
.oficia-entry .col-lg-4:nth-child(3) img { object-position: 50% 28%; }
.oficia-entry .col-lg-4:nth-child(4) img { object-position: 50% 35%; }
.oficia-entry .col-lg-4:nth-child(5) img { object-position: 50% 52%; }
.oficia-entry .col-lg-4:nth-child(6) img { object-position: 50% 40%; }

.oficia-process .cs_step_thumbnail {
  box-shadow: 0 18px 42px rgba(16,40,24,.12);
  border: 5px solid #fff;
}
.oficia-process .cs_step_thumbnail img { object-position: center; }

.oficia-plan-intro .cs_benefit_thumbnail {
  overflow: hidden;
  border-radius: 22px;
  min-height: 520px;
  box-shadow: var(--oficia-shadow-sm);
}
.oficia-plan-intro .cs_benefit_thumbnail img { object-position: 50% 40%; }

.oficia-solutions .cs_team_thumbnail {
  aspect-ratio: 7 / 8;
  overflow: hidden;
}
.oficia-solutions .cs_team_thumbnail img {
  transition: transform .65s cubic-bezier(.2,.8,.2,1);
}
.oficia-solutions .cs_team_style_1:hover .cs_team_thumbnail img { transform: scale(1.045); }
.oficia-solutions .col-lg-3:nth-child(3) img { object-position: 50% 25%; }
.oficia-solutions .col-lg-3:nth-child(4) img { object-position: 50% 52%; }

.oficia-move .cs_service_details_banner {
  aspect-ratio: 1240 / 500;
  overflow: hidden;
}
.oficia-move .cs_service_details_banner img { object-position: center; }

.oficia-trust .cs_about_thumbnail {
  overflow: hidden;
  border-radius: 24px;
  min-height: 560px;
  box-shadow: var(--oficia-shadow-sm);
}
.oficia-trust .cs_about_thumbnail img { object-position: 50% 38%; }

@media (max-width: 1399px) and (min-width: 992px) {
  .oficia-hero .cs_hero_thumbnail { right: 16px; }
  .oficia-hero .cs_hero_title { font-size: clamp(54px, 5.3vw, 70px); }
}

@media (max-width: 991px) {
  .oficia-hero {
    min-height: auto;
    padding: 96px 18px 32px;
  }
  .oficia-hero .cs_hero_thumbnail {
    position: initial;
    width: 100%;
    aspect-ratio: 16 / 11;
    margin: 32px 0 24px;
    overflow: hidden !important;
    border: 7px solid #fff;
    border-radius: 28px;
  }
  .oficia-hero .cs_hero_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 36%;
    border-radius: 21px;
    filter: none;
  }
  .oficia-hero .cs_satisfied_customers { width: min(100%, 290px); }
  .oficia-plan-intro .cs_benefit_thumbnail,
  .oficia-trust .cs_about_thumbnail { min-height: 430px; }
}

@media (max-width: 575px) {
  .oficia-hero .cs_logo_wrapper { justify-content: flex-start; }
  .oficia-hero .cs_satisfied_customers .cs_customer_info { font-size: 12px; }
  .oficia-plan-intro .cs_benefit_thumbnail,
  .oficia-trust .cs_about_thumbnail { min-height: 340px; }
  .oficia-move .cs_service_details_banner { aspect-ratio: 4 / 3; }
}


/* Multipage refinements */
.oficia-inner-hero {
  min-height: 430px;
  padding: 158px 24px 88px;
  background:
    radial-gradient(circle at 78% 22%, rgba(27,132,52,.40), transparent 22rem),
    radial-gradient(circle at 10% 88%, rgba(240,179,34,.14), transparent 22rem),
    linear-gradient(135deg,#101711 0%,#17221b 58%,#102b18 100%) !important;
}
.oficia-inner-hero .cs_hero_content { max-width: 900px; }
.oficia-inner-hero .cs_hero_title {
  font-size: clamp(46px, 5.6vw, 74px);
  line-height: 1.04;
  letter-spacing: -.052em;
}
.oficia-inner-hero .cs_hero_desc {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.7;
}
.oficia-inner-hero .cs_hero_subtitle {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
}
.oficia-inner-page .cs_custom_content_wrapper > .oficia-inner-hero + section {
  margin-top: 0;
}
.oficia-zone-page #zona {
  min-height: 650px;
  padding-top: 170px;
  padding-bottom: 110px;
}
.cs_nav_list a[aria-current="page"] { color:#fff !important; }
.cs_nav_list a[aria-current="page"]::after { right:0 !important; }

@media (max-width: 991px) {
  .oficia-inner-hero {
    min-height: auto;
    padding: 128px 20px 64px;
    border-radius: 24px;
  }
  .oficia-inner-hero .cs_hero_content {
    align-items: flex-start;
    text-align: left !important;
  }
  .oficia-inner-hero .cs_hero_desc {
    margin-left: 0;
    margin-right: 0;
  }
  .oficia-zone-page #zona { min-height: 560px; padding-top: 145px; }
}
@media (max-width: 575px) {
  .oficia-inner-hero { padding: 112px 18px 52px; }
  .oficia-inner-hero .cs_hero_title { font-size: 40px; }
  .oficia-inner-hero .cs_hero_desc { font-size: 16px; }
  .oficia-zone-page #zona { padding-top: 128px; }
}


/* === user requested refinements 2026-08-17 === */

body.oficia-site p,
body.oficia-site li,
body.oficia-site .cs_primary_font,
body.oficia-site .cs_heading_text,
body.oficia-site .cs_hero_desc {
  font-size: 15px;
  line-height: 1.72;
}
body.oficia-site .cs_fs_12 { font-size: 13px !important; }
body.oficia-site .cs_fs_14 { font-size: 15px !important; line-height: 1.68 !important; }
body.oficia-site .cs_fs_16 { line-height: 1.6 !important; }
body.oficia-site .cs_section_subtitle { font-size: 12px !important; }
body.oficia-site .cs_btn_style_1,
body.oficia-site .cs_post_btn { font-size: 14px !important; line-height: 1.35; }
body.oficia-site .cs_btn_style_1::before,
body.oficia-site .cs_btn_style_1::after {
  border-radius: 0 !important;
  transition: transform .4s ease, border-radius .4s ease;
}
body.oficia-site .cs_btn_style_1:hover,
body.oficia-site .cs_btn_style_1:hover span,
body.oficia-site .cs_btn_style_1:hover .cs_btn_arrow,
body.oficia-site .cs_post_btn:hover,
body.oficia-site .cs_post_btn:hover span,
body.oficia-site .cs_post_btn:hover i {
  color: #fff !important;
}
body.oficia-site .cs_btn_style_1:hover::before,
body.oficia-site .cs_btn_style_1:hover::after { border-radius: 0 !important; }
body.oficia-site .cs_post_btn:hover { background: var(--oficia-green-dark); }

.oficia-services .cs_post_style_1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.oficia-services .cs_post_info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 14px 14px;
}
.oficia-services .cs_post_title { font-size: 18px !important; line-height: 1.35; }
.oficia-services .cs_pricing_feature { font-size: 13px; line-height: 1.55; }
.oficia-services .cs_post_btn { margin-top: auto; }

.oficia-solutions .row > div { display: flex; }
.oficia-solutions .cs_team_style_1 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.oficia-solutions .cs_card_info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.oficia-solutions .cs_card_info h3 { font-size: 19px !important; }
.oficia-solutions .cs_card_info p { font-size: 15px; line-height: 1.68; }
.oficia-solutions .cs_card_info .cs_btn_style_1 { margin-top: auto; }

.oficia-plan-intro .row > div { display: flex; }
.oficia-plan-intro .col-lg-4.order-lg-3 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.oficia-plan-intro .col-lg-4.order-lg-3 > .cs_card_style_3 {
  flex: 1;
  margin-bottom: 0 !important;
}
.oficia-plan-intro .cs_card_style_2,
.oficia-plan-intro .cs_card_style_3 { width: 100%; height: 100%; }
.oficia-plan-intro .cs_benefit_thumbnail {
  width: 100%;
  height: 100%;
  min-height: 640px;
  overflow: hidden !important;
  border-radius: 24px;
}
.oficia-plan-intro .cs_benefit_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: none;
}

@media (min-width: 992px) {
  .oficia-process .row.align-items-center > div { display: flex; }
  .oficia-process .cs_iconbox_wrapper_style_2 {
    width: 100%;
    min-height: 760px;
    padding-right: 12px;
  }
  .oficia-process .cs_steps_thumbnails_wrapper {
    position: relative;
    display: block !important;
    width: 100%;
    min-height: 760px;
    height: 100%;
    padding-left: 28px;
  }
  .oficia-process .cs_step_thumbnail {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    display: none;
    border-radius: 22px !important;
    overflow: hidden;
  }
  .oficia-process .cs_step_thumbnail:first-child { display: block; }
  .oficia-process .cs_step_thumbnail img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .oficia-process .cs_steps_thumbnails_wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px;
    height: auto;
    min-height: 0;
    padding-left: 0;
  }
  .oficia-process .cs_step_thumbnail {
    position: static !important;
    display: block !important;
    height: auto !important;
  }
  .oficia-process .cs_step_thumbnail img { aspect-ratio: 1 / 1; }
  .oficia-plan-intro .cs_benefit_thumbnail { min-height: 460px; }
}

.oficia-trust .cs_about_content { overflow: hidden; }
.oficia-trust .cs_funfact_wrapper_style_1 > * { min-width: 0; }
.oficia-trust .cs_funfact_title { font-size: 14px !important; line-height: 1.55; }
@media (max-width: 991px) {
  .oficia-trust .cs_funfact_wrapper_style_1 { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 575px) {
  .oficia-trust .cs_funfact_wrapper_style_1 { grid-template-columns: 1fr; }
}


.oficia-trust .cs_funfact_style_1 { height: 100%; }
.oficia-trust .cs_funfact_number { font-size: 32px !important; }
.oficia-process .cs_iconbox_wrapper_style_2 .cs_iconbox_style_2 { min-width: 0; }

/* === prompt-adjustments 2026-08-17 b === */

.oficia-quick-cta .row { align-items: center; }
.oficia-quick-cta .cs_cta_thumbnail {
  max-width: 620px;
  margin-left: auto;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(9,29,17,.12);
}
.oficia-quick-cta .cs_cta_thumbnail img { width: 100%; display: block; }
.oficia-quick-cta .cs_cta_text { padding: 48px 54px; }
.oficia-quick-cta .cs_cta_text h2 { max-width: 12ch; }
.oficia-quick-cta .cs_cta_text p { max-width: 520px; font-size: 17px; line-height: 1.65; }

.cs_btn_style_1[href*="wa.me"] span,
.wa-submit span { display: inline-flex; align-items: center; gap: 10px; justify-content: center; }
.cs_btn_style_1[href*="wa.me"] span::before,
.wa-submit span::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: no-repeat center / contain url("../img/icons/WhatsApp.png");
}

.oficia-solutions .cs_card_info h3 { min-height: 2.45em; }
.oficia-solutions .cs_card_info p { min-height: 6.6em; }

.oficia-plan-intro .cs_list_style_1 li p {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .72;
  margin-bottom: 12px !important;
}
.oficia-plan-intro .cs_list_style_1 li h3 { line-height: 1.45; }
.oficia-plan-intro .cs_card_style_3 .cs_bottom_content { font-size: 15px; line-height: 1.65; }

.oficia-zone { padding-top: 110px; padding-bottom: 110px; }
.oficia-zone .cs_cta_text { max-width: 960px; margin: 0 auto; }
.oficia-zone .cs_cta_title { line-height: 1.08; }
.oficia-zone .cs_cta_subtitle { max-width: 760px; margin-left: auto; margin-right: auto; font-size: 18px; line-height: 1.6; }
.oficia-zone .cs_btn_style_1 { margin-top: 10px; }

.oficia-contact .row { align-items: stretch; }
.oficia-contact .cs_contact_info_wrapper,
.oficia-contact .cs_contact_form_wrapper { height: 100%; }
.oficia-contact .cs_contact_info_wrapper { padding: 42px; }
.oficia-contact .cs_contact_form_wrapper { padding: 34px 34px 36px; }
.oficia-contact .cs_contact_form .cs_form_field,
.oficia-contact .cs_contact_form textarea,
.oficia-contact .cs_contact_form select { font-size: 17px; }
.oficia-contact .cs_contact_info_list li { padding: 22px 0; }
.oficia-contact .cs_contact_info p.cs_fs_18 { line-height: 1.6; }

@media (max-width: 991px) {
  .oficia-quick-cta .cs_cta_text { padding: 36px 28px 12px; }
  .oficia-zone { padding-top: 88px; padding-bottom: 88px; }
  .oficia-contact .cs_contact_info_wrapper,
  .oficia-contact .cs_contact_form_wrapper { padding: 28px 22px; }
}


/* === WhatsApp external SVG asset === */
.cs_btn_style_1[href*="wa.me"] span::before,
.wa-submit span::before {
  content: "";
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  display: inline-block;
  background: no-repeat center / contain url("../img/icons/WhatsApp.png") !important;
}
.cs_site_header .cs_btn_style_1[href*="wa.me"] span::before {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}


/* === Shared WhatsApp SVG across all controls === */
.oficia-mobile-cta__icon img {
  width: 26px;
  height: 26px;
  display: block;
}
.cs_social_btns_style_1 a[href*="wa.me"] img {
  width: 18px;
  height: 18px;
  display: block;
}


/* === UI audit fixes 2026-08-19 === */

/* WhatsApp: use the supplied real SVG everywhere, never the old pseudo/data URI icon. */
.cs_btn_style_1[href*="wa.me"] span::before,
.wa-submit span::before { display:none !important; content:none !important; }
.cs_btn_style_1[href*="wa.me"] span,
.wa-submit span {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
}
.wa-icon {
  width:19px;
  height:19px;
  flex:0 0 19px;
  display:block;
  object-fit:contain;
}
.cs_site_header .wa-icon { width:20px; height:20px; flex-basis:20px; }

/* Equal CTA sizing in card/tab-style components. */
.oficia-solutions .cs_btn_style_1 {
  min-height:66px !important;
  height:66px;
  padding:10px 14px !important;
  display:flex;
  align-items:center;
  justify-content:center;
}
.oficia-solutions .cs_btn_style_1 span {
  line-height:1.25;
  text-align:center;
  white-space:normal;
}
.oficia-pricing .cs_pricing_table_style_1 .cs_btn_style_1 {
  min-height:58px;
  height:58px;
  padding:10px 14px !important;
}

/* Reduce excessive global vertical whitespace in the sections shown in the review. */
.oficia-move > .cs_height_150 { height:76px !important; }
.oficia-move > .cs_height_80:last-child { height:54px !important; }
.oficia-move .cs_height_50 { height:30px !important; }
.oficia-plan-intro > .cs_height_80:first-child,
.oficia-plan-intro > .cs_height_80:last-child,
.oficia-process > .cs_height_80:first-child,
.oficia-process > .cs_height_80:last-child,
.oficia-trust > .cs_height_80:first-child,
.oficia-trust > .cs_height_80:last-child,
.oficia-contact > .cs_height_80:first-child { height:54px !important; }

/* Combined service: denser content and two-column long list. */
.oficia-move { color:rgba(255,255,255,.88); }
.oficia-move .cs_section_heading_style_1 { max-width:900px; margin-inline:auto; }
.oficia-move .cs_section_heading_style_1 > p:last-child { color:rgba(255,255,255,.88) !important; }
.oficia-move .cs_service_details { padding-bottom:8px; }
.oficia-move .cs_service_desc > p { color:rgba(255,255,255,.80); line-height:1.65; max-width:880px; }
.oficia-move .cs_service_desc .cs_list_style_1 {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:42px;
  row-gap:4px;
  margin-top:20px !important;
}
.oficia-move .cs_service_desc .cs_list_style_1 li {
  display:flex;
  align-items:center;
  gap:10px;
  min-height:38px;
  margin:0 !important;
  color:rgba(255,255,255,.86);
}
.oficia-move .cs_service_contact { padding:28px; }
.oficia-move .cs_service_contact h3 { line-height:1.5; }

/* Plan Hogar: remove needless empty space without losing the full-height center image. */
.oficia-plan-intro .cs_benefit_thumbnail { min-height:560px !important; }
.oficia-plan-intro .col-lg-4.order-lg-3 { gap:16px !important; }
.oficia-plan-intro .cs_card_style_2 { padding:26px 26px 30px; gap:18px; }
.oficia-plan-intro .cs_card_style_3 { padding:26px; gap:16px; }
.oficia-plan-intro .cs_card_style_3 .cs_bottom_content { margin-top:18px; }
.oficia-plan-intro .cs_list_style_1 { gap:22px 16px; }

/* Cómo funciona: both columns use the exact same available height. */
@media (min-width:992px) {
  .oficia-process .row.align-items-center { align-items:stretch !important; }
  .oficia-process .row.align-items-center > .col-lg-6 { display:flex; align-items:stretch; }
  .oficia-process .cs_iconbox_wrapper_style_2 {
    width:100%;
    min-height:0 !important;
    height:auto;
    padding-right:10px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
  }
  .oficia-process .cs_steps_thumbnails_wrapper {
    flex:1 1 auto;
    width:100%;
    min-height:0 !important;
    height:100% !important;
    padding-left:20px;
  }
  .oficia-process .cs_step_thumbnail {
    height:100% !important;
    min-height:0;
  }
  .oficia-process .cs_step_thumbnail img {
    height:100% !important;
    min-height:0;
    object-fit:cover;
  }
}
.oficia-process .cs_iconbox_style_2 {
  margin-bottom:10px;
  min-height:92px;
  padding:15px 18px 15px 74px;
  overflow:hidden;
}
.oficia-process .cs_iconbox_style_2:last-child { margin-bottom:0; }
.oficia-process .cs_iconbox_style_2::before {
  left:14px;
  top:50%;
  transform:translateY(-50%);
  width:38px;
  height:38px;
  box-shadow:0 0 0 4px rgba(255,255,255,.96);
}
.oficia-process .cs_iconbox_title { font-size:16px !important; line-height:1.3; }
.oficia-process .cs_iconbox_subtitle { font-size:14px; line-height:1.5; }
.oficia-process .cs_card_style_2 { margin-top:18px; }

/* Trust block: image and card grid now form one balanced two-column composition. */
@media (min-width:992px) {
  .oficia-trust .cs_about_content {
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    grid-template-rows:auto auto auto;
    gap:20px 28px;
    align-items:stretch;
  }
  .oficia-trust .cs_section_heading_style_1 { grid-column:1 / -1; margin-bottom:4px !important; }
  .oficia-trust .cs_about_thumbnail {
    grid-column:1;
    grid-row:2 / 4;
    margin-bottom:0 !important;
    height:100%;
    min-height:0 !important;
  }
  .oficia-trust .cs_about_thumbnail img { height:100%; object-fit:cover; }
  .oficia-trust .cs_funfact_wrapper_style_1 { grid-column:2; grid-row:2; align-self:start; }
  .oficia-trust .cs_funfact_wrapper_style_1 + .cs_height_40 { display:none; }
  .oficia-trust .cs_card_style_2 { grid-column:2; grid-row:3; height:auto; margin:0; align-self:end; }
}
.oficia-trust .cs_funfact_style_1 { padding:16px; }
.oficia-trust .cs_funfact_number {
  width:34px;
  height:34px;
  font-size:12px !important;
  line-height:1 !important;
  overflow:hidden;
  border-radius:9px;
}
.oficia-trust .cs_funfact_title { font-size:13px !important; line-height:1.42; }

/* Green backgrounds: improve text and badge contrast. */
.oficia-zone { padding-top:84px !important; padding-bottom:84px !important; }
.oficia-zone .cs_section_subtitle {
  background:rgba(255,255,255,.94) !important;
  color:var(--oficia-green-dark) !important;
  border-color:rgba(255,255,255,.65) !important;
  opacity:1 !important;
}
.oficia-zone .cs_cta_title,
.oficia-zone .cs_cta_title .cs_blue_light { color:#fff !important; }
.oficia-zone .cs_cta_subtitle {
  color:rgba(255,255,255,.92) !important;
  opacity:1 !important;
  line-height:1.55;
  margin-bottom:20px !important;
}
.oficia-zone .cs_btn_style_1 { margin-top:0 !important; }

/* Contact form: tighter outer and inner margins, consistent row gaps. */
.oficia-contact .container { max-width:1180px; }
.oficia-contact .row.cs_gap_y_24 { gap:18px 0; }
.oficia-contact .cs_contact_form { gap:16px 0 !important; }
.oficia-contact .cs_contact_form_wrapper { padding:28px 28px 30px !important; }
.oficia-contact .cs_contact_info_wrapper { padding:32px !important; }
.oficia-contact .cs_contact_info_list { margin-top:34px; }
.oficia-contact .cs_contact_info_list li { padding:14px 0 !important; }
.oficia-contact .cs_contact_title { margin-bottom:14px !important; }
.oficia-contact .cs_form_field { min-height:50px; }
.oficia-contact textarea.cs_form_field { min-height:116px; }
.oficia-contact form .cs_btn_style_1 { min-height:56px; }

@media (max-width:991px) {
  .oficia-move .cs_service_desc .cs_list_style_1 { grid-template-columns:1fr 1fr; column-gap:22px; }
  .oficia-plan-intro .cs_benefit_thumbnail { min-height:440px !important; }
  .oficia-zone { padding-top:68px !important; padding-bottom:68px !important; }
  .oficia-contact > .cs_height_80:first-child { height:36px !important; }
}
@media (max-width:575px) {
  .oficia-move .cs_service_desc .cs_list_style_1 { grid-template-columns:1fr; }
  .oficia-solutions .cs_btn_style_1 { min-height:58px !important; height:auto; }
  .oficia-contact .cs_contact_form_wrapper,
  .oficia-contact .cs_contact_info_wrapper { padding:22px !important; }
}



/* === Final header/WA/trust fixes 2026-08-19 === */

/* 1) Header WhatsApp CTA: same animated hover behavior as the internal CTAs. */
.cs_site_header.cs_style_1 .cs_btn_style_1 {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.cs_site_header.cs_style_1 .cs_btn_style_1::before,
.cs_site_header.cs_style_1 .cs_btn_style_1::after {
  display: block !important;
  content: "" !important;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: var(--oficia-green-dark) !important;
  border-radius: 0 !important;
  z-index: 0;
  transition: transform .4s ease !important;
}
.cs_site_header.cs_style_1 .cs_btn_style_1::before {
  left: 0;
  transform: scaleX(0);
  transform-origin: left center;
}
.cs_site_header.cs_style_1 .cs_btn_style_1::after {
  right: 0;
  transform: scaleX(0);
  transform-origin: right center;
}
.cs_site_header.cs_style_1 .cs_btn_style_1:hover::before,
.cs_site_header.cs_style_1 .cs_btn_style_1:hover::after {
  transform: scaleX(1);
  border-radius: 0 !important;
}
.cs_site_header.cs_style_1 .cs_btn_style_1 > span {
  position: relative;
  z-index: 2;
}
.cs_site_header.cs_style_1 .cs_btn_style_1:hover,
.cs_site_header.cs_style_1 .cs_btn_style_1:hover span {
  color: #fff !important;
}

/* 2) The generic photo rule in Soluciones must never resize the WhatsApp SVG. */
.oficia-solutions .cs_btn_style_1 .wa-icon,
.oficia-solutions a[href*="wa.me"] .wa-icon,
.cs_btn_style_1 .wa-icon {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  max-width: 19px !important;
  min-height: 19px !important;
  max-height: 19px !important;
  flex: 0 0 19px !important;
  object-fit: contain !important;
  transform: none !important;
}
.cs_site_header.cs_style_1 .cs_btn_style_1 .wa-icon {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  flex-basis: 20px !important;
}
.oficia-solutions .cs_team_style_1:hover .wa-icon {
  transform: none !important;
}

/* 3) Trust section: fully reset the original absolute/padded template layout. */
@media (min-width: 992px) {
  .oficia-trust .cs_about_content {
    width: 100% !important;
    min-height: 0 !important;
    padding-left: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
    grid-template-rows: auto auto auto !important;
    column-gap: 30px !important;
    row-gap: 20px !important;
    align-items: stretch !important;
  }
  .oficia-trust .cs_section_heading_style_1 {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: 850px;
    margin: 0 auto 8px !important;
    text-align: center;
  }
  .oficia-trust .cs_about_thumbnail {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    padding-right: 0 !important;
    grid-column: 1 !important;
    grid-row: 2 / 4 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 560px !important;
    margin: 0 !important;
    overflow: hidden;
  }
  .oficia-trust .cs_about_thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }
  .oficia-trust .cs_funfact_wrapper_style_1 {
    grid-column: 2 !important;
    grid-row: 2 !important;
    padding-left: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0,1fr)) !important;
    gap: 12px !important;
    align-self: start !important;
  }
  .oficia-trust .cs_funfact_wrapper_style_1 + .cs_height_40 {
    display: none !important;
  }
  .oficia-trust .cs_card_style_2 {
    grid-column: 2 !important;
    grid-row: 3 !important;
    margin: 0 !important;
    align-self: stretch !important;
    min-height: 0 !important;
  }
}
.oficia-trust .cs_funfact_style_1 {
  min-width: 0;
  padding: 16px 14px !important;
}
.oficia-trust .cs_funfact_title {
  overflow-wrap: anywhere;
  hyphens: auto;
}


/* === OFICIA PRELOADER + COMPLETE PAGE MOTION + PNG WHATSAPP 2026-08-19 === */
:root {
  --oficia-motion-ease: cubic-bezier(.22,.8,.32,1);
}

/* WhatsApp: one supplied PNG everywhere. Disable all legacy pseudo-icons. */
.cs_btn_style_1[href*="wa.me"] span::before,
.wa-submit span::before {
  content: none !important;
  display: none !important;
  background: none !important;
}
.wa-icon,
.cs_btn_style_1 .wa-icon,
.cs_site_header .wa-icon,
.oficia-solutions .cs_btn_style_1 .wa-icon {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  flex: 0 0 20px !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}
.cs_btn_style_1[href*="wa.me"] > span,
.wa-submit > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-width: 0;
}
.cs_site_header .cs_btn_style_1[href*="wa.me"] .wa-icon { width:22px !important; height:22px !important; min-width:22px !important; min-height:22px !important; max-width:22px !important; max-height:22px !important; flex-basis:22px !important; }
.oficia-whatsapp-float img { width:28px !important; height:28px !important; object-fit:contain !important; }
.oficia-mobile-cta__icon img { width:24px !important; height:24px !important; object-fit:contain !important; }
.cs_social_btns_style_1 a[aria-label="WhatsApp"] img { width:20px !important; height:20px !important; object-fit:contain !important; }

/* Preloader: full logo with a bottom-to-top fill. */
body.oficia-loading { overflow: hidden !important; }
.oficia-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  background: #10251a;
  opacity: 1;
  visibility: visible;
  transition: opacity .42s ease, visibility .42s ease;
}
.oficia-preloader.is-complete { opacity:0; visibility:hidden; pointer-events:none; }
.oficia-preloader__inner { width:min(340px,72vw); display:grid; justify-items:center; gap:24px; }
.oficia-preloader__logo { position:relative; width:100%; aspect-ratio:372.22/93.35; }
.oficia-preloader__logo img { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; }
.oficia-preloader__logo-base { opacity:.16; filter:saturate(.5); }
.oficia-preloader__logo-fill { position:absolute; inset:0; overflow:hidden; clip-path:inset(100% 0 0 0); animation:oficiaLogoFill 1.15s var(--oficia-motion-ease) forwards; }
.oficia-preloader__logo-fill img { opacity:1; }
.oficia-preloader__track { width:72%; height:3px; border-radius:999px; background:rgba(255,255,255,.12); overflow:hidden; }
.oficia-preloader__track span { display:block; width:100%; height:100%; background:#f0b322; transform:scaleX(0); transform-origin:left; animation:oficiaTrackFill 1.15s var(--oficia-motion-ease) forwards; }
@keyframes oficiaLogoFill { to { clip-path:inset(0 0 0 0); } }
@keyframes oficiaTrackFill { to { transform:scaleX(1); } }

/* Every page enters as a whole after preloading. */
body.oficia-loading .cs_custom_content_wrapper { opacity:0; transform:translateY(10px); }
body.oficia-page-ready .cs_custom_content_wrapper { animation:oficiaPageEnter .72s var(--oficia-motion-ease) both; }
@keyframes oficiaPageEnter { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:none; } }

/* Full-page scroll reveals: sections plus meaningful internal blocks. */
.oficia-reveal-section,
.oficia-reveal-item {
  opacity:0;
  transform:translate3d(0,30px,0);
  transition-property:opacity,transform;
  transition-duration:.72s;
  transition-timing-function:var(--oficia-motion-ease);
  transition-delay:var(--oficia-reveal-delay,0ms);
  will-change:opacity,transform;
}
.oficia-reveal-section.is-inview,
.oficia-reveal-item.is-inview { opacity:1; transform:none; }
.oficia-reveal-section { transform:translate3d(0,38px,0); }

/* Header should appear with the page, not pop in separately. */
.cs_site_header.oficia-reveal-header { opacity:0; transform:translateY(-18px); transition:opacity .6s var(--oficia-motion-ease),transform .6s var(--oficia-motion-ease); }
body.oficia-page-ready .cs_site_header.oficia-reveal-header { opacity:1; transform:none; }

@media (prefers-reduced-motion: reduce) {
  .oficia-preloader__logo-fill,.oficia-preloader__track span { animation-duration:.01ms !important; }
  .oficia-reveal-section,.oficia-reveal-item,.cs_site_header.oficia-reveal-header { opacity:1 !important; transform:none !important; transition:none !important; }
  body.oficia-page-ready .cs_custom_content_wrapper { animation:none !important; opacity:1 !important; transform:none !important; }
}

/* Peripheral UI joins the page entrance after the loader. */
body.oficia-loading .oficia-whatsapp-float,
body.oficia-loading .oficia-mobile-cta { opacity:0 !important; transform:translateY(12px) !important; pointer-events:none; }
body.oficia-page-ready .oficia-whatsapp-float { animation:oficiaFloatEnter .55s var(--oficia-motion-ease) .38s both; }
body.oficia-page-ready .oficia-mobile-cta { animation:oficiaFloatEnter .55s var(--oficia-motion-ease) .3s both; }
@keyframes oficiaFloatEnter { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:none; } }


/* === STABLE STICKY HEADER + INSTAGRAM ICON 2026-08-19 === */

/* Keep the fixed header geometrically identical before/after scroll.
   This avoids width/height jumps and the broken sticky state. */
.cs_site_header.cs_style_1,
.cs_site_header.cs_style_1.cs_sticky_active {
  top: 12px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  padding: 0 18px !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none;
}
.cs_site_header.cs_style_1 .cs_header_main,
.cs_site_header.cs_style_1.cs_sticky_active .cs_header_main {
  width: min(calc(100% - 16px), 1420px) !important;
  margin: 0 auto !important;
  border-radius: 20px !important;
  background: rgba(23,34,27,.94) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 18px 60px rgba(0,0,0,.16) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: visible;
}
.cs_site_header.cs_style_1 .cs_main_header_in,
.cs_site_header.cs_style_1.cs_sticky_active .cs_main_header_in {
  height: 82px !important;
  min-height: 82px !important;
  padding: 13px 22px !important;
  transition: none !important;
}
.cs_site_header.cs_style_1 .container { max-width: 1320px; }

/* Avoid making the fixed header a descendant of an animated transform-containing block. */
body.oficia-loading .cs_custom_content_wrapper {
  transform: none !important;
}
body.oficia-page-ready .cs_custom_content_wrapper {
  animation: oficiaPageFade .62s var(--oficia-motion-ease) both !important;
}
@keyframes oficiaPageFade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cs_site_header.oficia-reveal-header,
body.oficia-page-ready .cs_site_header.oficia-reveal-header {
  transform: none !important;
}

/* Real Instagram brand icon in footer social buttons. */
.cs_social_btns_style_1 a[aria-label="Instagram"] .instagram-icon {
  display:block;
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  min-height:20px !important;
  max-width:20px !important;
  max-height:20px !important;
  object-fit:contain !important;
}

@media (max-width: 991px) {
  .cs_site_header.cs_style_1,
  .cs_site_header.cs_style_1.cs_sticky_active { top: 8px !important; padding: 0 8px !important; }
  .cs_site_header.cs_style_1 .cs_header_main,
  .cs_site_header.cs_style_1.cs_sticky_active .cs_header_main { width: calc(100% - 8px) !important; }
  .cs_site_header.cs_style_1 .cs_main_header_in,
  .cs_site_header.cs_style_1.cs_sticky_active .cs_main_header_in { height: 70px !important; min-height: 70px !important; padding: 12px 18px !important; }
}
