/*
Theme Name: DatoAvisos Bricks Child
Template: bricks
Author: Tech Global Media
Version: 0.1.0
*/
:root{--navy:#0B1D3A;--blue:#0077FF;--cyan:#00B4FF;--orange:#FF8A00;--yellow:#FFC107;--light:#F2F4F7;--text:#10213f;--muted:#68748b;--white:#fff;--line:#e5eaf1;--shadow:0 14px 40px rgba(11,29,58,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.da-wrap{width:min(1180px,calc(100% - 36px));margin:auto}
.da-header{height:84px;display:flex;align-items:center;border-bottom:1px solid var(--line);background:rgba(255,255,255,.97);position:sticky;top:0;z-index:50}.da-header .da-wrap{display:flex;align-items:center;justify-content:space-between;gap:28px}.da-nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:600}.da-nav a:hover{color:var(--blue)}.da-nav .da-nav-cta{background:var(--blue);color:#fff;padding:12px 18px;border-radius:11px;box-shadow:0 8px 18px rgba(0,119,255,.24)}
.da-logo{display:flex;align-items:center;gap:10px;min-width:250px}.da-mark{width:52px;height:52px;display:block}.da-mark svg{width:100%;height:100%;display:block}.da-word{display:flex;align-items:baseline;position:relative;font-size:28px;letter-spacing:-1.4px;line-height:1}.da-word b{font-weight:800;color:var(--navy)}.da-word strong{font-weight:800;color:var(--blue)}.da-word em{font-style:normal;font-weight:800;font-size:16px;background:linear-gradient(90deg,var(--yellow),var(--orange));color:var(--navy);padding:5px 7px;border-radius:9px;margin-left:3px}.da-logo-tag{position:absolute;left:2px;top:34px;font-size:7px;font-weight:700;letter-spacing:2px;color:var(--navy);white-space:nowrap}.da-logo-tag i{display:inline-block;width:5px;height:5px;background:var(--yellow);border-radius:50%;margin:0 7px 1px}
.da-hero{background:linear-gradient(135deg,#064bc7 0%,#0077ff 48%,#04aee8 100%);color:#fff;padding:82px 0 76px;overflow:hidden;position:relative}.da-hero:before,.da-hero:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%;width:560px;height:560px}.da-hero:before{right:-190px;top:-330px}.da-hero:after{right:30px;bottom:-430px}.da-hero-inner{position:relative;z-index:2;max-width:820px;margin:auto;text-align:center}.da-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.13);font-size:12px;font-weight:800;letter-spacing:1.1px}.da-hero h1{font-size:clamp(36px,5vw,58px);letter-spacing:-2px;line-height:1.06;margin:18px 0 15px}.da-hero p{font-size:18px;opacity:.9;margin:0 auto 32px}.da-searchbar{display:grid;grid-template-columns:1.25fr .85fr auto;background:#fff;border-radius:16px;padding:8px;box-shadow:0 22px 55px rgba(0,28,91,.25);text-align:left}.da-searchbar label{display:flex;align-items:center;gap:10px;padding:0 13px;border-right:1px solid var(--line)}.da-searchbar input{width:100%;border:0;outline:0;height:48px;font:inherit;color:var(--navy)}.da-searchbar button,.da-btn{border:0;background:linear-gradient(90deg,var(--yellow),var(--orange));color:var(--navy);font-weight:800;border-radius:11px;padding:0 25px;cursor:pointer}.da-hero-note{display:flex;justify-content:center;gap:20px;margin-top:20px;font-size:12px;opacity:.88}
.da-section{padding:66px 0}.da-section.alt{background:var(--light)}.da-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px}.da-section-head h2{font-size:31px;letter-spacing:-1px;margin:0}.da-section-head p{margin:5px 0 0;color:var(--muted)}.da-section-head a{color:var(--blue);font-weight:700;font-size:14px}.da-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.da-category-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:21px 12px;text-align:center;box-shadow:0 4px 14px rgba(11,29,58,.04);transition:.2s}.da-category-card:hover{transform:translateY(-3px);border-color:#b5d6ff;box-shadow:var(--shadow)}.da-category-card span{display:block;font-size:30px;margin-bottom:10px}.da-category-card b{font-size:13px}.da-city-row{display:flex;flex-wrap:wrap;gap:10px}.da-city-row a{padding:10px 14px;border:1px solid var(--line);background:#fff;border-radius:999px;font-size:13px;font-weight:700}.da-city-row a:first-child{background:#eaf3ff;border-color:#b8d7ff;color:#005cc7}.da-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.da-trust article{padding:26px;border:1px solid var(--line);border-radius:18px}.da-trust span{font-size:28px}.da-trust h3{margin:10px 0 5px}.da-trust p{color:var(--muted);margin:0;line-height:1.6;font-size:14px}
.da-cta{margin:30px 0 70px;border-radius:26px;padding:48px;background:var(--navy);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.da-cta h2{font-size:32px;margin:0 0 8px}.da-cta p{margin:0;color:#c9d2e2}.da-cta .da-btn{display:inline-flex;align-items:center;min-height:48px;white-space:nowrap}.da-footer{background:#07142a;color:#bac5d8;padding:42px 0}.da-footer .da-wrap{display:flex;justify-content:space-between;align-items:center;gap:20px}.da-footer b{color:#fff}.da-footer small{font-size:12px}
.da-page{padding:54px 0 80px}.da-page-title{margin-bottom:28px}.da-page-title h1{font-size:40px;letter-spacing:-1.5px;margin:0 0 8px}.da-page-title p{color:var(--muted)}.da-searchbar-page{box-shadow:none;border:1px solid var(--line);margin-bottom:30px}.da-results-head{display:flex;justify-content:space-between;align-items:center;margin:26px 0 18px}.da-results-head h2{margin:0;font-size:24px}.da-results-head span{color:var(--muted);font-size:13px}.da-list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.da-list-card{display:grid;grid-template-columns:150px 1fr;gap:18px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff}.da-thumb{height:126px;background:var(--light);border-radius:13px;overflow:hidden;display:grid;place-items:center}.da-thumb img{width:100%;height:100%;object-fit:cover}.da-thumb span{font-size:42px}.da-list-card small{color:var(--blue);font-weight:700}.da-list-card h3{margin:5px 0;font-size:20px}.da-list-card p{margin:4px 0 12px;color:var(--muted);font-size:13px}.da-link{font-size:13px;color:var(--blue);font-weight:800}.da-empty{grid-column:1/-1;text-align:center;padding:58px;border:1px dashed #b9c7d9;border-radius:20px;background:var(--light)}.da-empty .da-btn{display:inline-flex;align-items:center;min-height:44px;margin-top:10px}.da-publish-box{max-width:850px;margin:auto;text-align:center}.da-publish-box .da-kicker{background:#eaf3ff;color:var(--blue)}.da-publish-box h1{font-size:44px;letter-spacing:-1.8px}.da-publish-box>p{font-size:18px;color:var(--muted)}.da-plan-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:34px 0}.da-plan-row>div{border:1px solid var(--line);border-radius:20px;padding:28px;text-align:left}.da-plan-row .featured{border:2px solid var(--blue);box-shadow:var(--shadow)}.da-plan-row b,.da-plan-row strong,.da-plan-row small{display:block}.da-plan-row strong{font-size:28px;color:var(--navy);margin:8px 0}.da-plan-row small{color:var(--muted)}.da-publish-box>.da-btn{display:inline-flex;align-items:center;min-height:48px}
@media(max-width:900px){.da-nav a:not(.da-nav-cta){display:none}.da-category-grid{grid-template-columns:repeat(3,1fr)}.da-list-grid{grid-template-columns:1fr}.da-trust{grid-template-columns:1fr}.da-cta{align-items:flex-start;flex-direction:column}.da-searchbar{grid-template-columns:1fr}.da-searchbar label{border-right:0;border-bottom:1px solid var(--line)}.da-searchbar button{height:48px}.da-word{font-size:23px}.da-logo{min-width:0}.da-logo-tag{display:none}}
@media(max-width:560px){.da-wrap{width:min(100% - 24px,1180px)}.da-header{height:72px}.da-mark{width:43px;height:43px}.da-word{font-size:20px}.da-word em{font-size:12px}.da-nav .da-nav-cta{padding:10px 12px;font-size:12px}.da-hero{padding:58px 0}.da-hero h1{font-size:38px}.da-hero p{font-size:16px}.da-hero-note{gap:8px;flex-wrap:wrap}.da-category-grid{grid-template-columns:repeat(2,1fr)}.da-section{padding:48px 0}.da-section-head h2{font-size:26px}.da-footer .da-wrap{align-items:flex-start;flex-direction:column}.da-list-card{grid-template-columns:100px 1fr}.da-thumb{height:100px}.da-plan-row{grid-template-columns:1fr}.da-publish-box h1{font-size:34px}}

/* DATOAVISOS POLISH V2 */
.da-header{height:92px;box-shadow:0 1px 0 rgba(11,29,58,.06)}
.da-logo{min-width:300px;gap:12px}.da-mark{width:64px;height:64px;flex:0 0 64px}.da-word{font-size:32px;letter-spacing:-1.5px}.da-word em{font-size:16px;padding:6px 8px}.da-logo-tag{top:39px}
.da-nav .da-nav-cta{padding:13px 18px;border-radius:13px}.da-hero{padding:88px 0 80px}.da-hero p{max-width:700px;line-height:1.55}.da-searchbar{border-radius:20px;padding:9px}.da-category-grid{gap:16px}.da-category-card{border-radius:20px;padding:25px 14px;box-shadow:0 6px 18px rgba(11,29,58,.05)}.da-category-card:hover{transform:translateY(-4px)}
.da-footer{padding:46px 0 34px;background:linear-gradient(180deg,#08162d,#061126)}.da-footer .da-wrap{display:grid;grid-template-columns:1.15fr .8fr 1fr;gap:34px;align-items:start}.da-footer p{margin:7px 0;color:#aebbd0;font-size:13px;line-height:1.65}.da-footer-links{display:grid;gap:9px}.da-footer-links a{color:#d8e1ef;font-size:13px;font-weight:600}.da-footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.10);padding-top:18px;color:#8493aa;font-size:12px}
.da-legal{max-width:820px;margin:auto}.da-legal h1{font-size:42px;letter-spacing:-1.5px}.da-legal h2{margin-top:34px}.da-legal p,.da-legal li{color:#526078;line-height:1.75}
@media(max-width:900px){.da-header{height:84px}.da-logo{min-width:0}.da-mark{width:55px;height:55px;flex-basis:55px}.da-word{font-size:25px}.da-footer .da-wrap{grid-template-columns:1fr 1fr}.da-footer-company{grid-column:1/-1}}
@media(max-width:560px){.da-header{height:82px}.da-header .da-wrap{gap:10px}.da-logo{gap:8px}.da-mark{width:50px;height:50px;flex-basis:50px}.da-word{font-size:22px}.da-word em{font-size:11px}.da-nav .da-nav-cta{padding:11px 12px;font-size:12px}.da-hero{padding:62px 0 54px}.da-hero h1{font-size:39px;line-height:1.07}.da-searchbar{border-radius:19px}.da-category-card{padding:23px 10px}.da-footer .da-wrap{grid-template-columns:1fr;gap:24px}.da-footer-company,.da-footer-bottom{grid-column:auto}.da-legal h1{font-size:34px}}

/* DatoAvisos Publish v3 */
.da-publish-v3{max-width:920px;margin:0 auto;text-align:center;padding:18px 0 32px}.da-publish-eyebrow{display:inline-flex;align-items:center;background:#eaf3ff;color:#0069dc;font-size:12px;font-weight:800;letter-spacing:1.1px;padding:8px 12px;border-radius:999px}.da-publish-v3>h1{font-size:clamp(38px,6vw,58px);line-height:1.02;letter-spacing:-2.6px;max-width:760px;margin:18px auto 14px;color:#0B1D3A}.da-publish-lead{font-size:18px;line-height:1.6;color:#68748b;max-width:690px;margin:0 auto}.da-publish-proof{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin:24px 0 30px;font-size:13px;font-weight:700;color:#35506f}.da-publish-proof span{background:#f6f9fd;border:1px solid #e4eaf2;border-radius:999px;padding:9px 12px}.da-offer-card{max-width:690px;margin:0 auto;background:#fff;border:1px solid #dfe7f1;border-radius:26px;padding:30px;box-shadow:0 22px 65px rgba(11,29,58,.12);text-align:left;position:relative;overflow:hidden}.da-offer-card:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,#0077FF,#00B4FF,#FFC107,#FF8A00)}.da-offer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.da-offer-top small{display:block;font-size:11px;letter-spacing:1.2px;font-weight:800;color:#0077FF}.da-offer-top h2{font-size:28px;letter-spacing:-.8px;margin:6px 0 0;color:#0B1D3A}.da-offer-badge{background:#fff5cf;color:#795500;border:1px solid #ffe288;padding:8px 10px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}.da-offer-price{display:flex;align-items:baseline;gap:8px;margin:24px 0 8px}.da-offer-price strong{font-size:54px;letter-spacing:-2.5px;color:#0B1D3A;line-height:1}.da-offer-price span{font-weight:800;color:#465873}.da-offer-copy{color:#68748b;line-height:1.6;margin:0 0 22px}.da-offer-list{list-style:none;padding:0;margin:0 0 26px;display:grid;gap:10px}.da-offer-list li{display:grid;grid-template-columns:24px 1fr;column-gap:8px;position:relative;padding:12px 0;border-bottom:1px solid #edf1f6}.da-offer-list li:before{content:"✓";width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#e9f7ef;color:#138a4b;font-weight:900;grid-row:1/3}.da-offer-list b{font-size:14px;color:#0B1D3A}.da-offer-list span{grid-column:2;color:#728096;font-size:13px;margin-top:3px}.da-buy-btn{display:flex;justify-content:center;align-items:center;text-align:center;min-height:58px;border-radius:14px;background:linear-gradient(90deg,#FFC107,#FF8A00);color:#0B1D3A;font-weight:900;font-size:17px;box-shadow:0 12px 28px rgba(255,138,0,.22)}.da-buy-btn:hover{transform:translateY(-1px)}.da-pay-trust{display:flex;justify-content:center;gap:13px;flex-wrap:wrap;color:#718096;font-size:11px;font-weight:700;margin-top:14px}.da-publish-bottom{margin:24px auto 0;color:#0B1D3A}.da-publish-bottom b{font-size:17px}.da-publish-bottom p{color:#7a8799;margin:5px 0 0;font-size:13px}@media(max-width:640px){.da-publish-v3{padding-top:8px}.da-publish-v3>h1{font-size:39px;letter-spacing:-1.8px}.da-publish-lead{font-size:16px}.da-publish-proof{gap:8px}.da-offer-card{padding:24px 20px;border-radius:22px}.da-offer-top{display:block}.da-offer-badge{display:inline-flex;margin-top:12px}.da-offer-price strong{font-size:48px}.da-buy-btn{font-size:15px;padding:0 12px}}
