/*
Theme Name: PropCheck Public
Theme URI: https://propcheck.ar
Author: PropCheck
Description: Sitio público de PropCheck.ar — comparador y seguimiento inmobiliario.
Version: 1.0.1
Text Domain: propcheck
*/

:root{
  --pc-navy:#071f4a;
  --pc-navy-2:#0a2c63;
  --pc-teal:#0db6aa;
  --pc-teal-2:#13c9bb;
  --pc-blue:#1f8fff;
  --pc-sky:#eaf7ff;
  --pc-bg:#f8fbfe;
  --pc-text:#17305f;
  --pc-muted:#62718e;
  --pc-line:#dceaf4;
  --pc-white:#ffffff;
  --pc-shadow:0 18px 60px rgba(14,45,89,.10);
  --pc-radius:28px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(180deg,#fff 0%,#f8fbfe 100%);color:var(--pc-navy);line-height:1.55} a{color:inherit;text-decoration:none} img{max-width:100%;height:auto}.pc-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}.pc-site{overflow:hidden}.pc-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,234,244,.75)}.pc-header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.pc-brand img{height:46px;width:auto;display:block}.pc-nav{display:flex;align-items:center;gap:26px;font-size:15px;font-weight:700;color:#263e68}.pc-nav a:hover{color:var(--pc-teal)}.pc-btn,.wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:999px;background:linear-gradient(135deg,var(--pc-teal),#06a99f);color:white!important;font-weight:800;border:0;box-shadow:0 10px 24px rgba(13,182,170,.22);transition:.2s ease}.pc-btn:hover,.wp-block-button__link:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(13,182,170,.28)}.pc-btn.secondary{background:white;color:var(--pc-navy)!important;border:1px solid var(--pc-line);box-shadow:none}.pc-mobile-toggle{display:none;border:0;background:transparent;font-size:28px;color:var(--pc-navy)}
.pc-hero{position:relative;padding:90px 0 70px}.pc-hero:before,.pc-hero:after{content:"";position:absolute;border-radius:999px;background:#dff2ff;filter:blur(.2px);z-index:-1}.pc-hero:before{width:420px;height:420px;left:-180px;top:70px}.pc-hero:after{width:520px;height:520px;right:-260px;top:-100px}.pc-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:60px;align-items:center}.pc-eyebrow{display:inline-flex;padding:8px 13px;border-radius:999px;background:#e9fbf9;color:#087c75;font-weight:800;font-size:14px}.pc-hero h1{font-size:clamp(50px,6.5vw,88px);line-height:.98;letter-spacing:-.055em;margin:22px 0}.pc-hero h1 span{color:var(--pc-teal)}.pc-lead{font-size:clamp(19px,2.2vw,28px);color:var(--pc-muted);max-width:760px}.pc-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.pc-proof{display:flex;gap:20px;flex-wrap:wrap;margin-top:28px;color:#486184;font-weight:700;font-size:14px}.pc-proof span{display:flex;align-items:center;gap:7px}.pc-visual{position:relative;background:white;border:1px solid #e7f0f6;border-radius:34px;padding:18px;box-shadow:var(--pc-shadow)}.pc-compare-head{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pc-property{border:1px solid #e5edf4;border-radius:18px;padding:10px;background:#fff}.pc-property img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px}.pc-property h3{margin:8px 0 0;font-size:17px}.pc-property small{color:var(--pc-muted)}.pc-property strong{display:block;margin-top:7px;font-size:18px}.pc-table{margin-top:14px;border:1px solid #e5edf4;border-radius:18px;overflow:hidden}.pc-row{display:grid;grid-template-columns:1.2fr repeat(3,1fr);border-top:1px solid #eaf1f6}.pc-row:first-child{border-top:0}.pc-row>div{padding:12px 10px;font-size:13px;text-align:center}.pc-row>div:first-child{text-align:left;font-weight:800;background:#fbfdff}.pc-spark{height:6px;border-radius:9px;background:linear-gradient(90deg,#16b6a5 0 60%,#e7edf4 60%)}
.pc-section{padding:86px 0}.pc-section.alt{background:#f5fbff}.pc-section-head{max-width:760px;margin:0 auto 40px;text-align:center}.pc-section h2{font-size:clamp(38px,4.8vw,64px);line-height:1.03;letter-spacing:-.045em;margin:0 0 18px}.pc-section h2 span{color:var(--pc-teal)}.pc-section-head p{font-size:19px;color:var(--pc-muted)}.pc-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.pc-card{background:white;border:1px solid #e3edf4;border-radius:24px;padding:28px;box-shadow:0 12px 30px rgba(10,44,99,.06)}.pc-card .pc-icon{width:50px;height:50px;border-radius:15px;background:#e9f6ff;display:grid;place-items:center;font-size:24px;margin-bottom:18px}.pc-card h3{font-size:23px;margin:0 0 9px}.pc-card p{color:var(--pc-muted);margin:0}.pc-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pc-step{position:relative}.pc-step-num{width:42px;height:42px;border-radius:50%;background:#dff2ff;color:var(--pc-navy);display:grid;place-items:center;font-weight:900;margin-bottom:14px}.pc-note{margin-top:24px;padding:18px 22px;background:#eefcf9;border:1px solid #c8eee8;border-radius:18px;color:#176a65;font-weight:700}.pc-plan{display:flex;flex-direction:column;gap:16px}.pc-plan.featured{border:2px solid var(--pc-teal);transform:translateY(-8px)}.pc-plan h3{font-size:28px}.pc-plan .pc-price{font-size:34px;font-weight:900}.pc-plan ul{padding-left:20px;color:var(--pc-muted);margin:0}.pc-plan .pc-btn{margin-top:auto}.pc-business{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center}.pc-dashboard{background:white;border:1px solid #e4eef5;border-radius:28px;padding:18px;box-shadow:var(--pc-shadow)}.pc-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.pc-kpi{padding:15px;border-radius:16px;background:#f7fbff;border:1px solid #e6eff5}.pc-kpi strong{font-size:28px}.pc-faq{max-width:900px;margin:0 auto}.pc-faq details{background:white;border:1px solid #e3edf4;border-radius:18px;padding:18px 20px;margin-bottom:12px}.pc-faq summary{font-weight:800;cursor:pointer}.pc-faq p{color:var(--pc-muted)}.pc-contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.pc-form{background:white;border:1px solid #e3edf4;border-radius:24px;padding:26px}.pc-field{margin-bottom:14px}.pc-field label{display:block;font-weight:800;margin-bottom:7px}.pc-field input,.pc-field textarea,.pc-field select{width:100%;padding:14px 15px;border:1px solid #dce7ef;border-radius:13px;font:inherit}.pc-field textarea{min-height:130px;resize:vertical}.pc-footer{padding:50px 0 30px;border-top:1px solid #e5edf4;background:white}.pc-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px}.pc-footer img{height:44px}.pc-footer p,.pc-footer a{color:#657795}.pc-footer-links{display:grid;gap:8px}.pc-copyright{margin-top:35px;padding-top:20px;border-top:1px solid #edf2f6;color:#7b8ca5;font-size:13px}.pc-page-hero{padding:72px 0 46px;text-align:center}.pc-page-hero h1{font-size:clamp(44px,6vw,72px);letter-spacing:-.05em;line-height:1;margin:0 0 16px}.pc-page-hero p{font-size:20px;color:var(--pc-muted);max-width:760px;margin:0 auto}.pc-content{padding:20px 0 80px}.pc-content h2{font-size:38px;letter-spacing:-.03em}.pc-content p,.pc-content li{color:#526785;font-size:17px}.pc-content .alignwide{width:min(1080px,100%);margin-left:auto;margin-right:auto}.pc-alert{padding:14px 18px;border-radius:14px;margin:20px 0}.pc-alert.ok{background:#ecfbf7;color:#1e6f68}.pc-alert.err{background:#fff1f1;color:#9b3131}
@media(max-width:900px){.pc-nav{display:none}.pc-mobile-toggle{display:block}.pc-nav.open{display:flex;position:absolute;top:82px;left:20px;right:20px;background:white;border:1px solid var(--pc-line);border-radius:20px;padding:18px;box-shadow:var(--pc-shadow);flex-direction:column;align-items:stretch}.pc-hero-grid,.pc-business,.pc-contact-grid{grid-template-columns:1fr}.pc-grid-3,.pc-steps{grid-template-columns:1fr}.pc-hero{padding-top:60px}.pc-visual{order:2}.pc-kpis{grid-template-columns:repeat(2,1fr)}.pc-footer-grid{grid-template-columns:1fr}.pc-row{grid-template-columns:1fr repeat(3,1fr)}}
@media(max-width:620px){.pc-wrap{width:min(100% - 26px,1180px)}.pc-header-inner{height:72px}.pc-brand img{height:38px}.pc-hero h1{font-size:48px}.pc-lead{font-size:19px}.pc-compare-head{grid-template-columns:1fr}.pc-row{grid-template-columns:1.3fr repeat(3,.9fr)}.pc-row>div{font-size:11px;padding:9px 6px}.pc-kpis{grid-template-columns:1fr 1fr}.pc-actions .pc-btn{width:100%}.pc-section{padding:64px 0}.pc-section h2{font-size:40px}}
