{"id":9,"date":"2026-05-28T11:00:43","date_gmt":"2026-05-28T11:00:43","guid":{"rendered":"https:\/\/nurturing-emerald-koala.krattarwala.com\/?page_id=9"},"modified":"2026-06-04T11:21:35","modified_gmt":"2026-06-04T11:21:35","slug":"silver-tundra","status":"publish","type":"page","link":"https:\/\/nurturing-emerald-koala.krattarwala.com\/","title":{"rendered":""},"content":{"rendered":"\n<!-- \n  SILVERTUNDRA \u2014 WordPress Page Content (Navigation Removed)\n  ===========================================================\n  HOW TO USE:\n  1. Go to WordPress Admin \u2192 Pages \u2192 Add New\n  2. Click the \"+\" block inserter and add a \"Custom HTML\" block\n  3. Paste ALL of this code into that block\n  4. Publish the page\n  5. In Settings \u2192 Reading, set this page as your \"Static Front Page\"\n-->\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue&family=Outfit:wght@400;500;600;700&display=swap');\n\n\/* =============================================\n   RESET & BASE (scoped to .st-page-wrap)\n============================================= *\/\n.st-page-wrap *, .st-page-wrap *::before, .st-page-wrap *::after {\n  box-sizing: border-box; margin: 0; padding: 0;\n}\n.st-page-wrap img { max-width: 100%; height: auto; display: block; }\n.st-page-wrap a { text-decoration: none; }\n.st-page-wrap ul { list-style: none; }\n\n\/* =============================================\n   CSS VARIABLES\n============================================= *\/\n.st-page-wrap {\n  --white: #f5f7fa; --off: #eef0f4; --ink: #0d0f14; --ink2: #1e2130;\n  --muted: #6b7280; --blue: #1a73e8; --red: #ea4335; --yellow: #fbbc04;\n  --green: #34a853; --border: #e2e6ed;\n  font-family: 'Outfit', sans-serif;\n  background: #f5f7fa;\n  color: #0d0f14;\n  overflow-x: hidden;\n  -webkit-font-smoothing: antialiased;\n}\n\n\/* =============================================\n   TYPOGRAPHY HELPERS\n============================================= *\/\n.st-page-wrap .section-tag {\n  display: inline-block; font-size: 11px; font-weight: 600;\n  letter-spacing: .2em; text-transform: uppercase;\n  color: var(--blue); margin-bottom: 14px;\n}\n.st-page-wrap .section-title {\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: clamp(2.2rem, 5vw, 3.2rem);\n  letter-spacing: .02em; line-height: 1.05;\n  color: var(--ink); margin-bottom: 16px;\n}\n.st-page-wrap .section-desc {\n  font-size: 16px; color: var(--muted); max-width: 580px; line-height: 1.7;\n}\n.st-page-wrap .section-inner { max-width: 1100px; margin: 0 auto; }\n\n\/* =============================================\n   HERO\n============================================= *\/\n.page-hero {\n  padding: 90px 24px 90px; background: var(--ink2);\n  text-align: center; position: relative; overflow: hidden;\n}\n.hero-glow {\n  position: absolute; top: -120px; left: 50%; transform: translateX(-50%);\n  width: 700px; height: 700px; border-radius: 50%;\n  background: radial-gradient(circle, rgba(26,115,232,.18), transparent 68%);\n  pointer-events: none;\n}\n.hero-glow2 {\n  position: absolute; bottom: -80px; right: -100px;\n  width: 400px; height: 400px; border-radius: 50%;\n  background: radial-gradient(circle, rgba(52,168,83,.12), transparent 70%);\n  pointer-events: none;\n}\n.page-hero-inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }\n.page-hero .section-tag { color: rgba(255,255,255,.45); }\n.hero-title {\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: clamp(3.6rem, 9vw, 6.5rem);\n  letter-spacing: .02em; line-height: .95;\n  color: #fff; margin-bottom: 24px;\n}\n.hero-title span {\n  background: linear-gradient(90deg, var(--blue), var(--green));\n  -webkit-background-clip: text; -webkit-text-fill-color: transparent;\n  background-clip: text;\n}\n.hero-sub {\n  font-size: 18px; color: #9ca3af; line-height: 1.7;\n  max-width: 580px; margin: 0 auto 36px;\n}\n.hero-stats {\n  display: flex; justify-content: center; gap: 48px; flex-wrap: wrap;\n  margin-top: 48px; padding-top: 40px;\n  border-top: 1px solid rgba(255,255,255,.08);\n}\n.stat { text-align: center; }\n.stat-num {\n  font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem;\n  letter-spacing: .02em; color: #fff; line-height: 1;\n}\n.stat-num span { color: var(--green); }\n.stat-label { font-size: 13px; color: #9ca3af; margin-top: 4px; }\n\n\/* =============================================\n   HOOK STRIP\n============================================= *\/\n.hook-strip { background: #fff; border-bottom: 1px solid var(--border); }\n.hook-inner {\n  max-width: 1100px; margin: 0 auto;\n  display: grid; grid-template-columns: repeat(3, 1fr);\n}\n.hook-item {\n  padding: 36px 40px; border-right: 1px solid var(--border);\n  display: flex; align-items: flex-start; gap: 16px;\n}\n.hook-item:last-child { border-right: none; }\n.hook-icon { font-size: 1.6rem; flex-shrink: 0; margin-top: 2px; }\n.hook-text strong { display: block; font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }\n.hook-text span { font-size: 13px; color: var(--muted); line-height: 1.5; }\n\n\/* =============================================\n   VALUES\n============================================= *\/\n.values-section { padding: 96px 24px; background: var(--off); }\n.values-header {\n  display: flex; justify-content: space-between; align-items: flex-end;\n  flex-wrap: wrap; gap: 24px; margin-bottom: 56px;\n}\n.values-grid {\n  display: grid; grid-template-columns: repeat(3, 1fr);\n  gap: 2px; background: var(--border); border-radius: 20px; overflow: hidden;\n}\n.value-card { background: #fff; padding: 36px; transition: background .2s; }\n.value-card:hover { background: #f8faff; }\n.val-icon-wrap {\n  width: 48px; height: 48px; border-radius: 14px;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 1.4rem; margin-bottom: 20px;\n}\n.ic-blue { background: #e8f0fe; } .ic-green { background: #e6f4ea; }\n.ic-yellow { background: #fef9e7; } .ic-red { background: #fce8e6; }\n.val-title { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }\n.val-desc { font-size: 14px; color: var(--muted); line-height: 1.7; }\n.val-badge {\n  display: inline-block; margin-top: 14px; font-size: 11px;\n  font-weight: 700; letter-spacing: .1em; padding: 4px 10px; border-radius: 20px;\n}\n.badge-blue { background: #e8f0fe; color: var(--blue); }\n.badge-green { background: #e6f4ea; color: var(--green); }\n.badge-yellow { background: #fef9e7; color: #b8860b; }\n.badge-red { background: #fce8e6; color: var(--red); }\n\n\/* =============================================\n   VS TABLE\n============================================= *\/\n.vs-section { padding: 96px 24px; background: #fff; }\n.vs-intro { max-width: 600px; margin-bottom: 56px; }\n.vs-table { border-radius: 20px; overflow: hidden; border: 1px solid var(--border); }\n.vs-thead {\n  display: grid; grid-template-columns: 2fr 1fr 1fr;\n  background: var(--ink2); padding: 0 32px;\n}\n.vs-thead-cell {\n  padding: 20px 12px; font-size: 12px; font-weight: 700;\n  letter-spacing: .12em; text-transform: uppercase;\n}\n.vs-thead-cell:first-child { color: #9ca3af; }\n.vs-thead-cell.them { color: #f87171; }\n.vs-thead-cell.us { color: var(--green); }\n.vs-row {\n  display: grid; grid-template-columns: 2fr 1fr 1fr;\n  padding: 0 32px; border-top: 1px solid var(--border); align-items: center;\n}\n.vs-row:hover { background: #fafbff; }\n.vs-row-cell { padding: 18px 12px; font-size: 14px; }\n.vs-row-cell:first-child { font-weight: 500; color: var(--ink); }\n.vs-row-cell.them { color: var(--red); }\n.vs-row-cell.us { color: var(--green); }\n\n\/* =============================================\n   PROCESS\n============================================= *\/\n.process-section { padding: 96px 24px; background: var(--off); }\n.process-steps {\n  display: grid; grid-template-columns: repeat(4, 1fr);\n  gap: 0; position: relative; margin-top: 56px;\n}\n.process-steps::before {\n  content: ''; position: absolute; top: 36px; left: 10%; right: 10%;\n  height: 2px; background: linear-gradient(90deg, var(--blue), var(--green)); z-index: 0;\n}\n.pstep { text-align: center; position: relative; padding: 0 12px; }\n.pstep-dot {\n  width: 72px; height: 72px; border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  margin: 0 auto 20px; font-size: 1.6rem; position: relative; z-index: 1;\n  border: 3px solid #fff; box-shadow: 0 0 0 2px var(--border);\n}\n.pd-blue { background: #e8f0fe; } .pd-teal { background: #e6f9f0; }\n.pd-yellow { background: #fef9e7; } .pd-green { background: #e6f4ea; }\n.pstep-num {\n  position: absolute; top: -6px; right: -6px;\n  width: 22px; height: 22px; border-radius: 50%;\n  background: var(--blue); color: #fff; font-size: 11px; font-weight: 700;\n  display: flex; align-items: center; justify-content: center;\n}\n.pstep-title { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }\n.pstep-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }\n\n\/* =============================================\n   TESTIMONIALS\n============================================= *\/\n.testimonials { padding: 96px 24px; background: var(--ink2); }\n.testimonials .section-tag { color: #9ca3af; }\n.testimonials .section-title { color: #fff; }\n.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }\n.testi-card {\n  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);\n  border-radius: 20px; padding: 32px;\n  display: flex; flex-direction: column; gap: 20px;\n  transition: border-color .25s, transform .25s;\n}\n.testi-card:hover { border-color: rgba(255,255,255,.2); transform: translateY(-4px); }\n.testi-top { display: flex; justify-content: space-between; align-items: flex-start; }\n.stars { color: var(--yellow); font-size: .95rem; letter-spacing: 2px; }\n.testi-tag {\n  font-size: 10px; font-weight: 700; letter-spacing: .12em;\n  padding: 4px 10px; border-radius: 20px;\n  background: rgba(52,168,83,.15); color: var(--green);\n}\n.testi-text { font-size: 14.5px; color: #d1d5db; line-height: 1.75; font-style: italic; flex: 1; }\n.testi-author {\n  display: flex; align-items: center; gap: 12px;\n  padding-top: 16px; border-top: 1px solid rgba(255,255,255,.06);\n}\n.testi-avatar {\n  width: 40px; height: 40px; border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 1.1rem; flex-shrink: 0;\n}\n.ta-blue { background: rgba(26,115,232,.25); }\n.ta-green { background: rgba(52,168,83,.25); }\n.ta-yellow { background: rgba(251,188,4,.25); }\n.testi-name { font-size: 13px; font-weight: 700; color: #fff; }\n.testi-role { font-size: 11px; color: #9ca3af; margin-top: 2px; }\n.testi-result { display: inline-block; margin-top: 4px; font-size: 11px; font-weight: 700; color: var(--green); }\n\n\/* =============================================\n   CTA\n============================================= *\/\n.cta-strip {\n  background: var(--ink2); padding: 96px 24px;\n  position: relative; overflow: hidden; text-align: center;\n}\n.cta-blob {\n  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);\n  width: 600px; height: 400px;\n  background: radial-gradient(ellipse, rgba(26,115,232,.12), transparent 70%);\n  pointer-events: none;\n}\n.cta-inner { max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }\n.cta-strip .section-tag { color: #9ca3af; }\n.cta-title {\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: clamp(2.8rem, 6vw, 4.2rem);\n  letter-spacing: .02em; line-height: 1.05; color: #fff; margin-bottom: 16px;\n}\n.cta-title span { color: var(--green); }\n.cta-strip p { color: #9ca3af; font-size: 16px; line-height: 1.7; margin-bottom: 36px; }\n.cta-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }\n.btn-primary {\n  background: var(--blue); color: #fff; padding: 16px 36px;\n  border-radius: 12px; font-size: 15px; font-weight: 700;\n  display: inline-flex; align-items: center; gap: 8px; transition: all .2s;\n}\n.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(26,115,232,.4); color: #fff; }\n.btn-ghost {\n  background: rgba(255,255,255,.06); color: #fff; padding: 16px 36px;\n  border-radius: 12px; font-size: 15px; font-weight: 600;\n  border: 1px solid rgba(255,255,255,.12); display: inline-block; transition: all .2s;\n}\n.btn-ghost:hover { background: rgba(255,255,255,.1); color: #fff; }\n.cta-trust { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 28px; flex-wrap: wrap; }\n.trust-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #6b7280; }\n\n\/* =============================================\n   FOOTER\n============================================= *\/\n.st-footer { background: #0a0c12; color: #9ca3af; padding: 56px 24px 24px; }\n.footer-inner {\n  max-width: 1100px; margin: 0 auto;\n  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;\n}\n.footer-logo {\n  font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem;\n  letter-spacing: .06em; color: #fff;\n  display: flex; align-items: center; gap: 8px; margin-bottom: 12px;\n}\n.logo-dot {\n  width: 8px; height: 8px; border-radius: 50%;\n  background: linear-gradient(135deg, var(--blue), var(--green));\n  flex-shrink: 0;\n}\n.footer-col h4 {\n  font-size: 11px; font-weight: 700; letter-spacing: .15em;\n  text-transform: uppercase; color: #fff; margin-bottom: 14px;\n}\n.footer-col a { display: block; font-size: 13px; color: #9ca3af; margin-bottom: 8px; transition: color .2s; }\n.footer-col a:hover { color: #fff; }\n.footer-bottom {\n  max-width: 1100px; margin: 24px auto 0;\n  padding-top: 20px; border-top: 1px solid rgba(255,255,255,.06);\n  display: flex; justify-content: space-between; flex-wrap: wrap;\n  gap: 8px; font-size: 12px;\n}\n\n\/* =============================================\n   ANIMATIONS\n============================================= *\/\n.fade-in { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }\n.fade-in.visible { opacity: 1; transform: translateY(0); }\n\n\/* =============================================\n   RESPONSIVE\n============================================= *\/\n@media(max-width:1024px) {\n  .values-grid { grid-template-columns: 1fr 1fr; }\n  .testi-grid { grid-template-columns: 1fr 1fr; }\n  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }\n}\n@media(max-width:768px) {\n  .hook-inner { grid-template-columns: 1fr; }\n  .hook-item { border-right: none; border-bottom: 1px solid var(--border); }\n  .hook-item:last-child { border-bottom: none; }\n  .values-header { flex-direction: column; }\n  .values-grid { grid-template-columns: 1fr; }\n  .vs-thead, .vs-row { padding: 0 16px; }\n  .vs-row-cell { font-size: 12px; padding: 14px 8px; }\n  .process-steps { grid-template-columns: 1fr 1fr; gap: 32px; }\n  .process-steps::before { display: none; }\n  .testi-grid { grid-template-columns: 1fr; }\n  .hero-stats { gap: 28px; }\n}\n@media(max-width:480px) {\n  .values-grid { grid-template-columns: 1fr; }\n  .process-steps { grid-template-columns: 1fr; }\n  .vs-thead-cell, .vs-row-cell { font-size: 11px; }\n  .footer-inner { grid-template-columns: 1fr; }\n  .hero-title { font-size: 3rem; }\n  .cta-actions { flex-direction: column; align-items: center; }\n  .btn-primary, .btn-ghost { width: 100%; justify-content: center; text-align: center; }\n}\n<\/style>\n\n<!-- Wrapper div to scope styles -->\n<div class=\"st-page-wrap\">\n\n<main id=\"main-content\">\n\n  <!-- HERO -->\n  <section class=\"page-hero\" aria-label=\"Hero\">\n    <div class=\"hero-glow\" aria-hidden=\"true\"><\/div>\n    <div class=\"hero-glow2\" aria-hidden=\"true\"><\/div>\n    <div class=\"page-hero-inner\">\n      <div class=\"section-tag\">Why Silvertundra<\/div>\n      <h1 class=\"hero-title\">Your Google Budget<br>Deserves a <span>Specialist.<\/span><\/h1>\n      <p class=\"hero-sub\">Most agencies spread your account across junior staff juggling dozens of clients. We do the opposite \u2014 senior-led, Google-focused, and obsessively transparent about every dollar you spend.<\/p>\n      <div class=\"hero-stats\">\n        <div class=\"stat\"><div class=\"stat-num\">3<span>\u00d7<\/span><\/div><div class=\"stat-label\">Average ROAS improvement<br>in first 90 days<\/div><\/div>\n        <div class=\"stat\"><div class=\"stat-num\">72<span>h<\/span><\/div><div class=\"stat-label\">Typical campaign<br>go-live time<\/div><\/div>\n        <div class=\"stat\"><div class=\"stat-num\">100<span>%<\/span><\/div><div class=\"stat-label\">Clients own their<br>ad accounts<\/div><\/div>\n        <div class=\"stat\"><div class=\"stat-num\">0<\/div><div class=\"stat-label\">Lock-in contracts.<br>Ever.<\/div><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- HOOK STRIP -->\n  <div class=\"hook-strip\">\n    <div class=\"hook-inner\">\n      <div class=\"hook-item\"><div class=\"hook-icon\" aria-hidden=\"true\">\ud83c\udfaf<\/div><div class=\"hook-text\"><strong>Exclusively Google<\/strong><span>We don&#8217;t split focus. The entire Google ecosystem is all we do \u2014 and we do it better for it.<\/span><\/div><\/div>\n      <div class=\"hook-item\"><div class=\"hook-icon\" aria-hidden=\"true\">\ud83d\udc64<\/div><div class=\"hook-text\"><strong>Senior Strategist on Your Account<\/strong><span>No handoffs. No juniors. The person you speak to is the person managing your campaigns.<\/span><\/div><\/div>\n      <div class=\"hook-item\"><div class=\"hook-icon\" aria-hidden=\"true\">\ud83d\udcca<\/div><div class=\"hook-text\"><strong>Revenue-Tied Reporting<\/strong><span>Every report connects spend to actual sales. No vanity metrics, no fluff.<\/span><\/div><\/div>\n    <\/div>\n  <\/div>\n\n  <!-- VALUES -->\n  <section class=\"values-section\" aria-label=\"Our Values\">\n    <div class=\"section-inner\">\n      <div class=\"values-header\">\n        <div>\n          <div class=\"section-tag\"><p style=\"text-align: left;\">Our Philosophy<\/p><\/div>\n          <h2 class=\"section-title\">Six Things We Never<br>Compromise On<\/h2>\n        <\/div><p><\/p>\n        <p class=\"section-desc\" style=\"max-width:320px;\">These aren&#8217;t bullet points on a pitch deck. They&#8217;re the standards we hold ourselves to \u2014 every client, every month.<\/p>\n      <\/div>\n      <div class=\"values-grid fade-in\">\n        <div class=\"value-card\"><div class=\"val-icon-wrap ic-blue\" aria-hidden=\"true\">\ud83c\udfaf<\/div><div class=\"val-title\">Google-First Expertise<\/div><div class=\"val-desc\">We live inside the Google ecosystem \u2014 Ads, Merchant Center, Business Profile, GA4. That single-platform depth gives you an edge a generalist agency simply can&#8217;t match.<\/div><span class=\"val-badge badge-blue\">DEEP SPECIALIST<\/span><\/div>\n        <div class=\"value-card\"><div class=\"val-icon-wrap ic-green\" aria-hidden=\"true\">\ud83d\udcc8<\/div><div class=\"val-title\">Revenue Is the Only Metric<\/div><div class=\"val-desc\">We optimize for ROAS, cost per acquisition, and real sales \u2014 not impressions and click-through rates that look nice but don&#8217;t pay your bills.<\/div><span class=\"val-badge badge-green\">PROFIT-FIRST<\/span><\/div>\n        <div class=\"value-card\"><div class=\"val-icon-wrap ic-yellow\" aria-hidden=\"true\">\ud83e\udd1d<\/div><div class=\"val-title\">Direct Senior Access<\/div><div class=\"val-desc\">You&#8217;ll never be handed off to a junior account manager. The strategist who built your campaigns is the person who answers your messages \u2014 same day, every time.<\/div><span class=\"val-badge badge-yellow\">NO MIDDLEMEN<\/span><\/div>\n        <div class=\"value-card\"><div class=\"val-icon-wrap ic-red\" aria-hidden=\"true\">\ud83d\udd0d<\/div><div class=\"val-title\">Radical Transparency<\/div><div class=\"val-desc\">You own your accounts. You see your data. Monthly reports are written in plain language \u2014 here&#8217;s what changed, here&#8217;s why, here&#8217;s what&#8217;s next.<\/div><span class=\"val-badge badge-red\">FULL VISIBILITY<\/span><\/div>\n        <div class=\"value-card\"><div class=\"val-icon-wrap ic-blue\" aria-hidden=\"true\">\u26a1<\/div><div class=\"val-title\">Fast Without Cutting Corners<\/div><div class=\"val-desc\">Campaigns typically go live within 72 hours \u2014 but only after proper tracking, copy, and structure are in place. Speed shouldn&#8217;t mean fixing problems later.<\/div><span class=\"val-badge badge-blue\">72h LAUNCH<\/span><\/div>\n        <div class=\"value-card\"><div class=\"val-icon-wrap ic-green\" aria-hidden=\"true\">\ud83d\udd12<\/div><div class=\"val-title\">No Lock-In. Ever.<\/div><div class=\"val-desc\">We earn your business month to month. 30-day cancellation notice, your accounts stay yours, and we&#8217;re confident enough in our results to not need a contract to keep you.<\/div><span class=\"val-badge badge-green\">MONTH-TO-MONTH<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- VS TABLE -->\n  <section class=\"vs-section\" aria-label=\"Comparison\">\n    <div class=\"section-inner\">\n      <div class=\"vs-intro fade-in\">\n        <div class=\"section-tag\">The Honest Comparison<\/div>\n        <h2 class=\"section-title\">What You Actually Get vs. The Typical Agency<\/h2>\n        <p class=\"section-desc\" style=\"max-width:100%;\">We&#8217;re not the only Google ads agency out there. But here&#8217;s what consistently separates us from the ones you&#8217;ve probably already tried.<\/p>\n      <\/div>\n      <div class=\"vs-table fade-in\" role=\"table\" aria-label=\"Agency comparison\">\n        <div class=\"vs-thead\" role=\"row\">\n          <div class=\"vs-thead-cell\" role=\"columnheader\">Feature<\/div>\n          <div class=\"vs-thead-cell them\" role=\"columnheader\">Typical Agency<\/div>\n          <div class=\"vs-thead-cell us\" role=\"columnheader\">Silvertundra<\/div>\n        <\/div>\n        <div class=\"vs-row\" role=\"row\"><div class=\"vs-row-cell\" role=\"cell\">Who manages your account<\/div><div class=\"vs-row-cell them\" role=\"cell\">\u00d7 Junior (6\u201312 mo. exp.)<\/div><div class=\"vs-row-cell us\" role=\"cell\">\u2713 Senior strategist<\/div><\/div>\n        <div class=\"vs-row\" role=\"row\"><div class=\"vs-row-cell\" role=\"cell\">Campaign strategy<\/div><div class=\"vs-row-cell them\" role=\"cell\">\u00d7 Templated from last client<\/div><div class=\"vs-row-cell us\" role=\"cell\">\u2713 Built for your business<\/div><\/div>\n        <div class=\"vs-row\" role=\"row\"><div class=\"vs-row-cell\" role=\"cell\">Conversion tracking<\/div><div class=\"vs-row-cell them\" role=\"cell\">\u00d7 Extra billable add-on<\/div><div class=\"vs-row-cell us\" role=\"cell\">\u2713 Included in every setup<\/div><\/div>\n        <div class=\"vs-row\" role=\"row\"><div class=\"vs-row-cell\" role=\"cell\">Monthly reporting<\/div><div class=\"vs-row-cell them\" role=\"cell\">\u00d7 Impressions &amp; clicks only<\/div><div class=\"vs-row-cell us\" role=\"cell\">\u2713 Revenue &amp; ROAS tied<\/div><\/div>\n        <div class=\"vs-row\" role=\"row\"><div class=\"vs-row-cell\" role=\"cell\">Account ownership<\/div><div class=\"vs-row-cell them\" role=\"cell\">\u00d7 Agency keeps it when you leave<\/div><div class=\"vs-row-cell us\" role=\"cell\">\u2713 Always yours, no exception<\/div><\/div>\n        <div class=\"vs-row\" role=\"row\"><div class=\"vs-row-cell\" role=\"cell\">Contract length<\/div><div class=\"vs-row-cell them\" role=\"cell\">\u00d7 6\u201312 month lock-in<\/div><div class=\"vs-row-cell us\" role=\"cell\">\u2713 30-day cancellation notice<\/div><\/div>\n        <div class=\"vs-row\" role=\"row\"><div class=\"vs-row-cell\" role=\"cell\">Response time<\/div><div class=\"vs-row-cell them\" role=\"cell\">\u00d7 2\u20134 business days<\/div><div class=\"vs-row-cell us\" role=\"cell\">\u2713 Same or next day<\/div><\/div>\n        <div class=\"vs-row\" role=\"row\"><div class=\"vs-row-cell\" role=\"cell\">Platform focus<\/div><div class=\"vs-row-cell them\" role=\"cell\">\u00d7 Everything, spread thin<\/div><div class=\"vs-row-cell us\" role=\"cell\">\u2713 Google ecosystem only<\/div><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PROCESS -->\n  <section class=\"process-section\" aria-label=\"Our Process\">\n    <div class=\"section-inner\">\n      <div class=\"section-tag\">How We Work<\/div>\n      <h2 class=\"section-title\">From First Call to First Sale<\/h2>\n      <p class=\"section-desc\">No drawn-out onboarding. No mysteries. Here&#8217;s exactly how we go from conversation to campaigns that convert.<\/p>\n      <div class=\"process-steps fade-in\">\n        <div class=\"pstep\"><div class=\"pstep-dot pd-blue\">\ud83d\udcde<div class=\"pstep-num\">1<\/div><\/div><div class=\"pstep-title\">Free Discovery Call<\/div><div class=\"pstep-desc\">30 minutes. We learn your goals, audit your setup, and tell you honestly if we&#8217;re a good fit \u2014 no pitch, no pressure.<\/div><\/div>\n        <div class=\"pstep\"><div class=\"pstep-dot pd-teal\">\ud83d\uddfa<div class=\"pstep-num\">2<\/div><\/div><div class=\"pstep-title\">Custom Strategy<\/div><div class=\"pstep-desc\">We map out campaign types, budget allocation, and tracking infrastructure specifically for your business and revenue goals.<\/div><\/div>\n        <div class=\"pstep\"><div class=\"pstep-dot pd-yellow\">\ud83d\ude80<div class=\"pstep-num\">3<\/div><\/div><div class=\"pstep-title\">Live in 72 Hours<\/div><div class=\"pstep-desc\">Campaigns built and verified. Tracking tested end-to-end. Everything live \u2014 typically within three business days of kickoff.<\/div><\/div>\n        <div class=\"pstep\"><div class=\"pstep-dot pd-green\">\ud83d\udcc8<div class=\"pstep-num\">4<\/div><\/div><div class=\"pstep-title\">Optimize &amp; Report<\/div><div class=\"pstep-desc\">Weekly optimisations, monthly revenue-tied reports, and a monthly strategy call. You always know what&#8217;s happening and why.<\/div><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TESTIMONIALS -->\n  <section class=\"testimonials\" aria-label=\"Testimonials\">\n    <div class=\"section-inner\">\n      <div class=\"section-tag\">Client Results<\/div>\n      <h2 class=\"section-title\">Don&#8217;t Take Our Word for It<\/h2>\n      <div class=\"testi-grid\">\n        <div class=\"testi-card fade-in\"><div class=\"testi-top\"><div class=\"stars\" aria-label=\"5 stars\">\u2605\u2605\u2605\u2605\u2605<\/div><span class=\"testi-tag\">E-COMMERCE<\/span><\/div><p class=\"testi-text\">&#8220;I&#8217;d been burned by two agencies before this. Silvertundra was the first to set up proper conversion tracking before spending a cent. Our Google Shopping revenue doubled in two months.&#8221;<\/p><div class=\"testi-author\"><div class=\"testi-avatar ta-blue\" aria-hidden=\"true\">\ud83d\udc69<\/div><div><div class=\"testi-name\">Sarah M.<\/div><div class=\"testi-role\">Owner, Apparel Brand \u00b7 Mississauga<\/div><div class=\"testi-result\">\u2191 2\u00d7 Revenue \u00b7 90 days<\/div><\/div><\/div><\/div>\n        <div class=\"testi-card fade-in\"><div class=\"testi-top\"><div class=\"stars\" aria-label=\"5 stars\">\u2605\u2605\u2605\u2605\u2605<\/div><span class=\"testi-tag\">LOCAL BUSINESS<\/span><\/div><p class=\"testi-text\">&#8220;Our Google Business Profile was a disaster \u2014 wrong hours, old photos, zero reviews strategy. Six weeks later, we were getting three times as many direction requests per month.&#8221;<\/p><div class=\"testi-author\"><div class=\"testi-avatar ta-green\" aria-hidden=\"true\">\ud83d\udc68<\/div><div><div class=\"testi-name\">James T.<\/div><div class=\"testi-role\">Owner, Home Services \u00b7 Toronto<\/div><div class=\"testi-result\">\u2191 3\u00d7 Direction Requests \u00b7 6 weeks<\/div><\/div><\/div><\/div>\n        <div class=\"testi-card fade-in\"><div class=\"testi-top\"><div class=\"stars\" aria-label=\"5 stars\">\u2605\u2605\u2605\u2605\u2605<\/div><span class=\"testi-tag\">DTC BRAND<\/span><\/div><p class=\"testi-text\">&#8220;I was running Google Ads myself and hemorrhaging budget. The free audit found five major issues I&#8217;d missed. The fix was straightforward and the results were immediate.&#8221;<\/p><div class=\"testi-author\"><div class=\"testi-avatar ta-yellow\" aria-hidden=\"true\">\ud83d\udc69<\/div><div><div class=\"testi-name\">Priya R.<\/div><div class=\"testi-role\">Founder, Supplement Store \u00b7 Vancouver<\/div><div class=\"testi-result\">\u2193 40% Cost Per Acquisition \u00b7 30 days<\/div><\/div><\/div><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA -->\n  <section class=\"cta-strip\" aria-label=\"Call to Action\">\n    <div class=\"cta-blob\" aria-hidden=\"true\"><\/div>\n    <div class=\"cta-inner\">\n      <div class=\"section-tag\">Let&#8217;s Talk<\/div>\n      <h2 class=\"cta-title\">Stop Guessing.<br>Start <span>Growing.<\/span><\/h2>\n      <p>Book a free 30-minute call and we&#8217;ll audit your Google setup, tell you exactly what&#8217;s costing you, and outline what we&#8217;d do differently \u2014 no commitment required.<\/p>\n      <div class=\"cta-actions\">\n        <a href=\"https:\/\/www.nurturing-emerald-koala.krattarwala.com\/index.php\/contact-us\/\" class=\"btn-primary\">Book My Free Audit \u2192<\/a>\n        <a href=\"\/google-ads\/\" class=\"btn-ghost\">View Packages<\/a>\n      <\/div>\n      <div class=\"cta-trust\">\n        <div class=\"trust-item\"><span aria-hidden=\"true\">\u2713<\/span> No credit card required<\/div>\n        <div class=\"trust-item\"><span aria-hidden=\"true\">\u2713<\/span> 30-minute call, no pressure<\/div>\n        <div class=\"trust-item\"><span aria-hidden=\"true\">\u2713<\/span> Honest advice even if we&#8217;re not a fit<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/main>\n\n<!-- FOOTER -->\n<footer class=\"st-footer\" role=\"contentinfo\">\n  <div class=\"footer-inner\">\n    <div>\n      <div class=\"footer-logo\"><div class=\"logo-dot\" aria-hidden=\"true\"><\/div>SILVERTUNDRA<\/div>\n      <p style=\"font-size:13px;line-height:1.7;max-width:220px;color:#9ca3af;\">Google-first digital marketing for e-commerce and local businesses across Canada.<\/p>\n    <\/div>\n    <div class=\"footer-col\">\n      <h4>Services<\/h4>\n      <a href=\"\/google-ads\/\">Google Ads<\/a>\n      <a href=\"\/meta-ads\/\">Meta Ads<\/a>\n    <\/div>\n    <div class=\"footer-col\">\n      <h4>Company<\/h4>\n      <a href=\"\/why-us\/\">Why Us<\/a>\n      <a href=\"\/blog\/\">Blog<\/a>\n      <a href=\"\/contact\/\">Contact<\/a>\n    <\/div>\n    <div class=\"footer-col\">\n      <h4>Contact<\/h4>\n      <a href=\"mailto:hello@silvertundra.ca\">hello@silvertundra.ca<\/a>\n      <span style=\"font-size:13px;\">Mississauga, ON<\/span>\n    <\/div>\n  <\/div>\n  <div class=\"footer-bottom\">\n    <p>\u00a9 2025 Silvertundra Digital Marketing<\/p>\n    <p>Mississauga, Ontario, Canada<\/p>\n  <\/div>\n<\/footer>\n\n<\/div><!-- \/.st-page-wrap -->\n\n<script>\n(function(){\n  \/\/ Scroll-triggered fade-in animations\n  var observer = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry, i){\n      if(entry.isIntersecting){\n        setTimeout(function(){ entry.target.classList.add('visible'); }, i * 100);\n      }\n    });\n  }, { threshold: 0.1 });\n\n  document.querySelectorAll('.fade-in').forEach(function(el){ observer.observe(el); });\n})();\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Why Silvertundra Your Google BudgetDeserves a Specialist. Most agencies spread your account across junior staff juggling dozens of clients. We [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nurturing-emerald-koala.krattarwala.com\/index.php\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nurturing-emerald-koala.krattarwala.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nurturing-emerald-koala.krattarwala.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nurturing-emerald-koala.krattarwala.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nurturing-emerald-koala.krattarwala.com\/index.php\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":7,"href":"https:\/\/nurturing-emerald-koala.krattarwala.com\/index.php\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":61,"href":"https:\/\/nurturing-emerald-koala.krattarwala.com\/index.php\/wp-json\/wp\/v2\/pages\/9\/revisions\/61"}],"wp:attachment":[{"href":"https:\/\/nurturing-emerald-koala.krattarwala.com\/index.php\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}