This is an example page. It’s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:
Hi there! I’m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin’ caught in the rain.)
…or something like this:
The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.
As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!
<!-- Petrova Insurance Agency - IONOS HTML Module Version -->
<!-- Paste this into an IONOS MyWebsite HTML Module, not the AI prompt box. -->
<!-- Important: The contact form is visual/basic. For reliable delivery, use IONOS built-in contact form if available. -->
<style>
.pia-site,
.pia-site * {
box-sizing: border-box;
}
.pia-site {
margin: 0;
color: #0f172a;
background: #fafaf9;
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
line-height: 1.5;
}
.pia-site a {
color: inherit;
text-decoration: none;
}
.pia-container {
width: min(1180px, calc(100% - 40px));
margin: 0 auto;
}
.pia-header {
position: sticky;
top: 0;
z-index: 20;
border-bottom: 1px solid #e7e5e4;
background: rgba(250, 250, 249, 0.94);
backdrop-filter: blur(12px);
}
.pia-nav-wrap {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
padding: 16px 0;
}
.pia-logo {
display: flex;
align-items: center;
gap: 12px;
}
.pia-logo-mark {
width: 46px;
height: 46px;
display: grid;
place-items: center;
border-radius: 18px;
background: #0f172a;
color: #fff;
box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}
.pia-logo-title {
margin: 0;
font-size: 18px;
line-height: 1.1;
font-weight: 800;
letter-spacing: -0.03em;
}
.pia-logo-subtitle {
margin: 4px 0 0;
color: #64748b;
font-size: 12px;
}
.pia-nav-links {
display: flex;
align-items: center;
gap: 28px;
color: #475569;
font-size: 14px;
font-weight: 700;
}
.pia-nav-links a:hover {
color: #0f172a;
}
.pia-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 46px;
padding: 0 22px;
border-radius: 999px;
border: 1px solid transparent;
background: #0f172a;
color: #fff !important;
font-size: 15px;
font-weight: 800;
cursor: pointer;
transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
box-shadow: 0 12px 22px rgba(15, 23, 42, 0.18);
}
.pia-button:hover {
transform: translateY(-1px);
background: #1e293b;
}
.pia-button-light {
background: #fff;
color: #0f172a !important;
border-color: #cbd5e1;
box-shadow: none;
}
.pia-button-white {
background: #fff;
color: #0f172a !important;
box-shadow: none;
}
.pia-hero {
position: relative;
overflow: hidden;
padding: 82px 0 78px;
}
.pia-hero:before {
content: "";
position: absolute;
width: 350px;
height: 350px;
right: -120px;
top: -120px;
border-radius: 999px;
background: #dbeafe;
filter: blur(70px);
opacity: .9;
}
.pia-hero:after {
content: "";
position: absolute;
width: 350px;
height: 350px;
left: -140px;
bottom: -160px;
border-radius: 999px;
background: #fef3c7;
filter: blur(70px);
opacity: .9;
}
.pia-hero-grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: 1.1fr .9fr;
align-items: center;
gap: 44px;
}
.pia-pill {
display: inline-flex;
align-items: center;
gap: 9px;
margin-bottom: 22px;
padding: 10px 15px;
border-radius: 999px;
border: 1px solid #e7e5e4;
background: #fff;
color: #334155;
font-size: 14px;
font-weight: 700;
box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
.pia-h1 {
max-width: 760px;
margin: 0;
font-size: clamp(42px, 6vw, 68px);
line-height: .98;
letter-spacing: -0.07em;
font-weight: 900;
color: #0f172a;
}
.pia-lead {
max-width: 690px;
margin: 24px 0 0;
color: #475569;
font-size: 18px;
line-height: 1.8;
}
.pia-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 30px;
}
.pia-check-row {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
margin-top: 30px;
color: #475569;
font-size: 14px;
font-weight: 700;
}
.pia-check,
.pia-feature-item {
display: flex;
align-items: center;
gap: 8px;
}
.pia-card {
border: 1px solid #e7e5e4;
border-radius: 32px;
background: rgba(255,255,255,.94);
box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
}
.pia-quote-card {
padding: 28px;
}
.pia-quote-dark {
padding: 28px;
border-radius: 25px;
background: #0f172a;
color: #fff;
}
.pia-eyebrow {
margin: 0;
color: #64748b;
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .25em;
}
.pia-quote-dark .pia-eyebrow {
color: #cbd5e1;
}
.pia-quote-title {
margin: 12px 0 0;
font-size: 32px;
line-height: 1.08;
letter-spacing: -0.04em;
font-weight: 900;
}
.pia-quote-copy {
margin: 16px 0 0;
color: #cbd5e1;
line-height: 1.7;
}
.pia-feature-list {
display: grid;
gap: 14px;
margin-top: 22px;
}
.pia-feature-item {
align-items: flex-start;
padding: 16px;
border: 1px solid #e7e5e4;
border-radius: 20px;
background: #fafaf9;
color: #334155;
font-weight: 700;
}
.pia-section {
padding: 72px 0;
}
.pia-section-white {
background: #fff;
}
.pia-section-gray {
background: #f5f5f4;
}
.pia-section-title {
max-width: 760px;
margin: 12px 0 0;
font-size: clamp(32px, 4.5vw, 48px);
line-height: 1.05;
letter-spacing: -0.06em;
font-weight: 900;
}
.pia-section-copy {
max-width: 740px;
margin: 16px 0 0;
color: #475569;
font-size: 18px;
line-height: 1.75;
}
.pia-services-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
margin-top: 38px;
}
.pia-service-card {
min-height: 260px;
padding: 28px;
border: 1px solid #e7e5e4;
border-radius: 28px;
background: #fff;
box-shadow: 0 8px 26px rgba(15, 23, 42, 0.04);
transition: transform .2s ease, box-shadow .2s ease;
}
.pia-service-card:hover {
transform: translateY(-4px);
box-shadow: 0 16px 38px rgba(15, 23, 42, 0.09);
}
.pia-icon-box {
display: grid;
place-items: center;
width: 52px;
height: 52px;
margin-bottom: 22px;
border-radius: 18px;
background: #f5f5f4;
color: #0f172a;
}
.pia-service-card h3 {
margin: 0;
font-size: 21px;
letter-spacing: -0.03em;
}
.pia-service-card p {
margin: 14px 0 0;
color: #64748b;
line-height: 1.7;
}
.pia-process-grid {
display: grid;
grid-template-columns: .85fr 1.15fr;
align-items: center;
gap: 44px;
}
.pia-steps {
display: grid;
gap: 14px;
}
.pia-step {
display: flex;
align-items: center;
gap: 16px;
padding: 18px;
border: 1px solid #e7e5e4;
border-radius: 26px;
background: #fafaf9;
}
.pia-step-number {
width: 46px;
height: 46px;
flex: 0 0 46px;
display: grid;
place-items: center;
border-radius: 17px;
background: #0f172a;
color: #fff;
font-weight: 900;
}
.pia-step p {
margin: 0;
font-size: 18px;
font-weight: 800;
color: #1e293b;
}
.pia-cta {
padding: 72px 0;
}
.pia-cta-box {
position: relative;
overflow: hidden;
padding: 48px;
border-radius: 34px;
background: #0f172a;
color: #fff;
box-shadow: 0 24px 60px rgba(15, 23, 42, 0.20);
}
.pia-cta-box:after {
content: "";
position: absolute;
right: -90px;
bottom: -110px;
width: 360px;
height: 260px;
border-radius: 999px;
background: rgba(245, 158, 11, 0.16);
filter: blur(40px);
}
.pia-cta-inner {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
gap: 30px;
}
.pia-cta .pia-eyebrow {
color: #fde68a;
}
.pia-cta h2 {
max-width: 800px;
margin: 12px 0 0;
font-size: clamp(30px, 4vw, 48px);
line-height: 1.08;
letter-spacing: -0.06em;
font-weight: 900;
}
.pia-cta p {
max-width: 800px;
margin: 16px 0 0;
color: #cbd5e1;
font-size: 18px;
line-height: 1.7;
}
.pia-contact-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 34px;
align-items: start;
}
.pia-contact-list {
display: grid;
gap: 16px;
margin-top: 30px;
color: #334155;
font-weight: 700;
}
.pia-contact-item {
display: flex;
align-items: center;
gap: 12px;
}
.pia-form-card {
padding: 28px;
border: 1px solid #e7e5e4;
border-radius: 32px;
background: #fff;
box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
}
.pia-form-grid {
display: grid;
gap: 15px;
}
.pia-form-grid label {
display: block;
margin-bottom: 8px;
color: #334155;
font-size: 14px;
font-weight: 800;
}
.pia-form-grid input,
.pia-form-grid textarea {
width: 100%;
border: 1px solid #cbd5e1;
border-radius: 18px;
padding: 14px 16px;
color: #0f172a;
background: #fff;
font: inherit;
outline: none;
}
.pia-form-grid input:focus,
.pia-form-grid textarea:focus {
border-color: #0f172a;
box-shadow: 0 0 0 4px rgba(15, 23, 42, 0.08);
}
.pia-form-grid textarea {
min-height: 132px;
resize: vertical;
}
.pia-form-note {
margin: 12px 0 0;
color: #64748b;
font-size: 13px;
line-height: 1.6;
}
.pia-footer {
padding: 30px 0;
background: #020617;
color: #94a3b8;
font-size: 13px;
}
.pia-footer-wrap {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.pia-footer p {
margin: 0;
}
.pia-svg {
display: block;
width: 22px;
height: 22px;
}
.pia-svg-lg {
width: 36px;
height: 36px;
}
.pia-check-icon {
width: 18px;
height: 18px;
flex: 0 0 18px;
color: #0f172a;
}
@media (max-width: 980px) {
.pia-hero-grid,
.pia-process-grid,
.pia-contact-grid,
.pia-cta-inner {
grid-template-columns: 1fr;
}
.pia-services-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pia-nav-links {
display: none;
}
}
@media (max-width: 640px) {
.pia-container {
width: min(100% - 28px, 1180px);
}
.pia-header .pia-button {
display: none;
}
.pia-hero {
padding: 56px 0;
}
.pia-check-row,
.pia-services-grid {
grid-template-columns: 1fr;
}
.pia-quote-card,
.pia-cta-box,
.pia-form-card {
padding: 22px;
border-radius: 26px;
}
.pia-section,
.pia-cta {
padding: 54px 0;
}
.pia-footer-wrap {
flex-direction: column;
align-items: flex-start;
}
}
</style>
<div class="pia-site">
<header class="pia-header">
<div class="pia-container pia-nav-wrap">
<a class="pia-logo" href="#top" aria-label="Petrova Insurance Agency home">
<div class="pia-logo-mark" aria-hidden="true">
<svg class="pia-svg" viewBox="0 0 24 24" fill="none">
<path d="M12 3 5 6v5c0 4.7 3 8.8 7 10 4-1.2 7-5.3 7-10V6l-7-3Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
<path d="m8.8 12 2.1 2.1 4.6-5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div>
<p class="pia-logo-title">Petrova Insurance Agency</p>
<p class="pia-logo-subtitle">California Insurance Services</p>
</div>
</a>
<nav class="pia-nav-links" aria-label="Main navigation">
<a href="#services">Services</a>
<a href="#process">How It Works</a>
<a href="#contact">Contact</a>
</nav>
<a class="pia-button" href="mailto:lilia@petrovainsuranceagency.com?subject=Request%20a%20Quote">Request a Quote</a>
</div>
</header>
<main id="top">
<section class="pia-hero">
<div class="pia-container pia-hero-grid">
<div>
<div class="pia-pill">
<svg class="pia-check-icon" viewBox="0 0 24 24" fill="none"><path d="M9 12.5 11.2 15 16 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="2"/></svg>
Personal attention. Clear coverage. No confusing insurance talk.
</div>
<h1 class="pia-h1">Insurance help that feels simple, honest, and human.</h1>
<p class="pia-lead">We help individuals, families, and businesses compare coverage options for auto, home, business, umbrella, and life insurance — with plain-language guidance from start to finish.</p>
<div class="pia-actions">
<a class="pia-button" href="mailto:lilia@petrovainsuranceagency.com?subject=Request%20a%20Quote">Get a Free Quote →</a>
<a class="pia-button pia-button-light" href="mailto:lilia@petrovainsuranceagency.com?subject=Policy%20Review%20Request">Review My Policy</a>
</div>
<div class="pia-check-row">
<div class="pia-check"><svg class="pia-check-icon" viewBox="0 0 24 24" fill="none"><path d="M9 12.5 11.2 15 16 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="2"/></svg> CA-based service</div>
<div class="pia-check"><svg class="pia-check-icon" viewBox="0 0 24 24" fill="none"><path d="M9 12.5 11.2 15 16 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="2"/></svg> Multiple coverage types</div>
<div class="pia-check"><svg class="pia-check-icon" viewBox="0 0 24 24" fill="none"><path d="M9 12.5 11.2 15 16 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="2"/></svg> Clear explanations</div>
</div>
</div>
<aside class="pia-card pia-quote-card" aria-label="Quote review information">
<div class="pia-quote-dark">
<svg class="pia-svg-lg" viewBox="0 0 24 24" fill="none" aria-hidden="true">
<path d="M7 3h7l4 4v14H7V3Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
<path d="M14 3v5h5M9 13h6M9 17h6" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
<p class="pia-eyebrow">Quote Review</p>
<h2 class="pia-quote-title">Know what you are buying before you bind.</h2>
<p class="pia-quote-copy">We review coverage limits, deductibles, exclusions, underwriting requirements, and payment options with you.</p>
</div>
<div class="pia-feature-list">
<div class="pia-feature-item"><svg class="pia-check-icon" viewBox="0 0 24 24" fill="none"><path d="M9 12.5 11.2 15 16 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="2"/></svg> Homeowners & FAIR Plan companion forms</div>
<div class="pia-feature-item"><svg class="pia-check-icon" viewBox="0 0 24 24" fill="none"><path d="M9 12.5 11.2 15 16 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="2"/></svg> Commercial auto and umbrella coverage</div>
<div class="pia-feature-item"><svg class="pia-check-icon" viewBox="0 0 24 24" fill="none"><path d="M9 12.5 11.2 15 16 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="2"/></svg> Business liability and property protection</div>
</div>
</aside>
</div>
</section>
<section id="services" class="pia-section">
<div class="pia-container">
<p class="pia-eyebrow">Coverage Options</p>
<h2 class="pia-section-title">Insurance for real life and real businesses.</h2>
<p class="pia-section-copy">Choose the coverage area you need help with. We will walk you through the options in simple language.</p>
<div class="pia-services-grid">
<article class="pia-service-card">
<div class="pia-icon-box"><svg class="pia-svg" viewBox="0 0 24 24" fill="none"><path d="M5 17h14M6 17l1-6h10l1 6M8 17v2M16 17v2M8 13h.01M16 13h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg></div>
<h3>Auto Insurance</h3>
<p>Personal auto, commercial auto, rideshare, specialty vehicles, and policy reviews.</p>
</article>
<article class="pia-service-card">
<div class="pia-icon-box"><svg class="pia-svg" viewBox="0 0 24 24" fill="none"><path d="m3 11 9-8 9 8M5 10v10h14V10M9 20v-6h6v6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg></div>
<h3>Home Insurance</h3>
<p>Homeowners, renters, condo, landlord, dwelling fire, and California FAIR Plan companion options.</p>
</article>
<article class="pia-service-card">
<div class="pia-icon-box"><svg class="pia-svg" viewBox="0 0 24 24" fill="none"><path d="M9 6V5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1M4 8h16v11a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8ZM4 12h16" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg></div>
<h3>Business Insurance</h3>
<p>General liability, property, workers’ comp, professional liability, umbrella, and package policies.</p>
</article>
<article class="pia-service-card">
<div class="pia-icon-box"><svg class="pia-svg" viewBox="0 0 24 24" fill="none"><path d="M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1-1.1a5.5 5.5 0 1 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg></div>
<h3>Life & Financial Protection</h3>
<p>Life insurance and protection planning for families, owners, and long-term peace of mind.</p>
</article>
</div>
</div>
</section>
<section id="process" class="pia-section pia-section-white">
<div class="pia-container pia-process-grid">
<div>
<p class="pia-eyebrow">How It Works</p>
<h2 class="pia-section-title">A simple process from quote to policy.</h2>
<p class="pia-section-copy">Insurance can be complicated. The process should not be. We gather the details, explain your choices, and help you avoid surprises.</p>
</div>
<div class="pia-steps">
<div class="pia-step"><div class="pia-step-number">1</div><p>Tell us what you need insured</p></div>
<div class="pia-step"><div class="pia-step-number">2</div><p>We compare available options</p></div>
<div class="pia-step"><div class="pia-step-number">3</div><p>You choose the coverage that fits</p></div>
<div class="pia-step"><div class="pia-step-number">4</div><p>We help you keep the policy updated</p></div>
</div>
</div>
</section>
<section class="pia-cta">
<div class="pia-container">
<div class="pia-cta-box">
<div class="pia-cta-inner">
<div>
<p class="pia-eyebrow">Need help today?</p>
<h2>Send your current policy or quote. We will review it with you.</h2>
<p>Great for renewals, new purchases, underwriting questions, and coverage changes.</p>
</div>
<a class="pia-button pia-button-white" href="mailto:lilia@petrovainsuranceagency.com?subject=Policy%20Review%20Request">Start a Review</a>
</div>
</div>
</div>
</section>
<section id="contact" class="pia-section pia-section-gray">
<div class="pia-container pia-contact-grid">
<div>
<p class="pia-eyebrow">Contact</p>
<h2 class="pia-section-title">Let’s find the right coverage.</h2>
<p class="pia-section-copy">Send a message with what you need insured, your preferred effective date, and any current policy documents you want reviewed.</p>
<div class="pia-contact-list">
<div class="pia-contact-item"><svg class="pia-check-icon" viewBox="0 0 24 24" fill="none"><path d="M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.4 19.4 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 2 .7 2.9a2 2 0 0 1-.5 2.1L8 10a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.5c.9.3 1.9.6 2.9.7a2 2 0 0 1 1.7 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg> (000) 000-0000</div>
<div class="pia-contact-item"><svg class="pia-check-icon" viewBox="0 0 24 24" fill="none"><path d="M4 4h16v16H4V4Zm0 4 8 5 8-5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg> lilia@petrovainsuranceagency.com</div>
<div class="pia-contact-item"><svg class="pia-check-icon" viewBox="0 0 24 24" fill="none"><path d="M12 21s7-4.4 7-11a7 7 0 1 0-14 0c0 6.6 7 11 7 11Z" stroke="currentColor" stroke-width="2"/><circle cx="12" cy="10" r="2.5" stroke="currentColor" stroke-width="2"/></svg> San Francisco, CA</div>
</div>
</div>
<div class="pia-form-card">
<form class="pia-form-grid" action="mailto:lilia@petrovainsuranceagency.com" method="post" enctype="text/plain">
<div>
<label for="pia-name">Name</label>
<input id="pia-name" name="Name" placeholder="Your name" />
</div>
<div>
<label for="pia-email">Email</label>
<input id="pia-email" name="Email" type="email" placeholder="you@example.com" />
</div>
<div>
<label for="pia-phone">Phone</label>
<input id="pia-phone" name="Phone" placeholder="Your phone number" />
</div>
<div>
<label for="pia-message">What do you need?</label>
<textarea id="pia-message" name="Message" placeholder="Auto, home, business, umbrella, life, policy review..."></textarea>
</div>
<button class="pia-button" type="submit">Send Message</button>
</form>
<p class="pia-form-note">Best practice: replace this visual form with the official IONOS contact form element so messages are delivered reliably.</p>
</div>
</div>
</section>
</main>
<footer class="pia-footer">
<div class="pia-container pia-footer-wrap">
<p>© 2026 Petrova Insurance Agency. All rights reserved.</p>
<p>Coverage availability, limits, and underwriting approval vary by carrier and state. CA License #: ________</p>
</div>
</footer>
</div>
.pia-site,
.pia-svg {
display: block;
width: 22px;
height: 22px;
}
.pia-svg-lg {
width: 36px;
height: 36px;
}
.pia-check-icon {
width: 18px;
height: 18px;
flex: 0018px;
color: #0f172a;
}
@media (max-width: 980px) {
.pia-hero-grid,
.pia-process-grid,
.pia-contact-grid,
.pia-cta-inner {
grid-template-columns: 1fr;
}
.pia-services-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pia-nav-links {
display: none;
}
}
@media (max-width: 640px) {
.pia-container {
width: min(100% – 28px, 1180px);
}
.pia-header .pia-button {
display: none;
}
.pia-hero {
padding: 56px0;
}
.pia-check-row,
.pia-services-grid {
grid-template-columns: 1fr;
}
.pia-quote-card,
.pia-cta-box,
.pia-form-card {
padding: 22px;
border-radius: 26px;
}
.pia-section,
.pia-cta {
padding: 54px0;
}
.pia-footer-wrap {
flex-direction: column;
align-items: flex-start;
}
}